From 9ccbae1f1b36accf4d6524bdcf16a0f2b531a624 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 7 Dec 2013 12:52:17 +0100 Subject: [PATCH 1/2] + back to top button invisible per default --- res/xml/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 357cae2f4..762d77e69 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -24,7 +24,7 @@ android:key="pref_backtotop" android:title="@string/pref_backtotop" android:summary="@string/pref_backtotop_summary" - android:defaultValue="true"/> + android:defaultValue="false"/> From 2846cb009a7776cc3fc659737918bdd2871552b8 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 7 Dec 2013 13:24:02 +0100 Subject: [PATCH 2/2] + small string fixes --- res/menu/fileselector.xml | 4 ++-- res/values-af/strings.xml | 4 ++-- res/values-ar/strings.xml | 4 ++-- res/values-as/strings.xml | 4 ++-- res/values-ba/strings.xml | 4 ++-- res/values-be/strings.xml | 4 ++-- res/values-bg/strings.xml | 4 ++-- res/values-bm/strings.xml | 4 ++-- res/values-bn/strings.xml | 4 ++-- res/values-br/strings.xml | 4 ++-- res/values-ca/strings.xml | 4 ++-- res/values-cs/strings.xml | 4 ++-- res/values-cv/strings.xml | 4 ++-- res/values-cy/strings.xml | 4 ++-- res/values-da/strings.xml | 4 ++-- res/values-de/strings.xml | 4 ++-- res/values-el/strings.xml | 4 ++-- res/values-eo/strings.xml | 4 ++-- res/values-es/strings.xml | 4 ++-- res/values-et/strings.xml | 4 ++-- res/values-fa/strings.xml | 6 +++--- res/values-fi/strings.xml | 8 ++++---- res/values-fo/strings.xml | 4 ++-- res/values-fr/strings.xml | 4 ++-- res/values-gl/strings.xml | 4 ++-- res/values-gu/strings.xml | 4 ++-- res/values-he/strings.xml | 4 ++-- res/values-hi/strings.xml | 4 ++-- res/values-hr/strings.xml | 4 ++-- res/values-hu/strings.xml | 4 ++-- res/values-ia/strings.xml | 4 ++-- res/values-id/strings.xml | 4 ++-- res/values-ie/strings.xml | 4 ++-- res/values-it/strings.xml | 4 ++-- res/values-ja/strings.xml | 4 ++-- res/values-jv/strings.xml | 4 ++-- res/values-ka/strings.xml | 4 ++-- res/values-km/strings.xml | 4 ++-- res/values-kn/strings.xml | 4 ++-- res/values-ko/strings.xml | 4 ++-- res/values-ky/strings.xml | 4 ++-- res/values-lb/strings.xml | 4 ++-- res/values-li/strings.xml | 4 ++-- res/values-lt/strings.xml | 4 ++-- res/values-lv/strings.xml | 4 ++-- res/values-mk/strings.xml | 4 ++-- res/values-ml/strings.xml | 4 ++-- res/values-mn/strings.xml | 6 +++--- res/values-ms/strings.xml | 4 ++-- res/values-mt/strings.xml | 4 ++-- res/values-my/strings.xml | 4 ++-- res/values-nb/strings.xml | 4 ++-- res/values-ne/strings.xml | 4 ++-- res/values-nl/strings.xml | 4 ++-- res/values-nn/strings.xml | 4 ++-- res/values-oc/strings.xml | 4 ++-- res/values-or/strings.xml | 4 ++-- res/values-pl/strings.xml | 4 ++-- res/values-ps/strings.xml | 4 ++-- res/values-pt/strings.xml | 4 ++-- res/values-qu/strings.xml | 4 ++-- res/values-rm/strings.xml | 4 ++-- res/values-ro/strings.xml | 4 ++-- res/values-ru/strings.xml | 4 ++-- res/values-sa/strings.xml | 4 ++-- res/values-sh/strings.xml | 4 ++-- res/values-si/strings.xml | 4 ++-- res/values-sk/strings.xml | 4 ++-- res/values-sl/strings.xml | 4 ++-- res/values-sq/strings.xml | 4 ++-- res/values-su/strings.xml | 4 ++-- res/values-sv/strings.xml | 4 ++-- res/values-sw/strings.xml | 4 ++-- res/values-ta/strings.xml | 4 ++-- res/values-te/strings.xml | 4 ++-- res/values-th/strings.xml | 4 ++-- res/values-tl/strings.xml | 4 ++-- res/values-tr/strings.xml | 4 ++-- res/values-uk/strings.xml | 4 ++-- res/values-ur/strings.xml | 4 ++-- res/values-uz/strings.xml | 4 ++-- res/values-vi/strings.xml | 4 ++-- res/values-yi/strings.xml | 4 ++-- res/values-yo/strings.xml | 4 ++-- res/values-zh/strings.xml | 4 ++-- res/values/strings.xml | 5 ++--- src/org/kiwix/kiwixmobile/ZimFileSelectActivity.java | 6 +++--- 87 files changed, 179 insertions(+), 180 deletions(-) diff --git a/res/menu/fileselector.xml b/res/menu/fileselector.xml index ec0aa6708..14edd4f71 100644 --- a/res/menu/fileselector.xml +++ b/res/menu/fileselector.xml @@ -3,9 +3,9 @@ \ No newline at end of file diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 82b1cfbe8..ec95a6d39 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -13,10 +13,12 @@ Volle skerm Sluit volskerm Sluit + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Soek Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index 39a08b4f2..39d6c5403 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -13,10 +13,12 @@ ملئ الشاشة أنهي نمط ملء الشاشة خروج + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top إبحث Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml index 1ec4cf6c3..97ad4e91a 100644 --- a/res/values-as/strings.xml +++ b/res/values-as/strings.xml @@ -13,10 +13,12 @@ পূর্ণাঙ্গ স্ক্রিন পূৰ্ণাঙ্গ স্ক্ৰীণ বন্ধ কৰক বন্ধ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top অনুসন্ধান Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ba/strings.xml b/res/values-ba/strings.xml index 75f47616e..69b635d0d 100644 --- a/res/values-ba/strings.xml +++ b/res/values-ba/strings.xml @@ -13,10 +13,12 @@ Тулы экран Тулы экран режимынан сығырға Сығырға + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Эҙләү Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index a16809f3d..83b74a673 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -13,10 +13,12 @@ Поўны экран Exit full screen Выхад + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Пошук Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 126703516..5a6c7cdbb 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -13,10 +13,12 @@ Цял екран Exit full screen Излизане + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Търсене Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-bm/strings.xml b/res/values-bm/strings.xml index b9d8bc4d6..8bd6c05b6 100644 --- a/res/values-bm/strings.xml +++ b/res/values-bm/strings.xml @@ -13,10 +13,12 @@ Ekaran fa Bɔ ekaran falen na + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Ɲinini kɛ I ka kunnafoni ɲinintaw sɛbɛn yan. @@ -45,8 +47,6 @@ Kunnafoni minnu ɲɛ cogoya yɛlɛmanen don, olu jira. Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml index 6796c2587..23784984e 100644 --- a/res/values-bn/strings.xml +++ b/res/values-bn/strings.xml @@ -13,10 +13,12 @@ পূর্ণাঙ্গ স্ক্রিন পূর্ণঙ্গ স্ক্রীন বন্ধ করুন বন্ধ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top অনুসন্ধান Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-br/strings.xml b/res/values-br/strings.xml index 37c9200b8..931895f2d 100644 --- a/res/values-br/strings.xml +++ b/res/values-br/strings.xml @@ -13,10 +13,12 @@ Skramm leun Kuitaat ar mod skramm leun Kuitaat + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Klask Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 0f195251b..655e52f94 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -13,10 +13,12 @@ Pantalla completa Surt del mode de pantalla completa Surt + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Buscant arxius ZIM, espereu si us plau... Tornar a dalt Cerca Escriviu per buscar articles @@ -45,8 +47,6 @@ Mostrar els articles amb colors inverses Tornar a dalt Mostra un botó al final de la pàgina per desplaçar-se cap a la part superior - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 1f3ab38fa..3f5f9e68e 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -13,10 +13,12 @@ Celá obrazovka Ukončit celoobrazovkový režim Konec + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Vyhledávání Pro vyhledání článků pište @@ -45,8 +47,6 @@ Zobrazuje stránky v obrácených barvách. Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-cv/strings.xml b/res/values-cv/strings.xml index 140b85898..395b4c47e 100644 --- a/res/values-cv/strings.xml +++ b/res/values-cv/strings.xml @@ -13,10 +13,12 @@ Тулли экран Тулли мар экран Вĕçле + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Шырав Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml index 9e56f8b27..1e677c3cf 100644 --- a/res/values-cy/strings.xml +++ b/res/values-cy/strings.xml @@ -13,10 +13,12 @@ Sgrin lawn Gadael y modd sgrin lawn Gorffen + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Chwilio Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index a450516d5..f80332292 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -13,10 +13,12 @@ Fuld skærm Forlad fuldskærm Afslut + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Tilbage til toppen Søg Skriv for at finde artikler @@ -45,8 +47,6 @@ Vis artikler med inverterede farver Tilbage til toppen Få vist en knap i slutningen af siden for at rulle op til toppen - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 91177a23c..6d8e42dbd 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -13,10 +13,12 @@ Vollbildmodus Vollbild beenden Schliessen + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanne ZIM-Dateien. Bitte warten … Zurück nach oben Suche Zum Suchen von Artikeln tippen @@ -45,8 +47,6 @@ Artikel mit umgekehrten Farben ansehen Zurück nach oben Zeigt einen Button am Seitenende an, um zum Anfang hochzuscrollen. - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index d628d2fa8..3ebe0f9cd 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -13,10 +13,12 @@ Πλήρης οθόνη Έξοδος από τη λειτουργία πλήρους οθόνης Έξοδος + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Αναζήτηση Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml index 7871c7fb3..d60217a99 100644 --- a/res/values-eo/strings.xml +++ b/res/values-eo/strings.xml @@ -13,10 +13,12 @@ Plenekrane Eliri la plenekranan reĝimon Eliri + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Serĉi Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 31350cdf3..17267b89b 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -13,10 +13,12 @@ Pantalla completa Salir del modo de pantalla completa Salir + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Buscando archivos ZIM, espera… Volver al principio Buscar Tipo de búsqueda de artículos @@ -45,8 +47,6 @@ Mostrar artículos con colores revertidas Volver al principio Mostrar un botón al final de la página para desplazarse al comienzo - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml index 6b2912475..46336dc42 100644 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -13,10 +13,12 @@ Täisekraan Välju täisekraani režiimist Välju + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Otsi Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index e67dc550e..c656098a0 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -13,10 +13,12 @@ تمام صفحه خروج از تمام‌صفحه خروج + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + چستچو برای پرونده‌های ZIM، لطفاً صبر کنید... بازگشت به بالای صفحه جستجو برای یافتن مقاله‌ها تایپ کنید @@ -26,7 +28,7 @@ هیچ پروندهٔ ZIM در دستگاه شما یافت نشد.\nنگاهی به صفحهٔ کمک برای گرفتن جهت‌هایی به بارگذاری محتویات به Kiwix نگاهی بیندازید.\nاگر شما پروندهٔ ZIM در دستگاه/حافظهٔ خارجی خود قرار دهید، شما چند دقیقه دیگر مجدداً سعی کنید یا دستگاه خود را ری‌استارت کنید. خطا: پروندهٔ ZIM انتخاب شده پیدا نشد. خطا: پروندهٔ انتخاب‌شده یک پروندهٔ ZIM معتبر نیست. - حطا: بارگیری مقالهٔ \"%1$s\" شکست خورد. + حطا: بارگیری مقالهٔ «%1$s» شکست خورد. حطا: بارگیری مقالهٔ (نشانی: %1$s) شکست خورد. نمایش سطح بزرگ/کوچک‌نمایی @@ -45,8 +47,6 @@ نمایش مقاله‌ها با رنگ‌های معکوس‌شده بازگشت به بالای صفحه نمایش دکمه در پایان صفحه برای انتقال به بالا - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index dcb9d0a68..565afcf65 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -13,14 +13,16 @@ Koko näyttö Poistu koko näytön tilasta Lopeta + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Haku Type to lookup articles - Select a ZIM Content File (*.zim) + Valitse ZIM-sisältötiedosto (*.zim) I enjoy Wikipedia Offline with Kiwix! I enjoy Wikipedia Offline with Kiwix! The whole human knowledge at hand wherever you go! Without Internet! http://goo.gl/h9Smkk No ZIM files found on your device.\nTake a look at the Help Page to get directions on how to load content into Kiwix.\nIf you did put a ZIM file on your device/external storage, you might retry in a minute or restart your device. @@ -38,15 +40,13 @@ Large Information - Version + Versio Zoom controls Display a zoom button in the screen bottom right corner Night mode Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-fo/strings.xml b/res/values-fo/strings.xml index 8037ed28a..ef3b23fab 100644 --- a/res/values-fo/strings.xml +++ b/res/values-fo/strings.xml @@ -13,10 +13,12 @@ Fullan skerm Far burtur frá fullum skermi Enda + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Leita Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index b155a7302..36c7e34ec 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -13,10 +13,12 @@ Plein écran Quitter le plein écran Quitter + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Analyse des fichiers ZIM en cours, veuillez patienter… Retourner en début Rechercher Taper pour rechercher des articles @@ -45,8 +47,6 @@ Afficher les articles en couleurs inversées Retourner au début Afficher un bouton en bas de la page pour revenir au début - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index 19e13ed9a..0b989ae82 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -13,10 +13,12 @@ Pantalla completa Saír da pantalla completa Saír + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Buscando os ficheiros ZIM. Agarde, por favor... Volver ao inicio Procurar Empece a escribir para procurar artigos @@ -45,8 +47,6 @@ Mostrar os artigos coas cores invertidas Volver ao inicio Mostrar un botón ao final da páxina para volver ao inicio da mesma - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml index e481bbd12..d6c1ef94a 100644 --- a/res/values-gu/strings.xml +++ b/res/values-gu/strings.xml @@ -13,10 +13,12 @@ આખી સ્ક્રિન પૂર્ણ સ્ક્રીન સ્થિતિમાંથી બહાર નીકળો બહાર નીકળો + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top શોધો Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-he/strings.xml b/res/values-he/strings.xml index fc93884ad..fb1417ad4 100644 --- a/res/values-he/strings.xml +++ b/res/values-he/strings.xml @@ -13,10 +13,12 @@ מסך מלא יציאה ממצב מסך מלא יציאה + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top חיפוש Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml index 88189752d..ed10a6fe9 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/strings.xml @@ -13,10 +13,12 @@ संपूर्ण स्क्रीन Exit full screen बाहर निकलें + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top खोजें Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index a525a59ff..f6a43aa2d 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -13,10 +13,12 @@ Preko cijelog zaslona Izađi iz prikaza preko cijelog zaslona Izlaz + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Traži Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 6ef7b552c..f3c7e5261 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -13,10 +13,12 @@ Teljes képernyő Kilépés a teljes képernyős üzemmódból Kilépés + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Keresés Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ia/strings.xml b/res/values-ia/strings.xml index 8f5c4fc4e..6b8a51183 100644 --- a/res/values-ia/strings.xml +++ b/res/values-ia/strings.xml @@ -13,10 +13,12 @@ Schermo complete Exir del schermo complete Quitar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Cercar Dactylographar pro cercar articulos @@ -45,8 +47,6 @@ Monstrar articulos in colores invertite Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-id/strings.xml b/res/values-id/strings.xml index 631175562..45bc3727b 100644 --- a/res/values-id/strings.xml +++ b/res/values-id/strings.xml @@ -13,10 +13,12 @@ Layar penuh Keluar dari mode layar penuh Keluar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Cari Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ie/strings.xml b/res/values-ie/strings.xml index db8645717..a34ac3d80 100644 --- a/res/values-ie/strings.xml +++ b/res/values-ie/strings.xml @@ -13,10 +13,12 @@ Scren ampli Exit full screen Abandonar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Sercha Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index ff3a5b5ce..e81b53503 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -13,10 +13,12 @@ A tutto schermo Esci dalla modalità a tutto schermo Esci + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scansione per file ZIM, attendi... Torna all\'inizio Ricerca Scrivi per ricercare le voci @@ -45,8 +47,6 @@ Visualizza le voci con colori invertiti Torna all\'inizio Mostra un pulsante alla fine della pagina per scorrere fino all\'inizio - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 6664a8ac0..2380a30bc 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -13,10 +13,12 @@ 全画面表示 全画面表示を終了 終了 + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + ZIM ファイルをスキャンしています。お待ちください... トップに戻る 検索 記事の検索 @@ -45,8 +47,6 @@ 記事を反転色で表示する トップに戻る Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-jv/strings.xml b/res/values-jv/strings.xml index 37d8ab81c..718905602 100644 --- a/res/values-jv/strings.xml +++ b/res/values-jv/strings.xml @@ -13,10 +13,12 @@ Layar wutuh Metu saka modé layar kebak Metu + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Golèk Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml index 6f97501d6..af79b6204 100644 --- a/res/values-ka/strings.xml +++ b/res/values-ka/strings.xml @@ -13,10 +13,12 @@ სრულ ეკრანზე მთლიანი ეკრანის რეჟიმიდან გამოსვლა დასრულება + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ძიება Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml index 8ede83d37..38ea1bee6 100644 --- a/res/values-km/strings.xml +++ b/res/values-km/strings.xml @@ -13,10 +13,12 @@ ទំហំពេញអេក្រង់ ចេញពីម៉ូដទំហំពេញអេក្រង់ ចាកចេញ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ស្វែងរក Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml index 8176dd575..1019b0cd9 100644 --- a/res/values-kn/strings.xml +++ b/res/values-kn/strings.xml @@ -13,10 +13,12 @@ ಪೂರ್ಣಪರದೆ ಪೂರ್ಣ ತೆರೆಯನ್ನು ನಿರ್ಗಮಿಸಿ ನಿರ್ಗಮಿಸು + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ಅನ್ವೇಷಿಸಿ Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index a8ea88fab..3d310f96b 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -13,10 +13,12 @@ 전체 화면 전체 화면 모드에서 나가기 끝내기 + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top 검색 문서를 찾아보는 종류 @@ -45,8 +47,6 @@ 되돌린 색으로 문서를 보여줍니다 Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml index f0b3f559a..3bdde99bf 100644 --- a/res/values-ky/strings.xml +++ b/res/values-ky/strings.xml @@ -13,10 +13,12 @@ Толук көрүнүшү Толук көрүнүштөн чыгуу Чыгуу + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Издөө Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml index 50f7f7ceb..fbe94f683 100644 --- a/res/values-lb/strings.xml +++ b/res/values-lb/strings.xml @@ -13,10 +13,12 @@ Ganzen Ecran Aus dem Modus vum ganzen Ecran erausgoen Erausgoen + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Sichen Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-li/strings.xml b/res/values-li/strings.xml index 6749441b5..4aafdb753 100644 --- a/res/values-li/strings.xml +++ b/res/values-li/strings.xml @@ -13,10 +13,12 @@ Volledig sjirm Exit full screen Sjtoppe + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Zeuk Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index b8bade13f..415a2614b 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -13,10 +13,12 @@ Visas ekranas Išeiti iš viso ekrano režimo Išėiti + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Paieška Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index f8d8ab0c8..ee39da6fe 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -13,10 +13,12 @@ Pilnekrāna režīms Iziet no pilnekrāna režīma Iziet + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Meklēt Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml index 4f8899b0e..c6a096b50 100644 --- a/res/values-mk/strings.xml +++ b/res/values-mk/strings.xml @@ -13,10 +13,12 @@ На цел екран Излези од цел екран Излези + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Пребарувам по ZIM-податотеките. Почекајте... Најгоре Пребарување Тип за пребарување статии @@ -45,8 +47,6 @@ Прикажувај ги статиите во обратни бои Најгоре Прикажувај копче за враќање најгоре на крајот од страницата - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml index 7a96d52ed..9e42146ba 100644 --- a/res/values-ml/strings.xml +++ b/res/values-ml/strings.xml @@ -13,10 +13,12 @@ മുഴുവന്‍ സ്ക്രീനില്‍ പൂർണ സ്ക്രീനിൽ നിന്ന് പുറത്തു കടക്കുക അടയ്ക്കുക + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top തിരയുക Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml index 271c4cf0c..43932235a 100644 --- a/res/values-mn/strings.xml +++ b/res/values-mn/strings.xml @@ -11,12 +11,14 @@ Бичвэрээс хайх Санаандгүй сонгосон нийлэл Дэлгэц дүүргэн харах - Энгийн хэлбэрт шилжих + Бүтэн дэлгэцээр үзүүлэхийг болиулах Гарах + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Хайлт Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml index 4a7c215e1..80da32fff 100644 --- a/res/values-ms/strings.xml +++ b/res/values-ms/strings.xml @@ -13,10 +13,12 @@ Skrin penuh Keluar dari ragam skrin penuh Keluar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Cari Taip untuk mencari rencana @@ -45,8 +47,6 @@ Paparkan rencana yang diterbalikkan warnanya Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-mt/strings.xml b/res/values-mt/strings.xml index d659d5db8..79e0a5b2a 100644 --- a/res/values-mt/strings.xml +++ b/res/values-mt/strings.xml @@ -13,10 +13,12 @@ Skrin sħiħ Oħroġ mill-modalità ta\' skrin sħiħ Oħroġ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Fittex Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml index b6aa9f938..9905058b3 100644 --- a/res/values-my/strings.xml +++ b/res/values-my/strings.xml @@ -13,10 +13,12 @@ မျက်နှာဖွင့်အပြည့် မျက်နှာဖွင့်အပြည့်မှ ထွက်ရန် ထွက် + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ရှာ​ဖွေ​ရန်​ Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 70540cafb..f2bf330ad 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -13,10 +13,12 @@ Fullskjerm Avslutt fullskjermmodus Avslutt + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Søk Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml index c50204ee7..e909e049d 100644 --- a/res/values-ne/strings.xml +++ b/res/values-ne/strings.xml @@ -13,10 +13,12 @@ पूरा पर्दा Exit full screen बन्दगर्ने + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top खोज Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index 9190bf78e..aeb0b3298 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -13,10 +13,12 @@ Volledig scherm Volledig schermmodus verlaten Stoppen + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Zoeken naar ZIM-bestanden. Even geduld... Terug naar boven Zoeken Voer tekst in om pagina\'s te zoeken @@ -45,8 +47,6 @@ Pagina\'s weergeven met omgekeerde kleuren Terug naar boven Aan het einde van de pagina een knop weergeven om terug te gaan naar boven - Rescan SD card - Zoeken naar ZIM-bestanden. Even geduld... Remove Tab Add new Tab Remove diff --git a/res/values-nn/strings.xml b/res/values-nn/strings.xml index a751261e1..c0afd7633 100644 --- a/res/values-nn/strings.xml +++ b/res/values-nn/strings.xml @@ -13,10 +13,12 @@ Fullskjerm Exit full screen Avslutt + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Søk Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-oc/strings.xml b/res/values-oc/strings.xml index 680a8ebec..d4a11bb63 100644 --- a/res/values-oc/strings.xml +++ b/res/values-oc/strings.xml @@ -13,10 +13,12 @@ Plen ecran Quitar lo mòde ecran complet Sortir + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Cèrca Picar per recercar d\'articles @@ -45,8 +47,6 @@ Afichar los articles en colors inversadas Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml index 0e3f9bf18..a3d3cdf50 100644 --- a/res/values-or/strings.xml +++ b/res/values-or/strings.xml @@ -13,10 +13,12 @@ ପୁରା ସ୍କ୍ରିନ ପୁରା ସ୍କ୍ରିନ ମୋଡରୁ ଓହରି ଆସିବେ ଛାଡ଼ିବେ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ଖୋଜିବେ Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 6ef776c65..c3e731a09 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -13,10 +13,12 @@ Pełny ekran Wyjdź z trybu pełnego ekranu Zakończ + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Powrót do góry Szukaj Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Powrót do góry Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ps/strings.xml b/res/values-ps/strings.xml index 2a8d3a508..d07ccc075 100644 --- a/res/values-ps/strings.xml +++ b/res/values-ps/strings.xml @@ -13,10 +13,12 @@ ډکه پرده د بشپړ پردې ښکارېدنې نه وتل بندول + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top پلټل Type to lookup articles @@ -45,8 +47,6 @@ رنگ اړول شوې ليکنې ښکاره کول Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index 9a6dde9cb..58f24fd14 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -13,10 +13,12 @@ Ecrã completo Sair do modo de tela inteira Sair + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Pesquisar Digite para pesquisar artigos. @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-qu/strings.xml b/res/values-qu/strings.xml index b59b66f51..21cd83e17 100644 --- a/res/values-qu/strings.xml +++ b/res/values-qu/strings.xml @@ -13,10 +13,12 @@ Hunt\'a qhawana pampa Hunt\'a qhawana pampamanta lluqsiy Lluqsiy + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Maskay Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-rm/strings.xml b/res/values-rm/strings.xml index 97b89e958..1395a8e8e 100644 --- a/res/values-rm/strings.xml +++ b/res/values-rm/strings.xml @@ -13,10 +13,12 @@ Maletg entir Exit full screen Terminar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Tschertgar Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 14b9eac6d..0e434f5cd 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -13,10 +13,12 @@ Ecran complet Ieșire din modul ecran complet Ieșire + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Căutare Tastați pentru a căuta articole @@ -45,8 +47,6 @@ Afișează articolele în culori inversate Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 7ba377d4c..900c25b08 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -13,10 +13,12 @@ На весь экран Выход из полноэкранного режима Выход + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Поиск ZIM-файлов, пожалуйста, подождите… Вернуться наверх Поиск Введите для поиска статей @@ -45,8 +47,6 @@ Показать статьи в «ночном режиме» Вернуться наверх Отобразить кнопку в конце страницы для прокрутки вверх - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sa/strings.xml b/res/values-sa/strings.xml index 3fb231f05..9a10b86e4 100644 --- a/res/values-sa/strings.xml +++ b/res/values-sa/strings.xml @@ -13,10 +13,12 @@ संपूर्ण पटल सम्पूर्णपटलावस्थातः बहिर्गम्यताम् त्यजति + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top अन्वेषणम् Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sh/strings.xml b/res/values-sh/strings.xml index 7b7512550..e3f61b5f3 100644 --- a/res/values-sh/strings.xml +++ b/res/values-sh/strings.xml @@ -13,10 +13,12 @@ Cijeli ekran Exit full screen Odustani + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Traži Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml index bfad1e90f..817e375a4 100644 --- a/res/values-si/strings.xml +++ b/res/values-si/strings.xml @@ -13,10 +13,12 @@ පූර්ණ තිරය පූර්ණ තිර ආකාරයෙන් ඉවත් වන්න ඉවත් වන්න + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ගවේෂණය Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index f34612934..8e6522c12 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -13,10 +13,12 @@ Celá obrazovka Ukončiť režim celej obrazovky Ukončiť + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Hľadať Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index 464d2ccc1..35d7e9292 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -13,10 +13,12 @@ Celoten zaslon Izhod iz celozaslonskega načina Izhod + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Iskanje Vrsta iskanih člankov @@ -45,8 +47,6 @@ Prikaz člankov z obrnjenimi barvami Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml index 35b047804..a895b616f 100644 --- a/res/values-sq/strings.xml +++ b/res/values-sq/strings.xml @@ -13,10 +13,12 @@ Ekran i plotë Dil nga ekrani i plotë Ndërprej + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Kërko Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-su/strings.xml b/res/values-su/strings.xml index e1b1b555a..ace641d29 100644 --- a/res/values-su/strings.xml +++ b/res/values-su/strings.xml @@ -13,10 +13,12 @@ Layar pinuh Kaluar ti modeu layar pinuh Kaluar + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Paluruh Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 48b23d05e..c57115611 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -13,10 +13,12 @@ Helskärm Stäng helskärm Avsluta + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Tillbaka till toppen Sök Skriv för att kolla upp artiklar @@ -45,8 +47,6 @@ Visa artiklar med inverterade färger Tillbaka till toppen Visar en knapp i slutet på sidan för att rulla upp till toppen - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml index 6f8af5332..ebb195576 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -13,10 +13,12 @@ Skrini nzima Toka kwa modi ya Skrini nzima Ondoka + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Tafuta Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml index 1df0886dc..3c3908591 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/strings.xml @@ -13,10 +13,12 @@ முழு திரை முழு திரை வகையிலிருந்து வெளியேறு முடித்துக்கொள் + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top தேடு Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml index c6f1dcb21..9457358ea 100644 --- a/res/values-te/strings.xml +++ b/res/values-te/strings.xml @@ -13,10 +13,12 @@ నిండుతెర పూర్తి తెర విధానము నిష్క్రమించు నిలిపివేయి + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top వెతుకు Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index dc72628b7..ccd0a2eb0 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -13,10 +13,12 @@ เต็มหน้าจอ ออกจากโหมดเต็มหน้าจอ ออกจากโปรแกรม + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top ค้นหา Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index 7ee8ecb98..446aca437 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -13,10 +13,12 @@ Buong panooran Huwag buong panooran Umayaw + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Humanap Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 8c691b19f..d5bacd0f6 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -13,10 +13,12 @@ Tam ekran Tam ekrandan çık Çık + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + ZIM dosyaları için taranıyor, lütfen bekleyin... Başa dön Ara Makalelerde aranacak kelimeyi yazın @@ -45,8 +47,6 @@ Makaleleri dönüştürülmüş renklerle göster Başa dön Başa dönmek için sayfanın altında bir düğme görüntüler - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index e1f02b2f2..8461a3bc6 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -13,10 +13,12 @@ Повноекранний режим Вийти з повноекранного режиму Вийти + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Сканування ZIM-файлів, будь ласка, зачекайте... Назад догори Знайти Наберіть для пошуку статей @@ -45,8 +47,6 @@ Показати статті з повернутими кольорами Наверх Відображати кнопки в кінці сторінки для прокрутки вгору - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml index 94bb316c6..3d630bea8 100644 --- a/res/values-ur/strings.xml +++ b/res/values-ur/strings.xml @@ -13,10 +13,12 @@ مکمل تظاہرہ اندازِ مکمل تظاہرہ کو ختم کریں خارج ہوجائیں + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top تلاش Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml index 4279b77dc..af5fc5bbd 100644 --- a/res/values-uz/strings.xml +++ b/res/values-uz/strings.xml @@ -13,10 +13,12 @@ Toʻliq ekran Toʻliq ekran tartibidan chiqish Chiqish + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Qidiruv Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index e773a22f3..745a4bed7 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -13,10 +13,12 @@ Toàn màn hình Thoát ra toàn màn hình Thoát + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Đang tìm tập tin ZIM, xin vui lòng chờ… Trở lên Đầu trang Tìm kiếm Gõ để tra cứu bài @@ -45,8 +47,6 @@ Đảo ngược màu sắc trong bài Trở lên Đầu trang Hiển thị nút ở cuối trang để di chuyển lên trên cùng - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-yi/strings.xml b/res/values-yi/strings.xml index 6a5d5e221..d90aba211 100644 --- a/res/values-yi/strings.xml +++ b/res/values-yi/strings.xml @@ -13,10 +13,12 @@ פֿולער עקראן אוועקגיין פון פולן עקראן פֿארלאזן + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... צוריק אויבן זוכן Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-yo/strings.xml b/res/values-yo/strings.xml index c23dfce68..bd1a3f3e2 100644 --- a/res/values-yo/strings.xml +++ b/res/values-yo/strings.xml @@ -13,10 +13,12 @@ Ojúìran kíkúnrẹ́rẹ́ Ìjáde kúrò ní ojúìran kíkúnrẹ́rẹ́ Kúrò + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Àwárí Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values-zh/strings.xml b/res/values-zh/strings.xml index a139e2259..a74f3c896 100644 --- a/res/values-zh/strings.xml +++ b/res/values-zh/strings.xml @@ -13,10 +13,12 @@ 全屏 Exit full screen 退出 + Rescan SD card Share with friends Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top 搜索 Type to lookup articles @@ -45,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/res/values/strings.xml b/res/values/strings.xml index c641795e0..0f11faed5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -13,11 +13,12 @@ Full screen Exit full screen Exit + Rescan SD card Share with friends - Rescan Save Image An error occured when trying to save an image! Saved image as %s in your Pictures folder. + Scanning for ZIM files, please wait... Back to Top Search Type to lookup articles @@ -46,8 +47,6 @@ Show articles with reverted colors Back to Top Display a button at the end of the page to scroll up to the top - Rescan SD card - Scanning for ZIM files, please wait... Remove Tab Add new Tab Remove diff --git a/src/org/kiwix/kiwixmobile/ZimFileSelectActivity.java b/src/org/kiwix/kiwixmobile/ZimFileSelectActivity.java index 5d4b3a5af..866d9a8a8 100644 --- a/src/org/kiwix/kiwixmobile/ZimFileSelectActivity.java +++ b/src/org/kiwix/kiwixmobile/ZimFileSelectActivity.java @@ -62,7 +62,7 @@ public class ZimFileSelectActivity extends FragmentActivity public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); - setProgressBarIndeterminateVisibility(true); + setProgressBarIndeterminateVisibility(true); setContentView(R.layout.zimfilelist); mZimFileList = (ListView) findViewById(R.id.zimfilelist); @@ -148,7 +148,7 @@ public class ZimFileSelectActivity extends FragmentActivity mCursorAdapter.swapCursor(cursor); // Done here to avoid that shown while loading. mZimFileList.setEmptyView(findViewById(R.id.zimfilelist_nozimfilesfound_view)); - setProgressBarIndeterminateVisibility(false); + setProgressBarIndeterminateVisibility(false); mCursorAdapter.notifyDataSetChanged(); } @@ -218,7 +218,7 @@ public class ZimFileSelectActivity extends FragmentActivity public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { - case R.id.menu_rescan: + case R.id.menu_rescan_fs: // Execute our AsyncTask, that scans the file system for the actual data new RescanFileSystem().execute(); }