-
Notifications
You must be signed in to change notification settings - Fork 3
/
fr.dict.itomig_gamifikation.php
37 lines (32 loc) · 1.44 KB
/
fr.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-2021
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('FR FR', 'French', 'Français', array(
'Class:Playerinfo' => 'Informations du joueur',
'Class:Playerinfo+' => 'Toutes les informations sur le joueur !',
'Class:Playerinfo/Attribute:nickname' => 'Pseudo',
'Class:Playerinfo/Attribute:nickname+' => 'Votre nom de joueur',
'Class:Playerinfo/Attribute:player' => 'Joueur',
'Class:Playerinfo/Attribute:exp' => 'EXP',
'Class:Playerinfo/Attribute:exp+' => 'Compteur des points d\'expérience',
'Class:Playerinfo/Attribute:lv' => 'Niveau',
'Class:Playerinfo/Attribute:lv+' => 'Niveau du joueur',
'Class:Playerinfo/Attribute:lv_progress' => 'Progression',
'Class:Playerinfo/Attribute:lv_progress+' => 'Progression de l\'EXP avant le prochain niveau',
'Class:Playerinfo/Attribute:score' => 'Score',
'Class:Playerinfo/Attribute:score+' => 'Points de score de votre compte',
'Class:Playerinfo/Attribute:gender' => 'Genre',
'Class:Playerinfo/Attribute:gender+' => 'Genre du joueur',
'Class:Playerinfo/Attribute:gender/Value:male' => 'Homme',
'Class:Playerinfo/Attribute:gender/Value:female' => 'Femme',
'Class:Playerinfo/Attribute:icon' => 'Avatar',
'Class:Playerinfo/Attribute:icon+' => 'Avatar représentant le joueur',
'Menu:Gamifikation' => 'Gamification',
'Menu:Playerinfo:Player' => 'Nouveau joueur',
'Menu:Playerinfo:Highscore' => 'Tableau des scores',
));
?>