Add max MMS limit reached string

This commit is contained in:
Naveen 2023-02-17 20:23:29 +05:30
parent 1f456a902c
commit c828c044ca
47 changed files with 66 additions and 19 deletions

View file

@ -94,6 +94,7 @@
<string name="unknown_error_occurred_sending_message">Couldn\'t send message, error code: %1$d</string>
<string name="invalid_short_code">Can\'t reply to short codes like this</string>
<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>
<!-- 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>