blob: f7ab2891e85edea31949d6e2d80fe473472c74ee (
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://fr.secondlife.com/registration/
</panel.string>
<panel.string name="forgot_password_url">
http://secondlife.com/account/request.php?lang=fr
</panel.string>
<panel name="login_widgets">
<line_editor name="first_name_edit" tool_tip="Prénom sur [SECOND_LIFE]"/>
<line_editor name="last_name_edit" tool_tip="Nom sur [SECOND_LIFE]"/>
<text name="start_location_text">
Lieu de départ :
</text>
<text name="create_new_account_text">
Créer un compte
</text>
</panel>
</panel>
|