Remove errorCode

This commit is contained in:
Naveen 2022-12-31 20:30:35 +05:30
parent ceeba0d48f
commit 157c1c1586
47 changed files with 47 additions and 94 deletions

View file

@ -93,8 +93,7 @@
<string name="unable_to_save_message">Unable to save message to the telephony database</string>
<string name="error_service_is_unavailable">Couldn\'t send message, service unavailable</string>
<string name="error_radio_turned_off">Couldn\'t send message, radio 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="carrier_send_error">Couldn\'t send message, carrier error</string>
<string name="unknown_error_occurred_sending_message">Couldn\'t send message, error code: %1$d</string>
<!-- FAQ -->
<string name="faq_1_title">Porque é que a aplicação requer acesso à Internet\?</string>