summaryrefslogtreecommitdiffstats
path: root/modules-available/main/lang/en/messages.json
blob: 03e436cbb880e59fa2f30a93a95448247b641f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "debug-mode": "The debug mode is active!",
    "empty-field": "A field was not filled",
    "error-read": "Error reading {{0}}",
    "error-write": "Failed to write {{0}}",
    "invalid-action": "Invalid action '{{0}}'",
    "module-missing-deps": "Module {{0}} has missing dependencies",
    "no-permission": "No sufficient privileges to access this page",
    "no-such-module": "Module {{0}} doesn't exist",
    "parameter-empty": "Parameter {{0}} is empty",
    "parameter-missing": "Parameter {{0}} is missing",
    "task-error": "Execution failed: {{0}}",
    "taskmanager-error": "Failed to connect to the Task Manager",
    "taskmanager-format": "Task Manager has returned invalid data",
    "taskmanager-warning": "Task Manager: {{0}}",
    "token": "Invalid token. CSRF attack?",
    "value-invalid": "The value {{1}} is invalid for option {{0}} and has been ignored"
}