From 8f656db1fb8ea6f0d6fdcf2d0f84266ec87347d8 Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 30 Aug 2022 16:42:49 +0530 Subject: [PATCH] Move common strings to simple-commons --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/layout/activity_vcard_viewer.xml | 2 +- app/src/main/res/values-ar/strings.xml | 2 -- app/src/main/res/values-az/strings.xml | 2 -- app/src/main/res/values-be/strings.xml | 2 -- app/src/main/res/values-bg/strings.xml | 2 -- app/src/main/res/values-ca/strings.xml | 2 -- app/src/main/res/values-cr/strings.xml | 2 -- app/src/main/res/values-cs/strings.xml | 2 -- app/src/main/res/values-da/strings.xml | 2 -- app/src/main/res/values-de/strings.xml | 2 -- app/src/main/res/values-el/strings.xml | 2 -- app/src/main/res/values-eo/strings.xml | 2 -- app/src/main/res/values-es/strings.xml | 2 -- app/src/main/res/values-et/strings.xml | 2 -- app/src/main/res/values-fi/strings.xml | 2 -- app/src/main/res/values-fr/strings.xml | 2 -- app/src/main/res/values-gl/strings.xml | 2 -- app/src/main/res/values-gr/strings.xml | 2 -- app/src/main/res/values-hi/strings.xml | 2 -- app/src/main/res/values-hr/strings.xml | 2 -- app/src/main/res/values-hu/strings.xml | 2 -- app/src/main/res/values-in/strings.xml | 2 -- app/src/main/res/values-it/strings.xml | 2 -- app/src/main/res/values-iw/strings.xml | 2 -- app/src/main/res/values-ja/strings.xml | 2 -- app/src/main/res/values-lt/strings.xml | 2 -- app/src/main/res/values-lv/strings.xml | 2 -- app/src/main/res/values-mk/strings.xml | 2 -- app/src/main/res/values-ml/strings.xml | 2 -- app/src/main/res/values-nb-rNO/strings.xml | 2 -- app/src/main/res/values-nl/strings.xml | 2 -- app/src/main/res/values-pl/strings.xml | 2 -- app/src/main/res/values-pt-rBR/strings.xml | 2 -- app/src/main/res/values-pt/strings.xml | 2 -- app/src/main/res/values-ro/strings.xml | 2 -- app/src/main/res/values-ru/strings.xml | 2 -- app/src/main/res/values-sk/strings.xml | 2 -- app/src/main/res/values-sl/strings.xml | 2 -- app/src/main/res/values-sv/strings.xml | 2 -- app/src/main/res/values-ta/strings.xml | 2 -- app/src/main/res/values-th/strings.xml | 2 -- app/src/main/res/values-tr/strings.xml | 2 -- app/src/main/res/values-uk/strings.xml | 2 -- app/src/main/res/values-zh-rCN/strings.xml | 2 -- app/src/main/res/values-zh-rTW/strings.xml | 2 -- app/src/main/res/values/strings.xml | 2 -- 48 files changed, 3 insertions(+), 93 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4578fb8d..043d29a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:f6ddbdf19b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:2122bbc6a3' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:android-smsmms:4cdacdb701' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index be8e6c1a..372a05cd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -138,7 +138,7 @@ diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index b2978157..eeebe406 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact محادثة جديدة إضافة جهة اتصال أو رقم … diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index ee855362..33fb6e50 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index 290e7081..7da4ac30 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Новая размова Дадаць кантакт альбо нумар… diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 70a6dd3a..8699e0fe 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Нов разговор Добавете контакт или номер… diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 2b28493c..3020e3dd 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Conversa nova Afegeix un contacte o número… diff --git a/app/src/main/res/values-cr/strings.xml b/app/src/main/res/values-cr/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-cr/strings.xml +++ b/app/src/main/res/values-cr/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 94c28922..bae416c1 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nová konverzace Přidejte kontakt nebo číslo… diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 47ceaf24..9ffe5f57 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Ny Samtale Tilføj kontakt eller nummer… diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index ef1e6592..c3c03b91 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Neuer Chat Kontakt oder Nummer hinzufügen … diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 59a1c1a2..a4cc9963 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Νέα συνομιλία Προσθήκη επαφής ή αριθμού… diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 80a9afe0..1e59e6ed 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 5390b8d2..689f7acc 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nueva conversación Escribe contacto o número… diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 29fc017b..6ca9ee5f 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Uus vestlus Add Contact or Number… diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 9f3fea5f..86fa2c63 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Uusi keskustelu Lisää yhteystieto tai numero… diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b60bf6ed..7c74ac8f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nouvelle conversation Ajouter un contact ou un numéro… diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 74e2baf1..85b6ca02 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nova conversa Engadir contacto ou número… diff --git a/app/src/main/res/values-gr/strings.xml b/app/src/main/res/values-gr/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-gr/strings.xml +++ b/app/src/main/res/values-gr/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 1a15dec3..d96a714f 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nova konverzacija Dodaj kontakt ili broj … diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 9596df81..8c8bd17d 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Új beszélgetés Névjegy vagy szám hozzáadása… diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index c588ade6..8b8b650f 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Percakapan baru Tambahkan Kontak atau Nomor… diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index be3500e3..f3b750f6 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nuova conversazione Inserisci contatto o numero… diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index bde484dc..bd49490f 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact שיחה חדשה הוסף איש קשר או מספר… diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index c79b933f..2584a57b 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact 新しい会話 連絡先や電話番号を追加… diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index c81871cb..ff890fd0 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Naujas pokalbis Pridėti kontaktą arba numerį… diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-mk/strings.xml +++ b/app/src/main/res/values-mk/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml index b950fb9c..1f838afe 100644 --- a/app/src/main/res/values-ml/strings.xml +++ b/app/src/main/res/values-ml/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact പുതിയ സംഭാഷണം കോൺടാക്റ്റ് അല്ലെങ്കിൽ നമ്പർ ചേർക്കുക… diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 23d17a80..e455377f 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Ny samtale Legg til kontakt eller nummer … diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 25082283..a43a5bdd 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nieuw gesprek Contact of nummer toevoegen… diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index b4614d82..3fa2f694 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nowa rozmowa Dodaj kontakt lub numer… diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index a9fec375..9a5c10e9 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nova conversa Adicionar contato ou número… diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index c34a2781..5daa9a7f 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nova conversa Adicionar contacto ou número… diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index ea0bd81e..18a904bc 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Conversaţie nouă Adaugă contact sau număr de telefon… diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 45ff6f73..34a78997 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Новая переписка Добавить контакт или номер… diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 1d7220c4..d7ea5e50 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Nová konverzácia Pridať kontakt alebo číslo… diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 8ccddaa0..fec82ad4 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Ny konversation Lägg till kontakt eller nummer… diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 70846a4c..8ebd9379 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact புதிய உரையாடல் தொடர்பு அல்லது எண்ணைச் சேர்க்கவும்… diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index d5cb871c..c40166de 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number… diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index a0bc1bc4..2d8828e6 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Yeni görüşme Kişi veya Numara Ekle… diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index c3d3955c..a54a46c5 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact Нове листування Додати контакт аба номер… diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 82fbcf1c..3dae46c2 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact 新的对话 添加联系人或者号码… diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 956f95f3..da489f1c 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact 新對話 新增聯絡對象或電話號碼…… diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ed64af24..762434d8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -25,8 +25,6 @@ and %d other and %d others - Contact info - Add contact New conversation Add Contact or Number…