diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-22 12:57:15 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-22 12:57:15 -0700 |
commit | b53033b73655ab7c49539cb59364418b3531d967 (patch) | |
tree | 9f0654bbd60b3f5f70b9a572d282315c105e4742 /indra/newview/skins/default/xui/pl/floater_preview_gesture.xml | |
parent | be139dfb957e1b0d3c59110284c43630d3b57d23 (diff) |
EXT-2188 CT-575 PL translation for Sets 5B, 6A, 6B, 7, 8. JA Cycle9 translation. for beta 5
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_preview_gesture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_preview_gesture.xml | 47 |
1 files changed, 28 insertions, 19 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_preview_gesture.xml b/indra/newview/skins/default/xui/pl/floater_preview_gesture.xml index 1c7a3f6631..6b09eeb9a8 100644 --- a/indra/newview/skins/default/xui/pl/floater_preview_gesture.xml +++ b/indra/newview/skins/default/xui/pl/floater_preview_gesture.xml @@ -1,14 +1,29 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="gesture_preview"> - <string name="stop_txt"> + <floater.string name="step_anim"> + Animacja + </floater.string> + <floater.string name="step_sound"> + Dźwięk: + </floater.string> + <floater.string name="step_chat"> + Czat: + </floater.string> + <floater.string name="step_wait"> + Wstrzymaj: + </floater.string> + <floater.string name="stop_txt"> Stop - </string> - <string name="preview_txt"> + </floater.string> + <floater.string name="preview_txt"> Pokaż - </string> - <string name="none_text"> + </floater.string> + <floater.string name="none_text"> -- Brak -- - </string> + </floater.string> + <floater.string name="Title"> + Gestura: [NAME] + </floater.string> <text name="desc_label"> Opis: </text> @@ -27,29 +42,23 @@ <text name="library_label"> Zbiór: </text> + <scroll_list name="library_list"/> + <button label="Dodaj >>" name="add_btn"/> <text name="steps_label"> Etapy: </text> - <scroll_list name="library_list"> - Animacja -Dźwięk -Czat -Wstrzymaj - </scroll_list> - <button label="Dodaj >>" name="add_btn"/> <button label="W Górę" name="up_btn"/> <button label="W Dół" name="down_btn"/> <button label="Usuń" name="delete_btn"/> - <text name="help_label"> - Wszystkie etapy nastąpią razem, -chyba, że dodasz pauzy. - </text> <radio_group name="animation_trigger_type"> - <radio_item name="start" label="Start" /> - <radio_item name="stop" label="Stop" /> + <radio_item label="Start" name="start"/> + <radio_item label="Stop" name="stop"/> </radio_group> <check_box label="do końca animacji" name="wait_anim_check"/> <check_box label="czas w sekundach" name="wait_time_check"/> + <text name="help_label"> + Wszystkie etapy nastąpią razem, chyba, że dodasz pauzy. + </text> <check_box label="Aktywny" name="active_check" tool_tip="Aktywne gesty można włączać używając przypisanej frazy w czacie albo używając przypisanego klawisza skrótowego. W przypaku konfliktu przypisań gesty zazwyczaj nie będą działać."/> <button label="Pokaż" name="preview_btn"/> <button label="Zapisz" name="save_btn"/> |