aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/i18n/en/admin-about.json
diff options
context:
space:
mode:
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-about.json')
-rw-r--r--Neutron-trunk/resources/i18n/en/admin-about.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/admin-about.json b/Neutron-trunk/resources/i18n/en/admin-about.json
new file mode 100644
index 0000000..055b263
--- /dev/null
+++ b/Neutron-trunk/resources/i18n/en/admin-about.json
@@ -0,0 +1,58 @@
+{
+ "updates": {
+ "beta": [
+ "Your site is potentially vulnerable",
+ "You are using a Neutron prerelease"
+ ],
+ "ltsend": [
+ "Your site is not protected",
+ "The long term support for your version has ended, it is highly recommended that you update to the latest long term support release"
+ ],
+ "ltsnew": [
+ "Your site is protected",
+ "A new long term support version is available, but your installed one is still supported"
+ ],
+ "ltsuptodate": [
+ "Your site is protected",
+ "Neutron is up to date, you use a version with long term support"
+ ],
+ "uptodate": [
+ "Your site is protected",
+ "Neutron is up to date"
+ ],
+ "newversion": [
+ "Your site is not protected",
+ "A new Neutron update is available"
+ ]
+ },
+ "version": {
+ "prefix": "Your server is running Neutron",
+ "update": ", and the latest available version is",
+ "beta": ", and the current stable version is",
+ "prerel": [
+ " (",
+ " prerelease) "
+ ],
+ "channel": "You are on this update channel:",
+ "distrib": "→ Distribution information",
+ "updates": "→ Updates manager"
+ },
+ "diskspace": [
+ "Your site is using",
+ "of disk space"
+ ],
+ "info": "Informations",
+ "disk": "Disk space",
+ "changes": "Changes",
+ "current": "Current version",
+ "nolog": "No info is available about this version of Neutron",
+ "stable": "Latest stable version",
+ "beta": "Current stable version",
+ "exp": "Target version",
+ "categories": {
+ "system": "System files",
+ "config": "Contents and configuration",
+ "resources": "Photos and other resources",
+ "misc": "Miscellaneous files"
+ }
+} \ No newline at end of file