From a44d48d527a2dff2852ea9ea55ce9ca422bccd88 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Sat, 20 Sep 2014 10:24:01 +0200 Subject: [PATCH] Separated arrays.xml and strings.xml were causing confusion to the script that extracts the translations, because it expects a single output file. --- src/main/res/values/arrays.xml | 18 ------------------ src/main/res/values/strings.xml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 src/main/res/values/arrays.xml diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml deleted file mode 100644 index 2ed02b6d..00000000 --- a/src/main/res/values/arrays.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - 10 seconds - 20 seconds - 30 seconds - 1 minute - 2 minutes - - - - 10000000 - 20000000 - 30000000 - 60000000 - 120000000 - - diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 3bed60aa..c09a0ac1 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -90,4 +90,20 @@ Noisy notifications Vibrate and play a sound when receiving a file + + 10 seconds + 20 seconds + 30 seconds + 1 minute + 2 minutes + + + + 10000000 + 20000000 + 30000000 + 60000000 + 120000000 + +