35 lines
941 B
XML
35 lines
941 B
XML
<?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">
|
|
Przez [CREATOR]
|
|
</string>
|
|
<string name="CreatorAndOwner">
|
|
przez [CREATOR]
|
|
właściciel [OWNER]
|
|
</string>
|
|
<string name="Price">
|
|
L$[AMOUNT]
|
|
</string>
|
|
<string name="PriceFree">
|
|
Darmowe!
|
|
</string>
|
|
<string name="Touch">
|
|
Dotknij
|
|
</string>
|
|
<string name="Sit">
|
|
Usiądź tutaj
|
|
</string>
|
|
<button label="Kup" name="buy_btn"/>
|
|
<button label="Zapłać" name="pay_btn"/>
|
|
<button label="Weź kopię" name="take_free_copy_btn"/>
|
|
<button label="Dotknij" name="touch_btn"/>
|
|
<button label="Usiądź tutaj" name="sit_btn"/>
|
|
<button label="Otwórz" name="open_btn"/>
|
|
<icon name="secure_browsing" tool_tip="Zabezpiecz przeglądanie"/>
|
|
<button label="Więcej" name="more_info_btn"/>
|
|
</floater>
|