-
Notifications
You must be signed in to change notification settings - Fork 3
/
en.dict.itomig_gamifikation.php
37 lines (32 loc) · 1.38 KB
/
en.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
36
37
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN US', 'English', 'English', array(
'Class:Playerinfo' => 'Player information',
'Class:Playerinfo+' => 'All information of a player!',
'Class:Playerinfo/Attribute:nickname' => 'Nickname',
'Class:Playerinfo/Attribute:nickname+' => 'Your playername',
'Class:Playerinfo/Attribute:player' => 'Player',
'Class:Playerinfo/Attribute:exp' => 'EXP',
'Class:Playerinfo/Attribute:exp+' => 'Amount of experience points',
'Class:Playerinfo/Attribute:lv' => 'Level',
'Class:Playerinfo/Attribute:lv+' => 'Level of the player',
'Class:Playerinfo/Attribute:lv_progress' => 'Progress',
'Class:Playerinfo/Attribute:lv_progress+' => 'Progress of EXP to the next level',
'Class:Playerinfo/Attribute:score' => 'Score',
'Class:Playerinfo/Attribute:score+' => 'Scorepoints of your account',
'Class:Playerinfo/Attribute:gender' => 'Gender',
'Class:Playerinfo/Attribute:gender+' => 'Gender of the player',
'Class:Playerinfo/Attribute:gender/Value:male' => 'male',
'Class:Playerinfo/Attribute:gender/Value:female' => 'female',
'Class:Playerinfo/Attribute:icon' => 'Icon',
'Class:Playerinfo/Attribute:icon+' => 'Icon of the player',
'Menu:Gamifikation' => 'Gamifikation',
'Menu:Playerinfo:Player' => 'New Player',
'Menu:Playerinfo:Highscore' => 'Highscore-Board',
));
?>