mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Merge branch 'SimpleMobileTools:master' into feature_schedule_send
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 5.16.0 *(2022-10-02)*
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
* Allow blocking numbers by pattern
|
||||||
|
* Adding a preview of received vCard content
|
||||||
|
* Improving some behaviour with multiple SIM cards
|
||||||
|
* Added Monochrome icon and Language picker support on Android 13+
|
||||||
|
* Allow capturing new photos as message attachments
|
||||||
|
* Adding a Get Simple Phone button into the About section
|
||||||
|
* Added some translation and UX improvements
|
||||||
|
|
||||||
Version 5.15.0 *(2022-07-10)*
|
Version 5.15.0 *(2022-07-10)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
@@ -16,8 +16,8 @@ android {
|
|||||||
applicationId "com.simplemobiletools.smsmessenger"
|
applicationId "com.simplemobiletools.smsmessenger"
|
||||||
minSdkVersion 22
|
minSdkVersion 22
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 60
|
versionCode 61
|
||||||
versionName "5.15.0"
|
versionName "5.16.0"
|
||||||
setProperty("archivesBaseName", "sms-messenger")
|
setProperty("archivesBaseName", "sms-messenger")
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:15c753bd01'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:f74a128e2e'
|
||||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||||
implementation 'com.github.tibbi:android-smsmms:875a46a9c4'
|
implementation 'com.github.tibbi:android-smsmms:875a46a9c4'
|
||||||
|
@@ -33,6 +33,14 @@
|
|||||||
<string name="new_conversation">محادثة جديدة</string>
|
<string name="new_conversation">محادثة جديدة</string>
|
||||||
<string name="add_contact_or_number">إضافة جهة اتصال أو رقم …</string>
|
<string name="add_contact_or_number">إضافة جهة اتصال أو رقم …</string>
|
||||||
<string name="suggestions">اقتراحات</string>
|
<string name="suggestions">اقتراحات</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">تم تلقي الرسائل القصيرة</string>
|
<string name="channel_received_sms">تم تلقي الرسائل القصيرة</string>
|
||||||
<string name="new_message">رسالة جديدة</string>
|
<string name="new_message">رسالة جديدة</string>
|
||||||
@@ -88,4 +96,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">Новая размова</string>
|
<string name="new_conversation">Новая размова</string>
|
||||||
<string name="add_contact_or_number">Дадаць кантакт альбо нумар…</string>
|
<string name="add_contact_or_number">Дадаць кантакт альбо нумар…</string>
|
||||||
<string name="suggestions">Прапановы</string>
|
<string name="suggestions">Прапановы</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Атрымана паведамленне</string>
|
<string name="channel_received_sms">Атрымана паведамленне</string>
|
||||||
<string name="new_message">Новае паведамленне</string>
|
<string name="new_message">Новае паведамленне</string>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Нов разговор</string>
|
<string name="new_conversation">Нов разговор</string>
|
||||||
<string name="add_contact_or_number">Добавете контакт или номер…</string>
|
<string name="add_contact_or_number">Добавете контакт или номер…</string>
|
||||||
<string name="suggestions">Предложения</string>
|
<string name="suggestions">Предложения</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Получено съобщение</string>
|
<string name="channel_received_sms">Получено съобщение</string>
|
||||||
<string name="new_message">Ново съобщение</string>
|
<string name="new_message">Ново съобщение</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Conversa nova</string>
|
<string name="new_conversation">Conversa nova</string>
|
||||||
<string name="add_contact_or_number">Afegeix un contacte o número…</string>
|
<string name="add_contact_or_number">Afegeix un contacte o número…</string>
|
||||||
<string name="suggestions">Suggeriments</string>
|
<string name="suggestions">Suggeriments</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS rebut</string>
|
<string name="channel_received_sms">SMS rebut</string>
|
||||||
<string name="new_message">Missatge nou</string>
|
<string name="new_message">Missatge nou</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nová konverzace</string>
|
<string name="new_conversation">Nová konverzace</string>
|
||||||
<string name="add_contact_or_number">Přidejte kontakt nebo číslo…</string>
|
<string name="add_contact_or_number">Přidejte kontakt nebo číslo…</string>
|
||||||
<string name="suggestions">Návrhy</string>
|
<string name="suggestions">Návrhy</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Přijaté SMS</string>
|
<string name="channel_received_sms">Přijaté SMS</string>
|
||||||
<string name="new_message">Nová zpráva</string>
|
<string name="new_message">Nová zpráva</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Ny Samtale</string>
|
<string name="new_conversation">Ny Samtale</string>
|
||||||
<string name="add_contact_or_number">Tilføj kontakt eller nummer…</string>
|
<string name="add_contact_or_number">Tilføj kontakt eller nummer…</string>
|
||||||
<string name="suggestions">Forslag</string>
|
<string name="suggestions">Forslag</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Modtag SMS</string>
|
<string name="channel_received_sms">Modtag SMS</string>
|
||||||
<string name="new_message">Ny Besked</string>
|
<string name="new_message">Ny Besked</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Neuer Chat</string>
|
<string name="new_conversation">Neuer Chat</string>
|
||||||
<string name="add_contact_or_number">Kontakt oder Nummer hinzufügen …</string>
|
<string name="add_contact_or_number">Kontakt oder Nummer hinzufügen …</string>
|
||||||
<string name="suggestions">Vorschläge</string>
|
<string name="suggestions">Vorschläge</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Empfangene SMS</string>
|
<string name="channel_received_sms">Empfangene SMS</string>
|
||||||
<string name="new_message">Neue Nachricht</string>
|
<string name="new_message">Neue Nachricht</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Νέα συνομιλία</string>
|
<string name="new_conversation">Νέα συνομιλία</string>
|
||||||
<string name="add_contact_or_number">Προσθήκη επαφής ή αριθμού…</string>
|
<string name="add_contact_or_number">Προσθήκη επαφής ή αριθμού…</string>
|
||||||
<string name="suggestions">Προτάσεις</string>
|
<string name="suggestions">Προτάσεις</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Ελήφθη SMS</string>
|
<string name="channel_received_sms">Ελήφθη SMS</string>
|
||||||
<string name="new_message">Νέο μήνυμα</string>
|
<string name="new_message">Νέο μήνυμα</string>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Sugestoj</string>
|
<string name="suggestions">Sugestoj</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">Nova mesaĝo</string>
|
<string name="new_message">Nova mesaĝo</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<string name="no_reply_support">El remitente no soporta respuestas</string>
|
<string name="no_reply_support">El remitente no soporta respuestas</string>
|
||||||
<string name="draft">Borrador</string>
|
<string name="draft">Borrador</string>
|
||||||
<string name="sending">Enviando…</string>
|
<string name="sending">Enviando…</string>
|
||||||
<string name="pin_conversation">Pin to the top</string>
|
<string name="pin_conversation">Anclar mensaje</string>
|
||||||
<string name="unpin_conversation">Desanclar</string>
|
<string name="unpin_conversation">Desanclar</string>
|
||||||
<string name="forward_message">Reenviar</string>
|
<string name="forward_message">Reenviar</string>
|
||||||
<string name="compress_error">Incapaz de comprimir la imagen al tamaño seleccionado</string>
|
<string name="compress_error">Incapaz de comprimir la imagen al tamaño seleccionado</string>
|
||||||
@@ -30,12 +30,20 @@
|
|||||||
<string name="new_conversation">Nueva conversación</string>
|
<string name="new_conversation">Nueva conversación</string>
|
||||||
<string name="add_contact_or_number">Escribe contacto o número…</string>
|
<string name="add_contact_or_number">Escribe contacto o número…</string>
|
||||||
<string name="suggestions">Sugerencias</string>
|
<string name="suggestions">Sugerencias</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Mensaje recibico</string>
|
<string name="channel_received_sms">Mensaje recibido</string>
|
||||||
<string name="new_message">Nuevo mensaje</string>
|
<string name="new_message">Nuevo mensaje</string>
|
||||||
<string name="mark_as_read">Marcar como leído</string>
|
<string name="mark_as_read">Marcar como leído</string>
|
||||||
<string name="mark_as_unread">Marcar como no leído</string>
|
<string name="mark_as_unread">Marcar como no leído</string>
|
||||||
<string name="me">Me</string>
|
<string name="me">Yo</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">¿Estás seguro que quieres eliminar todos los mensajes en esta conversación\?</string>
|
<string name="delete_whole_conversation_confirmation">¿Estás seguro que quieres eliminar todos los mensajes en esta conversación\?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
@@ -62,21 +70,21 @@
|
|||||||
<string name="group_message_mms">Enviar mensajes de grupo como MMS</string>
|
<string name="group_message_mms">Enviar mensajes de grupo como MMS</string>
|
||||||
<string name="send_long_message_mms">Enviar mensajes largos como MMS</string>
|
<string name="send_long_message_mms">Enviar mensajes largos como MMS</string>
|
||||||
<!-- Export / Import -->
|
<!-- Export / Import -->
|
||||||
<string name="messages">Messages</string>
|
<string name="messages">Mensajes</string>
|
||||||
<string name="export_messages">Export messages</string>
|
<string name="export_messages">Exportar mensajes</string>
|
||||||
<string name="export_sms">Export SMS</string>
|
<string name="export_sms">Exportar SMS</string>
|
||||||
<string name="export_mms">Exportar a MMS</string>
|
<string name="export_mms">Exportar a MMS</string>
|
||||||
<string name="import_messages">Import messages</string>
|
<string name="import_messages">Importar mensajes</string>
|
||||||
<string name="import_sms">Import SMS</string>
|
<string name="import_sms">Importar SMS</string>
|
||||||
<string name="import_mms">Importar MMS</string>
|
<string name="import_mms">Importar MMS</string>
|
||||||
<string name="no_option_selected">Tienes que seleccionar al menos un elemento</string>
|
<string name="no_option_selected">Tienes que seleccionar al menos un elemento</string>
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">¿Por qué la aplicación requiere acceso a internet\?</string>
|
<string name="faq_1_title">¿Por qué la aplicación requiere acceso a internet\?</string>
|
||||||
<string name="faq_1_text">Tristemente es necesitado para enviar archivos adjuntos MMS. El no poder enviar MMS sería una desventaja realmente enorme comparada con otras aplicaciones, así que decidimos tomar este camino. Sin embargo, como siempre, no hay anuncios, rastreo o análisis, por lo que el internet solo es usado para enviar MMS.</string>
|
<string name="faq_1_text">Tristemente es necesitado para enviar archivos adjuntos MMS. El no poder enviar MMS sería una desventaja realmente enorme comparada con otras aplicaciones, así que decidimos tomar este camino. Sin embargo, como siempre, no hay anuncios, rastreo o análisis, por lo que el internet solo es usado para enviar MMS.</string>
|
||||||
<string name="faq_2_title">El otro extremo no está reciviendo mi MMS, hay algo que pueda hacer sobre ello\?</string>
|
<string name="faq_2_title">El otro extremo no está recibiendo mi MMS, hay algo que pueda hacer sobre ello\?</string>
|
||||||
<string name="faq_2_text">El tamaño del MMS es limitado por el operador, puedes probar a poner un límite más pequeño en la configuración de la aplicación.</string>
|
<string name="faq_2_text">El tamaño del MMS es limitado por el operador, puedes probar a poner un límite más pequeño en la configuración de la aplicación.</string>
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Uus vestlus</string>
|
<string name="new_conversation">Uus vestlus</string>
|
||||||
<string name="add_contact_or_number">Lisa kontakt või number…</string>
|
<string name="add_contact_or_number">Lisa kontakt või number…</string>
|
||||||
<string name="suggestions">Ettepanekud</string>
|
<string name="suggestions">Ettepanekud</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Vastuvõetud SMS</string>
|
<string name="channel_received_sms">Vastuvõetud SMS</string>
|
||||||
<string name="new_message">Uus sõnum</string>
|
<string name="new_message">Uus sõnum</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Uusi keskustelu</string>
|
<string name="new_conversation">Uusi keskustelu</string>
|
||||||
<string name="add_contact_or_number">Lisää yhteystieto tai numero…</string>
|
<string name="add_contact_or_number">Lisää yhteystieto tai numero…</string>
|
||||||
<string name="suggestions">Ehdotuksia</string>
|
<string name="suggestions">Ehdotuksia</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Vastaanotettu tekstiviesti</string>
|
<string name="channel_received_sms">Vastaanotettu tekstiviesti</string>
|
||||||
<string name="new_message">Uusi viesti</string>
|
<string name="new_message">Uusi viesti</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nouvelle conversation</string>
|
<string name="new_conversation">Nouvelle conversation</string>
|
||||||
<string name="add_contact_or_number">Ajouter un contact ou un numéro…</string>
|
<string name="add_contact_or_number">Ajouter un contact ou un numéro…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS reçu</string>
|
<string name="channel_received_sms">SMS reçu</string>
|
||||||
<string name="new_message">Nouveau message</string>
|
<string name="new_message">Nouveau message</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Nova conversa</string>
|
<string name="new_conversation">Nova conversa</string>
|
||||||
<string name="add_contact_or_number">Engadir contacto ou número…</string>
|
<string name="add_contact_or_number">Engadir contacto ou número…</string>
|
||||||
<string name="suggestions">Suxerencias</string>
|
<string name="suggestions">Suxerencias</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS recibida</string>
|
<string name="channel_received_sms">SMS recibida</string>
|
||||||
<string name="new_message">Nova mensaxe</string>
|
<string name="new_message">Nova mensaxe</string>
|
||||||
@@ -52,7 +60,7 @@
|
|||||||
<string name="sender_and_message">Remitente e mensaxe</string>
|
<string name="sender_and_message">Remitente e mensaxe</string>
|
||||||
<string name="sender_only">Só remitente</string>
|
<string name="sender_only">Só remitente</string>
|
||||||
<string name="enable_delivery_reports">Permitir envío de informes</string>
|
<string name="enable_delivery_reports">Permitir envío de informes</string>
|
||||||
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
|
<string name="use_simple_characters">Eliminalos acentos e os diacríticos ao envialas mensaxes</string>
|
||||||
<string name="mms_file_size_limit">Cambia o tamaño das imaxes dos MMS enviados</string>
|
<string name="mms_file_size_limit">Cambia o tamaño das imaxes dos MMS enviados</string>
|
||||||
<string name="mms_file_size_limit_none">Sen límite</string>
|
<string name="mms_file_size_limit_none">Sen límite</string>
|
||||||
<string name="outgoing_messages">Mensaxes saíntes</string>
|
<string name="outgoing_messages">Mensaxes saíntes</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Non atopaches algunhas cadeas? Hai máis en
|
Non atopaches algunhas cadeas? Hai máis en
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nova konverzacija</string>
|
<string name="new_conversation">Nova konverzacija</string>
|
||||||
<string name="add_contact_or_number">Dodaj kontakt ili broj …</string>
|
<string name="add_contact_or_number">Dodaj kontakt ili broj …</string>
|
||||||
<string name="suggestions">Prijedlozi</string>
|
<string name="suggestions">Prijedlozi</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Primljene SMS poruke</string>
|
<string name="channel_received_sms">Primljene SMS poruke</string>
|
||||||
<string name="new_message">Nova poruka</string>
|
<string name="new_message">Nova poruka</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -22,13 +22,21 @@
|
|||||||
<string name="compress_error">Nem lehet tömöríteni a képet a kiválasztott méretre</string>
|
<string name="compress_error">Nem lehet tömöríteni a képet a kiválasztott méretre</string>
|
||||||
<!-- vCard-->
|
<!-- vCard-->
|
||||||
<plurals name="and_other_contacts">
|
<plurals name="and_other_contacts">
|
||||||
<item quantity="one">and %d other</item>
|
<item quantity="one">és még %d fő</item>
|
||||||
<item quantity="other">and %d others</item>
|
<item quantity="other">és még %d fő</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- New conversation -->
|
<!-- New conversation -->
|
||||||
<string name="new_conversation">Új beszélgetés</string>
|
<string name="new_conversation">Új beszélgetés</string>
|
||||||
<string name="add_contact_or_number">Névjegy vagy szám hozzáadása…</string>
|
<string name="add_contact_or_number">Névjegy vagy szám hozzáadása…</string>
|
||||||
<string name="suggestions">Javaslatok</string>
|
<string name="suggestions">Javaslatok</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS fogadva</string>
|
<string name="channel_received_sms">SMS fogadva</string>
|
||||||
<string name="new_message">Új üzenet</string>
|
<string name="new_message">Új üzenet</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -28,6 +28,14 @@
|
|||||||
<string name="new_conversation">Percakapan baru</string>
|
<string name="new_conversation">Percakapan baru</string>
|
||||||
<string name="add_contact_or_number">Tambahkan Kontak atau Nomor…</string>
|
<string name="add_contact_or_number">Tambahkan Kontak atau Nomor…</string>
|
||||||
<string name="suggestions">Saran</string>
|
<string name="suggestions">Saran</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Menerima SMS</string>
|
<string name="channel_received_sms">Menerima SMS</string>
|
||||||
<string name="new_message">Pesan baru</string>
|
<string name="new_message">Pesan baru</string>
|
||||||
@@ -73,4 +81,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nuova conversazione</string>
|
<string name="new_conversation">Nuova conversazione</string>
|
||||||
<string name="add_contact_or_number">Inserisci contatto o numero…</string>
|
<string name="add_contact_or_number">Inserisci contatto o numero…</string>
|
||||||
<string name="suggestions">Suggerimenti</string>
|
<string name="suggestions">Suggerimenti</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS ricevuto</string>
|
<string name="channel_received_sms">SMS ricevuto</string>
|
||||||
<string name="new_message">Nuovo messaggio</string>
|
<string name="new_message">Nuovo messaggio</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">שיחה חדשה</string>
|
<string name="new_conversation">שיחה חדשה</string>
|
||||||
<string name="add_contact_or_number">הוסף איש קשר או מספר…</string>
|
<string name="add_contact_or_number">הוסף איש קשר או מספר…</string>
|
||||||
<string name="suggestions">הצעות</string>
|
<string name="suggestions">הצעות</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">קבלת סמס</string>
|
<string name="channel_received_sms">קבלת סמס</string>
|
||||||
<string name="new_message">הודעה חדשה</string>
|
<string name="new_message">הודעה חדשה</string>
|
||||||
|
@@ -28,6 +28,14 @@
|
|||||||
<string name="new_conversation">新しい会話</string>
|
<string name="new_conversation">新しい会話</string>
|
||||||
<string name="add_contact_or_number">連絡先や電話番号を追加…</string>
|
<string name="add_contact_or_number">連絡先や電話番号を追加…</string>
|
||||||
<string name="suggestions">おすすめ</string>
|
<string name="suggestions">おすすめ</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">受信した SMS</string>
|
<string name="channel_received_sms">受信した SMS</string>
|
||||||
<string name="new_message">新しいメッセージ</string>
|
<string name="new_message">新しいメッセージ</string>
|
||||||
@@ -73,4 +81,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Naujas pokalbis</string>
|
<string name="new_conversation">Naujas pokalbis</string>
|
||||||
<string name="add_contact_or_number">Pridėti kontaktą arba numerį…</string>
|
<string name="add_contact_or_number">Pridėti kontaktą arba numerį…</string>
|
||||||
<string name="suggestions">Pasiūlymai</string>
|
<string name="suggestions">Pasiūlymai</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<string name="me">Aš</string>
|
<string name="me">Aš</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Gautos žinutės</string>
|
<string name="channel_received_sms">Gautos žinutės</string>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">പുതിയ സംഭാഷണം</string>
|
<string name="new_conversation">പുതിയ സംഭാഷണം</string>
|
||||||
<string name="add_contact_or_number">കോൺടാക്റ്റ് അല്ലെങ്കിൽ നമ്പർ ചേർക്കുക…</string>
|
<string name="add_contact_or_number">കോൺടാക്റ്റ് അല്ലെങ്കിൽ നമ്പർ ചേർക്കുക…</string>
|
||||||
<string name="suggestions">നിർദ്ദേശങ്ങൾ</string>
|
<string name="suggestions">നിർദ്ദേശങ്ങൾ</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS ലഭിച്ചു</string>
|
<string name="channel_received_sms">SMS ലഭിച്ചു</string>
|
||||||
<string name="new_message">പുതിയ മെസ്സേജ്</string>
|
<string name="new_message">പുതിയ മെസ്സേജ്</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Ny samtale</string>
|
<string name="new_conversation">Ny samtale</string>
|
||||||
<string name="add_contact_or_number">Legg til kontakt eller nummer …</string>
|
<string name="add_contact_or_number">Legg til kontakt eller nummer …</string>
|
||||||
<string name="suggestions">Forslag</string>
|
<string name="suggestions">Forslag</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Mottatt SMS</string>
|
<string name="channel_received_sms">Mottatt SMS</string>
|
||||||
<string name="new_message">Ny melding</string>
|
<string name="new_message">Ny melding</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Nieuw gesprek</string>
|
<string name="new_conversation">Nieuw gesprek</string>
|
||||||
<string name="add_contact_or_number">Contact of nummer toevoegen…</string>
|
<string name="add_contact_or_number">Contact of nummer toevoegen…</string>
|
||||||
<string name="suggestions">Suggesties</string>
|
<string name="suggestions">Suggesties</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Ontvangen berichten</string>
|
<string name="channel_received_sms">Ontvangen berichten</string>
|
||||||
<string name="new_message">Nieuw bericht</string>
|
<string name="new_message">Nieuw bericht</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">Nowa rozmowa</string>
|
<string name="new_conversation">Nowa rozmowa</string>
|
||||||
<string name="add_contact_or_number">Dodaj kontakt lub numer…</string>
|
<string name="add_contact_or_number">Dodaj kontakt lub numer…</string>
|
||||||
<string name="suggestions">Propozycje</string>
|
<string name="suggestions">Propozycje</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Otrzymany SMS</string>
|
<string name="channel_received_sms">Otrzymany SMS</string>
|
||||||
<string name="new_message">Nowa wiadomość</string>
|
<string name="new_message">Nowa wiadomość</string>
|
||||||
@@ -82,4 +90,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nova conversa</string>
|
<string name="new_conversation">Nova conversa</string>
|
||||||
<string name="add_contact_or_number">Adicionar contato ou número…</string>
|
<string name="add_contact_or_number">Adicionar contato ou número…</string>
|
||||||
<string name="suggestions">Sugestões</string>
|
<string name="suggestions">Sugestões</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS recebido</string>
|
<string name="channel_received_sms">SMS recebido</string>
|
||||||
<string name="new_message">Nova mensagem</string>
|
<string name="new_message">Nova mensagem</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nova conversa</string>
|
<string name="new_conversation">Nova conversa</string>
|
||||||
<string name="add_contact_or_number">Adicionar contacto ou número…</string>
|
<string name="add_contact_or_number">Adicionar contacto ou número…</string>
|
||||||
<string name="suggestions">Sugestões</string>
|
<string name="suggestions">Sugestões</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS recebida</string>
|
<string name="channel_received_sms">SMS recebida</string>
|
||||||
<string name="new_message">Nova mensagem</string>
|
<string name="new_message">Nova mensagem</string>
|
||||||
@@ -79,4 +87,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Simple SMS Messenger</string>
|
<string name="app_name">Messenger SMS simplu</string>
|
||||||
<string name="app_launcher_name">Mesaje</string>
|
<string name="app_launcher_name">Mesaje</string>
|
||||||
<string name="type_a_message">Introduceţi un mesaj…</string>
|
<string name="type_a_message">Introduceţi un mesaj…</string>
|
||||||
<string name="message_not_sent_short">Mesajul nu a fost trimis</string>
|
<string name="message_not_sent_short">Mesajul nu a fost trimis</string>
|
||||||
<string name="message_not_sent_touch_retry">Mesajul nu a fost trimis. Apasă pentru a încerca din nou.</string>
|
<string name="message_not_sent_touch_retry">Mesajul nu a fost trimis. Apasă pentru a încerca din nou.</string>
|
||||||
<string name="message_sending_error">Mesajul tău către \'%s\' nu a fost trimis</string>
|
<string name="message_sending_error">Mesajul tău către \'%s\' nu a fost trimis</string>
|
||||||
<string name="add_person">Adaugă o persoană</string>
|
<string name="add_person">Adaugă o persoană</string>
|
||||||
<string name="attachment">Ataşament</string>
|
<string name="attachment">Anexă</string>
|
||||||
<string name="no_conversations_found">Nu au fost găsite conversaţii stocate</string>
|
<string name="no_conversations_found">Nu au fost găsite conversaţii stocate</string>
|
||||||
<string name="start_conversation">Începe o conversaţie</string>
|
<string name="start_conversation">Începe o conversaţie</string>
|
||||||
<string name="reply">Răspunde</string>
|
<string name="reply">Răspunde</string>
|
||||||
@@ -30,12 +30,20 @@
|
|||||||
<string name="new_conversation">Conversaţie nouă</string>
|
<string name="new_conversation">Conversaţie nouă</string>
|
||||||
<string name="add_contact_or_number">Adaugă contact sau număr de telefon…</string>
|
<string name="add_contact_or_number">Adaugă contact sau număr de telefon…</string>
|
||||||
<string name="suggestions">Sugestii</string>
|
<string name="suggestions">Sugestii</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS-uri primite</string>
|
<string name="channel_received_sms">SMS-uri primite</string>
|
||||||
<string name="new_message">Mesaj nou</string>
|
<string name="new_message">Mesaj nou</string>
|
||||||
<string name="mark_as_read">Marchează ca citit</string>
|
<string name="mark_as_read">Marchează ca citit</string>
|
||||||
<string name="mark_as_unread">Marchează ca necitit</string>
|
<string name="mark_as_unread">Marchează ca necitit</string>
|
||||||
<string name="me">Me</string>
|
<string name="me">Eu</string>
|
||||||
<!-- Confirmation dialog -->
|
<!-- Confirmation dialog -->
|
||||||
<string name="delete_whole_conversation_confirmation">Sunteți sigur că doriți să ștergeți toate mesajele din această conversație\?</string>
|
<string name="delete_whole_conversation_confirmation">Sunteți sigur că doriți să ștergeți toate mesajele din această conversație\?</string>
|
||||||
<!-- Are you sure you want to delete 5 conversations? -->
|
<!-- Are you sure you want to delete 5 conversations? -->
|
||||||
@@ -71,12 +79,12 @@
|
|||||||
<string name="import_mms">Importă mesajele MMS</string>
|
<string name="import_mms">Importă mesajele MMS</string>
|
||||||
<string name="no_option_selected">Trebuie să selectaţi cel puţin un element</string>
|
<string name="no_option_selected">Trebuie să selectaţi cel puţin un element</string>
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">De ce aplicația necesită acces la internet\?</string>
|
<string name="faq_1_title">De ce necesită aplicația acces la internet\?</string>
|
||||||
<string name="faq_1_text">Din păcate este nevoie pentru a primite ataşamente MMS. Ideea de a nu putea trimite MMS-uri ar prezenta un dezavantaj foarte mare în comparaţie cu alte aplicaţii, aşa că am decis să mergem pe această cale. Totuşi, ca de obicei, nu este prezentă nici un fel de reclamă, urmărire sau analiză, internetul este folosit doar pentru a trimite MMS-uri.</string>
|
<string name="faq_1_text">Din păcate este nevoie pentru a primite anexe MMS. Ideea de a nu putea trimite MMS-uri ar prezenta un dezavantaj foarte mare în comparaţie cu alte aplicaţii, aşa că am decis să mergem pe această cale. Totuşi, ca de obicei, nu este prezentă nici un fel de reclamă, urmărire sau analiză, internetul este folosit doar pentru a trimite MMS-uri.</string>
|
||||||
<string name="faq_2_title">Celălalt capăt nu-mi primește MMS, pot face ceva în acest sens\?</string>
|
<string name="faq_2_title">Celălalt capăt nu-mi primește MMS-ul, pot face ceva în acest sens\?</string>
|
||||||
<string name="faq_2_text">Dimensiunea MMS este limitată de operatorii de telefonie; puteți încerca să setați o limită mai mică în setările aplicației.</string>
|
<string name="faq_2_text">Dimensiunea MMS este limitată de operatorii de telefonie; puteți încerca să setați o limită mai mică în setările aplicației.</string>
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">Новая переписка</string>
|
<string name="new_conversation">Новая переписка</string>
|
||||||
<string name="add_contact_or_number">Добавить контакт или номер…</string>
|
<string name="add_contact_or_number">Добавить контакт или номер…</string>
|
||||||
<string name="suggestions">Предложения</string>
|
<string name="suggestions">Предложения</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Получено сообщение</string>
|
<string name="channel_received_sms">Получено сообщение</string>
|
||||||
<string name="new_message">Новое сообщение</string>
|
<string name="new_message">Новое сообщение</string>
|
||||||
@@ -82,4 +90,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -30,6 +30,14 @@
|
|||||||
<string name="new_conversation">Nová konverzácia</string>
|
<string name="new_conversation">Nová konverzácia</string>
|
||||||
<string name="add_contact_or_number">Pridať kontakt alebo číslo…</string>
|
<string name="add_contact_or_number">Pridať kontakt alebo číslo…</string>
|
||||||
<string name="suggestions">Návrhy</string>
|
<string name="suggestions">Návrhy</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Naplánovaná správa</string>
|
||||||
|
<string name="schedule_send">Naplánovať odoslanie</string>
|
||||||
|
<string name="cancel_schedule_send">Zrušiť naplánované odoslanie</string>
|
||||||
|
<string name="must_pick_time_in_the_future">Musíte zvoliť čas v budúcnosti</string>
|
||||||
|
<string name="schedule_send_warning">Majte zapnuté zariadenie a uistite sa, že apku na pozadí nič nevypína</string>
|
||||||
|
<string name="update_message">Upraviť správu</string>
|
||||||
|
<string name="send_now">Odoslať teraz</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Prijatá SMS</string>
|
<string name="channel_received_sms">Prijatá SMS</string>
|
||||||
<string name="new_message">Nová správa</string>
|
<string name="new_message">Nová správa</string>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">Nov pogovor</string>
|
<string name="new_conversation">Nov pogovor</string>
|
||||||
<string name="add_contact_or_number">Dodaj stik ali številko …</string>
|
<string name="add_contact_or_number">Dodaj stik ali številko …</string>
|
||||||
<string name="suggestions">Predlogi</string>
|
<string name="suggestions">Predlogi</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Prejeto SMS sporočilo</string>
|
<string name="channel_received_sms">Prejeto SMS sporočilo</string>
|
||||||
<string name="new_message">Novo sporočilo</string>
|
<string name="new_message">Novo sporočilo</string>
|
||||||
@@ -82,4 +90,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -22,13 +22,21 @@
|
|||||||
<string name="compress_error">Det gick inte att komprimera bilden till den valda storleken</string>
|
<string name="compress_error">Det gick inte att komprimera bilden till den valda storleken</string>
|
||||||
<!-- vCard-->
|
<!-- vCard-->
|
||||||
<plurals name="and_other_contacts">
|
<plurals name="and_other_contacts">
|
||||||
<item quantity="one">and %d other</item>
|
<item quantity="one">och %d annan</item>
|
||||||
<item quantity="other">and %d others</item>
|
<item quantity="other">och %d andra</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- New conversation -->
|
<!-- New conversation -->
|
||||||
<string name="new_conversation">Ny konversation</string>
|
<string name="new_conversation">Ny konversation</string>
|
||||||
<string name="add_contact_or_number">Lägg till kontakt eller nummer…</string>
|
<string name="add_contact_or_number">Lägg till kontakt eller nummer…</string>
|
||||||
<string name="suggestions">Förslag</string>
|
<string name="suggestions">Förslag</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Tog emot sms</string>
|
<string name="channel_received_sms">Tog emot sms</string>
|
||||||
<string name="new_message">Nytt meddelande</string>
|
<string name="new_message">Nytt meddelande</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">புதிய உரையாடல்</string>
|
<string name="new_conversation">புதிய உரையாடல்</string>
|
||||||
<string name="add_contact_or_number">தொடர்பு அல்லது எண்ணைச் சேர்க்கவும்…</string>
|
<string name="add_contact_or_number">தொடர்பு அல்லது எண்ணைச் சேர்க்கவும்…</string>
|
||||||
<string name="suggestions">பரிந்துரைகள்</string>
|
<string name="suggestions">பரிந்துரைகள்</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS கிடைத்தது</string>
|
<string name="channel_received_sms">SMS கிடைத்தது</string>
|
||||||
<string name="new_message">புதிய செய்தி</string>
|
<string name="new_message">புதிய செய்தி</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -28,6 +28,14 @@
|
|||||||
<string name="new_conversation">New conversation</string>
|
<string name="new_conversation">New conversation</string>
|
||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
@@ -73,4 +81,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -29,6 +29,14 @@
|
|||||||
<string name="new_conversation">Yeni görüşme</string>
|
<string name="new_conversation">Yeni görüşme</string>
|
||||||
<string name="add_contact_or_number">Kişi veya Numara Ekle…</string>
|
<string name="add_contact_or_number">Kişi veya Numara Ekle…</string>
|
||||||
<string name="suggestions">Öneriler</string>
|
<string name="suggestions">Öneriler</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">SMS alındı</string>
|
<string name="channel_received_sms">SMS alındı</string>
|
||||||
<string name="new_message">Yeni mesaj</string>
|
<string name="new_message">Yeni mesaj</string>
|
||||||
@@ -76,4 +84,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -31,6 +31,14 @@
|
|||||||
<string name="new_conversation">Нове листування</string>
|
<string name="new_conversation">Нове листування</string>
|
||||||
<string name="add_contact_or_number">Додати контакт аба номер…</string>
|
<string name="add_contact_or_number">Додати контакт аба номер…</string>
|
||||||
<string name="suggestions">Пропозиція</string>
|
<string name="suggestions">Пропозиція</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Отримано повідомлення</string>
|
<string name="channel_received_sms">Отримано повідомлення</string>
|
||||||
<string name="new_message">Нове повідомлення</string>
|
<string name="new_message">Нове повідомлення</string>
|
||||||
|
@@ -28,6 +28,14 @@
|
|||||||
<string name="new_conversation">新的对话</string>
|
<string name="new_conversation">新的对话</string>
|
||||||
<string name="add_contact_or_number">添加联系人或者号码…</string>
|
<string name="add_contact_or_number">添加联系人或者号码…</string>
|
||||||
<string name="suggestions">建议</string>
|
<string name="suggestions">建议</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">接收到的短信</string>
|
<string name="channel_received_sms">接收到的短信</string>
|
||||||
<string name="new_message">新消息</string>
|
<string name="new_message">新消息</string>
|
||||||
@@ -73,4 +81,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -28,6 +28,14 @@
|
|||||||
<string name="new_conversation">新對話</string>
|
<string name="new_conversation">新對話</string>
|
||||||
<string name="add_contact_or_number">新增聯絡對象或電話號碼……</string>
|
<string name="add_contact_or_number">新增聯絡對象或電話號碼……</string>
|
||||||
<string name="suggestions">建議</string>
|
<string name="suggestions">建議</string>
|
||||||
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled 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 in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">收到的簡訊</string>
|
<string name="channel_received_sms">收到的簡訊</string>
|
||||||
<string name="new_message">新訊息</string>
|
<string name="new_message">新訊息</string>
|
||||||
@@ -73,4 +81,4 @@
|
|||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
<string name="unpin_conversation">Unpin</string>
|
<string name="unpin_conversation">Unpin</string>
|
||||||
<string name="forward_message">Forward</string>
|
<string name="forward_message">Forward</string>
|
||||||
<string name="compress_error">Unable to compress image to selected size</string>
|
<string name="compress_error">Unable to compress image to selected size</string>
|
||||||
<string name="back">Back</string>
|
|
||||||
<!-- vCard-->
|
<!-- vCard-->
|
||||||
<plurals name="and_other_contacts">
|
<plurals name="and_other_contacts">
|
||||||
<item quantity="one">and %d other</item>
|
<item quantity="one">and %d other</item>
|
||||||
@@ -31,10 +30,13 @@
|
|||||||
<string name="add_contact_or_number">Add Contact or Number…</string>
|
<string name="add_contact_or_number">Add Contact or Number…</string>
|
||||||
<string name="suggestions">Suggestions</string>
|
<string name="suggestions">Suggestions</string>
|
||||||
<!-- Schedule send -->
|
<!-- Schedule send -->
|
||||||
|
<string name="scheduled_message">Scheduled message</string>
|
||||||
<string name="schedule_send">Schedule send</string>
|
<string name="schedule_send">Schedule send</string>
|
||||||
<string name="cancel_schedule_send">Cancel 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="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 nothing\'s killing the app in background</string>
|
<string name="schedule_send_warning">Keep the phone on and make sure there is nothing killing the app in background</string>
|
||||||
|
<string name="update_message">Update message</string>
|
||||||
|
<string name="send_now">Send now</string>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
<string name="new_message">New message</string>
|
<string name="new_message">New message</string>
|
||||||
|
Reference in New Issue
Block a user