-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits_fr.lua
31 lines (30 loc) · 905 Bytes
/
credits_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
30
31
local tableText = {
--<< START translate >>--
"Basé sur \"Gardens\" créé par", "Pere Pau Listosella" ,
"Conception additionnelle","Sergi Marcet",
"Programmeur en chef","Adrián Ramírez",
"\n","",
"Art et animation",
"Chef de projet", "Adrià Marcet",
"Effets sonores","Carlos del Pozo",
"Thème principal\"Goblin Kingdom\"", "Chris Egan",
"\n","",
"Testeurs",
"Adrià Marcet",
"Eva Santos",
"Lluna Pinado",
"Pilar Azpiroz",
"\n"," ",
"Traducteurs",
"Espagnol Amérique Latine", "Guillermo Issa Martínez",
"Allemand","Lucia Castro",
"Français","Jean-Noël Guenot",
"Portuguais","Marina Forato",
"Anglais","Jofre Bellés",
"Italien","Ester Guerini",
"Remerciements",
"Ce jeu n'aurait pas pû se faire sans l'aide précieuse de", "Lorenzo Ramírez, Carmenchi Sánchez,",
"et tous nos amis et famille qui ont supporté ce projet."
--<< END translate >>--
}
return tableText