-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathde.dict.itomig_gamifikation.php
executable file
·35 lines (32 loc) · 1.43 KB
/
de.dict.itomig_gamifikation.php
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
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Playerinfo' => 'Spielerinformation',
'Class:Playerinfo+' => 'Alle Informationen über einen Spieler!',
'Class:Playerinfo/Attribute:nickname' => 'Nickname',
'Class:Playerinfo/Attribute:nickname+' => 'Dein Spielername',
'Class:Playerinfo/Attribute:player' => 'Spieler',
'Class:Playerinfo/Attribute:exp' => 'EXP',
'Class:Playerinfo/Attribute:exp+' => 'Menge der Erfahrungspunkte',
'Class:Playerinfo/Attribute:lv' => 'Level',
'Class:Playerinfo/Attribute:lv+' => 'Level des Spielers',
'Class:Playerinfo/Attribute:lv_progress' => 'Fortschritt',
'Class:Playerinfo/Attribute:lv_progress+' => 'Fortschritt der EXP für das nächste Level!',
'Class:Playerinfo/Attribute:score' => 'Score',
'Class:Playerinfo/Attribute:score+' => 'Scorepunkte deines Accounts',
'Class:Playerinfo/Attribute:gender' => 'Geschlecht',
'Class:Playerinfo/Attribute:gender+' => 'Geschlecht des Spielers',
'Class:Playerinfo/Attribute:gender/Value:male' => 'männlich',
'Class:Playerinfo/Attribute:gender/Value:female' => 'weiblich',
'Class:Playerinfo/Attribute:icon' => 'Icon',
'Class:Playerinfo/Attribute:icon+' => 'Icon des Spielers',
'Menu:Gamifikation' => 'Gamifikation',
'Menu:Playerinfo:Player' => 'Neuen Spieler erstellen',
'Menu:Playerinfo:Highscore' => 'Highscore-Liste',
));
?>