summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_preview_texture.xml
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-24 10:31:19 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-24 10:31:19 +0000
commit6f77f8891a7b0e95e1ea946b48dcac93dc68fa1a (patch)
treeb22e29c4ebc608de4813d4a6518447b2d7b64f10 /indra/newview/skins/default/xui/pl/floater_preview_texture.xml
parentebea9eed4d30376e8914c0e778250ecc45f9dd22 (diff)
parent00a97a4f95f644b1807d72cebce6dd6a7a1cf31e (diff)
viewer2 merge
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_preview_texture.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_preview_texture.xml42
1 files changed, 40 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_preview_texture.xml b/indra/newview/skins/default/xui/pl/floater_preview_texture.xml
index 8bcd800411..698a63e74a 100644
--- a/indra/newview/skins/default/xui/pl/floater_preview_texture.xml
+++ b/indra/newview/skins/default/xui/pl/floater_preview_texture.xml
@@ -1,9 +1,47 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
+ <floater.string name="Title">
+ Tekstura: [NAME]
+ </floater.string>
+ <floater.string name="Copy">
+ Kopiuj do Szafy
+ </floater.string>
<text name="desc txt">
Opis:
</text>
<text name="dimensions">
- Wymiary: [WIDTH] x [HEIGHT]
+ [WIDTH]px x [HEIGHT]px
</text>
+ <text name="aspect_ratio">
+ Zobacz Proporcje
+ </text>
+ <combo_box name="combo_aspect_ratio" tool_tip="Wyświetl w domyślnych proporcjach">
+ <combo_item name="Unconstrained">
+ Swobodny
+ </combo_item>
+ <combo_item name="1:1" tool_tip="Insygnia Grupy lub Realny Profil">
+ 1:1
+ </combo_item>
+ <combo_item name="4:3" tool_tip="[SECOND_LIFE] profil">
+ 4:3
+ </combo_item>
+ <combo_item name="10:7" tool_tip="Reklamy i atrakcje, landmarki">
+ 10:7
+ </combo_item>
+ <combo_item name="3:2" tool_tip="O Posiadłości">
+ 3:2
+ </combo_item>
+ <combo_item name="16:10">
+ 16:10
+ </combo_item>
+ <combo_item name="16:9" tool_tip="Lubię">
+ 16:9
+ </combo_item>
+ <combo_item name="2:1">
+ 2:1
+ </combo_item>
+ </combo_box>
+ <button label="OK" name="Keep"/>
+ <button label="Wyrzuć" name="Discard"/>
+ <button label="Zapisz jako" name="save_tex_btn"/>
</floater>