summaryrefslogtreecommitdiffstats
path: root/lang/en/templates
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-09 16:01:11 +0200
committerSimon Rettberg2014-10-09 16:01:11 +0200
commite1dc0d3c99217504de2ac8467156274786efc0bd (patch)
tree130d7fed1fff8aaaffe5942cf2a3d6bb1dad03c8 /lang/en/templates
parentMinor fixes and improvements (diff)
downloadslx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.tar.gz
slx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.tar.xz
slx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.zip
Big load of changes
- Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout
Diffstat (limited to 'lang/en/templates')
-rw-r--r--lang/en/templates/main-menu-login.json14
-rw-r--r--lang/en/templates/main-menu.json (renamed from lang/en/templates/main-menu-logout.json)4
-rw-r--r--lang/en/templates/sysconfig/_page.json2
-rw-r--r--lang/en/templates/translation/edit.json2
-rw-r--r--lang/en/templates/translation/template-list.json5
5 files changed, 10 insertions, 17 deletions
diff --git a/lang/en/templates/main-menu-login.json b/lang/en/templates/main-menu-login.json
deleted file mode 100644
index 26391c9f..00000000
--- a/lang/en/templates/main-menu-login.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "lang_administration": "Translations",
- "lang_client": "Client",
- "lang_clientLog": "Client Log",
- "lang_configurationBasic": "Basic Configuration",
- "lang_configurationVariables": "Configuration Variables",
- "lang_language": "Language",
- "lang_localization": "Localization",
- "lang_login": "Login",
- "lang_news": "News",
- "lang_server": "Server",
- "lang_settings": "Settings",
- "lang_vmLocation": "VM Location"
-} \ No newline at end of file
diff --git a/lang/en/templates/main-menu-logout.json b/lang/en/templates/main-menu.json
index 54d7831e..16e83084 100644
--- a/lang/en/templates/main-menu-logout.json
+++ b/lang/en/templates/main-menu.json
@@ -6,9 +6,11 @@
"lang_configurationVariables": "Configuration Variables",
"lang_language": "Language",
"lang_localization": "Localization",
+ "lang_login": "Login",
"lang_logout": "Logout",
"lang_news": "News",
"lang_server": "Server",
"lang_settings": "Settings",
- "lang_vmLocation": "VM Location"
+ "lang_vmLocation": "VM Location",
+ "lang_warning": "Warning"
} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json
index 679514c2..e6c643a0 100644
--- a/lang/en/templates/sysconfig/_page.json
+++ b/lang/en/templates/sysconfig/_page.json
@@ -1,6 +1,6 @@
{
"lang_activate": "Activate",
- "lang_active": "",
+ "lang_active": "Active",
"lang_availableModules": "Available Configuration Modules",
"lang_availableSystem": "Available System Configuration",
"lang_close": "Close",
diff --git a/lang/en/templates/translation/edit.json b/lang/en/templates/translation/edit.json
index ff3f44ca..05c6697a 100644
--- a/lang/en/templates/translation/edit.json
+++ b/lang/en/templates/translation/edit.json
@@ -7,6 +7,6 @@
"lang_newTAG": "New TAG",
"lang_portugueseTAG": "Portuguese TAG",
"lang_save": "Save",
- "lang_templateAdminHelp": "",
+ "lang_templateAdminHelp": "Here you can translate and edit phrases and texts.",
"lang_templateHint": "Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template."
} \ No newline at end of file
diff --git a/lang/en/templates/translation/template-list.json b/lang/en/templates/translation/template-list.json
new file mode 100644
index 00000000..e3feb70b
--- /dev/null
+++ b/lang/en/templates/translation/template-list.json
@@ -0,0 +1,5 @@
+{
+ "lang_adminInfo": "This is a list of all templates. The \u0022status\u0022-column tells if there are translations missing, or unused tags are defined.",
+ "lang_langAdministration": "Templates",
+ "lang_status": "Status"
+} \ No newline at end of file