summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_login.xml
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2010-01-30 14:37:21 -0800
committerRamzi Linden <ramzi@lindenlab.com>2010-01-30 14:37:21 -0800
commit2ae22a481d45e8c6634cc250386ca4cf488e635c (patch)
tree992019587e95dc55429450beb4a23cfe5f3a8049 /indra/newview/skins/default/xui/pl/panel_login.xml
parentfb531ffd6bea24290362fd58dd6ff6e99f8b1177 (diff)
DEV-43688 resident translations for DA (set4-set5),
resident translations for PL (set1 thru set4), resident translations for IT (set1 thru set6) (I can promise this is the last weekend I work for LL. Peace Love & Hope 2010.)
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_login.xml')
-rwxr-xr-xindra/newview/skins/default/xui/pl/panel_login.xml65
1 files changed, 33 insertions, 32 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_login.xml b/indra/newview/skins/default/xui/pl/panel_login.xml
index 3caf9338a2..cec7e34da5 100755
--- a/indra/newview/skins/default/xui/pl/panel_login.xml
+++ b/indra/newview/skins/default/xui/pl/panel_login.xml
@@ -1,37 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
- <string name="real_url">
+ <panel.string name="real_url">
http://secondlife.com/app/login/
- </string>
- <string name="forgot_password_url">
+ </panel.string>
+ <panel.string name="forgot_password_url">
http://secondlife.com/account/request.php
- </string>
- <text name="first_name_text">
- Imię:
- </text>
- <text name="last_name_text">
- Nazwisko:
- </text>
- <text name="password_text">
- Hasło:
- </text>
- <text name="start_location_text">
- Miejsce Startu:
- </text>
- <combo_box name="start_location_combo">
- <combo_box.item name="MyHome" label="Mój Start" />
- <combo_box.item name="MyLastLocation" label="Ostatnie Miejsce" />
- <combo_box.item name="Typeregionname" label="&lt;Wpisz Region&gt;" />
- </combo_box>
- <check_box label="Zapamiętaj Hasło" name="remember_check" />
- <button label="Połącz" label_selected="Połącz" name="connect_btn" />
- <text name="create_new_account_text">
- Utwórz nowe konto
- </text>
- <text name="forgot_password_text">
- Nie pamiętasz hasła?
- </text>
- <text name="channel_text">
- [VERSION]
- </text>
+ </panel.string>
+ <panel name="login_widgets">
+ <text name="first_name_text">
+ Imię:
+ </text>
+ <line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] Imię"/>
+ <text name="last_name_text">
+ Nazwisko
+ </text>
+ <line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] Nazwisko"/>
+ <text name="password_text">
+ Hasło:
+ </text>
+ <button label="Zaloguj" label_selected="Zaloguj" name="connect_btn"/>
+ <text name="start_location_text">
+ Miejsce Startu:
+ </text>
+ <combo_box name="start_location_combo">
+ <combo_box.item label="Moje Ostatnie Miejsce" name="MyLastLocation"/>
+ <combo_box.item label="Moje Miejsce Startu" name="MyHome"/>
+ <combo_box.item label="&lt;Wpisz nazwę regionu&gt;" name="Typeregionname"/>
+ </combo_box>
+ <check_box label="Zapamiętaj Hasło" name="remember_check"/>
+ <text name="create_new_account_text">
+ Załóż Nowe Konto
+ </text>
+ <text name="forgot_password_text">
+ Nie pamiętasz swojego imienia lub hasła?
+ </text>
+ </panel>
</panel>