blob: 8cbcf6cac832662db79f854ed381cfd48519d9cc (
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
|
<?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">
Af [CREATOR]
</string>
<string name="CreatorAndOwner">
af [CREATOR]
ejer [OWNER]
</string>
<string name="Price">
L$[AMOUNT]
</string>
<string name="PriceFree">
Gratis!
</string>
<string name="Touch">
Berør
</string>
<string name="Sit">
Sid
</string>
<button label="Køb" name="buy_btn"/>
<button label="Betal" name="pay_btn"/>
<button label="Tag kopi" name="take_free_copy_btn"/>
<button label="Berør" name="touch_btn"/>
<button label="Sid" name="sit_btn"/>
<button label="Åben" name="open_btn"/>
<icon name="secure_browsing" tool_tip="Sikker Browsing"/>
<button label="Mere" name="more_info_btn"/>
</floater>
|