diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 03:14:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 04:00:05 +0200 |
commit | cb0a87d7ff1841dda9593fdda76fa08145893904 (patch) | |
tree | 2a548ab8be2ab8aa3286c95af67ee3bb9df31d4e /res/values-nl/arrays.xml | |
parent | d7f5e5192314249c395a92c1572e861fb4b05ac3 (diff) |
Add Dutch translations.
Diffstat (limited to 'res/values-nl/arrays.xml')
-rw-r--r-- | res/values-nl/arrays.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-nl/arrays.xml b/res/values-nl/arrays.xml new file mode 100644 index 00000000..1a464a5a --- /dev/null +++ b/res/values-nl/arrays.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="resources"> + <item>Mobiel</item> + <item>Telefoon</item> + <item>Tablet</item> + <item>Conversaties</item> + <item>Android</item> + </string-array> + <string-array name="filesizes"> + <item>nooit</item> + <item>256 KB</item> + <item>512 KB</item> + <item>1 MB</item> + </string-array> + <string-array name="filesizes_values"> + <item>0</item> + <item>262144</item> + <item>524288</item> + <item>1048576</item> + </string-array> +</resources> |