diff options
author | Simon Rettberg | 2021-03-10 14:34:28 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-10 14:34:28 +0100 |
commit | 86f4b9ddb7653f430cadaa85fe144c0f36b02e18 (patch) | |
tree | 9434816d776d36202591ad80c3ad3417c3cc8025 /modules-available/locations/lang/en | |
parent | [dnbd3] Show version information in proxy/server details (diff) | |
download | slx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.tar.gz slx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.tar.xz slx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.zip |
[locations] Update translations
Diffstat (limited to 'modules-available/locations/lang/en')
-rw-r--r-- | modules-available/locations/lang/en/messages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/locations/lang/en/messages.json b/modules-available/locations/lang/en/messages.json index fd7c740a..16e0ef76 100644 --- a/modules-available/locations/lang/en/messages.json +++ b/modules-available/locations/lang/en/messages.json @@ -1,5 +1,9 @@ { "added-x-entries": "Entries added: {{0}}", + "ignored-invalid-end": "Ignoring timespan: Invalid end {{0}}", + "ignored-invalid-range": "Ignoring timespan: {{0}} - {{1}}", + "ignored-invalid-start": "Ignoring timespan: Invalid start {{0}}", + "ignored-line-no-days": "Ignoring timespan without any days selected", "invalid-location-id": "Invalid location id: {{0}}", "location-deleted": "Location has been deleted (locations: {{0}}, IDs: {{1}})", "location-updated": "Location {{0}} has been updated", |