blob: 534bcfc82b380445fa8fc367968a0936b82b8140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
<panel.string name="create_account_url">
http://de.secondlife.com/registration/
</panel.string>
<panel.string name="forgot_password_url">
http://secondlife.com/account/request.php?lang=de
</panel.string>
<panel name="login_widgets">
<line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] Vorname"/>
<line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] Nachname"/>
<text name="start_location_text">
Startposition:
</text>
<text name="create_new_account_text">
Neues Konto erstellen
</text>
</panel>
</panel>
|