blob: 5014d7761c0ebecdddfa3429f3bc6fb83d25285e (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
<string name="real_url">
http://secondlife.com/app/login/
</string>
<string name="forgot_password_url">
http://secondlife.com/account/request.php
</string>
<text name="first_name_text">
Voornaam:
</text>
<text name="last_name_text">
Achternaam:
</text>
<text name="password_text">
Wachtwoord:
</text>
<text name="start_location_text">
Startlocatie:
</text>
<combo_box name="start_location_combo">
<combo_box.item name="MyHome" label="Mijn Thuis"/>
<combo_box.item name="MyLastLocation" label="Mijn Laatste Locatie"/>
<combo_box.item name="Typeregionname" label="lt; Type regio naam >"/>
</combo_box>
<check_box label="Onthoud wachtwoord" name="remember_check"/>
<button label="Inloggen" label_selected="Inloggen" name="connect_btn"/>
<text name="create_new_account_text">
Nieuw account maken
</text>
<text name="forgot_password_text">
Naam of wachtwoord vergeten?
</text>
<text name="channel_text">
[VERSION]
</text>
</panel>
|