blob: d608b4a0f747c687c86c1fabdd304bb7fa47663b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_object">
<string name="Creator">
Por [CREATOR]
</string>
<string name="CreatorAndOwner">
Por [CREATOR]
Propietario [OWNER]
</string>
<string name="Price">
[AMOUNT] L$
</string>
<string name="PriceFree">
¡Gratis!
</string>
<string name="Touch">
Tocar
</string>
<string name="Sit">
Sentarme
</string>
<text name="object_name" value="Test Object Name That Is actually two lines and Really Long"/>
<text name="price_text">
30.000 L$
</text>
<text name="object_description">
This is a really long description for an object being as how it is at least 80 characters in length and so but maybe more like 120 at this point. Who knows, really?
</text>
<button label="Comprar" name="buy_btn"/>
<button label="Pagar" name="pay_btn"/>
<button label="Coger una copia" name="take_free_copy_btn"/>
<button label="Tocar" name="touch_btn"/>
<button label="Sentarme" name="sit_btn"/>
<button label="Abrir" name="open_btn"/>
<icon name="secure_browsing" tool_tip="Navegación segura"/>
<button label="Más" name="more_info_btn"/>
</floater>
|