diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-24 10:31:19 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-24 10:31:19 +0000 |
commit | 6f77f8891a7b0e95e1ea946b48dcac93dc68fa1a (patch) | |
tree | b22e29c4ebc608de4813d4a6518447b2d7b64f10 /indra/newview/skins/default/xui/pl/inspect_object.xml | |
parent | ebea9eed4d30376e8914c0e778250ecc45f9dd22 (diff) | |
parent | 00a97a4f95f644b1807d72cebce6dd6a7a1cf31e (diff) |
viewer2 merge
Diffstat (limited to 'indra/newview/skins/default/xui/pl/inspect_object.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/inspect_object.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/inspect_object.xml b/indra/newview/skins/default/xui/pl/inspect_object.xml new file mode 100644 index 0000000000..822e28ea7e --- /dev/null +++ b/indra/newview/skins/default/xui/pl/inspect_object.xml @@ -0,0 +1,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"> + 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ź tu + </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ź tu" 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> |