diff options
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-appearance.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/admin-appearance.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/admin-appearance.json b/Neutron-trunk/resources/i18n/en/admin-appearance.json new file mode 100644 index 0000000..757af82 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/admin-appearance.json @@ -0,0 +1,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:" +}
\ No newline at end of file |