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
|
{
"error": "Unknwon error",
"site": "Site name:",
"name": [
"The site name cannot be empty",
"The site name contains invalid characters",
"The site name is too long",
"Longer name recommended",
"Shorter name recommended",
"This name looks great"
],
"icon": "Change the icon",
"banner": "Change the banner",
"alwaysmenu": "Use the drawer even on desktop UI",
"save": "Save",
"footer": "Change page footer",
"fdesc": "This page footer shows on every visitor page of your site",
"publish": "Publish",
"fdisc": [
"What you see is not forcibly what you'll get.",
"The page footer may look different on the final site, depending on your settings and browser. Basic format settings will anyway appear as selected there on your site."
],
"password": "Change password",
"oldpass": "Old password:",
"newpass": "New password:",
"passrep": "Repeat password:",
"secure": "Use a safe password",
"change": "Change password",
"pages": [
"Show ",
" pages in the menu bar"
],
"old": "Use the old page interface",
"oldopts": "These settings only apply if you use the old UI:"
}
|