-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings_it.lua
45 lines (43 loc) · 1.45 KB
/
settings_it.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--<< Textos del settings scene >>--
local tableText = {
["blancas"] = {
title = "Impostazioni",
account = "Impostazioni account",
volume = "Audio e lingua",
music = "Musica",
sound = "Souni",
idiom = "Lingua",
credits = "Riconoscimenti",
followFB = "Seguici su Facebook",
closeUser = "Esci",
createUser = "Crea un account",
signup = "Iscriviti",
createCaja = "Crea un nuovo account",
identificate = "Accedi",
cancel = "Annulla",
showCredits = "Show Credits",
},
["negras"] = {
--<< START translate >>--
credits = "Wonder Gardens è stato progettato e programmato da Playtypus. Basandosi sul gioco da tavolo \"Gardens\", creato da Pere Pau Listosella." ,
username = "Nome utente",
signup = "Non hai effettuato l'accesso",
conect = "Accedi con:",
ooo = "O",
nickname = "Nome utente",
mail = "Indirizzo e-mail",
pass = "Password",
errorSign1 = "Errore: Il nome utente o la password",
errorSign2 = " inseriti non sono corretti.",
errorCreateA1 = "Errore: Il nome utente deve contenere",
errorCreateA2 = " dai 2 ai 9 caratteri.",
errorCreateB1 = "Errore: L'indirizzo e-mail inserito",
errorCreateB2 = " non è corretto.",
errorCreateC1 = "Errore: La password deve contenere almeno 6",
errorCreateC2 = " numeri e/o lettere.",
errorCreateD1 = "Errore: L'indirizzo e-mail inserito ",
errorCreateD2 = " è già in uso.",
--<< END translate >>--
}
}
return tableText