Add some new strings related to messaging errors
This commit is contained in:
parent
4029be60c1
commit
80ada88bf0
47 changed files with 391 additions and 15 deletions
|
|
@ -88,6 +88,14 @@
|
|||
<string name="import_sms">Importa SMS</string>
|
||||
<string name="import_mms">Importa MMS</string>
|
||||
<string name="no_option_selected">Devi selezionare almeno un elemento</string>
|
||||
<!-- Errors -->
|
||||
<string name="empty_destination_address">Can\'t send message to an empty address</string>
|
||||
<string name="unable_to_save_message">Unable to save message to the telephony database</string>
|
||||
<string name="error_service_is_unavailable">Can\'t send message as service is currently unavailable</string>
|
||||
<string name="error_radio_turned_off">Can\'t send message as radio was turned off</string>
|
||||
<string name="carrier_send_error">Can\'t send message with %1$s, error %2$d</string>
|
||||
<string name="carrier_send_error_unknown_carrier">Can\'t send message with unknown operator, error %1$d</string>
|
||||
<string name="unknown_error_occurred_sending_message">Unknown error occurred while sending message</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>
|
||||
|
|
@ -99,4 +107,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue