-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_en.lua
47 lines (45 loc) · 1.46 KB
/
settings_en.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
46
47
--<< Textos del settings scene >>--
local tableText = {
blancas = {
--<< START translate >>--
title = "Settings",
account = "Account settings",
volume = "Sound and language",
music = "Music",
sound = "Sound",
idiom = "Language",
credits = "Credits",
followFB = "Follow us on Facebook",
closeUser = "Log out",
createUser = "Create account",
signup = "Sign up",
createCaja = "Creating new account",
identificate = "Log In",
cancel = "Cancel",
showCredits = "Show Credits",
--<< END translate >>--
},
negras = {
--<< START translate >>--
credits = "Wonder Gardens has been designed and developed by Playtypus. Based on the original boardgame \"Gardens\", created by Pere Pau Listosella." ,
username = "Username",
signup = "You are not logged in",
conect = "Log in using:",
ooo = "Or",
nickname = "Username",
mail = "E-mail address",
pass = "Password",
errorSign1 = "Error: The username or password",
errorSign2 = " provided are incorrect.",
errorCreateA1 = "Error: Username must have",
errorCreateA2 = " between 2 and 9 carácteres.",
errorCreateB1 = "Error: the e-mail address provided is",
errorCreateB2 = " incorrect.",
errorCreateC1 = "Error: Password must contain 6 or more",
errorCreateC2 = " numbers and/or letters.",
errorCreateD1 = "Error: The e-mail address you provided already ",
errorCreateD2 = " exists.",
--<< END translate >>--
}
}
return tableText