mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-21 15:02:48 -04:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<resources>
|
|
<string name="app_name">Simple SMS Messenger</string>
|
|
<string name="app_launcher_name">SMS Messenger</string>
|
|
<string name="type_a_message">Type a message…</string>
|
|
<string name="message_not_sent">Message has not been sent.</string>
|
|
<string name="add_person">Add Person</string>
|
|
|
|
<!-- New message -->
|
|
<string name="create_new_message">Create new message</string>
|
|
<string name="select_contact_or_number">Select Contact or Number…</string>
|
|
|
|
<!-- Notifications -->
|
|
<string name="channel_received_sms">Received SMS</string>
|
|
<string name="new_message">New message</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>
|
|
</resources>
|