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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
{
"token": "Invalid authentication token",
"select": "No element selected",
"value": "No value specified",
"incorrect": "Incorrect value",
"param": "No content passed as parameter",
"missing": "Missing information",
"invchar": "One or more fields have values containing invalid characters",
"advsyntax": "The file syntax is incorrect. Check for errors at the code editor and fix these, or refresh this page to cancel changes.",
"pageselect": "No page selected",
"inforec": "No information received by the server",
"pgnameempty": "The new name cannot be empty",
"pgnameinternal": "You cannot use a name internally reserved by the software",
"pgnameexists": "A page with the same name already exists",
"pgnamelong": "The new page name is too long",
"pgnamenone": "No new name specified",
"pgnotfound": "The page doesn't exist",
"pgnone": "No page specified",
"fieldinvalid": "Some fields are missing, empty, or contains only spaces",
"passoldinvalid": "The old password is incorrect",
"passaddmore": [
"For your security, passwords needs to be at least 8 characters long. Add",
"more for your password to be at least 8 characters long."
],
"passnewnomatch": "The two new passwords doesn't match",
"keyinvalid": "Incorrect private key",
"keynone": "No private key",
"lgpassinvalid": "Incorrect password",
"lgpassnone": "No password specified",
"nostate": "No state specified",
"catinvalid": "Invalid category",
"catnone": "No category",
"filesize": "The size of the photo is higher than the maximum size supported by the server",
"fileform": "The maximum size of the form file has been exceeded",
"fileincomplete": "The photo is incomplete (hasn't been entirely transmitted)",
"filenotfound": "The server knows about the photo, but it hasn't been sent",
"filenotempdir": "No temporary folder on the server",
"filewriterror": "Unable to write to the disk",
"fileint": "Another program interrupted sending the file",
"filemime": "This file type is not supported. Please use a PNG, JPEG, or GIF image, and not a file of this type:",
"filemime2": "This file type is not supported",
"fileimgnotfound": "Image not found",
"filenoid": "No identifier",
"filemdcorrupt": [
"The image metadata",
"are corrupted, please delete the link in /data/webcontent/galery/pictures"
],
"filecatnotfound": [
"An image",
"reference a category that doesn't exist anymore, please delete or change the link in /data/webcontent/galery/pictures"
],
"mkcatnoname": "No name given",
"mkcatexists": "A category with the same or a similar name already exists",
"notheme": "No theme",
"nocolor": "No color",
"pgnotype": "No page type defined",
"pgnotitle": "No title defined",
"pgnocontent": "No content has been specified",
"pgtitleempty": "The title cannot be empty",
"pgtypenone": "This page type is unknown",
"valueinv": "Invalid value",
"valuenone": "No value",
"calnoname": "No name",
"calnodesc": "No description",
"calnolink": "No link",
"calnoday": "No day",
"calnomonth": "No month",
"calnoyear": "No year",
"calinvalidday": "Invalid day compared to the selected month",
"calpast": "Unable to create an event in the past",
"calnamelong": "This event's name is too long. If you want to add more detials, add these in the description",
"calnamenone": "The event name cannot be empty",
"calsameday": "An event already exists this day",
"calerror": "Unable to initialize the database",
"calminmonths": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"calordinal": "1st",
"sitenamenone": "The website name cannot be empty",
"sitenameinvalid": "The website name contains invalid characters",
"sitenamelong": "The website name is too long",
"sitenamerecv": "No name received",
"awmnone": "No AlwaysMenu passed",
"olrnone": "No OldRenderer passed",
"swpnone": "No ShowPages passed"
}
|