diff options
author | Benoit Bouvarel <benoit.bouvarel@gmail.com> | 2014-05-07 15:38:27 +0200 |
---|---|---|
committer | Benoit Bouvarel <benoit.bouvarel@gmail.com> | 2014-05-07 15:38:27 +0200 |
commit | 02673b28664507656c3f9f96fe8882af3ed80b48 (patch) | |
tree | 17306cd44c22a18d734d30419e045d9609fdba6c /res/values-fr/arrays.xml | |
parent | 5a407c766c2652dd9987912a2b0957a331417bdc (diff) |
Traduction Francaise
Diffstat (limited to 'res/values-fr/arrays.xml')
-rw-r--r-- | res/values-fr/arrays.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-fr/arrays.xml b/res/values-fr/arrays.xml new file mode 100644 index 00000000..46c02da5 --- /dev/null +++ b/res/values-fr/arrays.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <array name="resources"> + <item>Mobile</item> + <item>Téléphone</item> + <item>Tablette</item> + <item>Conversations</item> + <item>Android</item> + </array> + <string-array name="filesizes"> + <item>jamais</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> |