diff options
author | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
commit | a79bbfa1a23838b91e9a08f7014c2c7304976714 (patch) | |
tree | fafb56190707d10b01cb282bc14b99156e100dcb /modules-available/locations/lang/en | |
parent | Translating module strings and custom sections works (diff) | |
download | slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.gz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.xz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.zip |
Migrated messages to modules
Diffstat (limited to 'modules-available/locations/lang/en')
-rw-r--r-- | modules-available/locations/lang/en/messages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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 |