diff options
author | Eli Linden <eli@lindenlab.com> | 2011-04-28 18:01:54 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2011-04-28 18:01:54 -0700 |
commit | 9baeb70ddda7b28b1ebeec8793710a51296565e0 (patch) | |
tree | 51d83383bd497fe936261553356d35e27fb4d28f /indra/newview/skins/minimal/xui/pl/floater_web_content.xml | |
parent | 1645ae1f7d5be934f4850b3b395976db29cb938d (diff) |
WIP CT-636 CT-637 PL translation for Light Viewer set1 and set2, adding new files
Diffstat (limited to 'indra/newview/skins/minimal/xui/pl/floater_web_content.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/pl/floater_web_content.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/pl/floater_web_content.xml b/indra/newview/skins/minimal/xui/pl/floater_web_content.xml new file mode 100644 index 0000000000..e3096f1e54 --- /dev/null +++ b/indra/newview/skins/minimal/xui/pl/floater_web_content.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_web_content" title=""> + <layout_stack name="stack1"> + <layout_panel name="nav_controls"> + <button name="back" tool_tip="Wstecz"/> + <button name="forward" tool_tip="Dalej"/> + <button name="stop" tool_tip="Zatrzymaj"/> + <button name="reload" tool_tip="Odśwież stronę"/> + <combo_box name="address" tool_tip="Wpisz URL tutaj"/> + <icon name="media_secure_lock_flag" tool_tip="Zabezpieczona przeglądarka"/> + <button name="popexternal" tool_tip="Otwórz bieżący URL w zewnętrznej przeglądarce"/> + </layout_panel> + </layout_stack> +</floater> |