Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-10-26 18:19:40 +02:00 committed by GitHub
parent 266113662c
commit 59b699db33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
<string name="app_name">سادے سنہے</string>
<string name="app_launcher_name">سنہے</string>
<string name="type_a_message">سنہا لکھو…</string>
<string name="must_pick_time_in_the_future">You must pick a time in the future</string>
<string name="message_not_sent_short">سنہا نہیں بھیجیا</string>
<string name="message_not_sent_touch_retry">نہیں بھیجیا۔ فیر کرن لئی چھوہوو۔</string>
<string name="message_sending_error">«%s» نوں تہاڈے سنہا نہیں بھیجیا گیا اے</string>
@ -21,34 +20,43 @@
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">اگے</string>
<string name="compress_error">تصویر نوں چݨے ہوۓ اکار وچ سنکُچت کر نہیں سکدی</string>
<!-- vCard-->
<plurals name="and_other_contacts">
<item quantity="one">تے %d ہور</item>
<item quantity="other">تے %d ہور</item>
</plurals>
<!-- New conversation -->
<string name="new_conversation">گل بات کرو</string>
<string name="add_contact_or_number">ویاکتی یا فون نمبر جوڑو…</string>
<string name="suggestions">سُجھے</string>
<!-- Schedule send -->
<string name="scheduled_message">نیت سنہے</string>
<string name="schedule_message">Schedule message</string>
<string name="schedule_send">Schedule send</string>
<string name="cancel_schedule_send">Cancel schedule send</string>
<string name="must_pick_time_in_the_future">You must pick a time in the future</string>
<string name="schedule_send_warning">Keep the phone on and make sure there is nothing killing the app while in background.</string>
<string name="update_message">Update message</string>
<string name="send_now">Send now</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation\?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="other">%d conversations</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d message</item>
<item quantity="other">%d messages</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
@ -59,6 +67,7 @@
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<!-- Export / Import -->
<string name="messages">Messages</string>
<string name="export_messages">Export messages</string>
<string name="export_sms">Export SMS</string>
@ -67,10 +76,11 @@
<string name="import_sms">Import SMS</string>
<string name="import_mms">Import MMS</string>
<string name="no_option_selected">You have to select at least one item</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>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it\?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</string>
<string name="faq_3_title">Does the app support scheduled messages\?</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it\?</string>
<string name="faq_3_text">Yes, you can schedule messages to be sent in the future by long pressing the Send button and picking the desired date and time.</string>
</resources>
</resources>