diff options
author | Jacek Antonelli | 2009-06-13 13:17:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:17:20 -0500 |
commit | 0517fe4322443bdc317f8185590a63134e3f8394 (patch) | |
tree | 942c9c26d0792accc928010a113d123c5409659b /linden/indra/newview/skins/default/xui/da/panel_login.xml | |
parent | Second Life viewer sources 1.23.2-RC (diff) | |
download | meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.zip meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.gz meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.bz2 meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.xz |
Second Life viewer sources 1.23.3-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/da/panel_login.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/da/panel_login.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/da/panel_login.xml b/linden/indra/newview/skins/default/xui/da/panel_login.xml new file mode 100644 index 0000000..9ef1a0f --- /dev/null +++ b/linden/indra/newview/skins/default/xui/da/panel_login.xml | |||
@@ -0,0 +1,43 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="panel_login"> | ||
3 | <string name="real_url"> | ||
4 | http://secondlife.com/app/login/ | ||
5 | </string> | ||
6 | <string name="forgot_password_url"> | ||
7 | http://secondlife.com/account/request.php | ||
8 | </string> | ||
9 | <text name="first_name_text"> | ||
10 | Fornavn: | ||
11 | </text> | ||
12 | <text name="last_name_text"> | ||
13 | Efternavn: | ||
14 | </text> | ||
15 | <text name="password_text"> | ||
16 | Password: | ||
17 | </text> | ||
18 | <text name="start_location_text"> | ||
19 | Start lokation: | ||
20 | </text> | ||
21 | <combo_box name="start_location_combo"> | ||
22 | <combo_item name="MyHome"> | ||
23 | Hjem | ||
24 | </combo_item> | ||
25 | <combo_item name="MyLastLocation"> | ||
26 | Min sidste lokation | ||
27 | </combo_item> | ||
28 | <combo_item name="Typeregionname"> | ||
29 | <Skriv navn på region> | ||
30 | </combo_item> | ||
31 | </combo_box> | ||
32 | <check_box label="Husk password" name="remember_check" /> | ||
33 | <button label="Log ind" label_selected="Log ind" name="connect_btn" /> | ||
34 | <text name="create_new_account_text"> | ||
35 | Opret bruger | ||
36 | </text> | ||
37 | <text name="forgot_password_text"> | ||
38 | Glemt navn eller password? | ||
39 | </text> | ||
40 | <text name="channel_text"> | ||
41 | [VERSION] | ||
42 | </text> | ||
43 | </panel> | ||