blob: 30a641235b526fd96875348b2305f206dce92daf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_login">
<text name="real_url">
http://secondlife.com/app/login/
</text>
<string name="forgot_password_url">
http://secondlife.com/account/request.php
</string>
<text name="first_name_text">
Keresztnév:
</text>
<text name="last_name_text">
Vezetéknév:
</text>
<text name="password_text">
Jelszó:
</text>
<text name="start_location_text">
Induló helyszín:
</text>
<combo_box name="start_location_combo">
<combo_item name="MyHome">
Saját helyszín
</combo_item>
<combo_item name="MyLastLocation">
Utolsó helyszín
</combo_item>
<combo_item name="Typeregionname">
<Régió nevének beírása>
</combo_item>
</combo_box>
<check_box label="Jelszó megjegyzése" name="remember_check" />
<button label="Belépés" label_selected="Belépés" name="connect_btn" />
<button label="Kilépés" label_selected="Kilépés" name="quit_btn" />
<text name="create_new_account_text">
Regisztráció
</text>
<text name="forgot_password_text">
Elfelejtetted a jelszavad?
</text>
<text name="channel_text">
[VERSION]
</text>
</panel>
|