diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 10:40:59 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 11:21:24 +0530 |
commit | a8b2fc15ded2cb8d096e31f815c758069577ce2a (patch) | |
tree | 37fe7be27f60d0e2adfc472a2ce4cd24137ff069 /ui/src/main/res/values-nl-rNL | |
parent | f699d9cf9af51c296590732bcc98f50949f37098 (diff) |
strings: sync translations
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/values-nl-rNL')
-rw-r--r-- | ui/src/main/res/values-nl-rNL/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/src/main/res/values-nl-rNL/strings.xml b/ui/src/main/res/values-nl-rNL/strings.xml new file mode 100644 index 00000000..eee46420 --- /dev/null +++ b/ui/src/main/res/values-nl-rNL/strings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <plurals name="delete_error"> + <item quantity="one">Kan %d tunnel niet verwijderen: %s</item> + <item quantity="other">Kan %d tunnels niet verwijderen: %s</item> + </plurals> +</resources> |