summaryrefslogtreecommitdiffstats
path: root/lang/en/messages.json
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/messages.json
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/messages.json')
-rw-r--r--lang/en/messages.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en/messages.json b/lang/en/messages.json
index fbec163e..37ca550a 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -14,9 +14,12 @@
"error-read": "Error reading {{0}}",
"error-rename": "Could not rename {{0}} into {{1}}",
"error-write": "Failed to write {{0}}",
+ "i18n-empty-tag": "A string without tag was submitted",
+ "i18n-invalid-lang": "Invalid language: {{0}}",
"invalid-action": "Invalid action: {{0}}",
"invalid-file": "The file {{0}} does not exist!",
"invalid-ip": "No interface is configured with the address {{0}}",
+ "invalid-path": "Invalid path.",
"invalid-template": "Selected template is not valid",
"loginfail": "Username or Password incorrect",
"missing-file": "There was no file selected!",
@@ -36,6 +39,8 @@
"taskmanager-error": "Failed to connect to the Task Manager",
"taskmanager-format": "Task Manager has returned invalid data",
"token": "Invalid token. CSRF attack?",
+ "unsuccessful-action": "Not successful",
+ "updated-tags": "Tags have been updated",
"upload-complete": "Upload of {{0}} was successful",
"upload-failed": "Upload failed: {{0}}",
"value-invalid": "The value {{1}} is invalid for option {{0}} and has been ignored"