From 06063a51f3a5fd2ba773752db927692cf0946342 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 19 Mar 2017 00:06:43 +0100 Subject: [PATCH] make the release notes non translatable --- app/src/main/res/values-de/strings.xml | 11 ----------- app/src/main/res/values-es/strings.xml | 11 ----------- app/src/main/res/values-fr/strings.xml | 11 ----------- app/src/main/res/values-hu/strings.xml | 11 ----------- app/src/main/res/values-it/strings.xml | 11 ----------- app/src/main/res/values-ja/strings.xml | 11 ----------- app/src/main/res/values-pt-rPT/strings.xml | 11 ----------- app/src/main/res/values-sv/strings.xml | 11 ----------- app/src/main/res/values/donottranslate.xml | 16 ++++++++++++++++ app/src/main/res/values/strings.xml | 11 ----------- 10 files changed, 16 insertions(+), 99 deletions(-) create mode 100644 app/src/main/res/values/donottranslate.xml diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 5437a704..d5167af3 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -38,17 +38,6 @@ Zentriert Rechtsbündig - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - Ein einfaches Textfeld für Notizen. Komplett ohne Werbung diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 1c7d6059..bf7305e8 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -38,17 +38,6 @@ Centrado Derecha - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - Un simple campo de texto para añadir breves y rápidas notas, sin anuncios. diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 2913f410..dbd6f59f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -38,17 +38,6 @@ Centre Droite - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - Un champ texte simple pour ajouter des notes rapides, sans publicités. diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index c52c0938..17497dfb 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -38,17 +38,6 @@ Középre Jobbra - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - Egyszerű szövegmező gyors jegyzetírásra, reklámok nélkül. diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d2313e76..feae0352 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -38,17 +38,6 @@ Center Right - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - A simple textfield for adding quick notes, without ads. diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 54d525ba..8ff2de52 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -38,17 +38,6 @@ 中央 - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - 簡単なメモを追加するためのシンプルなテキストフィールド。広告はありません。 diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index ecc07270..fd13c156 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -38,17 +38,6 @@ Centro Direita - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - Um campo de texto para adicionar as suas notas. diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 5e08dbf1..99728863 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -38,17 +38,6 @@ Center Right - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - A simple textfield for adding quick notes, without ads. diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml new file mode 100644 index 00000000..fa024349 --- /dev/null +++ b/app/src/main/res/values/donottranslate.xml @@ -0,0 +1,16 @@ + + + + + + Added an option to make emails and links clickable\n + Allow importing text from files\n + Allow saving notes to files + + Allow picking colors by hex codes + + Added more color customization options\n + Your settings have been cleared, please reset them + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index aabeb2c5..81ccbc84 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -38,17 +38,6 @@ Center Right - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - A simple textfield for adding quick notes, without ads.