diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-23 09:57:20 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-23 09:57:20 +0200 |
commit | a2ae6e80fa6b43cc6128d15081ce87cd5b1205f4 (patch) | |
tree | 62126f5b601d1b964c5aa04cea6b16ff1e35a2ac /res/values-gl/arrays.xml | |
parent | a4bc6f1e4728798860412ef71310fd633baf4fb3 (diff) | |
parent | e26c60b9ca6a8ed7d3072d66224ba233101e52b8 (diff) |
Merge pull request #143 from nachovfranco/mycommits
Galician translation
Diffstat (limited to 'res/values-gl/arrays.xml')
-rw-r--r-- | res/values-gl/arrays.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-gl/arrays.xml b/res/values-gl/arrays.xml new file mode 100644 index 00000000..318b9d5c --- /dev/null +++ b/res/values-gl/arrays.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <array name="resources"> + <item>Móvil</item> + <item>Teléfono</item> + <item>Tablet</item> + <item>Conversations</item> + <item>Android</item> + </array> + <string-array name="filesizes"> + <item>nunca</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> |