blob: d8ab10cfda6a1bb1b7b1744f45f6cb092f98e34d (
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">
Di [CREATOR]
</string>
<string name="CreatorAndOwner">
Di [CREATOR]
Proprietario [OWNER]
</string>
<string name="Price">
L$ [AMOUNT]
</string>
<string name="PriceFree">
Gratis!
</string>
<string name="Touch">
Tocca
</string>
<string name="Sit">
Siediti
</string>
<text name="object_name" value="Nome oggetto di prova che si trova su due righe ed è molto lungo"/>
<text name="price_text">
L$ 30.000
</text>
<text name="object_description">
Questa è una descrizione di un oggetto che è molto lunga ed è di almeno 80 caratteri, ma potrebbe essere di 120 caratteri a questo punto. Chi lo sa veramente?
</text>
<button label="Acquista" name="buy_btn"/>
<button label="Paga" name="pay_btn"/>
<button label="Prendi copia" name="take_free_copy_btn"/>
<button label="Tocca" name="touch_btn"/>
<button label="Siediti" name="sit_btn"/>
<button label="Apri" name="open_btn"/>
<icon name="secure_browsing" tool_tip="Browsing sicuro"/>
<button label="Altro" name="more_info_btn"/>
</floater>
|