-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu_fr.lua
29 lines (27 loc) · 960 Bytes
/
menu_fr.lua
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
--<< Textos del menu principal >>--
local tableText = {
--blancas
--<< START translate >>--
btnPlay = "Partie locale",
btnClasic = "Classique",
btnDuel = "Duel",
btnOnline = "Jeu en ligne",
btnShop = "Boutique du chapelier fou",
btnHowPlay = "Comment jouer",
btnTuto = "Tutoriel",
btnRules = "Règles du jeu",
btnNewGame = "Nouvelle partie",
savedGames = "Parties sauvegardées",
smsDelete1 = "Supprimer une partie sauvegardée pour",
smsDelete2 = "en créer une nouvelle",
smsDeletePop = "Veux-tu supprimer la partie ?"
--<< END translate >>--
--negras
--<< START translate >>--
smsCoinsView = "Tu as gagné 125 Pièces Lapin en regardant une publicité.",
smsCoinsDownload = "Tu as gagné 350 Pièces Lapin en regardant une publicité et en téléchargeant l'application.",
errorNC1 = "Tu n'es pas connecté à internet",
errorNC2 ="Vérifie ta connexion internet et essaie à nouveau",
--<< END translate >>--
}
return tableText