summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/lang
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/locations/lang
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/locations/lang')
-rw-r--r--modules-available/locations/lang/de/messages.json9
-rw-r--r--modules-available/locations/lang/en/messages.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/modules-available/locations/lang/de/messages.json b/modules-available/locations/lang/de/messages.json
new file mode 100644
index 00000000..bef94781
--- /dev/null
+++ b/modules-available/locations/lang/de/messages.json
@@ -0,0 +1,9 @@
+{
+ "added-x-entries": "Eintr\u00e4ge hinzugef\u00fcgt: {{0}}",
+ "parameter-missing": "Fehlender Parameter: {{0}}",
+ "location-deleted": "Location wurde gel\u00f6scht (Locations: {{0}}, Subnets: {{1}})",
+ "location-updated": "Location {{0}} wurde aktualisiert",
+ "subnets-deleted": "Subnetze gel\u00f6scht: {{0}}",
+ "subnets-updated": "Subnetze aktualisiert: {{0}}",
+ "subnets-created": "Subnetze angelegt: {{0}}"
+} \ No newline at end of file
diff --git a/modules-available/locations/lang/en/messages.json b/modules-available/locations/lang/en/messages.json
new file mode 100644
index 00000000..e23f231a
--- /dev/null
+++ b/modules-available/locations/lang/en/messages.json
@@ -0,0 +1,9 @@
+{
+ "added-x-entries": "Entries added: {{0}}",
+ "parameter-missing": "Missing parameter: {{0}}",
+ "location-deleted": "Location has been deleted (locations: {{0}}, subnets: {{1}})",
+ "location-updated": "Location {{0}} has been updated",
+ "subnets-deleted": "{{0}} subnet(s) deleted",
+ "subnets-updated": "{{0}} subnet(s) updated",
+ "subnets-created": "{{0}} subnet(s) created"
+} \ No newline at end of file