blob: 701f37e2c685e2cec07f618c69f6e50f849a26ec (
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">
<text name="first_name_text">
Fornavn:
</text>
<text name="last_name_text">
Efternavn:
</text>
<text name="password_text">
Kodeord:
</text>
<text name="start_location_text">
Start Placering:
</text>
<combo_box name="start_location_combo">
<combo_item name="MyHome">
Mit Hjem
</combo_item>
<combo_item name="MyLastLocation">
Min Sidste Placering
</combo_item>
<combo_item name="Typeregionname">
<Skriv Navn På Region>
</combo_item>
</combo_box>
<check_box label="Husk Kodeord" name="remember_check"/>
<button label="Log Ind" label_selected="Log Ind" name="connect_btn"/>
<text name="create_new_account_text">
Tilmeld konto
</text>
<text name="forgot_password_text">
Glemt Kodeord?
</text>
<text name="channel_text">
[CHANNEL] [VERSION]
</text>
</panel>
|