diff options
author | Simon Rettberg | 2019-10-31 12:23:52 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-10-31 12:23:52 +0100 |
commit | 7754e27b6da46bca374f3d837115978f736140ed (patch) | |
tree | bfe01960d6582f51a1fe743f9032feaeda712ff8 /modules-available/locations | |
parent | [inc/Util] Add method to agressively unset a cookie (diff) | |
download | slx-admin-7754e27b6da46bca374f3d837115978f736140ed.tar.gz slx-admin-7754e27b6da46bca374f3d837115978f736140ed.tar.xz slx-admin-7754e27b6da46bca374f3d837115978f736140ed.zip |
[locations] Update translations
Diffstat (limited to 'modules-available/locations')
-rw-r--r-- | modules-available/locations/lang/de/messages.json | 2 | ||||
-rw-r--r-- | modules-available/locations/lang/en/messages.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locations/lang/de/messages.json b/modules-available/locations/lang/de/messages.json index 44855daf..ec1cac73 100644 --- a/modules-available/locations/lang/de/messages.json +++ b/modules-available/locations/lang/de/messages.json @@ -1,7 +1,7 @@ { "added-x-entries": "Eintr\u00e4ge hinzugef\u00fcgt: {{0}}", "invalid-location-id": "Ung\u00fcltige Orts-id: {{0}}", - "location-deleted": "Location wurde gel\u00f6scht (Locations: {{0}}, Subnets: {{1}})", + "location-deleted": "Location wurde gel\u00f6scht (Locations: {{0}}, IDs: {{1}})", "location-updated": "Location {{0}} wurde aktualisiert", "moved-n-machines": "{{0}} Rechner verschoben", "no-mismatch-location": "Keine widerspr\u00fcchlichen Zuweisungen f\u00fcr diesen Ort", diff --git a/modules-available/locations/lang/en/messages.json b/modules-available/locations/lang/en/messages.json index 80b99ff0..fd7c740a 100644 --- a/modules-available/locations/lang/en/messages.json +++ b/modules-available/locations/lang/en/messages.json @@ -1,7 +1,7 @@ { "added-x-entries": "Entries added: {{0}}", "invalid-location-id": "Invalid location id: {{0}}", - "location-deleted": "Location has been deleted (locations: {{0}}, subnets: {{1}})", + "location-deleted": "Location has been deleted (locations: {{0}}, IDs: {{1}})", "location-updated": "Location {{0}} has been updated", "moved-n-machines": "Moved {{0}} machines", "no-mismatch-location": "No mismatches for this location", |