Show error toast when mms download fails

This commit is contained in:
Naveen 2023-08-23 15:41:45 +05:30
parent 166998f86e
commit e76130d037
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3
48 changed files with 61 additions and 13 deletions

View File

@ -8,6 +8,7 @@ import com.bumptech.glide.Glide
import com.klinker.android.send_message.MmsReceivedReceiver
import com.simplemobiletools.commons.extensions.isNumberBlocked
import com.simplemobiletools.commons.extensions.normalizePhoneNumber
import com.simplemobiletools.commons.extensions.toast
import com.simplemobiletools.commons.helpers.ensureBackgroundThread
import com.simplemobiletools.smsmessenger.R
import com.simplemobiletools.smsmessenger.extensions.*
@ -50,5 +51,5 @@ class MmsReceiver : MmsReceivedReceiver() {
}
}
override fun onError(context: Context, error: String) {}
override fun onError(context: Context, error: String) = context.toast(R.string.couldnt_download_mms)
}

View File

@ -136,6 +136,7 @@
<string name="invalid_short_code_desc">يمكنك فقط الرد على الرموز القصيرة بأرقام مثل \"503501\" ولكن ليس على الرموز التي تحتوي على أحرف وأرقام مثل \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">يتجاوز حجم المرفق الحد الأقصى لرسائل الوسائط المتعددة</string>
<string name="sim_card_not_available">بطاقة SIM غير متوفرة</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">لماذا يتطلب التطبيق الوصول إلى الإنترنت؟</string>
<string name="faq_1_text">للأسف هناك حاجة لإرسال مرفقات رسائل الوسائط . عدم القدرة على إرسال رسائل الوسائط هذا سيكون عيبا كبيرا حقا بالمقارنة مع التطبيقات الأخرى ، لذلك قررنا الذهاب من هذا الطريق. ومع ذلك ، كما هو الحال عادة ، لا توجد إعلانات أو تتبع أو تحليلات للنشاط على الإطلاق ، يتم استخدام صلاحية الإنترنت فقط لإرسال رسائل الوسائط المتعددة.</string>
@ -147,4 +148,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Чаму прыкладанне патрабуе доступ у Інтэрнет\?</string>
<string name="faq_1_text">На жаль, гэта неабходна для адпраўкі ўкладанняў MMS. Немагчымасць адпраўляць MMS было б вельмі вялікім недахопам нашага прыкладання ў параўнанні з іншымі, таму было вырашана пайсці гэтым шляхам. Аднак, як і ў іншых нашых прыкладаннях, гэта не ўтрымлівае ніякай рэкламы, адсочвання і аналітыкі. Інтэрнэт выкарыстоўваецца толькі для адпраўкі MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Можете да отговаряте само на кратки кодове с цифри като \"503501\", но не и на кодове, съдържащи букви и цифри като \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Размерът на прикачения файл надвишава максималното ограничение за MMS</string>
<string name="sim_card_not_available">SIM картата не е налична</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Защо приложението изисква достъп до интернет\?</string>
<string name="faq_1_text">За съжаление това е нужно за изпращане на прикачени MMS. Да не може да се праща MMS би било наистина голям недостатък в сравнение с други приложения, така че решихме да тръгнем по този път. Въпреки това, както обикновено, няма реклами, следене или каквито и да е други анализаторски програми, интернетът се ползва само за изпращане на MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Només podeu respondre a codis curts amb números com «503501», però no a codis que continguin lletres i números com «AB-CD0».</string>
<string name="attachment_sized_exceeds_max_limit">La mida del fitxer adjunt supera el límit màxim dels MMS</string>
<string name="sim_card_not_available">La targeta SIM no està disponible</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Per què l\'aplicació requereix accés a Internet\?</string>
<string name="faq_1_text">Malauradament, és necessari per enviar adjunts MMS. No poder enviar MMS seria un gran desavantatge en comparació amb altres aplicacions, així que vam decidir anar per aquest camí. Tanmateix, com sol ser, no hi ha cap anunci, seguiment o anàlisi de cap mena, Internet només s\'utilitza per enviar MMS.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Lze odpovídat pouze na krátké kódy s čísly, jako „503501“, ale ne na kódy obsahující čísla a písmena, jako „AB-CD0“.</string>
<string name="attachment_sized_exceeds_max_limit">Velikost přílohy přesahuje maximální limit MMS</string>
<string name="sim_card_not_available">SIM karta není dostupná</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Proč aplikace vyžaduje přístup k internetu\?</string>
<string name="faq_1_text">Je smutné, že je to nutné pro odesílání příloh MMS. Nemít schopnost posílat MMS by byla opravdu obrovská nevýhoda ve srovnání s jinými aplikacemi, proto jsme se rozhodli jít touto cestou. Jako obvykle však neexistují žádné reklamy, sledování ani analytika. Internet se používá pouze k odesílání MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Hvorfor kræver appen adgang til internettet\?</string>
<string name="faq_1_text">Desværre er det nødvendigt for at sende MMS-vedhæftede filer. Ikke at kunne være i stand til at sende MMS ville være en virkelig stor ulempe i forhold til andre apps, så vi besluttede at gå denne vej. Men som normalt er der ingen annoncer, sporing eller analyse overhovedet, internettet bruges kun til at sende MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Du kannst nur auf Short Codes mit Nummern wie „503501“ antworten, nicht aber auf Codes mit Buchstaben und Zahlen wie „AB-CD0“.</string>
<string name="attachment_sized_exceeds_max_limit">Die Größe des Anhangs überschreitet das MMS-Limit</string>
<string name="sim_card_not_available">SIM-Karte nicht vorhanden</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Warum benötigt die Anwendung einen Internetzugang\?</string>
<string name="faq_1_text">Leider ist dies nötig, um MMS-Anhänge zu versenden. Es wäre ein großer Nachteil gegenüber anderen Apps, wenn keine MMS versendet werden könnten, also haben wir uns für diesen Weg entschieden. Jedoch gibt es wie immer keine Werbung, Tracking oder Analytics, der Internetzugriff wird also nur für das Versenden von MMS verwendet.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Μπορείτε να απαντήσετε μόνο σε σύντομους κωδικούς με αριθμούς όπως \"503501\" αλλά όχι σε κωδικούς που περιέχουν γράμματα και αριθμούς όπως \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Το μέγεθος συνημμένου υπερβαίνει το μέγιστο όριο MMS</string>
<string name="sim_card_not_available">Δεν διατίθεται κάρτα SIM</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Γιατί η εφαρμογή απαιτεί πρόσβαση στο διαδίκτυο;</string>
<string name="faq_1_text">Δυστυχώς, απαιτείται για την αποστολή συνημμένων MMS. Το να μην είμαστε σε θέση να στείλουμε MMS θα αποτελούσε πραγματικά τεράστιο μειονέκτημα σε σύγκριση με άλλες εφαρμογές, επομένως αποφασίσαμε να ακολουθήσουμε αυτόν τον δρόμο. Ωστόσο, όπως συνήθως, δεν υπάρχουν καθόλου διαφημίσεις, παρακολούθηση ή αναλύσεις, το διαδίκτυο χρησιμοποιείται μόνο για την αποστολή MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Sólo puede responder a códigos cortos con números como \"503501\", pero no a códigos que contengan letras y números como \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">El tamaño del archivo adjunto supera el límite máximo de MMS</string>
<string name="sim_card_not_available">No hay una tarjeta SIM disponible</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">¿Por qué la aplicación requiere acceso a internet\?</string>
<string name="faq_1_text">Tristemente es necesitado para enviar archivos adjuntos MMS. El no poder enviar MMS sería una desventaja realmente enorme comparada con otras aplicaciones, así que decidimos tomar este camino. Sin embargo, como siempre, no hay anuncios, rastreo o análisis, por lo que el internet solo es usado para enviar MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Sa saad vastata, kui telefoninumbris leidub numbreid, nagu näiteks \"503501\", kuid ei saa vastata, kui leidub numbreid ja tähemärke, nagu näiteks \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Manuse suurus ületab MMS-sõnumite mahu ülempiiri</string>
<string name="sim_card_not_available">SIM-kaart pole saadaval</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Miks on selle rakenduse jaoks vajalik ligipääs internetile\?</string>
<string name="faq_1_text">Kahjuks saadetakse MMS-sõnumite manused üle interneti. Kuna muudel sarnastel rakendustel on MMS-sõnumite saatmise võimalus, siis me ei saanud sellest funktsionaalsusest ka loobuda. Aga nagu kõikide meie rakenduste puhul standardiks on, siis me ei näita reklaame ega kasuta kasutajate jälgmist ega ka analüütikat ning internetiühendus on kasutusel vaid MMS-sõnumite saatmisel.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Voit vastata vain numeroita sisältäviin lyhytkoodeihin kuten \"503501\", muttet kirjaimia ja numeroita sisältäviin koodeihin kuten \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Liitteen koko ylittää MMS-viestin enimmäiskoon</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Miksi sovellus vaatii Internet-yhteyden\?</string>
<string name="faq_1_text">Valitettavasti sitä tarvitaan multimediaviestin liitteiden lähettämiseen. Multimediaviestien lähettämättä jättäminen olisi todella valtava haitta muihin sovelluksiin verrattuna, joten päätimme mennä tällä tavalla. Kuten yleensä, mainoksia, seurantaa tai analytiikkaa ei kuitenkaan ole, internetiä käytetään vain multimediaviestien lähettämiseen.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Vous ne pouvez répondre qu\'à des codes courts comportant des chiffres comme « 503501 », mais pas à des codes contenant des lettres et des chiffres comme « AB-CD0 ».</string>
<string name="attachment_sized_exceeds_max_limit">La taille de la pièce jointe dépasse la limite maximale du MMS</string>
<string name="sim_card_not_available">Carte SIM indisponible</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Pourquoi l\'application a-t-elle besoin d\'un accès à Internet \?</string>
<string name="faq_1_text">Malheureusement, cela est nécessaire pour envoyer des pièces jointes dans les MMS. Ne pas pouvoir envoyer de MMS serait un énorme désavantage comparé à d\'autres applications, nous avons donc décidé de faire ainsi. Cependant, comme toujours, il n\'y a aucune publicité, traqueur ou analyseur de quelque sorte, internet n\'est utilisé que pour envoyer des MMS.</string>
@ -138,4 +139,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Só podes responder a códigos curtos con números como \"503501\", pero non a códigos que conteñan letras e números como \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">O tamaño dos anexos supera o límite máximo dos MMS</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Por que o aplicativo necesita acceder a Internet\?</string>
<string name="faq_1_text">Infelizmente é a única forma para poder enviar anexos MMS. A incapacidade de non conseguir enviar MMS sería unha enorme desvantaxe comparativamente a outros aplicativos e, por iso, tomamos esta decisión. Pero, como habitualmente, o aplicativo non ten anuncios, non rastrea os utilizadores nin recolle datos persoais. Este permiso só é necesario para enviar as MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Možeš odgovoriti samo na kratke kodove s brojevima poput „503501”, ali ne i na kodove koji sadrže slova i brojke poput „AB-CD0”.</string>
<string name="attachment_sized_exceeds_max_limit">Veličina privitka premašuje maksimalno ograničenje MMS-a</string>
<string name="sim_card_not_available">SIM kartica nije dostupna</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Zašto aplikacija zahtijeva pristup internetu\?</string>
<string name="faq_1_text">Nažalost, potreban je za slanje MMS privitaka. Nemogućnost slanja MMS-a bila bi zaista veliki nedostatak u usporedbi s drugim aplikacijama, pa smo odlučili krenuti ovim putem. No, kao i obično, nema reklama, praćenja ili analiziranja podataka, internet se koristi samo za slanje MMS-a.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Csak a számokat tartalmazó rövid kódokra válaszolhat, például a „503501”-re, de a számokat és betűket tartalmazókra, például a „AB-CD0”-ra, nem.</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Miért kér az alkalmazás hozzáférést az internethez\?</string>
<string name="faq_1_text">Sajnos szükséges az MMS-mellékletek küldéséhez. Az MMS-küldés hiánya olyan nagy hátrány más alkalmazásokhoz képest, hogy inkább mellette döntöttünk. Viszont, mint általában, nincsenek reklámok, követés, vagy analitika és az internetet csak az MMS küldéséhez használjuk.</string>

View File

@ -121,6 +121,7 @@
<string name="invalid_short_code_desc">Anda hanya dapat membalas ke kode pendek dengan nomor seperti \"503501\" tetapi tidak ke kode berisi huruf dan angka seperti \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Mengapa aplikasi ini membutuhkan akses ke internet\?</string>
<string name="faq_1_text">Sayangnya itu diperlukan untuk mengirim lampiran MMS. Tidak dapat mengirim MMS akan menjadi kerugian yang sangat besar dibandingkan dengan aplikasi lain, jadi kami memutuskan untuk menggunakan cara ini. Namun, seperti biasanya, tidak ada iklan, pelacakan atau analitik apa pun, internet hanya digunakan untuk mengirim MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">È possibile rispondere solo a codici brevi con numeri come «503501», ma non a codici contenenti lettere e numeri come «AB-CD0».</string>
<string name="attachment_sized_exceeds_max_limit">La dimensione dell\'allegato supera il limite massimo degli MMS</string>
<string name="sim_card_not_available">Carta SIM non disponibile</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Perché l\'applicazione richiede l\'accesso ad internet\?</string>
<string name="faq_1_text">Purtroppo è necessario per poter inviare gli allegati degli MMS. Non essere in grado di inviare gli MMS sarebbe un grosso svantaggio in confronto ad altre applicazioni, quindi abbiamo deciso di intraprendere questa strada. Ad ogni modo, come sempre, non ci sono pubblicità o tracciamenti, internet è utilizzato soltanto per l\'invio degli MMS.</string>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">מדוע האפליקציה דורשת גישה לאינטרנט\?</string>
<string name="faq_1_text">למרבה הצער, זה נחוץ לשליחת קבצי MMS מצורפים. אי היכולת לשלוח MMS תהיה חיסרון עצום בהשוואה לאפליקציות אחרות, אז החלטנו ללכת בדרך זו. עם זאת, כמו בדרך כלל, אין מודעות, מעקב או ניתוח כלשהם, האינטרנט משמש רק לשליחת MMS.</string>

View File

@ -121,6 +121,7 @@
<string name="invalid_short_code_desc">「503501」のような数字のみのショートコードには返信できますが、「AB-CD0」のようなアルファベットと数字を含んだショートコードには返信できません。</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">なぜアプリの使用にインターネットへのアクセスが必要なのですか?</string>
<string name="faq_1_text">MMS (マルチメディアメッセージサービス) にはインターネットが必要となります。ほかのアプリでは使用できる MMS が使用できないことは大きな不利益となるため、このようになっています。 ただし、通常通り広告・追跡・分析は一切行わず、インターネットは MMS のみに使用されます。</string>

View File

@ -126,6 +126,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Kodėl programėlei reikalinga prieiga prie interneto\?</string>
<string name="faq_1_text">Deja, jis reikalingas MMS priedams siųsti. Negalėjimas siųsti MMS būtų tikrai didelis trūkumas, palyginti su kitomis programomis, todėl nusprendėme eiti šiuo keliu. Tačiau, kaip įprasta, nėra jokių reklamų, stebėjimo ar analizės, internetas naudojamas tik MMS siuntimui.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">എന്തുകൊണ്ടാണ് ആപ്പിന് ഇന്റർനെറ്റ് ആക്‌സസ് ആവശ്യമായി വരുന്നത്\?</string>
<string name="faq_1_text">നിർഭാഗ്യവശാൽ, MMS അറ്റാച്ചുമെന്റുകൾ അയക്കുന്നതിനു ഇത് ആവശ്യമാണ്. മറ്റ് ആപ്ലിക്കേഷനുകളുമായി താരതമ്യപ്പെടുത്തുമ്പോൾ MMS അയയ്ക്കാൻ കഴിയുന്നില്ല എന്നത് ഒരു വലിയ പോരായ്മയാണ്, അതിനാൽ ഞങ്ങൾ ഈ റൂട്ടിൽ പോകാൻ തീരുമാനിച്ചു. എന്നിരുന്നാലും, സാധാരണപോലെ, പരസ്യങ്ങളോ ട്രാക്കിംഗ് അല്ലെങ്കിൽ അനലിറ്റിക്സുകളോ ഇല്ല. ഇന്റർനെറ്റ് MMS അയയ്ക്കുന്നതിന് മാത്രമാണ് ഉപയോഗിക്കുന്നത്.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Vedleggstørrelse overskrider maksgrense for MMS</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Hvorfor krever appen tilgang til internett\?</string>
<string name="faq_1_text">Dessverre er det nødvendig for å sende MMS-vedlegg. Å ikke kunne sende MMS ville være en veldig stor ulempe sammenlignet med andre apper, så vi bestemte oss for å gå denne veien. Som vanlig er det imidlertid ingen annonser, sporing eller analyse overhodet, internett brukes bare til å sende MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Er kan alleen worden gereageerd op korte codes met cijfers, zoals \"503501\", maar niet op codes met letters en cijfers, zoals \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">De bestandsgrootte van de bijlage overschrijdt de limiet voor MMS</string>
<string name="sim_card_not_available">Simkaart niet beschikbaar</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Waarom heeft deze app toegang nodig tot het internet\?</string>
<string name="faq_1_text">Dit is helaas nodig voor het verzenden van MMS-bijlagen. Het versturen van MMS-berichten onmogelijk maken zou een te groot nadeel t.o.v. andere apps betekenen en daarom hebben we besloten om het toch toe te voegen. Zoals gewoonlijk bevat de app echter geen advertenties, tracking of analytics; de verbinding wordt alleen maar gebruikt voor het versturen van MMS-berichten.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">Możesz odpowiadać tylko na numery Short Code zawierające same cyfry, np. „503501”, ale nie na takie, które zawierają inne znaki, jak „AB-CD0”.</string>
<string name="attachment_sized_exceeds_max_limit">Rozmiar załącznika przekracza maksymalny limit MMS-ów</string>
<string name="sim_card_not_available">Karta SIM niedostępna</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Dlaczego aplikacja wymaga dostępu do Internetu\?</string>
<string name="faq_1_text">Niestety jest to konieczne do wysyłania załączników MMS. Brak możliwości wysyłania MMS-ów byłby naprawdę ogromną wadą w porównaniu z innymi aplikacjami, więc zdecydowaliśmy się pójść tą drogą. Jednak, jak zwykle, nie ma żadnych reklam, śledzenia ani analityki, a Internet służy tylko do wysyłania MMS-ów.</string>
@ -141,4 +142,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Você só pode responder a códigos curtos com números, como \"503501\", mas não a códigos que contenham letras e números, como \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">O tamanho do anexo excede o limite máximo de MMS</string>
<string name="sim_card_not_available">Cartão SIM não disponível</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Por que o app requer acesso à Internet\?</string>
<string name="faq_1_text">Infelizmente, isso é necessário para enviar anexos MMS. Não poder enviar MMS seria uma grande desvantagem em relação a outros apps, por isso tomamos essa decisão. Entretanto, como de costume, não há anúncios, rastreamento ou análises de perfil, a Internet é usada apenas para enviar MMS.</string>
@ -138,4 +139,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Apenas é possível responder a códigos curtos com números como, por exemplo, You can only reply to short codes with numbers like \"503501\" e não a códigos que combinem letras e números com, por exemplo, \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">O anexo excede o tamanho máximo permitido para MMS</string>
<string name="sim_card_not_available">Cartão SIM não encontrado</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Porque é que a aplicação requer acesso à Internet\?</string>
<string name="faq_1_text">Infelizmente, é a única forma de poder enviar anexos MMS. Não ter a capacidade de enviar MMS representaria uma enorme desvantagem comparativamente a outras aplicações e foi por isso que tomámos esta decisão. Mas, como habitualmente, a aplicação não tem anúncios, não rastreia os utilizadores nem recolhe dados pessoais. Esta permissão apenas é necessária para enviar MMS.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">De ce necesită aplicația acces la internet\?</string>
<string name="faq_1_text">Din păcate este nevoie pentru a primite anexe MMS. Ideea de a nu putea trimite MMS-uri ar prezenta un dezavantaj foarte mare în comparaţie cu alte aplicaţii, aşa că am decis să mergem pe această cale. Totuşi, ca de obicei, nu este prezentă nici un fel de reclamă, urmărire sau analiză, internetul este folosit doar pentru a trimite MMS-uri.</string>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">Отвечать можно только на короткие номера, состоящие из цифр, такие как \"503501\", но не на номера, содержащие буквы и цифры, такие как \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Размер вложения превышает максимальный лимит MMS</string>
<string name="sim_card_not_available">SIM-карта недоступна</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Почему приложение требует доступ в интернет\?</string>
<string name="faq_1_text">К сожалению, это необходимо для отправки вложений MMS. Отсутствие возможности отправлять MMS-сообщения было бы огромным недостатком нашего приложения по сравнению с другими, поэтому мы решили пойти этим путём. Тем не менее, как и в других наших приложениях, это не содержит никакой рекламы, отслеживания или аналитики, интернет используется только для отправки MMS.</string>
@ -141,4 +142,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">Odpovedať je možné iba krátkym kódom obsahujúcim čísla ako \"503501\", ale nie kódom obsahujúcim písmená a čísla ako \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Veľkosť prílohy presahuje maximálny limit MMS</string>
<string name="sim_card_not_available">SIM karta nie je k dispozícií</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Prečo vyžaduje apka prístup na internet\?</string>
<string name="faq_1_text">Je to žiaľ nevyhnutné pre odosielanie MMS príloh. Ak by sa ich nedalo odosielať, bola by to obrovská nevýhoda v porovnaní s konkurenciou, preto sme sa rozhodli takto. Ako ale stále, ani v tejto apke nie sú reklamy, sledovanie, ani vôbec žiadne analytiky. Internet sa používa jedine pri odosielaní MMS.</string>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Zakaj aplikacija potrebuje dostop do interneta\?</string>
<string name="faq_1_text">Žal je potreben za pošiljanje priponk MMS. Če ne bi mogli pošiljati MMS-ov, bi bila to res velika pomanjkljivost v primerjavi z drugimi aplikacijami, zato smo se odločili za to pot. Vendar kot običajno ni nobenih oglasov, sledenja ali kakršne koli analitike. Internet se uporablja samo za pošiljanje MMS-ov.</string>

View File

@ -127,6 +127,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Зашто је апликацији потребан приступ интернету\?</string>
<string name="faq_1_text">Нажалост, то је потребно за слање ММС прилога. Немогућност слања ММС-а била би заиста велика мана у поређењу са другим апликацијама, па смо одлучили да идемо овим путем. Међутим, као и обично, нема реклама, праћења или аналитике, интернет се користи само за слање ММС-а.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Du kan svara på korta koder med siffror som \"503501\", men inte på koder som innehåller bokstäver och siffror som \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Bilagans storlek överskrider maxgränsen för mms</string>
<string name="sim_card_not_available">SIM-kortet är inte tillgängligt</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Varför kräver appen åtkomst till internet\?</string>
<string name="faq_1_text">Tyvärr behövs den för att skicka mms-bilagor. Att inte kunna skicka mms är en enorm nackdel jämfört med andra appar, och vi har därför beslutat att göra så här. Som vanligt förekommer ingen reklam, spårning eller datainsamling, internet används bara för att skicka mms.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">பயன்பாட்டிற்கு இணைய அணுகல் ஏன் தேவைப்படுகிறது\?</string>
<string name="faq_1_text">MMS இணைப்புகளை அனுப்புவதற்கு இது தேவைப்படுகிறது. மற்ற பயன்பாடுகளுடன் ஒப்பிடும்போது MMS ஐ அனுப்ப முடியாமல் இருப்பது மிகவும் பெரிய குறையாக இருக்கும், எனவே நாங்கள் இந்த வழியில் செல்ல முடிவு செய்தோம். இருப்பினும், வழக்கமாக, விளம்பரங்கள், கண்காணிப்பு அல்லது பகுப்பாய்வு எதுவும் இல்லை, இணையம் MMS அனுப்ப மட்டுமே பயன்படுத்தப்படுகிறது.</string>

View File

@ -121,6 +121,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">Yalnızca \"503501\" gibi sayı içeren kısa kodlara yanıt verebilirsiniz, ancak \"AB-CD0\" gibi harf ve rakam içeren kodlara yanıt veremezsiniz.</string>
<string name="attachment_sized_exceeds_max_limit">Ek boyutu, azami MMS sınırınııyor</string>
<string name="sim_card_not_available">SIM kart kullanılabilir değil</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Uygulama neden internete erişim gerektiriyor\?</string>
<string name="faq_1_text">Ne yazık ki MMS eklerini göndermek için gerekli. MMS gönderememek, diğer uygulamalara kıyasla gerçekten çok büyük bir dezavantaj olacaktır, bu yüzden bu şekilde gitmeye karar verdik. Bununla birlikte, genellikle olduğu gibi, hiçbir reklam, izleme veya analiz yoktur, internet yalnızca MMS göndermek için kullanılır.</string>
@ -135,4 +136,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -130,6 +130,7 @@
<string name="invalid_short_code_desc">Ви можете відповідати лише на короткі коди з цифрами, як-от \"503501\", але не на коди, що містять літери та цифри, як-от \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Розмір вкладеного файлу перевищує максимальний ліміт MMS</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Чому додаток вимагає доступ до Інтернету\?</string>
<string name="faq_1_text">Нажаль, це необхідно для відправки вкладень MMS. Неспроможність надсилати MMS-повідомлення була б великим недоліком нашого додатку порівняно з іншими, тому ми так зробили. Тим не менше, як і в інших наших додатках, цей не містить реклами, відстеження та аналітики. Інтернет використовується лише для відправки MMS.</string>

View File

@ -121,6 +121,7 @@
<string name="invalid_short_code_desc">你只能回复类似 \"503501\" 这样的短码,不能回复 \"AB-CD0\" 这样既包含字母又包含数字的短码。</string>
<string name="attachment_sized_exceeds_max_limit">附件大小超出了彩信上限</string>
<string name="sim_card_not_available">SIM 卡不可用</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">为什么该应用需要访问互联网?</string>
<string name="faq_1_text">很遗憾这对于发送彩信附件是必须的。如果不能发送彩信的话这相比其他应用会是一个巨大的劣势,所以我们决定这么采取现在的方式。 但是和其他应用一样,不包含广告、追踪或者任意的分析工具, 互联网访问仅用于发送彩信。</string>
@ -132,4 +133,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -121,6 +121,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet\?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way. However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>

View File

@ -124,6 +124,7 @@
<string name="invalid_short_code_desc">You can only reply to short codes with numbers like \"503501\" but not to codes containing letters and numbers like \"AB-CD0\".</string>
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
<string name="sim_card_not_available">SIM card not available</string>
<string name="couldnt_download_mms">Couldn\'t download MMS</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.