From d0ff13c51d8b704c4bd8995b7ebc45c30f9d5fd2 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 26 Apr 2017 18:43:08 -0400 Subject: [PATCH] sync translations // FREEBIE --- .../translations/ar.lproj/Localizable.strings | 17 ++++++++++++- .../az_AZ.lproj/Localizable.strings | 17 ++++++++++++- .../translations/bg.lproj/Localizable.strings | 17 ++++++++++++- .../translations/bs.lproj/Localizable.strings | 17 ++++++++++++- .../translations/ca.lproj/Localizable.strings | 17 ++++++++++++- .../translations/cs.lproj/Localizable.strings | 17 ++++++++++++- .../translations/da.lproj/Localizable.strings | 17 ++++++++++++- .../translations/de.lproj/Localizable.strings | 17 ++++++++++++- .../el_GR.lproj/Localizable.strings | 17 ++++++++++++- .../translations/es.lproj/Localizable.strings | 23 ++++++++++++++--- .../translations/fa.lproj/Localizable.strings | 17 ++++++++++++- .../translations/fi.lproj/Localizable.strings | 17 ++++++++++++- .../fil.lproj/Localizable.strings | 17 ++++++++++++- .../translations/fr.lproj/Localizable.strings | 17 ++++++++++++- .../translations/gl.lproj/Localizable.strings | 17 ++++++++++++- .../translations/he.lproj/Localizable.strings | 17 ++++++++++++- .../translations/hr.lproj/Localizable.strings | 17 ++++++++++++- .../translations/hu.lproj/Localizable.strings | 17 ++++++++++++- .../translations/id.lproj/Localizable.strings | 17 ++++++++++++- .../it_IT.lproj/Localizable.strings | 17 ++++++++++++- .../ja_JP.lproj/Localizable.strings | 25 +++++++++++++++---- .../translations/km.lproj/Localizable.strings | 17 ++++++++++++- .../ko_KR.lproj/Localizable.strings | 17 ++++++++++++- .../translations/lt.lproj/Localizable.strings | 17 ++++++++++++- .../translations/lv.lproj/Localizable.strings | 17 ++++++++++++- .../translations/mk.lproj/Localizable.strings | 17 ++++++++++++- .../nb_NO.lproj/Localizable.strings | 17 ++++++++++++- .../translations/nl.lproj/Localizable.strings | 17 ++++++++++++- .../translations/pl.lproj/Localizable.strings | 17 ++++++++++++- .../pt_BR.lproj/Localizable.strings | 17 ++++++++++++- .../pt_PT.lproj/Localizable.strings | 17 ++++++++++++- .../translations/ro.lproj/Localizable.strings | 17 ++++++++++++- .../translations/ru.lproj/Localizable.strings | 17 ++++++++++++- .../translations/sl.lproj/Localizable.strings | 17 ++++++++++++- .../translations/sn.lproj/Localizable.strings | 17 ++++++++++++- .../translations/sq.lproj/Localizable.strings | 17 ++++++++++++- .../sv_SE.lproj/Localizable.strings | 17 ++++++++++++- .../th_TH.lproj/Localizable.strings | 17 ++++++++++++- .../tr_TR.lproj/Localizable.strings | 17 ++++++++++++- .../zh_CN.lproj/Localizable.strings | 17 ++++++++++++- 40 files changed, 647 insertions(+), 47 deletions(-) diff --git a/Signal/translations/ar.lproj/Localizable.strings b/Signal/translations/ar.lproj/Localizable.strings index 59441cacf..7e73f538f 100644 --- a/Signal/translations/ar.lproj/Localizable.strings +++ b/Signal/translations/ar.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "اختر أو إلتقط صورة ثمّ أرسلها"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "مجموعة جديدة"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "تحديد اسم للمجموعة"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "إرسال"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "فشل إرسال الدعوة, فضلّا أعد المحاولة لاحقًا."; diff --git a/Signal/translations/az_AZ.lproj/Localizable.strings b/Signal/translations/az_AZ.lproj/Localizable.strings index 0388a41b1..57cf62dd3 100644 --- a/Signal/translations/az_AZ.lproj/Localizable.strings +++ b/Signal/translations/az_AZ.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Yeni qrup"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Qrup çatının adı"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Göndər"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/bg.lproj/Localizable.strings b/Signal/translations/bg.lproj/Localizable.strings index 5acf44947..f9033494c 100644 --- a/Signal/translations/bg.lproj/Localizable.strings +++ b/Signal/translations/bg.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Избери или направи снимка и я изпрати"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Нова Група"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Избери име за чат групата"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Изпрати"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Изпращането на покана се провали, моля опитайте по-късно."; diff --git a/Signal/translations/bs.lproj/Localizable.strings b/Signal/translations/bs.lproj/Localizable.strings index 202feaaf0..eb39ad4ea 100644 --- a/Signal/translations/bs.lproj/Localizable.strings +++ b/Signal/translations/bs.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Izaberi ili uslikaj fotografiju i zatim je pošalji"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nova grupa"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Dodijeli naziv ovom grupnom razgovoru"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Šalji"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Slanje pozivnice nije uspjelo, molimo pokušajte kasnije."; diff --git a/Signal/translations/ca.lproj/Localizable.strings b/Signal/translations/ca.lproj/Localizable.strings index e5c7eabc0..2f501764b 100644 --- a/Signal/translations/ca.lproj/Localizable.strings +++ b/Signal/translations/ca.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "El fitxer adjunt és buit."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Trieu o feu una foto i, després, envieu-la"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Els usuaris blocats no podran telefonar-vos ni enviar-vos missatges."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Grup nou"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nom d'aquest grup"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Envia"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Ha fallat l'enviament de la invitació, torneu a provar-ho més tard."; diff --git a/Signal/translations/cs.lproj/Localizable.strings b/Signal/translations/cs.lproj/Localizable.strings index 5ebb5b403..773f1adb9 100644 --- a/Signal/translations/cs.lproj/Localizable.strings +++ b/Signal/translations/cs.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Zvolte nebo vyfoťte obrázek, a pak ho pošlete"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nová skupina"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Pojmenujte tento skupinový chat"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Zaslat"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Odeslání pozvánky selhalo, zkuste to později."; diff --git a/Signal/translations/da.lproj/Localizable.strings b/Signal/translations/da.lproj/Localizable.strings index 2f1115460..7dc5e5376 100644 --- a/Signal/translations/da.lproj/Localizable.strings +++ b/Signal/translations/da.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Vælg et ekisterende eller tag et nyt billede du ønsker at sende"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Ny gruppe"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Navngiv denne gruppesamtale"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Send"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Kunne ikke sende invitation. Prøv igen senere."; diff --git a/Signal/translations/de.lproj/Localizable.strings b/Signal/translations/de.lproj/Localizable.strings index 6d5d10c7c..93c5f5dbd 100644 --- a/Signal/translations/de.lproj/Localizable.strings +++ b/Signal/translations/de.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Anhang ist leer."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Bild auswählen oder aufnehmen und dann versenden"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Auswählen des Dokuments gescheitert."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blockierte Benutzer werden dich nicht anrufen oder dir Nachrichten senden können."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Neue Gruppe"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Gruppenunterhaltung benennen"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Senden"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Versenden der Einladung gescheitert. Bitte später erneut versuchen."; diff --git a/Signal/translations/el_GR.lproj/Localizable.strings b/Signal/translations/el_GR.lproj/Localizable.strings index e5abfa983..2c9456c20 100644 --- a/Signal/translations/el_GR.lproj/Localizable.strings +++ b/Signal/translations/el_GR.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Το συννημένο είναι κενό."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Διαλέξτε ή πάρτε φωτογραφία και στείλτε την."; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Νέο γκρουπ"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Ονομασία του γκρουπ συνομιλίας"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Αποστολή"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/es.lproj/Localizable.strings b/Signal/translations/es.lproj/Localizable.strings index ba75703af..de50b27dd 100644 --- a/Signal/translations/es.lproj/Localizable.strings +++ b/Signal/translations/es.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Archivo adjunto vacío."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Elige o toma una foto y envíala"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Fallo al seleccionar documento."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Los contactos bloqueados no podrán llamarte ni enviarte mensajes."; @@ -688,7 +697,7 @@ "NETWORK_STATUS_OFFLINE" = "Desconectado"; /* No comment provided by engineer. */ -"NETWORK_STATUS_TEXT" = "Puedes comprobar el estado de la conexión simplemente observando la barra de progreso en la parte superior de la bandeja de entrada."; +"NETWORK_STATUS_TEXT" = "Puedes comprobar el estado de la conexión con la barra de progreso en la parte superior de la bandeja de entrada."; /* Text for button to start a new conversation with a non-contact */ "NEW_CONVERSATION_FOR_NON_CONTACT_FORMAT" = "Nuevo chat con %@"; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nuevo grupo"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nombre del grupo"; /* No comment provided by engineer. */ @@ -785,7 +794,7 @@ "PRIVACY_VERIFICATION_INSTRUCTIONS" = "Si quieres comprobar la seguridad del cifrado punto a punto con %@, compara las cifras de arriba con las mostradas en su dispositivo.\n\nTambién puedes escanear el código en el dispositivo de tu contacto o dejarle escanear el tuyo."; /* Navbar title */ -"PRIVACY_VERIFICATION_TITLE" = "Comprobar cifras de seguridad"; +"PRIVACY_VERIFICATION_TITLE" = "Comprobar cifras seguridad"; /* No comment provided by engineer. */ "PROCEED_BUTTON" = "Continuar"; @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Enviar"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Fallo al enviar invitación. Por favor, inténtalo más tarde."; @@ -1160,7 +1175,7 @@ "VERIFICATION_PHONE_NUMBER_FORMAT" = "Introduce el código que hemos enviado a %@."; /* table cell label in conversation settings */ -"VERIFY_PRIVACY" = "Comprobar cifras de seguridad"; +"VERIFY_PRIVACY" = "Cifras de seguridad del chat"; /* Activity indicator title, shown upon returning to the device manager, until you complete the provisioning process on desktop */ "WAITING_TO_COMPLETE_DEVICE_LINK_TEXT" = "Completa la configuración en la aplicación de escritorio."; diff --git a/Signal/translations/fa.lproj/Localizable.strings b/Signal/translations/fa.lproj/Localizable.strings index 87bfb0506..3dfd16ba0 100644 --- a/Signal/translations/fa.lproj/Localizable.strings +++ b/Signal/translations/fa.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "گروه جدید"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "این گفتگوی گروهی را نام‌گذاری کنید"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "ارسال"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/fi.lproj/Localizable.strings b/Signal/translations/fi.lproj/Localizable.strings index 18000836c..ad7b49a82 100644 --- a/Signal/translations/fi.lproj/Localizable.strings +++ b/Signal/translations/fi.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Valitse tai ota kuva ja lähetä se"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Uusi ryhmä"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Anna nimi tälle ryhmäkeskustelulle"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Lähetä"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Kutsun lähettäminen epäonnistui. Yritä myöhemmin uudelleen."; diff --git a/Signal/translations/fil.lproj/Localizable.strings b/Signal/translations/fil.lproj/Localizable.strings index a8305c217..24273708d 100644 --- a/Signal/translations/fil.lproj/Localizable.strings +++ b/Signal/translations/fil.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "New Group"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Name this group chat"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Send"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/fr.lproj/Localizable.strings b/Signal/translations/fr.lproj/Localizable.strings index 84e3c66e0..c4f88b76b 100644 --- a/Signal/translations/fr.lproj/Localizable.strings +++ b/Signal/translations/fr.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "La pièce jointe est vide."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choisissez ou prenez une photo puis envoyez-la"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Impossible de choisir le document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Les utilisateurs bloqués ne pourront pas vous appeler ou vous envoyer des messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nouveau groupe"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nommer ce groupe de discussion"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Envoyer"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Échec de l'envoi de l'invitation. Veuillez réessayer plus tard. "; diff --git a/Signal/translations/gl.lproj/Localizable.strings b/Signal/translations/gl.lproj/Localizable.strings index 4a3f9e9e1..d2b4755ae 100644 --- a/Signal/translations/gl.lproj/Localizable.strings +++ b/Signal/translations/gl.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Novo grupo"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nome deste grupo"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Enviar"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/he.lproj/Localizable.strings b/Signal/translations/he.lproj/Localizable.strings index 73a8b9604..b77b8ac9d 100644 --- a/Signal/translations/he.lproj/Localizable.strings +++ b/Signal/translations/he.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "תצלם או בחר/י צילום ושלח/י"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "קבוצה חדשה"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "מתן שם לשיחה הקבוצתית הזאת"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "שלח"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/hr.lproj/Localizable.strings b/Signal/translations/hr.lproj/Localizable.strings index 4243d6217..0e212dcb3 100644 --- a/Signal/translations/hr.lproj/Localizable.strings +++ b/Signal/translations/hr.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Privitak je prazan."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Odaberi ili uslikaj fotografiju i zatim je pošalji"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Neuspješan odabir dokumenta."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blokirani korisnici neće biti u mogućnosti da vas pozovu ili vam pošalju poruku."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nova grupa"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Dodijeli naziv ovom grupnom razgovoru"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Šalji"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Slanje pozivnice nije uspjelo, molimo pokušajte kasnije."; diff --git a/Signal/translations/hu.lproj/Localizable.strings b/Signal/translations/hu.lproj/Localizable.strings index a2607dc58..98b5b04b1 100644 --- a/Signal/translations/hu.lproj/Localizable.strings +++ b/Signal/translations/hu.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Válasszon ki vagy készítsen képet és küldje"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Új csoport"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Csoportos chat elnevezése"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Küldés"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/id.lproj/Localizable.strings b/Signal/translations/id.lproj/Localizable.strings index dcb33b183..9a67c655b 100644 --- a/Signal/translations/id.lproj/Localizable.strings +++ b/Signal/translations/id.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Grup Baru"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Beri nama grup percakapan ini"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Kirim"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/it_IT.lproj/Localizable.strings b/Signal/translations/it_IT.lproj/Localizable.strings index 60e0d3a18..647a7bb35 100644 --- a/Signal/translations/it_IT.lproj/Localizable.strings +++ b/Signal/translations/it_IT.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "L'allegato è vuoto."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Scegli o scatta una foto e poi inviala."; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Scelta del documento fallita."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Gli utenti bloccati non potranno chiamarti o inviarti messaggi."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nuovo Gruppo"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nome chat di gruppo"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Invia"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Invio dell'invito fallito, riprova più tardi"; diff --git a/Signal/translations/ja_JP.lproj/Localizable.strings b/Signal/translations/ja_JP.lproj/Localizable.strings index dcac960c3..e67232891 100644 --- a/Signal/translations/ja_JP.lproj/Localizable.strings +++ b/Signal/translations/ja_JP.lproj/Localizable.strings @@ -41,10 +41,10 @@ "APPLICATION_NAME" = "Signal"; /* Pressing this button moves a thread from the inbox to the archive */ -"ARCHIVE_ACTION" = "保管庫に移動"; +"ARCHIVE_ACTION" = "アーカイブ"; /* No comment provided by engineer. */ -"ARCHIVE_NAV_BAR_TITLE" = "保管庫"; +"ARCHIVE_NAV_BAR_TITLE" = "アーカイブ"; /* No comment provided by engineer. */ "ATTACHMENT" = "添付ファイル"; @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "添付ファイルの中身が空です"; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "画像を選ぶか写真を撮って送信する"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "文書の選択に失敗しました"; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "拒否すると通話もメッセージも受け付けません"; @@ -326,10 +335,10 @@ "EDIT_ITEM_SHARE_ACTION" = "共有"; /* body of email sent to contacts when inviting to install Signal. Embeds {{link to install Signal}} and {{link to WhisperSystems home page}} */ -"EMAIL_INVITE_BODY" = "こんにちは。私は最近,携帯電話での会話・チャットをSignalというアプリで行っています。双方がこのアプリを使うと,会話内容が他人に漏れていないという確信が持てますので,あなたもインストールしませんか。iPhoneでもAndroidでも使えます。入手はこちらからです:%@\n\nSignalは普通のメッセージアプリと同じように使えます。写真や動画も送れますし,電話もできますし,3人以上でのチャットもできます。一番いいところは,通信内容が他人に見えないことです。アプリの制作者にも見えない仕組みになっています。\n\nSignalの制作者であるOpen Whisper Systemsについての詳細はここを見て下さい:%@"; +"EMAIL_INVITE_BODY" = "こんにちは。私は最近,携帯電話での会話・チャットをSignalというアプリで行っています。このアプリを使うと,会話内容が他人に傍受されないという安心感が持てますので,あなたもインストールしてみませんか?iPhoneでもAndroidでも使えます。こちらからインストールできます:%@\n\nSignalは普通のメッセージアプリと同じように使えます。写真や動画も送れますし,電話もできますし,3人以上でのチャットもできます。一番いいところは,通信内容が他人から傍受されないことです。アプリの制作者でさえ傍受できない仕組みになっており、非常に安全です。\n\nSignalの制作者であるOpen Whisper Systemsについての詳細はここを見て下さい:%@"; /* subject of email sent to contacts when inviting to install Signal */ -"EMAIL_INVITE_SUBJECT" = "Signalに乗り換えましょう"; +"EMAIL_INVITE_SUBJECT" = "チャットアプリをSignalに変更しましょう。"; /* No comment provided by engineer. */ "EMPTY_ARCHIVE_FIRST_TEXT" = "右上の記入ボタンを押して下さい"; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "新しいグループ"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "グループに名前を付ける"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "送信"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "招待の送信に失敗しました。後でもう一度行ってください。"; diff --git a/Signal/translations/km.lproj/Localizable.strings b/Signal/translations/km.lproj/Localizable.strings index 80b5bcfb6..29707a11c 100644 --- a/Signal/translations/km.lproj/Localizable.strings +++ b/Signal/translations/km.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "ឯកសារភ្ជាប់ទទេរ។"; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "ជ្រើសរើស ឬថតរូបភាព និងបញ្ជូនវា"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "ក្រុមថ្មី"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "ដាក់ឈ្មោះក្រុមជជែកនេះ"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "បញ្ជូន"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "ការផ្ញើលិខិតអញ្ជើញបរាជ័យ សូមព្យាយាមម្តងទៀតពេលក្រោយ។"; diff --git a/Signal/translations/ko_KR.lproj/Localizable.strings b/Signal/translations/ko_KR.lproj/Localizable.strings index 2c24f4345..d1d459d38 100644 --- a/Signal/translations/ko_KR.lproj/Localizable.strings +++ b/Signal/translations/ko_KR.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "사진을 선택하거나 찍은 다음 전송하세요."; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "새 그룹"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "그룹 이름짓기"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "발신"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/lt.lproj/Localizable.strings b/Signal/translations/lt.lproj/Localizable.strings index d5eb1a32d..1ade43be2 100644 --- a/Signal/translations/lt.lproj/Localizable.strings +++ b/Signal/translations/lt.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Priedas yra tuščias."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Pasirinkite arba padarykite nuotrauką ir tuomet ją išsiųskite"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Nepavyko pasirinkti dokumento."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Užblokuoti naudotojai negalės jums skambinti ar siųsti žinutes."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nauja grupė"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Suteikti šiam grupės pokalbiui pavadinimą"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Siųsti"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Pakvietimo išsiuntimas nepavyko, prašome vėliau bandyti dar kartą."; diff --git a/Signal/translations/lv.lproj/Localizable.strings b/Signal/translations/lv.lproj/Localizable.strings index e5db94cfa..e3a8ad7fd 100644 --- a/Signal/translations/lv.lproj/Localizable.strings +++ b/Signal/translations/lv.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Jauna Grupa"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Ievadiet grupas sarakstes nosaukumu"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Sūtīt"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/mk.lproj/Localizable.strings b/Signal/translations/mk.lproj/Localizable.strings index c00ab6231..bbd3ed540 100644 --- a/Signal/translations/mk.lproj/Localizable.strings +++ b/Signal/translations/mk.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Прилогот е празен."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Избери или сликај слика и потоа испрати ја"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Нова група"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Именувај го овој групен разговор"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Испрати"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Неуспешно Испраќање покана, Ве молиме обидете се повторно подоцна."; diff --git a/Signal/translations/nb_NO.lproj/Localizable.strings b/Signal/translations/nb_NO.lproj/Localizable.strings index be67ecf9d..b1c1b00e3 100644 --- a/Signal/translations/nb_NO.lproj/Localizable.strings +++ b/Signal/translations/nb_NO.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Vedlegget er tomt."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Velge eller ta et nytt bilde som skal sendes"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Kunne ikke velge dokument."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blokkerte brukere vil ikke kunne ringe deg eller sende deg meldinger."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Ny gruppe"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Gi navn til denne gruppesamtalen"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Send"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending av invitasjon mislyktes, vennligst prøv igjen senere."; diff --git a/Signal/translations/nl.lproj/Localizable.strings b/Signal/translations/nl.lproj/Localizable.strings index ef4664a86..60049f594 100644 --- a/Signal/translations/nl.lproj/Localizable.strings +++ b/Signal/translations/nl.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Bijlage is leeg."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Kies of neem een foto en verzend ze"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Document kiezen mislukt."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Geblokkeerde gebruikers zullen je niet kunnen bellen of berichten sturen."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nieuwe groep"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Benoem dit groepsgesprek"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Stuur"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Uitnodiging sturen mislukt, probeer het later opnieuw."; diff --git a/Signal/translations/pl.lproj/Localizable.strings b/Signal/translations/pl.lproj/Localizable.strings index aa75c81a8..f0aba3f7b 100644 --- a/Signal/translations/pl.lproj/Localizable.strings +++ b/Signal/translations/pl.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Załącznik jest pusty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Wybierz lub zrób zdjęcie i wyślij je"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Nie udało się wybrać dokumentu."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Zablokowani użytkownicy nie będą mogli do ciebie dzwonić ani wysyłać ci wiadomości."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nowa grupa"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nazwij tę rozmowę grupową"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Wyślij"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Wysyłanie zaproszenia nie powiodło się, spróbuj później."; diff --git a/Signal/translations/pt_BR.lproj/Localizable.strings b/Signal/translations/pt_BR.lproj/Localizable.strings index 0c055207f..b704d0d09 100644 --- a/Signal/translations/pt_BR.lproj/Localizable.strings +++ b/Signal/translations/pt_BR.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Anexo vazio."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Escolha ou tire uma foto e envie-a em seguida"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Novo grupo"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nomear esse grupo de bate-papo"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Enviar"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Falha no envie de convite. Tente novamente mais tarde."; diff --git a/Signal/translations/pt_PT.lproj/Localizable.strings b/Signal/translations/pt_PT.lproj/Localizable.strings index 9c2c06b6f..af7611a41 100644 --- a/Signal/translations/pt_PT.lproj/Localizable.strings +++ b/Signal/translations/pt_PT.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Escolha ou tire uma fotografia e depois envie-a."; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Novo grupo"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Nome do grupo"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Enviar"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Envio do convite falhou, por favor tente mais tarde."; diff --git a/Signal/translations/ro.lproj/Localizable.strings b/Signal/translations/ro.lproj/Localizable.strings index 6c3e964a1..dd63b62ed 100644 --- a/Signal/translations/ro.lproj/Localizable.strings +++ b/Signal/translations/ro.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Atașamentul este gol."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Alege sau fă o poză și apoi trimite-o"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Eroare la selectarea documentului."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Utilizatorii blocați nu vor putea să te sune sau să-ți trimită mesaje."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Grup Nou"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Denumește această conversație de grup"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Trimite"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Invitația trimisă a eșuat, te rog încearcă din nou mai târziu."; diff --git a/Signal/translations/ru.lproj/Localizable.strings b/Signal/translations/ru.lproj/Localizable.strings index 4b271944f..7f5aa3204 100644 --- a/Signal/translations/ru.lproj/Localizable.strings +++ b/Signal/translations/ru.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Сделать новую фотографию или выбрать одну из существующих и отправить её"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Новая группа"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Дайте имя этой группе"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Отправить"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Ошибка отправки приглашения, пожалуйста, повторить попытку."; diff --git a/Signal/translations/sl.lproj/Localizable.strings b/Signal/translations/sl.lproj/Localizable.strings index 7540fdc2d..742a14d4c 100644 --- a/Signal/translations/sl.lproj/Localizable.strings +++ b/Signal/translations/sl.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Priponka je prazna."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Izberi ali naredi fotografijo in jo pošlji"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Izbira dokumenta ni bila uspešna."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blokirani uporabniki vas ne bodo mogli klicati, oziroma vam pošiljati sporočil."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Nova skupina"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Poimenuj skupinski pogovor"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Pošlji"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Pošiljanje vabila ni uspelo. Poskusite znova kasneje."; diff --git a/Signal/translations/sn.lproj/Localizable.strings b/Signal/translations/sn.lproj/Localizable.strings index f6f53f627..c9a85d901 100644 --- a/Signal/translations/sn.lproj/Localizable.strings +++ b/Signal/translations/sn.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Boka ritsva"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Ipa zita kuboka rekutaura iri"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Tumira"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/sq.lproj/Localizable.strings b/Signal/translations/sq.lproj/Localizable.strings index b67f271cd..334ceed3e 100644 --- a/Signal/translations/sq.lproj/Localizable.strings +++ b/Signal/translations/sq.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Attachment is empty."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Choose or take a picture and then send it"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Grup i Ri"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Emëro këtë grup."; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Dërgo"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Sending invite failed, please try again later."; diff --git a/Signal/translations/sv_SE.lproj/Localizable.strings b/Signal/translations/sv_SE.lproj/Localizable.strings index 3e86fd067..f7fd69fb7 100644 --- a/Signal/translations/sv_SE.lproj/Localizable.strings +++ b/Signal/translations/sv_SE.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Den bifogade filen är tom."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Välj eller ta ny bild och för att skicka"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Kunde inte välja dokument."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blockerade användare kommer inte kunna ringa eller skicka meddelanden till dig."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Ny grupp"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Namnge denna gruppchatt"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Skicka"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Kunde inte skicka inbjudan, vänligen försök senare."; diff --git a/Signal/translations/th_TH.lproj/Localizable.strings b/Signal/translations/th_TH.lproj/Localizable.strings index 1672d08bb..60a09f0de 100644 --- a/Signal/translations/th_TH.lproj/Localizable.strings +++ b/Signal/translations/th_TH.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "ไฟล์แนบว่างเปล่า"; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "เลือกหรือถ่ายภาพแล้วส่ง"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "ผู้ใช้ที่ถูกปิดกั้นจะไม่สามารถโทรหาคุณหรือส่งข้อความถึงคุณ"; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "กลุ่มใหม่"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "ตั้งชื่อแชทกลุ่มนี้"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "ส่ง"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "การส่งคำเชิญล้มเหลว โปรดลองอีกครั้งในภายหลัง"; diff --git a/Signal/translations/tr_TR.lproj/Localizable.strings b/Signal/translations/tr_TR.lproj/Localizable.strings index 3bc9a6be4..ab66283eb 100644 --- a/Signal/translations/tr_TR.lproj/Localizable.strings +++ b/Signal/translations/tr_TR.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "Ek boş."; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "Resim seçin ya da fotoğraf çekip gönderin"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Engellenen kullanıcılar sizi arayamaz veya size mesaj gönderemez."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "Yeni Grup"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "Bu grup görüşmesine isim ver"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "Gönder"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "Davetiye gönderilemedi, lütfen daha sonra tekrar deneyin."; diff --git a/Signal/translations/zh_CN.lproj/Localizable.strings b/Signal/translations/zh_CN.lproj/Localizable.strings index 585f5230b..1f89592af 100644 --- a/Signal/translations/zh_CN.lproj/Localizable.strings +++ b/Signal/translations/zh_CN.lproj/Localizable.strings @@ -94,6 +94,9 @@ /* Attachment error message for attachments without any data */ "ATTACHMENT_ERROR_MISSING_DATA" = "附件是空的。"; +/* Attachment error message for attachments with an invalid file format */ +"ATTACHMENT_ERROR_UNKNOWN_TYPE" = "Attachment is of invalid type"; + /* Accessibility hint describing what you can do with the attachment button */ "ATTACHMENT_HINT" = "选择或者新拍摄图片并发送"; @@ -103,6 +106,12 @@ /* Alert title when picking a document fails for an unknown reason */ "ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document."; +/* Alert body when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Signal can't handle that file as is. Try zipping it before sending."; + +/* Alert title when picking a document fails because user picked a directory/bundle */ +"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Unsupported File"; + /* An explanation of the consequences of blocking another user. */ "BLOCK_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; @@ -699,7 +708,7 @@ /* No comment provided by engineer. */ "NEW_GROUP_DEFAULT_TITLE" = "新群组"; -/* No comment provided by engineer. */ +/* Placeholder text for group name field */ "NEW_GROUP_NAMEGROUP_REQUEST_DEFAULT" = "为此群组命名"; /* No comment provided by engineer. */ @@ -916,6 +925,12 @@ /* No comment provided by engineer. */ "SEND_BUTTON_TITLE" = "发送"; +/* Header title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_HEADER_TITLE" = "Select a Recipient for:"; + +/* Title for the 'send external file' view. */ +"SEND_EXTERNAL_FILE_VIEW_TITLE" = "Send File"; + /* Alert body after invite failed */ "SEND_INVITE_FAILURE" = "发送邀请失败, 请稍候再试.";