summaryrefslogtreecommitdiffstats
path: root/modules-available/main/lang/en/messages.json
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-10 19:17:28 +0200
committerSimon Rettberg2016-05-10 19:17:28 +0200
commita79bbfa1a23838b91e9a08f7014c2c7304976714 (patch)
treefafb56190707d10b01cb282bc14b99156e100dcb /modules-available/main/lang/en/messages.json
parentTranslating module strings and custom sections works (diff)
downloadslx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.gz
slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.xz
slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.zip
Migrated messages to modules
Diffstat (limited to 'modules-available/main/lang/en/messages.json')
-rw-r--r--modules-available/main/lang/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/main/lang/en/messages.json b/modules-available/main/lang/en/messages.json
new file mode 100644
index 00000000..f3e97b77
--- /dev/null
+++ b/modules-available/main/lang/en/messages.json
@@ -0,0 +1,12 @@
+{
+ "no-permission": "No sufficient privileges to access this page",
+ "error-write": "Failed to write {{0}}",
+ "empty-field": "A field was not filled",
+ "value-invalid": "The value {{1}} is invalid for option {{0}} and has been ignored",
+ "error-read": "Error reading {{0}}",
+ "taskmanager-error": "Failed to connect to the Task Manager",
+ "task-error": "Execution failed: {{0}}",
+ "taskmanager-format": "Task Manager has returned invalid data",
+ "token": "Invalid token. CSRF attack?",
+ "debug-mode": "The debug mode is active!"
+} \ No newline at end of file