diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-23 14:08:11 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-23 14:08:11 +0000 |
commit | e7d9999359dd62509c685181d620b092ed28bc60 (patch) | |
tree | 595bc367bef76b80d04f7e3e7d95dfbeb31a13cd /indra/newview/skins/default/xui/pl/floater_preview_texture.xml | |
parent | 11e6e208d43f1347037fb312921a65af138f47b4 (diff) | |
parent | af77b7713444b9df58f451bdb1f30bdd4754fcbf (diff) |
Merge from viewer-2-0
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.xml | 39 |
1 files changed, 37 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..5aff19f186 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,44 @@ -<?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> + <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="Anuluj" name="discard"/> + <button label="Zapisz jako" name="save_tex_btn"/> </floater> |