diff --git a/Mail/Components/UnavailableMailboxListView.swift b/Mail/Components/UnavailableMailboxListView.swift
index 9df9bebb1a..6deb5c0e92 100644
--- a/Mail/Components/UnavailableMailboxListView.swift
+++ b/Mail/Components/UnavailableMailboxListView.swift
@@ -49,7 +49,7 @@ struct UnavailableMailboxListView: View {
VStack(alignment: .leading, spacing: IKPadding.huge) {
if !passwordBlockedMailboxes.isEmpty {
VStack(alignment: .leading, spacing: IKPadding.small) {
- Text(MailResourcesStrings.Localizable.blockedPasswordTitlePlural)
+ Text(MailResourcesStrings.Localizable.blockedPasswordTitle(passwordBlockedMailboxes.count))
ForEach(passwordBlockedMailboxes) { mailbox in
MailboxCell(mailbox: mailbox)
.mailboxCellStyle(.blockedPassword)
@@ -59,7 +59,7 @@ struct UnavailableMailboxListView: View {
if !lockedMailboxes.isEmpty {
VStack(alignment: .leading, spacing: IKPadding.small) {
- Text(MailResourcesStrings.Localizable.lockedMailboxTitlePlural)
+ Text(MailResourcesStrings.Localizable.lockedMailboxTitle(lockedMailboxes.count))
ForEach(lockedMailboxes) { mailbox in
MailboxCell(mailbox: mailbox)
.mailboxCellStyle(.locked)
diff --git a/Mail/Localizable/de.lproj/InfoPlist.strings b/Mail/Localizable/de.lproj/InfoPlist.strings
index 8028cc2fde..28306bc6c8 100644
--- a/Mail/Localizable/de.lproj/InfoPlist.strings
+++ b/Mail/Localizable/de.lproj/InfoPlist.strings
@@ -1,33 +1,32 @@
/*
- * Loco ios export: iOS InfoPlist.strings
+ * Loco ios export: Xcode Strings (legacy)
* Project: kMail
- * Release: Working copy
* Locale: de, German
* Tagged: ios-info-plist
- * Exported by: Charlene Hoareau
- * Exported at: Tue, 02 Apr 2024 15:07:21 +0200
+ * Exported by: Valentin Perignon
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62ce828ff799954b2054aac2 */
-NSCameraUsageDescription = "Die Kamera wird zum Anhängen von Fotos an Ihre E-Mail verwendet";
+"NSCameraUsageDescription" = "Die Kamera wird zum Anhängen von Fotos an Ihre E-Mail verwendet";
/* loco:62bd538485526660827f95d2 */
-NSContactsUsageDescription = "Lokale Kontakte werden verwendet, um Empfängerinformationen anzuzeigen. Wir werden sie NICHT an den Server senden.";
+"NSContactsUsageDescription" = "Lokale Kontakte werden verwendet, um Empfängerinformationen anzuzeigen. Wir werden sie NICHT an den Server senden.";
/* loco:62bd4fa9c71d395cd431e6a2 */
-NSFaceIDUsageDescription = "Face ID wird zum Entsperren der Anwendung verwendet.";
+"NSFaceIDUsageDescription" = "Face ID wird zum Entsperren der Anwendung verwendet.";
/* loco:650001c07121218fa306c072 */
-NSPhotoLibraryAddUsageDescription = "Der Fotozugriff wird zum Speichern von Bildern in Ihrer Fotobibliothek verwendet.";
+"NSPhotoLibraryAddUsageDescription" = "Der Fotozugriff wird zum Speichern von Bildern in Ihrer Fotobibliothek verwendet.";
/* loco:6500020fc1619e44fa0c5d52 */
-NSPhotoLibraryUsageDescription = "Der Fotozugriff wird zum Speichern von Bildern in Ihrer Fotobibliothek verwendet.";
+"NSPhotoLibraryUsageDescription" = "Der Fotozugriff wird zum Speichern von Bildern in Ihrer Fotobibliothek verwendet.";
/* loco:660bfd6073d23c2eb30ab462 */
-shortcutNewMessageTitle = "Neue Nachricht";
+"shortcutNewMessageTitle" = "Neue Nachricht";
/* loco:660bfde7e7a382d89e07fe92 */
-shortcutSearchTitle = "Suche";
+"shortcutSearchTitle" = "Suche";
/* loco:660bfe8fd1bd42615e0cdbb2 */
-shortcutSupportTitle = "Hilfe & Unterstützung";
+"shortcutSupportTitle" = "Hilfe & Unterstützung";
diff --git a/Mail/Localizable/en.lproj/InfoPlist.strings b/Mail/Localizable/en.lproj/InfoPlist.strings
index 323a714aa0..b58f03b3e7 100644
--- a/Mail/Localizable/en.lproj/InfoPlist.strings
+++ b/Mail/Localizable/en.lproj/InfoPlist.strings
@@ -1,33 +1,32 @@
/*
- * Loco ios export: iOS InfoPlist.strings
+ * Loco ios export: Xcode Strings (legacy)
* Project: kMail
- * Release: Working copy
* Locale: en, English
* Tagged: ios-info-plist
- * Exported by: Charlene Hoareau
- * Exported at: Tue, 02 Apr 2024 15:07:21 +0200
+ * Exported by: Valentin Perignon
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62ce828ff799954b2054aac2 */
-NSCameraUsageDescription = "Camera will be used to attach photo to your email";
+"NSCameraUsageDescription" = "Camera will be used to attach photo to your email";
/* loco:62bd538485526660827f95d2 */
-NSContactsUsageDescription = "Local contacts will be used to show recipient info. We will NOT send them to the server.";
+"NSContactsUsageDescription" = "Local contacts will be used to show recipient info. We will NOT send them to the server.";
/* loco:62bd4fa9c71d395cd431e6a2 */
-NSFaceIDUsageDescription = "Face ID will be used to unlock the application.";
+"NSFaceIDUsageDescription" = "Face ID will be used to unlock the application.";
/* loco:650001c07121218fa306c072 */
-NSPhotoLibraryAddUsageDescription = "Photo access will be used to save pictures in your photo library.";
+"NSPhotoLibraryAddUsageDescription" = "Photo access will be used to save pictures in your photo library.";
/* loco:6500020fc1619e44fa0c5d52 */
-NSPhotoLibraryUsageDescription = "Photo access will be used to save pictures in your photo library.";
+"NSPhotoLibraryUsageDescription" = "Photo access will be used to save pictures in your photo library.";
/* loco:660bfd6073d23c2eb30ab462 */
-shortcutNewMessageTitle = "New Message";
+"shortcutNewMessageTitle" = "New Message";
/* loco:660bfde7e7a382d89e07fe92 */
-shortcutSearchTitle = "Search";
+"shortcutSearchTitle" = "Search";
/* loco:660bfe8fd1bd42615e0cdbb2 */
-shortcutSupportTitle = "Help & Support";
+"shortcutSupportTitle" = "Help & Support";
diff --git a/Mail/Localizable/es.lproj/InfoPlist.strings b/Mail/Localizable/es.lproj/InfoPlist.strings
index cee5e1d318..63a610cc78 100644
--- a/Mail/Localizable/es.lproj/InfoPlist.strings
+++ b/Mail/Localizable/es.lproj/InfoPlist.strings
@@ -1,33 +1,32 @@
/*
- * Loco ios export: iOS InfoPlist.strings
+ * Loco ios export: Xcode Strings (legacy)
* Project: kMail
- * Release: Working copy
* Locale: es, Spanish
* Tagged: ios-info-plist
- * Exported by: Charlene Hoareau
- * Exported at: Tue, 02 Apr 2024 15:07:21 +0200
+ * Exported by: Valentin Perignon
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62ce828ff799954b2054aac2 */
-NSCameraUsageDescription = "La cámara se utilizará para adjuntar la foto a su correo electrónico";
+"NSCameraUsageDescription" = "La cámara se utilizará para adjuntar la foto a su correo electrónico";
/* loco:62bd538485526660827f95d2 */
-NSContactsUsageDescription = "Los contactos locales se utilizarán para mostrar la información del destinatario. NO los enviaremos al servidor.";
+"NSContactsUsageDescription" = "Los contactos locales se utilizarán para mostrar la información del destinatario. NO los enviaremos al servidor.";
/* loco:62bd4fa9c71d395cd431e6a2 */
-NSFaceIDUsageDescription = "Face ID se utilizará para desbloquear la aplicación.";
+"NSFaceIDUsageDescription" = "Face ID se utilizará para desbloquear la aplicación.";
/* loco:650001c07121218fa306c072 */
-NSPhotoLibraryAddUsageDescription = "El acceso a fotos se utilizará para guardar imágenes en tu fototeca.";
+"NSPhotoLibraryAddUsageDescription" = "El acceso a fotos se utilizará para guardar imágenes en tu fototeca.";
/* loco:6500020fc1619e44fa0c5d52 */
-NSPhotoLibraryUsageDescription = "El acceso a fotos se utilizará para guardar imágenes en tu fototeca.";
+"NSPhotoLibraryUsageDescription" = "El acceso a fotos se utilizará para guardar imágenes en tu fototeca.";
/* loco:660bfd6073d23c2eb30ab462 */
-shortcutNewMessageTitle = "Nuevo mensaje";
+"shortcutNewMessageTitle" = "Nuevo mensaje";
/* loco:660bfde7e7a382d89e07fe92 */
-shortcutSearchTitle = "Buscar en";
+"shortcutSearchTitle" = "Buscar en";
/* loco:660bfe8fd1bd42615e0cdbb2 */
-shortcutSupportTitle = "Ayuda & Asistencia";
+"shortcutSupportTitle" = "Ayuda & Asistencia";
diff --git a/Mail/Localizable/fr.lproj/InfoPlist.strings b/Mail/Localizable/fr.lproj/InfoPlist.strings
index 70a338b6f4..e20971a86e 100644
--- a/Mail/Localizable/fr.lproj/InfoPlist.strings
+++ b/Mail/Localizable/fr.lproj/InfoPlist.strings
@@ -1,33 +1,32 @@
/*
- * Loco ios export: iOS InfoPlist.strings
+ * Loco ios export: Xcode Strings (legacy)
* Project: kMail
- * Release: Working copy
* Locale: fr, French
* Tagged: ios-info-plist
- * Exported by: Charlene Hoareau
- * Exported at: Tue, 02 Apr 2024 15:07:21 +0200
+ * Exported by: Valentin Perignon
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62ce828ff799954b2054aac2 */
-NSCameraUsageDescription = "L'appareil photo sera utilisé pour joindre une photo à votre e-mail.";
+"NSCameraUsageDescription" = "L’appareil photo sera utilisé pour joindre une photo à votre e-mail.";
/* loco:62bd538485526660827f95d2 */
-NSContactsUsageDescription = "Les contacts locaux seront utilisés pour afficher les informations sur les destinataires. Nous ne les enverrons PAS au serveur.";
+"NSContactsUsageDescription" = "Les contacts locaux seront utilisés pour afficher les informations sur les destinataires. Nous ne les enverrons PAS au serveur.";
/* loco:62bd4fa9c71d395cd431e6a2 */
-NSFaceIDUsageDescription = "Face ID sera utilisé pour déverrouiller l’application.";
+"NSFaceIDUsageDescription" = "Face ID sera utilisé pour déverrouiller l’application.";
/* loco:650001c07121218fa306c072 */
-NSPhotoLibraryAddUsageDescription = "L'accès aux photos permet d'enregistrer des images dans votre photothèque.";
+"NSPhotoLibraryAddUsageDescription" = "L’accès aux photos permet d’enregistrer des images dans votre photothèque.";
/* loco:6500020fc1619e44fa0c5d52 */
-NSPhotoLibraryUsageDescription = "L'accès aux photos permet d'enregistrer des images dans votre photothèque.";
+"NSPhotoLibraryUsageDescription" = "L’accès aux photos permet d’enregistrer des images dans votre photothèque.";
/* loco:660bfd6073d23c2eb30ab462 */
-shortcutNewMessageTitle = "Rédiger";
+"shortcutNewMessageTitle" = "Rédiger";
/* loco:660bfde7e7a382d89e07fe92 */
-shortcutSearchTitle = "Rechercher";
+"shortcutSearchTitle" = "Rechercher";
/* loco:660bfe8fd1bd42615e0cdbb2 */
-shortcutSupportTitle = "Aide & Support";
+"shortcutSupportTitle" = "Aide & Support";
diff --git a/Mail/Localizable/it.lproj/InfoPlist.strings b/Mail/Localizable/it.lproj/InfoPlist.strings
index d88753dc14..6ba33eb880 100644
--- a/Mail/Localizable/it.lproj/InfoPlist.strings
+++ b/Mail/Localizable/it.lproj/InfoPlist.strings
@@ -1,33 +1,32 @@
/*
- * Loco ios export: iOS InfoPlist.strings
+ * Loco ios export: Xcode Strings (legacy)
* Project: kMail
- * Release: Working copy
* Locale: it, Italian
* Tagged: ios-info-plist
- * Exported by: Charlene Hoareau
- * Exported at: Tue, 02 Apr 2024 15:07:21 +0200
+ * Exported by: Valentin Perignon
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62ce828ff799954b2054aac2 */
-NSCameraUsageDescription = "La fotocamera verrà utilizzata per allegare le foto all'e-mail.";
+"NSCameraUsageDescription" = "La fotocamera verrà utilizzata per allegare le foto all’e-mail.";
/* loco:62bd538485526660827f95d2 */
-NSContactsUsageDescription = "I contatti locali saranno utilizzati per mostrare le informazioni sui destinatari. NON verranno inviati al server.";
+"NSContactsUsageDescription" = "I contatti locali saranno utilizzati per mostrare le informazioni sui destinatari. NON verranno inviati al server.";
/* loco:62bd4fa9c71d395cd431e6a2 */
-NSFaceIDUsageDescription = "Il Face ID verrà utilizzato per sbloccare l'applicazione.";
+"NSFaceIDUsageDescription" = "Il Face ID verrà utilizzato per sbloccare l’applicazione.";
/* loco:650001c07121218fa306c072 */
-NSPhotoLibraryAddUsageDescription = "L'accesso alle foto verrà utilizzato per salvare le immagini nella libreria fotografica.";
+"NSPhotoLibraryAddUsageDescription" = "L’accesso alle foto verrà utilizzato per salvare le immagini nella libreria fotografica.";
/* loco:6500020fc1619e44fa0c5d52 */
-NSPhotoLibraryUsageDescription = "L'accesso alle foto verrà utilizzato per salvare le immagini nella libreria fotografica.";
+"NSPhotoLibraryUsageDescription" = "L’accesso alle foto verrà utilizzato per salvare le immagini nella libreria fotografica.";
/* loco:660bfd6073d23c2eb30ab462 */
-shortcutNewMessageTitle = "Nuovo messaggio";
+"shortcutNewMessageTitle" = "Nuovo messaggio";
/* loco:660bfde7e7a382d89e07fe92 */
-shortcutSearchTitle = "Ricerca";
+"shortcutSearchTitle" = "Ricerca";
/* loco:660bfe8fd1bd42615e0cdbb2 */
-shortcutSupportTitle = "Aiuto & Assistenza";
+"shortcutSupportTitle" = "Aiuto & Assistenza";
diff --git a/MailResources/Localizable/de.lproj/Localizable.strings b/MailResources/Localizable/de.lproj/Localizable.strings
index c0c0751cce..72b0e12b17 100644
--- a/MailResources/Localizable/de.lproj/Localizable.strings
+++ b/MailResources/Localizable/de.lproj/Localizable.strings
@@ -4,7 +4,7 @@
* Locale: de, German
* Tagged: ios
* Exported by: Valentin Perignon
- * Exported at: Mon, 31 Mar 2025 16:15:55 +0200
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62bb154d7513e127cb2e9c94 */
@@ -280,15 +280,6 @@
/* loco:6374f6a12619632e014135d2 */
"attachmentFileLimitReached" = "Die Dateien, die Sie zu senden versuchen, überschreiten das Limit von 25 MB für Anhänge";
-/* loco:6267b1e1002a8716d553ad94 */
-"attachmentQuantity" = "%d Anhang";
-
-/* loco:6267b57fcc702828232d6f02 */
-"attachmentQuantity-plural" = "%d Anhänge";
-
-/* loco:638f6e49a7896c4df9647362 */
-"attachmentQuantity-plural-many" = "";
-
/* loco:659665294692c252640fa103 */
"attendeesListTitle" = "Liste der Teilnehmer (%d)";
@@ -304,15 +295,6 @@
/* loco:67cff9495697ef40dc013633 */
"blockMultipleExpeditorsTitle" = "%d Absender blockieren";
-/* loco:649ea00ef9c6ecfe620a0b62 */
-"blockedPasswordTitle" = "Passwort blockiert";
-
-/* loco:649ea1ed3c1546646f049403 */
-"blockedPasswordTitle-plural" = "Blockierte Passwörter";
-
-/* loco:64ad0c0b88d6fd5fec0b0533 */
-"blockedPasswordTitle-plural-many" = "";
-
/* loco:62cd641b15742c678d4c30e2 */
"buttonAccept" = "Akzeptieren";
@@ -925,15 +907,6 @@
/* loco:62a9dbdf0bddbc02ce031ba2 */
"favoritesFolder" = "Favoriten";
-/* loco:66587f0c073fdbd3d8051342 */
-"fileQuantity" = "%d Datei gesendet von SwissTransfer";
-
-/* loco:66587fa3e58bc83def020512 */
-"fileQuantity-plural" = "%d Dateien gesendet von SwissTransfer";
-
-/* loco:6658833c09d08ba3a705fca2 */
-"fileQuantity-plural-many" = "";
-
/* loco:65982105ed32c3578b07f9c2 */
"filterFocusAllowedMailboxesTitle" = "Erlaubte Mailboxen";
@@ -979,27 +952,18 @@
/* loco:64999ba3e6d90f26b6023952 */
"lockedMailboxBottomSheetTitle" = "Mailbox %@ ist blockiert";
-/* loco:649e9f941e62d5ca5f032305 */
-"lockedMailboxTitle" = "Blockierte E-Mail-Adresse";
-
-/* loco:649adbc029c685e8c20dc096 */
-"lockedMailboxTitle-plural" = "Gesperrte Mailadressen";
-
-/* loco:64ad0bf21a8c5c3877078262 */
-"lockedMailboxTitle-plural-many" = "";
-
/* loco:649adc1b599c6ce9d6099fa2 */
"lockedMailboxViewDescription" = "Für weitere Informationen:";
/* loco:665ed97d84c0a50abb0783d3 */
"lockedMailboxViewTitle" = "Einige Ihrer Mailboxen sind blockiert";
-/* loco:67d9641e50cf5243690a8f23 */
-"mailApiUnavailable" = "Ladefehler. Versuchen Sie es erneut, oder überprüfen Sie den Dienststatus, wenn das Problem weiterhin besteht.";
-
/* loco:67e26d1c96ffb194f70925b2 */
"macUsageDisclaimerTitle" = "Diese App funktioniert unter macOS, ist aber für die Nutzung auf Mobilgeräten und Tablets optimiert.";
+/* loco:67d9641e50cf5243690a8f23 */
+"mailApiUnavailable" = "Ladefehler. Versuchen Sie es erneut, oder überprüfen Sie den Dienststatus, wenn das Problem weiterhin besteht.";
+
/* loco:6639ec5faf37f28888054ea2 */
"manageSignatures" = "Meine Signaturen verwalten";
@@ -1066,15 +1030,6 @@
/* loco:62b1c0a1e915206f7e2d5764 */
"moveTitle" = "In welchen Ordner möchten Sie Ihre E-Mails verschieben?";
-/* loco:62de4beb1a10d74d4c7e6df2 */
-"multipleSelectionCount" = "%d ausgewählt";
-
-/* loco:62de4c63f1fea7507653c564 */
-"multipleSelectionCount-plural" = "%d ausgewählt";
-
-/* loco:638f6ec13ee2595d320a7242 */
-"multipleSelectionCount-plural-many" = "";
-
/* loco:67a9ba0103b091bbbc0837c2 */
"myKSuiteQuotasAlertDescription" = "Wenn Sie dieses Limit erreicht haben, können Sie keine Nachrichten mehr senden oder empfangen. Geben Sie Speicherplatz frei oder wechseln Sie zu my kSuite+.";
@@ -1243,12 +1198,6 @@
/* loco:62cd63dab9cd016ad83df012 */
"reportDisplayProblemTitle" = "Ein Anzeigeproblem melden";
-/* loco:62cece41730aa70c5f3da0e2 */
-"reportPhishingDescription" = "Wenn diese Nachricht versucht, vertrauliche Informationen (Passwort, Bankdaten usw.) zu stehlen und/oder sich als eine anerkannte Identität ausgibt, handelt es sich um Phishing.\n\nIndem Sie uns diese Nachricht melden, können Sie die Erkennung gefährlicher Nachrichten für alle unsere Nutzer beschleunigen.\n\nDie Meldung wird an unser Sicherheitsteam weitergeleitet, das sie analysiert und Massnahmen ergreift. Die E-Mail wird ausserdem automatisch in Ihren Spam-Ordner verschoben.";
-
-/* loco:67cf0d265a4faa32a10d6db5 */
-"reportPhishingDescription-plural" = "Wenn diese Nachrichten versuchen, vertrauliche Informationen (Passwörter, Bankdaten usw.) zu stehlen und/oder sich als anerkannte Identitäten ausgeben, handeln es sich um Phishing.\n\nIndem Sie uns diese Nachrichten melden, können Sie die Erkennung gefährlicher Nachrichten für alle unsere Nutzer beschleunigen.\n\nDie Meldungen werden an unser Sicherheitsteam weitergeleitet, das sie analysiert und Massnahmen ergreift. Die E-Mails werden ausserdem automatisch in Ihre Spam-Ordner verschoben.";
-
/* loco:62cecdf0413c882ede7451c2 */
"reportPhishingTitle" = "Einen Phishing-Versuch melden";
@@ -1654,36 +1603,15 @@
/* loco:6729d83e9f7d15aea0033402 */
"snackbarScheduling" = "Die Nachricht wird geplant";
-/* loco:62ab4ab51521a800290a7c32 */
-"snackbarSenderBlacklisted" = "Absender erfolgreich auf die schwarze Liste gesetzt";
-
-/* loco:638f5f3f40687b206c230e62 */
-"snackbarSenderBlacklisted-plural" = "Erfolgreich auf die schwarze Liste gesetzte Absender";
-
-/* loco:638f6f0d5075370cf374e2a2 */
-"snackbarSenderBlacklisted-plural-many" = "";
-
/* loco:67ea70102a2bbfe96e02d072 */
"snackbarSnoozeSuccess" = "Sie erhalten eine Erinnerung an diese Nachricht %@";
-/* loco:67ea7126fa3c72bf060a7722 */
-"snackbarSnoozeSuccess-plural" = "Sie erhalten eine Erinnerung an diese Nachrichten %@";
-
/* loco:67ea722654038d4994095fc2 */
"snackbarSnoozeSuccess-plural-many" = "";
/* loco:653fa9122f7b384757074432 */
"snackbarSubjectCopiedToClipboard" = "Betreff in die Zwischenablage kopiert";
-/* loco:638f5a17e9a49034ae006a92 */
-"snackbarThreadDeletedPermanently" = "Konversation gelöscht";
-
-/* loco:638f61c30f52e171f83f4ce2 */
-"snackbarThreadDeletedPermanently-plural" = "Konversationen gelöscht";
-
-/* loco:638f6f33a6d6283e9b3411a2 */
-"snackbarThreadDeletedPermanently-plural-many" = "";
-
/* loco:62ab221b4956e9775f391ca6 */
"snackbarThreadMoved" = "Unterhaltung in %@ verschoben";
@@ -1693,45 +1621,9 @@
/* loco:638f6f4f55158c5b515a5ff2 */
"snackbarThreadMoved-plural-many" = "";
-/* loco:67ea73cd7e04d40c390da0f6 */
-"snackbarUnsnoozeSuccess" = "Erinnerung storniert. Ihre Nachricht ist zurück in Ihrem Posteingang";
-
-/* loco:67ea74b9c68f97079b03ab24 */
-"snackbarUnsnoozeSuccess-plural" = "Erinnerungen storniert. Ihre Nachrichten sind zurück in Ihrem Posteingang";
-
-/* loco:67ea75009e0f50f0ea00f134 */
-"snackbarUnsnoozeSuccess-plural-many" = "";
-
/* loco:67b32e5c0e4974a86a00c602 */
"snoozeAlertTitle" = "Ausstehend bis: %@";
-/* loco:67ea90d1ed66875aaf0d73c2 */
-"snoozeArchiveConfirmAlertDescription" = "Diese Unterhaltung wird nicht mehr schlummern und wird archiviert";
-
-/* loco:67ea9699542059731b0bf7a3 */
-"snoozeArchiveConfirmAlertDescription-plural" = "Diese Unterhaltungen werden nicht mehr schlummern und werden archiviert";
-
-/* loco:67ea96c7adc66e9a8f06edc6 */
-"snoozeArchiveConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90d9bf43214ba80e1bc3 */
-"snoozeDeleteConfirmAlertDescription" = "Diese Unterhaltung wird nicht mehr schlummern und wird gelöscht";
-
-/* loco:67ea96217cc35c6df507ce32 */
-"snoozeDeleteConfirmAlertDescription-plural" = "Diese Unterhaltungen werden nicht mehr schlummern und werden gelöscht";
-
-/* loco:67ea965556e7d71125025b63 */
-"snoozeDeleteConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90c5bf43214ba80e1bc2 */
-"snoozeMoveConfirmAlertDescription" = "Diese Unterhaltung wird nicht mehr schlummern und wird verschoben";
-
-/* loco:67ea9706fffbe6d2a80edda2 */
-"snoozeMoveConfirmAlertDescription-plural" = "Diese Unterhaltungen werden nicht mehr schlummern und werden verschoben";
-
-/* loco:67ea972f14ecc86d5c0500d5 */
-"snoozeMoveConfirmAlertDescription-plural-many" = "";
-
/* loco:67a32e4384fbf4226404e972 */
"snoozedFolder" = "In der Warteschlange";
@@ -1798,21 +1690,6 @@
/* loco:67238c432a68eb6c2600fc52 */
"thisEvening" = "Heute Abend";
-/* loco:63f380d5d0a8f81b511bf704 */
-"threadListDeletionConfirmationAlertDescription" = "Sind Sie sicher, dass Sie diese Nachricht endgültig löschen wollen?";
-
-/* loco:63f377ed99071860fb4439d2 */
-"threadListDeletionConfirmationAlertDescription-plural" = "Sind Sie sicher, dass Sie diese Nachrichten endgültig löschen wollen?";
-
-/* loco:641b1d7a9c76fa6987570e72 */
-"threadListDeletionConfirmationAlertDescription-plural-many" = "";
-
-/* loco:63edf25697f024075b239532 */
-"threadListDeletionConfirmationAlertTitle" = "%d Nachricht löschen";
-
-/* loco:63edf28c20221c0f3a6d30a2 */
-"threadListDeletionConfirmationAlertTitle-plural" = "%d Nachrichten löschen";
-
/* loco:6412e19cf8d74923f83fd492 */
"threadListEmptyDraftButton" = "Leere Entwürfe";
@@ -1858,12 +1735,6 @@
/* loco:63ebabc469ccbb24d90659c2 */
"threadListTrashHint" = "Nachrichten, die länger als 30 Tage im Papierkorb liegen, werden automatisch gelöscht.";
-/* loco:62860a31425f1905bb227912 */
-"titleMyAccount" = "Mein Konto";
-
-/* loco:62860a56f6ea2c34fb742092 */
-"titleMyAccount-plural" = "Meine Konten";
-
/* loco:62665fa13789aa7e8353ad62 */
"toTitle" = "An:";
diff --git a/MailResources/Localizable/de.lproj/Localizable.stringsdict b/MailResources/Localizable/de.lproj/Localizable.stringsdict
index 8de5d4b641..bc30287775 100644
--- a/MailResources/Localizable/de.lproj/Localizable.stringsdict
+++ b/MailResources/Localizable/de.lproj/Localizable.stringsdict
@@ -1,152 +1,96 @@
+
-
- titleMyAccount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Mein Konto
- other
- Meine Konten
-
-
- attachmentQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d Anhang
- other
- %d Anhänge
-
-
- folderMessageCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Dieser Ordner enthält %d Nachricht
- other
- Dieser Ordner enthält %d Nachrichten
-
-
- multipleSelectionCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d ausgewählt
- other
- %d ausgewählt
-
-
- snackbarSenderBlacklisted
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Absender erfolgreich auf die schwarze Liste gesetzt
- other
- Erfolgreich auf die schwarze Liste gesetzte Absender
-
-
- snackbarThreadDeletedPermanently
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Konversation gelöscht
- other
- Konversationen gelöscht
-
-
- threadListDeletionConfirmationAlertDescription
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Sind Sie sicher, dass Sie diese Nachricht endgültig löschen wollen?
- other
- Sind Sie sicher, dass Sie diese Nachrichten endgültig löschen wollen?
-
-
- threadListDeletionConfirmationAlertTitle
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d Nachricht löschen
- other
- %d Nachrichten löschen
-
-
- fileQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d Datei gesendet von SwissTransfer
- other
- %d Dateien gesendet von SwissTransfer
-
-
- reportPhishingDescription
+
+ attachmentQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d Anhang
+ other
+ %d Anhänge
+
+
+ blockedPasswordTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Passwort blockiert
+ other
+ Blockierte Passwörter
+
+
+ fileQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d Datei gesendet von SwissTransfer
+ other
+ %d Dateien gesendet von SwissTransfer
+
+
+ lockedMailboxTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Blockierte E-Mail-Adresse
+ other
+ Gesperrte Mailadressen
+
+
+ multipleSelectionCount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d ausgewählt
+ other
+ %d ausgewählt
+
+
+ reportPhishingDescription
NSStringLocalizedFormatKey
%#@value@
@@ -170,69 +114,149 @@ Indem Sie uns diese Nachrichten melden, können Sie die Erkennung gefährlicher
Die Meldungen werden an unser Sicherheitsteam weitergeleitet, das sie analysiert und Massnahmen ergreift. Die E-Mails werden ausserdem automatisch in Ihre Spam-Ordner verschoben.
- snackbarUnsnoozeSuccess
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Erinnerung storniert. Ihre Nachricht ist zurück in Ihrem Posteingang
- other
- Erinnerungen storniert. Ihre Nachrichten sind zurück in Ihrem Posteingang
-
-
- snoozeArchiveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Diese Unterhaltung wird nicht mehr schlummern und wird archiviert
- other
- Diese Unterhaltungen werden nicht mehr schlummern und werden archiviert
-
-
- snoozeDeleteConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Diese Unterhaltung wird nicht mehr schlummern und wird gelöscht
- other
- Diese Unterhaltungen werden nicht mehr schlummern und werden gelöscht
-
-
- snoozeMoveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Diese Unterhaltung wird nicht mehr schlummern und wird verschoben
- other
- Diese Unterhaltungen werden nicht mehr schlummern und werden verschoben
-
-
-
+ snackbarSenderBlacklisted
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Absender erfolgreich auf die schwarze Liste gesetzt
+ other
+ Erfolgreich auf die schwarze Liste gesetzte Absender
+
+
+ snackbarThreadDeletedPermanently
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Konversation gelöscht
+ other
+ Konversationen gelöscht
+
+
+ snackbarUnsnoozeSuccess
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Erinnerung storniert. Ihre Nachricht ist zurück in Ihrem Posteingang
+ other
+ Erinnerungen storniert. Ihre Nachrichten sind zurück in Ihrem Posteingang
+
+
+ snoozeArchiveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Diese Unterhaltung wird nicht länger verschoben und wird archiviert
+ other
+ Diese Unterhaltungen werden nicht länger verschoben und werden archiviert
+
+
+ snoozeDeleteConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Diese Unterhaltung wird nicht länger verschoben und wird gelöscht
+ other
+ Diese Unterhaltungen werden nicht länger verschoben und werden gelöscht
+
+
+ snoozeMoveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Diese Unterhaltung wird nicht länger verschoben und wird nun bewegt
+ other
+ Diese Unterhaltungen werden nicht länger verschoben und werden nun bewegt
+
+
+ threadListDeletionConfirmationAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Sind Sie sicher, dass Sie diese Nachricht endgültig löschen wollen?
+ other
+ Sind Sie sicher, dass Sie diese Nachrichten endgültig löschen wollen?
+
+
+ threadListDeletionConfirmationAlertTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d Nachricht löschen
+ other
+ %d Nachrichten löschen
+
+
+ titleMyAccount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Mein Konto
+ other
+ Meine Konten
+
+
+
diff --git a/MailResources/Localizable/en.lproj/Localizable.strings b/MailResources/Localizable/en.lproj/Localizable.strings
index a6431e626a..c84ecf909e 100644
--- a/MailResources/Localizable/en.lproj/Localizable.strings
+++ b/MailResources/Localizable/en.lproj/Localizable.strings
@@ -4,7 +4,7 @@
* Locale: en, English
* Tagged: ios
* Exported by: Valentin Perignon
- * Exported at: Mon, 31 Mar 2025 16:15:55 +0200
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62bb154d7513e127cb2e9c94 */
@@ -280,15 +280,6 @@
/* loco:6374f6a12619632e014135d2 */
"attachmentFileLimitReached" = "The files that you are trying to send exceed the 25 MB attachment limit";
-/* loco:6267b1e1002a8716d553ad94 */
-"attachmentQuantity" = "%d attachment";
-
-/* loco:6267b57fcc702828232d6f02 */
-"attachmentQuantity-plural" = "%d attachments";
-
-/* loco:638f6e49a7896c4df9647362 */
-"attachmentQuantity-plural-many" = "";
-
/* loco:659665294692c252640fa103 */
"attendeesListTitle" = "List of attendees (%d)";
@@ -304,15 +295,6 @@
/* loco:67cff9495697ef40dc013633 */
"blockMultipleExpeditorsTitle" = "Block %d senders";
-/* loco:649ea00ef9c6ecfe620a0b62 */
-"blockedPasswordTitle" = "Blocked password";
-
-/* loco:649ea1ed3c1546646f049403 */
-"blockedPasswordTitle-plural" = "Blocked passwords";
-
-/* loco:64ad0c0b88d6fd5fec0b0533 */
-"blockedPasswordTitle-plural-many" = "";
-
/* loco:62cd641b15742c678d4c30e2 */
"buttonAccept" = "Accept";
@@ -925,15 +907,6 @@
/* loco:62a9dbdf0bddbc02ce031ba2 */
"favoritesFolder" = "Favorites";
-/* loco:66587f0c073fdbd3d8051342 */
-"fileQuantity" = "%d file sent by SwissTransfer";
-
-/* loco:66587fa3e58bc83def020512 */
-"fileQuantity-plural" = "%d files sent by SwissTransfer";
-
-/* loco:6658833c09d08ba3a705fca2 */
-"fileQuantity-plural-many" = "";
-
/* loco:65982105ed32c3578b07f9c2 */
"filterFocusAllowedMailboxesTitle" = "Allowed mailboxes";
@@ -979,15 +952,6 @@
/* loco:64999ba3e6d90f26b6023952 */
"lockedMailboxBottomSheetTitle" = "Mailbox %@ is blocked";
-/* loco:649e9f941e62d5ca5f032305 */
-"lockedMailboxTitle" = "Blocked mailbox";
-
-/* loco:649adbc029c685e8c20dc096 */
-"lockedMailboxTitle-plural" = "Blocked mailboxes";
-
-/* loco:64ad0bf21a8c5c3877078262 */
-"lockedMailboxTitle-plural-many" = "";
-
/* loco:649adc1b599c6ce9d6099fa2 */
"lockedMailboxViewDescription" = "For further information:";
@@ -1066,15 +1030,6 @@
/* loco:62b1c0a1e915206f7e2d5764 */
"moveTitle" = "Which folder do you want to move your email to?";
-/* loco:62de4beb1a10d74d4c7e6df2 */
-"multipleSelectionCount" = "%d selected";
-
-/* loco:62de4c63f1fea7507653c564 */
-"multipleSelectionCount-plural" = "%d selected";
-
-/* loco:638f6ec13ee2595d320a7242 */
-"multipleSelectionCount-plural-many" = "";
-
/* loco:67a9ba0103b091bbbc0837c2 */
"myKSuiteQuotasAlertDescription" = "Once you have reached this limit, you will no longer be able to send or receive messages. Free up space or upgrade to my kSuite+.";
@@ -1243,12 +1198,6 @@
/* loco:62cd63dab9cd016ad83df012 */
"reportDisplayProblemTitle" = "Report a display problem";
-/* loco:62cece41730aa70c5f3da0e2 */
-"reportPhishingDescription" = "If this message attempts to steal sensitive information (password, bank details, etc.) and/or impersonates a recognised identity then it is phishing.\n\nBy reporting it to us, you speed up the detection of dangerous messages for all our users.\n\nThe report will be sent to our security team for analysis and action. The email will also be automatically moved to your spam folder.";
-
-/* loco:67cf0d265a4faa32a10d6db5 */
-"reportPhishingDescription-plural" = "If these messages attempt to steal sensitive information (passwords, bank details, etc.) and/or impersonate recognized identities, then they are phishing.\n\nBy reporting them to us, you speed up the detection of dangerous messages for all our users.\n\nThe reports will be sent to our security team for analysis and action. The emails will also be automatically moved to your spam folder.";
-
/* loco:62cecdf0413c882ede7451c2 */
"reportPhishingTitle" = "Report a phishing attempt";
@@ -1654,36 +1603,15 @@
/* loco:6729d83e9f7d15aea0033402 */
"snackbarScheduling" = "The message is being scheduled";
-/* loco:62ab4ab51521a800290a7c32 */
-"snackbarSenderBlacklisted" = "Sender successfully blacklisted";
-
-/* loco:638f5f3f40687b206c230e62 */
-"snackbarSenderBlacklisted-plural" = "Senders successfully blacklisted";
-
-/* loco:638f6f0d5075370cf374e2a2 */
-"snackbarSenderBlacklisted-plural-many" = "";
-
/* loco:67ea70102a2bbfe96e02d072 */
"snackbarSnoozeSuccess" = "You will receive a reminder for this message %@";
-/* loco:67ea7126fa3c72bf060a7722 */
-"snackbarSnoozeSuccess-plural" = "You will receive a reminder for these messages %@";
-
/* loco:67ea722654038d4994095fc2 */
"snackbarSnoozeSuccess-plural-many" = "";
/* loco:653fa9122f7b384757074432 */
"snackbarSubjectCopiedToClipboard" = "Subject copied to the clipboard";
-/* loco:638f5a17e9a49034ae006a92 */
-"snackbarThreadDeletedPermanently" = "Conversation deleted";
-
-/* loco:638f61c30f52e171f83f4ce2 */
-"snackbarThreadDeletedPermanently-plural" = "Conversations deleted";
-
-/* loco:638f6f33a6d6283e9b3411a2 */
-"snackbarThreadDeletedPermanently-plural-many" = "";
-
/* loco:62ab221b4956e9775f391ca6 */
"snackbarThreadMoved" = "Conversation moved to %@";
@@ -1693,45 +1621,9 @@
/* loco:638f6f4f55158c5b515a5ff2 */
"snackbarThreadMoved-plural-many" = "";
-/* loco:67ea73cd7e04d40c390da0f6 */
-"snackbarUnsnoozeSuccess" = "Reminder canceled. Your message is back in your inbox";
-
-/* loco:67ea74b9c68f97079b03ab24 */
-"snackbarUnsnoozeSuccess-plural" = "Reminders canceled. Your messages are back in your inbox";
-
-/* loco:67ea75009e0f50f0ea00f134 */
-"snackbarUnsnoozeSuccess-plural-many" = "";
-
/* loco:67b32e5c0e4974a86a00c602 */
"snoozeAlertTitle" = "Snoozed until: %@";
-/* loco:67ea90d1ed66875aaf0d73c2 */
-"snoozeArchiveConfirmAlertDescription" = "This conversation will no longer be snoozed and will be archived";
-
-/* loco:67ea9699542059731b0bf7a3 */
-"snoozeArchiveConfirmAlertDescription-plural" = "These conversations will no longer be snoozed and will be archived";
-
-/* loco:67ea96c7adc66e9a8f06edc6 */
-"snoozeArchiveConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90d9bf43214ba80e1bc3 */
-"snoozeDeleteConfirmAlertDescription" = "This conversation will no longer be snoozed and will be deleted";
-
-/* loco:67ea96217cc35c6df507ce32 */
-"snoozeDeleteConfirmAlertDescription-plural" = "These conversations will no longer be snoozed and will be deleted";
-
-/* loco:67ea965556e7d71125025b63 */
-"snoozeDeleteConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90c5bf43214ba80e1bc2 */
-"snoozeMoveConfirmAlertDescription" = "This conversation will no longer be snoozed and will be moved";
-
-/* loco:67ea9706fffbe6d2a80edda2 */
-"snoozeMoveConfirmAlertDescription-plural" = "These conversations will no longer be snoozed and will be moved";
-
-/* loco:67ea972f14ecc86d5c0500d5 */
-"snoozeMoveConfirmAlertDescription-plural-many" = "";
-
/* loco:67a32e4384fbf4226404e972 */
"snoozedFolder" = "Snoozed";
@@ -1798,21 +1690,6 @@
/* loco:67238c432a68eb6c2600fc52 */
"thisEvening" = "This evening";
-/* loco:63f380d5d0a8f81b511bf704 */
-"threadListDeletionConfirmationAlertDescription" = "Are you sure you want to delete this message permanently?";
-
-/* loco:63f377ed99071860fb4439d2 */
-"threadListDeletionConfirmationAlertDescription-plural" = "Are you sure you want to delete these messages permanently?";
-
-/* loco:641b1d7a9c76fa6987570e72 */
-"threadListDeletionConfirmationAlertDescription-plural-many" = "";
-
-/* loco:63edf25697f024075b239532 */
-"threadListDeletionConfirmationAlertTitle" = "Delete %d message";
-
-/* loco:63edf28c20221c0f3a6d30a2 */
-"threadListDeletionConfirmationAlertTitle-plural" = "Delete %d messages";
-
/* loco:6412e19cf8d74923f83fd492 */
"threadListEmptyDraftButton" = "Empty drafts";
@@ -1858,12 +1735,6 @@
/* loco:63ebabc469ccbb24d90659c2 */
"threadListTrashHint" = "Messages that have been in trash more than 30 days will be automatically deleted.";
-/* loco:62860a31425f1905bb227912 */
-"titleMyAccount" = "My account";
-
-/* loco:62860a56f6ea2c34fb742092 */
-"titleMyAccount-plural" = "My accounts";
-
/* loco:62665fa13789aa7e8353ad62 */
"toTitle" = "To:";
diff --git a/MailResources/Localizable/en.lproj/Localizable.stringsdict b/MailResources/Localizable/en.lproj/Localizable.stringsdict
index 361a8e6f72..7f20e80c75 100644
--- a/MailResources/Localizable/en.lproj/Localizable.stringsdict
+++ b/MailResources/Localizable/en.lproj/Localizable.stringsdict
@@ -1,152 +1,96 @@
+
-
- attachmentQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d attachment
- other
- %d attachments
-
-
- folderMessageCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- This folder contains %d message
- other
- This folder contains %d messages
-
-
- multipleSelectionCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d selected
- other
- %d selected
-
-
- snackbarSenderBlacklisted
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Sender successfully blacklisted
- other
- Senders successfully blacklisted
-
-
- snackbarThreadDeletedPermanently
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Conversation deleted
- other
- Conversations deleted
-
-
- threadListDeletionConfirmationAlertDescription
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Are you sure you want to delete this message permanently?
- other
- Are you sure you want to delete these messages permanently?
-
-
- threadListDeletionConfirmationAlertTitle
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Delete %d message
- other
- Delete %d messages
-
-
- fileQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d file sent by SwissTransfer
- other
- %d files sent by SwissTransfer
-
-
- titleMyAccount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- My account
- other
- My accounts
-
-
- reportPhishingDescription
+
+ attachmentQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d attachment
+ other
+ %d attachments
+
+
+ blockedPasswordTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Blocked password
+ other
+ Blocked passwords
+
+
+ fileQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d file sent by SwissTransfer
+ other
+ %d files sent by SwissTransfer
+
+
+ lockedMailboxTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Blocked mailbox
+ other
+ Blocked mailboxes
+
+
+ multipleSelectionCount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d selected
+ other
+ %d selected
+
+
+ reportPhishingDescription
NSStringLocalizedFormatKey
%#@value@
@@ -170,69 +114,149 @@ By reporting them to us, you speed up the detection of dangerous messages for al
The reports will be sent to our security team for analysis and action. The emails will also be automatically moved to your spam folder.
- snackbarUnsnoozeSuccess
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Reminder canceled. Your message is back in your inbox
- other
- Reminders canceled. Your messages are back in your inbox
-
-
- snoozeArchiveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- This conversation will no longer be snoozed and will be archived
- other
- These conversations will no longer be snoozed and will be archived
-
-
- snoozeDeleteConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- This conversation will no longer be snoozed and will be deleted
- other
- These conversations will no longer be snoozed and will be deleted
-
-
- snoozeMoveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- This conversation will no longer be snoozed and will be moved
- other
- These conversations will no longer be snoozed and will be moved
-
-
-
+ snackbarSenderBlacklisted
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Sender successfully blacklisted
+ other
+ Senders successfully blacklisted
+
+
+ snackbarThreadDeletedPermanently
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Conversation deleted
+ other
+ Conversations deleted
+
+
+ snackbarUnsnoozeSuccess
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Reminder canceled. Your message is back in your inbox
+ other
+ Reminders canceled. Your messages are back in your inbox
+
+
+ snoozeArchiveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ This conversation will no longer be snoozed and will be archived
+ other
+ These conversations will no longer be snoozed and will be archived
+
+
+ snoozeDeleteConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ This conversation will no longer be snoozed and will be deleted
+ other
+ These conversations will no longer be snoozed and will be deleted
+
+
+ snoozeMoveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ This conversation will no longer be snoozed and will be moved
+ other
+ These conversations will no longer be snoozed and will be moved
+
+
+ threadListDeletionConfirmationAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Are you sure you want to delete this message permanently?
+ other
+ Are you sure you want to delete these messages permanently?
+
+
+ threadListDeletionConfirmationAlertTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Delete %d message
+ other
+ Delete %d messages
+
+
+ titleMyAccount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ My account
+ other
+ My accounts
+
+
+
diff --git a/MailResources/Localizable/es.lproj/Localizable.strings b/MailResources/Localizable/es.lproj/Localizable.strings
index 20326833c3..54a7bb5ac6 100644
--- a/MailResources/Localizable/es.lproj/Localizable.strings
+++ b/MailResources/Localizable/es.lproj/Localizable.strings
@@ -4,7 +4,7 @@
* Locale: es, Spanish
* Tagged: ios
* Exported by: Valentin Perignon
- * Exported at: Mon, 31 Mar 2025 16:15:55 +0200
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62bb154d7513e127cb2e9c94 */
@@ -280,15 +280,6 @@
/* loco:6374f6a12619632e014135d2 */
"attachmentFileLimitReached" = "Los archivos que está intentando enviar superan el límite de archivos adjuntos de 25 MB.";
-/* loco:6267b1e1002a8716d553ad94 */
-"attachmentQuantity" = "%d anexo";
-
-/* loco:6267b57fcc702828232d6f02 */
-"attachmentQuantity-plural" = "%d archivos adjuntos";
-
-/* loco:638f6e49a7896c4df9647362 */
-"attachmentQuantity-plural-many" = "";
-
/* loco:659665294692c252640fa103 */
"attendeesListTitle" = "Lista de asistentes (%d)";
@@ -304,15 +295,6 @@
/* loco:67cff9495697ef40dc013633 */
"blockMultipleExpeditorsTitle" = "Bloquear %d remitentes";
-/* loco:649ea00ef9c6ecfe620a0b62 */
-"blockedPasswordTitle" = "Contraseña bloqueada";
-
-/* loco:649ea1ed3c1546646f049403 */
-"blockedPasswordTitle-plural" = "Contraseñas bloqueadas";
-
-/* loco:64ad0c0b88d6fd5fec0b0533 */
-"blockedPasswordTitle-plural-many" = "";
-
/* loco:62cd641b15742c678d4c30e2 */
"buttonAccept" = "Acepte";
@@ -925,15 +907,6 @@
/* loco:62a9dbdf0bddbc02ce031ba2 */
"favoritesFolder" = "Favoritos";
-/* loco:66587f0c073fdbd3d8051342 */
-"fileQuantity" = "%d archivo enviado por SwissTransfer";
-
-/* loco:66587fa3e58bc83def020512 */
-"fileQuantity-plural" = "%d archivos enviados por SwissTransfer";
-
-/* loco:6658833c09d08ba3a705fca2 */
-"fileQuantity-plural-many" = "";
-
/* loco:65982105ed32c3578b07f9c2 */
"filterFocusAllowedMailboxesTitle" = "Buzones autorizados";
@@ -979,15 +952,6 @@
/* loco:64999ba3e6d90f26b6023952 */
"lockedMailboxBottomSheetTitle" = "La dirección de correo electrónico %@ está bloqueada";
-/* loco:649e9f941e62d5ca5f032305 */
-"lockedMailboxTitle" = "Dirección de correo electrónico bloqueada";
-
-/* loco:649adbc029c685e8c20dc096 */
-"lockedMailboxTitle-plural" = "Buzones de correo bloqueados";
-
-/* loco:64ad0bf21a8c5c3877078262 */
-"lockedMailboxTitle-plural-many" = "";
-
/* loco:649adc1b599c6ce9d6099fa2 */
"lockedMailboxViewDescription" = "Para más información:";
@@ -1066,15 +1030,6 @@
/* loco:62b1c0a1e915206f7e2d5764 */
"moveTitle" = "¿A qué carpeta quieres mover tu correo electrónico?";
-/* loco:62de4beb1a10d74d4c7e6df2 */
-"multipleSelectionCount" = "%d seleccionado";
-
-/* loco:62de4c63f1fea7507653c564 */
-"multipleSelectionCount-plural" = "%d seleccionados";
-
-/* loco:638f6ec13ee2595d320a7242 */
-"multipleSelectionCount-plural-many" = "";
-
/* loco:67a9ba0103b091bbbc0837c2 */
"myKSuiteQuotasAlertDescription" = "Una vez alcanzado este límite, ya no podrás enviar ni recibir mensajes. Libera espacio o actualiza a my kSuite+.";
@@ -1243,12 +1198,6 @@
/* loco:62cd63dab9cd016ad83df012 */
"reportDisplayProblemTitle" = "Informar de un problema de visualización";
-/* loco:62cece41730aa70c5f3da0e2 */
-"reportPhishingDescription" = "Si este mensaje intenta robar información sensible (contraseña, datos bancarios, etc.) y/o suplanta una identidad reconocida, entonces se trata de phishing.\n\nInformándonos de ello, aceleras la detección de mensajes peligrosos para todos nuestros usuarios.\n\nEl informe se enviará a nuestro equipo de seguridad para que lo analice y actúe en consecuencia. Además, el mensaje se moverá automáticamente a la carpeta de spam.";
-
-/* loco:67cf0d265a4faa32a10d6db5 */
-"reportPhishingDescription-plural" = "Si estos mensajes intentan robar información confidencial (contraseñas, datos bancarios, etc.) y/o se hacen pasar por identidades reconocidas, se trata de phishing.\n\nAl denunciar a nosotros estos mensajes, pueden ayudar a acelerar la detección de mensajes peligrosos para todos nuestros usuarios.\n\nLas denuncias serán remitidas a nuestro equipo de seguridad, que las analizará y tomará medidas. Los correos electrónicos también se moverán automáticamente a su carpeta de spam.";
-
/* loco:62cecdf0413c882ede7451c2 */
"reportPhishingTitle" = "Informar de un intento de phishing";
@@ -1654,36 +1603,15 @@
/* loco:6729d83e9f7d15aea0033402 */
"snackbarScheduling" = "El mensaje está siendo programado";
-/* loco:62ab4ab51521a800290a7c32 */
-"snackbarSenderBlacklisted" = "Remitente incluido en la lista negra";
-
-/* loco:638f5f3f40687b206c230e62 */
-"snackbarSenderBlacklisted-plural" = "Remitentes incluidos con éxito en la lista negra";
-
-/* loco:638f6f0d5075370cf374e2a2 */
-"snackbarSenderBlacklisted-plural-many" = "";
-
/* loco:67ea70102a2bbfe96e02d072 */
"snackbarSnoozeSuccess" = "Recibirás un recordatorio de este mensaje %@";
-/* loco:67ea7126fa3c72bf060a7722 */
-"snackbarSnoozeSuccess-plural" = "Recibirás un recordatorio de estos mensajes %@";
-
/* loco:67ea722654038d4994095fc2 */
"snackbarSnoozeSuccess-plural-many" = "";
/* loco:653fa9122f7b384757074432 */
"snackbarSubjectCopiedToClipboard" = "Tema copiado en el portapapeles";
-/* loco:638f5a17e9a49034ae006a92 */
-"snackbarThreadDeletedPermanently" = "Conversación eliminada";
-
-/* loco:638f61c30f52e171f83f4ce2 */
-"snackbarThreadDeletedPermanently-plural" = "Conversaciones eliminadas";
-
-/* loco:638f6f33a6d6283e9b3411a2 */
-"snackbarThreadDeletedPermanently-plural-many" = "";
-
/* loco:62ab221b4956e9775f391ca6 */
"snackbarThreadMoved" = "Conversación trasladada a %@";
@@ -1693,45 +1621,9 @@
/* loco:638f6f4f55158c5b515a5ff2 */
"snackbarThreadMoved-plural-many" = "";
-/* loco:67ea73cd7e04d40c390da0f6 */
-"snackbarUnsnoozeSuccess" = "Recordatorio cancelado. Tu mensaje ha vuelto a tu bandeja de entrada";
-
-/* loco:67ea74b9c68f97079b03ab24 */
-"snackbarUnsnoozeSuccess-plural" = "Recordatorios cancelados. Tus mensajes han vuelto a tu bandeja de entrada";
-
-/* loco:67ea75009e0f50f0ea00f134 */
-"snackbarUnsnoozeSuccess-plural-many" = "";
-
/* loco:67b32e5c0e4974a86a00c602 */
"snoozeAlertTitle" = "En espera hasta: %@";
-/* loco:67ea90d1ed66875aaf0d73c2 */
-"snoozeArchiveConfirmAlertDescription" = "Esta conversación ya no estará en espera y será archivada";
-
-/* loco:67ea9699542059731b0bf7a3 */
-"snoozeArchiveConfirmAlertDescription-plural" = "Estas conversaciones ya no estarán en espera y serán archivadas";
-
-/* loco:67ea96c7adc66e9a8f06edc6 */
-"snoozeArchiveConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90d9bf43214ba80e1bc3 */
-"snoozeDeleteConfirmAlertDescription" = "Esta conversación ya no estará en espera y será eliminada";
-
-/* loco:67ea96217cc35c6df507ce32 */
-"snoozeDeleteConfirmAlertDescription-plural" = "Estas conversaciones ya no estarán en espera y serán eliminadas";
-
-/* loco:67ea965556e7d71125025b63 */
-"snoozeDeleteConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90c5bf43214ba80e1bc2 */
-"snoozeMoveConfirmAlertDescription" = "Esta conversación ya no estará en espera y será movida";
-
-/* loco:67ea9706fffbe6d2a80edda2 */
-"snoozeMoveConfirmAlertDescription-plural" = "Estas conversaciones ya no estarán en espera y serán movidas";
-
-/* loco:67ea972f14ecc86d5c0500d5 */
-"snoozeMoveConfirmAlertDescription-plural-many" = "";
-
/* loco:67a32e4384fbf4226404e972 */
"snoozedFolder" = "En espera";
@@ -1798,21 +1690,6 @@
/* loco:67238c432a68eb6c2600fc52 */
"thisEvening" = "Esta noche";
-/* loco:63f380d5d0a8f81b511bf704 */
-"threadListDeletionConfirmationAlertDescription" = "¿Estás seguro de que quieres borrar este mensaje permanentemente?";
-
-/* loco:63f377ed99071860fb4439d2 */
-"threadListDeletionConfirmationAlertDescription-plural" = "¿Estás seguro de que quieres borrar estos mensajes permanentemente?";
-
-/* loco:641b1d7a9c76fa6987570e72 */
-"threadListDeletionConfirmationAlertDescription-plural-many" = "";
-
-/* loco:63edf25697f024075b239532 */
-"threadListDeletionConfirmationAlertTitle" = "Borrar %d mensaje";
-
-/* loco:63edf28c20221c0f3a6d30a2 */
-"threadListDeletionConfirmationAlertTitle-plural" = "Borrar %d mensajes";
-
/* loco:6412e19cf8d74923f83fd492 */
"threadListEmptyDraftButton" = "Vaciar los borradores";
@@ -1858,12 +1735,6 @@
/* loco:63ebabc469ccbb24d90659c2 */
"threadListTrashHint" = "Los mensajes que lleven más de 30 días en la papelera se borrarán automáticamente.";
-/* loco:62860a31425f1905bb227912 */
-"titleMyAccount" = "Mi cuenta";
-
-/* loco:62860a56f6ea2c34fb742092 */
-"titleMyAccount-plural" = "Mis cuentas";
-
/* loco:62665fa13789aa7e8353ad62 */
"toTitle" = "Para:";
diff --git a/MailResources/Localizable/es.lproj/Localizable.stringsdict b/MailResources/Localizable/es.lproj/Localizable.stringsdict
index 87cd4e915b..3172744799 100644
--- a/MailResources/Localizable/es.lproj/Localizable.stringsdict
+++ b/MailResources/Localizable/es.lproj/Localizable.stringsdict
@@ -1,152 +1,96 @@
+
-
- attachmentQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d anexo
- other
- %d archivos adjuntos
-
-
- folderMessageCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Esta carpeta contiene %d mensaje
- other
- Esta carpeta contiene %d mensajes
-
-
- multipleSelectionCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d seleccionado
- other
- %d seleccionados
-
-
- snackbarSenderBlacklisted
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Remitente incluido en la lista negra
- other
- Remitentes incluidos con éxito en la lista negra
-
-
- snackbarThreadDeletedPermanently
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Conversación eliminada
- other
- Conversaciones eliminadas
-
-
- threadListDeletionConfirmationAlertDescription
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- ¿Estás seguro de que quieres borrar este mensaje permanentemente?
- other
- ¿Estás seguro de que quieres borrar estos mensajes permanentemente?
-
-
- threadListDeletionConfirmationAlertTitle
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Borrar %d mensaje
- other
- Borrar %d mensajes
-
-
- fileQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d archivo enviado por SwissTransfer
- other
- %d archivos enviados por SwissTransfer
-
-
- titleMyAccount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Mi cuenta
- other
- Mis cuentas
-
-
- reportPhishingDescription
+
+ attachmentQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d anexo
+ other
+ %d archivos adjuntos
+
+
+ blockedPasswordTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Contraseña bloqueada
+ other
+ Contraseñas bloqueadas
+
+
+ fileQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d archivo enviado por SwissTransfer
+ other
+ %d archivos enviados por SwissTransfer
+
+
+ lockedMailboxTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Dirección de correo electrónico bloqueada
+ other
+ Buzones de correo bloqueados
+
+
+ multipleSelectionCount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d seleccionado
+ other
+ %d seleccionados
+
+
+ reportPhishingDescription
NSStringLocalizedFormatKey
%#@value@
@@ -170,69 +114,149 @@ Al denunciar a nosotros estos mensajes, pueden ayudar a acelerar la detección d
Las denuncias serán remitidas a nuestro equipo de seguridad, que las analizará y tomará medidas. Los correos electrónicos también se moverán automáticamente a su carpeta de spam.
- snackbarUnsnoozeSuccess
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Recordatorio cancelado. Tu mensaje ha vuelto a tu bandeja de entrada
- other
- Recordatorios cancelados. Tus mensajes han vuelto a tu bandeja de entrada
-
-
- snoozeArchiveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Esta conversación ya no estará en espera y será archivada
- other
- Estas conversaciones ya no estarán en espera y serán archivadas
-
-
- snoozeDeleteConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Esta conversación ya no estará en espera y será eliminada
- other
- Estas conversaciones ya no estarán en espera y serán eliminadas
-
-
- snoozeMoveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Esta conversación ya no estará en espera y será movida
- other
- Estas conversaciones ya no estarán en espera y serán movidas
-
-
-
+ snackbarSenderBlacklisted
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Remitente incluido en la lista negra
+ other
+ Remitentes incluidos con éxito en la lista negra
+
+
+ snackbarThreadDeletedPermanently
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Conversación eliminada
+ other
+ Conversaciones eliminadas
+
+
+ snackbarUnsnoozeSuccess
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Recordatorio cancelado. Tu mensaje ha vuelto a tu bandeja de entrada
+ other
+ Recordatorios cancelados. Tus mensajes han vuelto a tu bandeja de entrada
+
+
+ snoozeArchiveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Esta conversación ya no estará en espera y será archivada
+ other
+ Estas conversaciones ya no estarán en espera y serán archivadas
+
+
+ snoozeDeleteConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Esta conversación ya no estará en espera y será eliminada
+ other
+ Estas conversaciones ya no estarán en espera y serán eliminadas
+
+
+ snoozeMoveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Esta conversación ya no estará en espera y será movida
+ other
+ Estas conversaciones ya no estarán en espera y serán movidas
+
+
+ threadListDeletionConfirmationAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ ¿Estás seguro de que quieres borrar este mensaje permanentemente?
+ other
+ ¿Estás seguro de que quieres borrar estos mensajes permanentemente?
+
+
+ threadListDeletionConfirmationAlertTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Borrar %d mensaje
+ other
+ Borrar %d mensajes
+
+
+ titleMyAccount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Mi cuenta
+ other
+ Mis cuentas
+
+
+
diff --git a/MailResources/Localizable/fr.lproj/Localizable.strings b/MailResources/Localizable/fr.lproj/Localizable.strings
index 69b9968f78..03138e7c8e 100644
--- a/MailResources/Localizable/fr.lproj/Localizable.strings
+++ b/MailResources/Localizable/fr.lproj/Localizable.strings
@@ -4,7 +4,7 @@
* Locale: fr, French
* Tagged: ios
* Exported by: Valentin Perignon
- * Exported at: Mon, 31 Mar 2025 16:15:55 +0200
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62bb154d7513e127cb2e9c94 */
@@ -280,15 +280,6 @@
/* loco:6374f6a12619632e014135d2 */
"attachmentFileLimitReached" = "Les fichiers que vous essayez d’envoyer dépassent la limite de 25 Mo pour les pièces jointes";
-/* loco:6267b1e1002a8716d553ad94 */
-"attachmentQuantity" = "%d pièce jointe";
-
-/* loco:6267b57fcc702828232d6f02 */
-"attachmentQuantity-plural" = "%d pièces jointes";
-
-/* loco:638f6e49a7896c4df9647362 */
-"attachmentQuantity-plural-many" = "%d de pièces jointes";
-
/* loco:659665294692c252640fa103 */
"attendeesListTitle" = "Liste des participants (%d)";
@@ -304,15 +295,6 @@
/* loco:67cff9495697ef40dc013633 */
"blockMultipleExpeditorsTitle" = "Bloquer %d expéditeurs";
-/* loco:649ea00ef9c6ecfe620a0b62 */
-"blockedPasswordTitle" = "Mot de passe bloqué";
-
-/* loco:649ea1ed3c1546646f049403 */
-"blockedPasswordTitle-plural" = "Mots de passe bloqués";
-
-/* loco:64ad0c0b88d6fd5fec0b0533 */
-"blockedPasswordTitle-plural-many" = "Mots de passe bloqués";
-
/* loco:62cd641b15742c678d4c30e2 */
"buttonAccept" = "Accepter";
@@ -925,15 +907,6 @@
/* loco:62a9dbdf0bddbc02ce031ba2 */
"favoritesFolder" = "Favoris";
-/* loco:66587f0c073fdbd3d8051342 */
-"fileQuantity" = "%d fichier envoyé via SwissTransfer";
-
-/* loco:66587fa3e58bc83def020512 */
-"fileQuantity-plural" = "%d fichiers envoyés via SwissTransfer";
-
-/* loco:6658833c09d08ba3a705fca2 */
-"fileQuantity-plural-many" = "%d de fichiers envoyés via SwissTransfer";
-
/* loco:65982105ed32c3578b07f9c2 */
"filterFocusAllowedMailboxesTitle" = "Boîtes aux lettres autorisées";
@@ -979,15 +952,6 @@
/* loco:64999ba3e6d90f26b6023952 */
"lockedMailboxBottomSheetTitle" = "L’adresse %@ est bloquée";
-/* loco:649e9f941e62d5ca5f032305 */
-"lockedMailboxTitle" = "Adresse mail bloquée";
-
-/* loco:649adbc029c685e8c20dc096 */
-"lockedMailboxTitle-plural" = "Adresses mail bloquées";
-
-/* loco:64ad0bf21a8c5c3877078262 */
-"lockedMailboxTitle-plural-many" = "Adresses mail bloquées";
-
/* loco:649adc1b599c6ce9d6099fa2 */
"lockedMailboxViewDescription" = "Pour plus d’informations :";
@@ -1066,15 +1030,6 @@
/* loco:62b1c0a1e915206f7e2d5764 */
"moveTitle" = "Dans quel dossier souhaitez-vous déplacer votre e-mail ?";
-/* loco:62de4beb1a10d74d4c7e6df2 */
-"multipleSelectionCount" = "%d sélectionné";
-
-/* loco:62de4c63f1fea7507653c564 */
-"multipleSelectionCount-plural" = "%d sélectionnés";
-
-/* loco:638f6ec13ee2595d320a7242 */
-"multipleSelectionCount-plural-many" = "%d de sélectionnés";
-
/* loco:67a9ba0103b091bbbc0837c2 */
"myKSuiteQuotasAlertDescription" = "Une fois atteinte, vous ne pourrez plus recevoir ou envoyer de messages. Libérez de l’espace ou faites évoluer votre offre vers my kSuite+.";
@@ -1243,12 +1198,6 @@
/* loco:62cd63dab9cd016ad83df012 */
"reportDisplayProblemTitle" = "Signaler un problème d’affichage";
-/* loco:62cece41730aa70c5f3da0e2 */
-"reportPhishingDescription" = "Si ce message tente de dérober des informations sensibles (mot de passe, données bancaires, etc.) et/ou s’il usurpe une identité reconnue, alors il s’agit d’hameçonnage.\n\nEn nous le signalant, vous accélérez la détection de messages dangereux pour l’ensemble de nos utilisateurs.\n\nLe signalement sera envoyé à notre équipe sécurité pour analyse afin de prendre les mesures nécessaires. L’e-mail sera également déplacé automatiquement dans vos spams.";
-
-/* loco:67cf0d265a4faa32a10d6db5 */
-"reportPhishingDescription-plural" = "Si ces messages tentent de dérober des informations sensibles (mots de passe, données bancaires, etc.) et/ou s’ils usurpent une identité reconnue, alors il s’agit d’hameçonnage.\n\nEn nous les signalant, vous accélérez la détection de messages dangereux pour l’ensemble de nos utilisateurs.\n\nLes signalements seront envoyés à notre équipe sécurité pour analyse afin de prendre les mesures nécessaires. Les e-mails seront également déplacés automatiquement dans vos spams.";
-
/* loco:62cecdf0413c882ede7451c2 */
"reportPhishingTitle" = "Signaler une tentative d’hameçonnage";
@@ -1654,36 +1603,15 @@
/* loco:6729d83e9f7d15aea0033402 */
"snackbarScheduling" = "Le message est en cours de planification";
-/* loco:62ab4ab51521a800290a7c32 */
-"snackbarSenderBlacklisted" = "Expéditeur blacklisté avec succès";
-
-/* loco:638f5f3f40687b206c230e62 */
-"snackbarSenderBlacklisted-plural" = "Expéditeurs blacklistés avec succès";
-
-/* loco:638f6f0d5075370cf374e2a2 */
-"snackbarSenderBlacklisted-plural-many" = "Expéditeurs blacklistés avec succès";
-
/* loco:67ea70102a2bbfe96e02d072 */
"snackbarSnoozeSuccess" = "Vous recevrez un rappel de ce message %@";
-/* loco:67ea7126fa3c72bf060a7722 */
-"snackbarSnoozeSuccess-plural" = "Vous recevrez un rappel de ces messages %@";
-
/* loco:67ea722654038d4994095fc2 */
"snackbarSnoozeSuccess-plural-many" = "Vous recevrez un rappel de ces messages %@";
/* loco:653fa9122f7b384757074432 */
"snackbarSubjectCopiedToClipboard" = "Objet copié dans le presse-papiers";
-/* loco:638f5a17e9a49034ae006a92 */
-"snackbarThreadDeletedPermanently" = "Conversation supprimée";
-
-/* loco:638f61c30f52e171f83f4ce2 */
-"snackbarThreadDeletedPermanently-plural" = "Conversations supprimées";
-
-/* loco:638f6f33a6d6283e9b3411a2 */
-"snackbarThreadDeletedPermanently-plural-many" = "Conversations supprimées";
-
/* loco:62ab221b4956e9775f391ca6 */
"snackbarThreadMoved" = "Conversation déplacée vers %@";
@@ -1693,45 +1621,9 @@
/* loco:638f6f4f55158c5b515a5ff2 */
"snackbarThreadMoved-plural-many" = "Conversations déplacées vers %@";
-/* loco:67ea73cd7e04d40c390da0f6 */
-"snackbarUnsnoozeSuccess" = "Rappel annulé. Votre message est revenu dans votre boîte de réception";
-
-/* loco:67ea74b9c68f97079b03ab24 */
-"snackbarUnsnoozeSuccess-plural" = "Rappels annulés. Vos messages sont revenus dans votre boîte de réception";
-
-/* loco:67ea75009e0f50f0ea00f134 */
-"snackbarUnsnoozeSuccess-plural-many" = "Rappels annulés. Vos messages sont revenus dans votre boîte de réception";
-
/* loco:67b32e5c0e4974a86a00c602 */
"snoozeAlertTitle" = "En attente jusqu’au : %@";
-/* loco:67ea90d1ed66875aaf0d73c2 */
-"snoozeArchiveConfirmAlertDescription" = "Cette conversation ne sera plus en attente et sera archivée";
-
-/* loco:67ea9699542059731b0bf7a3 */
-"snoozeArchiveConfirmAlertDescription-plural" = "Ces conversations ne seront plus en attente et seront archivées";
-
-/* loco:67ea96c7adc66e9a8f06edc6 */
-"snoozeArchiveConfirmAlertDescription-plural-many" = "Ces conversations ne seront plus en attente et seront archivées";
-
-/* loco:67ea90d9bf43214ba80e1bc3 */
-"snoozeDeleteConfirmAlertDescription" = "Cette conversation ne sera plus en attente et sera supprimée";
-
-/* loco:67ea96217cc35c6df507ce32 */
-"snoozeDeleteConfirmAlertDescription-plural" = "Ces conversations ne seront plus en attente et seront supprimées";
-
-/* loco:67ea965556e7d71125025b63 */
-"snoozeDeleteConfirmAlertDescription-plural-many" = "Ces conversations ne seront plus en attente et seront supprimées";
-
-/* loco:67ea90c5bf43214ba80e1bc2 */
-"snoozeMoveConfirmAlertDescription" = "Cette conversation ne sera plus en attente et sera déplacée";
-
-/* loco:67ea9706fffbe6d2a80edda2 */
-"snoozeMoveConfirmAlertDescription-plural" = "Ces conversations ne seront plus en attente et seront déplacées";
-
-/* loco:67ea972f14ecc86d5c0500d5 */
-"snoozeMoveConfirmAlertDescription-plural-many" = "Ces conversations ne seront plus en attente et seront déplacées";
-
/* loco:67a32e4384fbf4226404e972 */
"snoozedFolder" = "En attente";
@@ -1798,21 +1690,6 @@
/* loco:67238c432a68eb6c2600fc52 */
"thisEvening" = "Ce soir";
-/* loco:63f380d5d0a8f81b511bf704 */
-"threadListDeletionConfirmationAlertDescription" = "Êtes-vous sûr de vouloir supprimer ce message définitivement ?";
-
-/* loco:63f377ed99071860fb4439d2 */
-"threadListDeletionConfirmationAlertDescription-plural" = "Êtes-vous sûr de vouloir supprimer ces messages définitivement ?";
-
-/* loco:641b1d7a9c76fa6987570e72 */
-"threadListDeletionConfirmationAlertDescription-plural-many" = "Êtes-vous sûr de vouloir supprimer ces messages définitivement ?";
-
-/* loco:63edf25697f024075b239532 */
-"threadListDeletionConfirmationAlertTitle" = "Supprimer %d message";
-
-/* loco:63edf28c20221c0f3a6d30a2 */
-"threadListDeletionConfirmationAlertTitle-plural" = "Supprimer %d messages";
-
/* loco:6412e19cf8d74923f83fd492 */
"threadListEmptyDraftButton" = "Vider les brouillons";
@@ -1858,12 +1735,6 @@
/* loco:63ebabc469ccbb24d90659c2 */
"threadListTrashHint" = "Les messages placés dans la corbeille pendant plus de 30 jours seront automatiquement supprimés.";
-/* loco:62860a31425f1905bb227912 */
-"titleMyAccount" = "Mon compte";
-
-/* loco:62860a56f6ea2c34fb742092 */
-"titleMyAccount-plural" = "Mes comptes";
-
/* loco:62665fa13789aa7e8353ad62 */
"toTitle" = "À :";
diff --git a/MailResources/Localizable/fr.lproj/Localizable.stringsdict b/MailResources/Localizable/fr.lproj/Localizable.stringsdict
index 3e3513624f..af08408b62 100644
--- a/MailResources/Localizable/fr.lproj/Localizable.stringsdict
+++ b/MailResources/Localizable/fr.lproj/Localizable.stringsdict
@@ -1,166 +1,106 @@
+
-
- titleMyAccount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Mon compte
- other
- Mes comptes
-
-
- attachmentQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d pièce jointe
- other
- %d pièces jointes
- many
- %d de pièces jointes
-
-
- folderMessageCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Ce dossier contient %d message
- other
- Ce dossier contient %d messages
- many
- Ce dossier contient %d de messages
-
-
- multipleSelectionCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d sélectionné
- other
- %d sélectionnés
- many
- %d de sélectionnés
-
-
- snackbarSenderBlacklisted
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Expéditeur blacklisté avec succès
- other
- Expéditeurs blacklistés avec succès
- many
- Expéditeurs blacklistés avec succès
-
-
- snackbarThreadDeletedPermanently
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Conversation supprimée
- other
- Conversations supprimées
- many
- Conversations supprimées
-
-
- threadListDeletionConfirmationAlertDescription
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Etes-vous sûr de vouloir supprimer ce message définitivement ?
- other
- Etes-vous sûr de vouloir supprimer ces messages définitivement ?
- many
- Etes-vous sûr de vouloir supprimer ces messages définitivement ?
-
-
- threadListDeletionConfirmationAlertTitle
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Supprimer %d message
- other
- Supprimer %d messages
-
-
- fileQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d fichier envoyé via SwissTransfer
- other
- %d fichiers envoyés via SwissTransfer
- many
- %d de fichiers envoyés via SwissTransfer
-
-
- reportPhishingDescription
+
+ attachmentQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d pièce jointe
+ other
+ %d pièces jointes
+ many
+ %d de pièces jointes
+
+
+ blockedPasswordTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Mot de passe bloqué
+ other
+ Mots de passe bloqués
+ many
+ Mots de passe bloqués
+
+
+ fileQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d fichier envoyé via SwissTransfer
+ other
+ %d fichiers envoyés via SwissTransfer
+ many
+ %d de fichiers envoyés via SwissTransfer
+
+
+ lockedMailboxTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Adresse mail bloquée
+ other
+ Adresses mail bloquées
+ many
+ Adresses mail bloquées
+
+
+ multipleSelectionCount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d sélectionné
+ other
+ %d sélectionnés
+ many
+ %d de sélectionnés
+
+
+ reportPhishingDescription
NSStringLocalizedFormatKey
%#@value@
@@ -184,77 +124,165 @@ En nous les signalant, vous accélérez la détection de messages dangereux pour
Les signalements seront envoyés à notre équipe sécurité pour analyse afin de prendre les mesures nécessaires. Les e-mails seront également déplacés automatiquement dans vos spams.
- snackbarUnsnoozeSuccess
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Rappel annulé. Votre message est revenu dans votre boîte de réception
- other
- Rappels annulés. Vos messages sont revenus dans votre boîte de réception
- many
- Rappels annulés. Vos messages sont revenus dans votre boîte de réception
-
-
- snoozeArchiveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Cette conversation ne sera plus en attente et sera archivée
- other
- Ces conversations ne seront plus en attente et seront archivées
- many
- Ces conversations ne seront plus en attente et seront archivées
-
-
- snoozeDeleteConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Cette conversation ne sera plus en attente et sera supprimée
- other
- Ces conversations ne seront plus en attente et seront supprimées
- many
- Ces conversations ne seront plus en attente et seront supprimées
-
-
- snoozeMoveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Cette conversation ne sera plus en attente et sera déplacée
- other
- Ces conversations ne seront plus en attente et seront déplacées
- many
- Ces conversations ne seront plus en attente et seront déplacées
-
-
-
+ snackbarSenderBlacklisted
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Expéditeur blacklisté avec succès
+ other
+ Expéditeurs blacklistés avec succès
+ many
+ Expéditeurs blacklistés avec succès
+
+
+ snackbarThreadDeletedPermanently
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Conversation supprimée
+ other
+ Conversations supprimées
+ many
+ Conversations supprimées
+
+
+ snackbarUnsnoozeSuccess
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Rappel annulé. Votre message est revenu dans votre boîte de réception
+ other
+ Rappels annulés. Vos messages sont revenus dans votre boîte de réception
+ many
+ Rappels annulés. Vos messages sont revenus dans votre boîte de réception
+
+
+ snoozeArchiveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Cette conversation ne sera plus en attente et sera archivée
+ other
+ Ces conversations ne seront plus en attente et seront archivées
+ many
+ Ces conversations ne seront plus en attente et seront archivées
+
+
+ snoozeDeleteConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Cette conversation ne sera plus en attente et sera supprimée
+ other
+ Ces conversations ne seront plus en attente et seront supprimées
+ many
+ Ces conversations ne seront plus en attente et seront supprimées
+
+
+ snoozeMoveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Cette conversation ne sera plus en attente et sera déplacée
+ other
+ Ces conversations ne seront plus en attente et seront déplacées
+ many
+ Ces conversations ne seront plus en attente et seront déplacées
+
+
+ threadListDeletionConfirmationAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Êtes-vous sûr de vouloir supprimer ce message définitivement ?
+ other
+ Êtes-vous sûr de vouloir supprimer ces messages définitivement ?
+ many
+ Êtes-vous sûr de vouloir supprimer ces messages définitivement ?
+
+
+ threadListDeletionConfirmationAlertTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Supprimer %d message
+ other
+ Supprimer %d messages
+ many
+ Supprimer %d de messages
+
+
+ titleMyAccount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Mon compte
+ other
+ Mes comptes
+
+
+
diff --git a/MailResources/Localizable/it.lproj/Localizable.strings b/MailResources/Localizable/it.lproj/Localizable.strings
index 7b5d2f35b0..2666203cc2 100644
--- a/MailResources/Localizable/it.lproj/Localizable.strings
+++ b/MailResources/Localizable/it.lproj/Localizable.strings
@@ -4,7 +4,7 @@
* Locale: it, Italian
* Tagged: ios
* Exported by: Valentin Perignon
- * Exported at: Mon, 31 Mar 2025 16:15:55 +0200
+ * Exported at: Fri, 25 Apr 2025 11:19:29 +0200
*/
/* loco:62bb154d7513e127cb2e9c94 */
@@ -280,15 +280,6 @@
/* loco:6374f6a12619632e014135d2 */
"attachmentFileLimitReached" = "I file che si sta tentando di inviare superano il limite di 25 MB per gli allegati.";
-/* loco:6267b1e1002a8716d553ad94 */
-"attachmentQuantity" = "%d allegato";
-
-/* loco:6267b57fcc702828232d6f02 */
-"attachmentQuantity-plural" = "%d allegati";
-
-/* loco:638f6e49a7896c4df9647362 */
-"attachmentQuantity-plural-many" = "";
-
/* loco:659665294692c252640fa103 */
"attendeesListTitle" = "Elenco dei partecipanti (%d)";
@@ -304,15 +295,6 @@
/* loco:67cff9495697ef40dc013633 */
"blockMultipleExpeditorsTitle" = "Blocca %d mittenti";
-/* loco:649ea00ef9c6ecfe620a0b62 */
-"blockedPasswordTitle" = "Password bloccata";
-
-/* loco:649ea1ed3c1546646f049403 */
-"blockedPasswordTitle-plural" = "Password bloccate";
-
-/* loco:64ad0c0b88d6fd5fec0b0533 */
-"blockedPasswordTitle-plural-many" = "";
-
/* loco:62cd641b15742c678d4c30e2 */
"buttonAccept" = "Accetta";
@@ -925,15 +907,6 @@
/* loco:62a9dbdf0bddbc02ce031ba2 */
"favoritesFolder" = "Preferiti";
-/* loco:66587f0c073fdbd3d8051342 */
-"fileQuantity" = "%d file inviato da SwissTransfer";
-
-/* loco:66587fa3e58bc83def020512 */
-"fileQuantity-plural" = "%d file inviati da SwissTransfer";
-
-/* loco:6658833c09d08ba3a705fca2 */
-"fileQuantity-plural-many" = "";
-
/* loco:65982105ed32c3578b07f9c2 */
"filterFocusAllowedMailboxesTitle" = "Cassette postali autorizzate";
@@ -979,15 +952,6 @@
/* loco:64999ba3e6d90f26b6023952 */
"lockedMailboxBottomSheetTitle" = "L’indirizzo e-mail %@ è bloccato";
-/* loco:649e9f941e62d5ca5f032305 */
-"lockedMailboxTitle" = "Indirizzo e-mail bloccato";
-
-/* loco:649adbc029c685e8c20dc096 */
-"lockedMailboxTitle-plural" = "Indirizzi e-mail bloccati";
-
-/* loco:64ad0bf21a8c5c3877078262 */
-"lockedMailboxTitle-plural-many" = "";
-
/* loco:649adc1b599c6ce9d6099fa2 */
"lockedMailboxViewDescription" = "Per ulteriori informazioni:";
@@ -1066,15 +1030,6 @@
/* loco:62b1c0a1e915206f7e2d5764 */
"moveTitle" = "In quale cartella vuoi spostare la tua e-mail?";
-/* loco:62de4beb1a10d74d4c7e6df2 */
-"multipleSelectionCount" = "%d selezionato";
-
-/* loco:62de4c63f1fea7507653c564 */
-"multipleSelectionCount-plural" = "%d selezionati";
-
-/* loco:638f6ec13ee2595d320a7242 */
-"multipleSelectionCount-plural-many" = "";
-
/* loco:67a9ba0103b091bbbc0837c2 */
"myKSuiteQuotasAlertDescription" = "Una volta raggiunto questo limite, non sarà più possibile inviare o ricevere messaggi. Liberate spazio o passate a my kSuite+.";
@@ -1243,12 +1198,6 @@
/* loco:62cd63dab9cd016ad83df012 */
"reportDisplayProblemTitle" = "Segnala un problema di visualizzazione";
-/* loco:62cece41730aa70c5f3da0e2 */
-"reportPhishingDescription" = "Se il messaggio tenta di rubare informazioni sensibili (password, dati bancari, ecc.) e/o si spaccia per un’identità riconosciuta, si tratta di phishing.\n\nSegnalandolo a noi, accelererai l’individuazione di messaggi pericolosi per tutti i nostri utenti.\n\nLa segnalazione sarà inviata al nostro team di sicurezza per l’analisi e l’intervento. L’e-mail verrà inoltre spostata automaticamente nella cartella spam.";
-
-/* loco:67cf0d265a4faa32a10d6db5 */
-"reportPhishingDescription-plural" = "Se questi messaggi tentano di rubare informazioni riservate (password, dati bancari ecc.) e/o si spacciano per identità riconosciute, si tratta di phishing.\n\nSegnalando a noi questi messaggi, potete aiutare ad accelerare il riconoscimento dei messaggi pericolosi per tutti i nostri utenti.\n\nLe segnalazioni verranno inoltrate al nostro team di sicurezza, che li analizzerà e intraprenderà azioni. Le email verranno inoltre spostate automaticamente nella vostra cartella dello spam.";
-
/* loco:62cecdf0413c882ede7451c2 */
"reportPhishingTitle" = "Segnala un tentativo di phishing";
@@ -1654,36 +1603,15 @@
/* loco:6729d83e9f7d15aea0033402 */
"snackbarScheduling" = "Il messaggio è in fase di programmazione";
-/* loco:62ab4ab51521a800290a7c32 */
-"snackbarSenderBlacklisted" = "Mittente inserito nella lista nera con successo";
-
-/* loco:638f5f3f40687b206c230e62 */
-"snackbarSenderBlacklisted-plural" = "Mittenti inseriti nella lista nera con successo";
-
-/* loco:638f6f0d5075370cf374e2a2 */
-"snackbarSenderBlacklisted-plural-many" = "";
-
/* loco:67ea70102a2bbfe96e02d072 */
"snackbarSnoozeSuccess" = "Riceverai un promemoria per questo messaggio %@";
-/* loco:67ea7126fa3c72bf060a7722 */
-"snackbarSnoozeSuccess-plural" = "Riceverai un promemoria per questi messaggi %@";
-
/* loco:67ea722654038d4994095fc2 */
"snackbarSnoozeSuccess-plural-many" = "";
/* loco:653fa9122f7b384757074432 */
"snackbarSubjectCopiedToClipboard" = "Soggetto copiato negli appunti";
-/* loco:638f5a17e9a49034ae006a92 */
-"snackbarThreadDeletedPermanently" = "Conversazione cancellata";
-
-/* loco:638f61c30f52e171f83f4ce2 */
-"snackbarThreadDeletedPermanently-plural" = "Conversazioni cancellate";
-
-/* loco:638f6f33a6d6283e9b3411a2 */
-"snackbarThreadDeletedPermanently-plural-many" = "";
-
/* loco:62ab221b4956e9775f391ca6 */
"snackbarThreadMoved" = "Conversazione spostata in %@";
@@ -1693,45 +1621,9 @@
/* loco:638f6f4f55158c5b515a5ff2 */
"snackbarThreadMoved-plural-many" = "";
-/* loco:67ea73cd7e04d40c390da0f6 */
-"snackbarUnsnoozeSuccess" = "Promemoria annullato. Il tuo messaggio è tornato nella tua casella di posta";
-
-/* loco:67ea74b9c68f97079b03ab24 */
-"snackbarUnsnoozeSuccess-plural" = "Promemoria annullati. I tuoi messaggi sono tornati nella tua casella di posta";
-
-/* loco:67ea75009e0f50f0ea00f134 */
-"snackbarUnsnoozeSuccess-plural-many" = "";
-
/* loco:67b32e5c0e4974a86a00c602 */
"snoozeAlertTitle" = "In attesa fino al: %@";
-/* loco:67ea90d1ed66875aaf0d73c2 */
-"snoozeArchiveConfirmAlertDescription" = "Questa conversazione non sarà più posticipata e verrà archiviata";
-
-/* loco:67ea9699542059731b0bf7a3 */
-"snoozeArchiveConfirmAlertDescription-plural" = "Queste conversazioni non saranno più posticipate e verranno archiviate";
-
-/* loco:67ea96c7adc66e9a8f06edc6 */
-"snoozeArchiveConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90d9bf43214ba80e1bc3 */
-"snoozeDeleteConfirmAlertDescription" = "Questa conversazione non sarà più posticipata e verrà eliminata";
-
-/* loco:67ea96217cc35c6df507ce32 */
-"snoozeDeleteConfirmAlertDescription-plural" = "Queste conversazioni non saranno più posticipate e verranno eliminate";
-
-/* loco:67ea965556e7d71125025b63 */
-"snoozeDeleteConfirmAlertDescription-plural-many" = "";
-
-/* loco:67ea90c5bf43214ba80e1bc2 */
-"snoozeMoveConfirmAlertDescription" = "Questa conversazione non sarà più posticipata e verrà spostata";
-
-/* loco:67ea9706fffbe6d2a80edda2 */
-"snoozeMoveConfirmAlertDescription-plural" = "Queste conversazioni non saranno più posticipate e verranno spostate";
-
-/* loco:67ea972f14ecc86d5c0500d5 */
-"snoozeMoveConfirmAlertDescription-plural-many" = "";
-
/* loco:67a32e4384fbf4226404e972 */
"snoozedFolder" = "In attesa";
@@ -1798,21 +1690,6 @@
/* loco:67238c432a68eb6c2600fc52 */
"thisEvening" = "Questa sera";
-/* loco:63f380d5d0a8f81b511bf704 */
-"threadListDeletionConfirmationAlertDescription" = "Sei sicuro di voler cancellare questo messaggio in modo permanente?";
-
-/* loco:63f377ed99071860fb4439d2 */
-"threadListDeletionConfirmationAlertDescription-plural" = "Sei sicuro di voler cancellare questi messaggi in modo permanente?";
-
-/* loco:641b1d7a9c76fa6987570e72 */
-"threadListDeletionConfirmationAlertDescription-plural-many" = "";
-
-/* loco:63edf25697f024075b239532 */
-"threadListDeletionConfirmationAlertTitle" = "Cancella %d messaggio";
-
-/* loco:63edf28c20221c0f3a6d30a2 */
-"threadListDeletionConfirmationAlertTitle-plural" = "Cancella %d messaggi";
-
/* loco:6412e19cf8d74923f83fd492 */
"threadListEmptyDraftButton" = "Bozze vuote";
@@ -1858,12 +1735,6 @@
/* loco:63ebabc469ccbb24d90659c2 */
"threadListTrashHint" = "I messaggi rimasti nel cestino per più di 30 giorni saranno automaticamente eliminati.";
-/* loco:62860a31425f1905bb227912 */
-"titleMyAccount" = "Il mio account";
-
-/* loco:62860a56f6ea2c34fb742092 */
-"titleMyAccount-plural" = "I miei account";
-
/* loco:62665fa13789aa7e8353ad62 */
"toTitle" = "A:";
diff --git a/MailResources/Localizable/it.lproj/Localizable.stringsdict b/MailResources/Localizable/it.lproj/Localizable.stringsdict
index eaa0f2b5b8..d5a1ceaca3 100644
--- a/MailResources/Localizable/it.lproj/Localizable.stringsdict
+++ b/MailResources/Localizable/it.lproj/Localizable.stringsdict
@@ -1,152 +1,96 @@
+
-
- attachmentQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d allegato
- other
- %d allegati
-
-
- folderMessageCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Questa cartella contiene %d messaggio
- other
- Questa cartella contiene %d messaggi
-
-
- multipleSelectionCount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d selezionato
- other
- %d selezionati
-
-
- snackbarSenderBlacklisted
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Mittente inserito nella lista nera con successo
- other
- Mittenti inseriti nella lista nera con successo
-
-
- snackbarThreadDeletedPermanently
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Conversazione cancellata
- other
- Conversazioni eliminate
-
-
- threadListDeletionConfirmationAlertDescription
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Sei sicuro di voler cancellare questo messaggio in modo permanente?
- other
- Siete sicuri di voler eliminare questi messaggi in modo permanente?
-
-
- threadListDeletionConfirmationAlertTitle
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Cancella %d messaggio
- other
- Cancella %d messaggi
-
-
- fileQuantity
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- %d file inviato da SwissTransfer
- other
- %d file inviati da SwissTransfer
-
-
- titleMyAccount
-
- NSStringLocalizedFormatKey
- %#@items@
- items
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Il mio account
- other
- I miei conti
-
-
- reportPhishingDescription
+
+ attachmentQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d allegato
+ other
+ %d allegati
+
+
+ blockedPasswordTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Password bloccata
+ other
+ Password bloccate
+
+
+ fileQuantity
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d file inviato da SwissTransfer
+ other
+ %d file inviati da SwissTransfer
+
+
+ lockedMailboxTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Indirizzo e-mail bloccato
+ other
+ Indirizzi e-mail bloccati
+
+
+ multipleSelectionCount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ %d selezionato
+ other
+ %d selezionati
+
+
+ reportPhishingDescription
NSStringLocalizedFormatKey
%#@value@
@@ -170,69 +114,149 @@ Segnalando a noi questi messaggi, potete aiutare ad accelerare il riconoscimento
Le segnalazioni verranno inoltrate al nostro team di sicurezza, che li analizzerà e intraprenderà azioni. Le email verranno inoltre spostate automaticamente nella vostra cartella dello spam.
- snackbarUnsnoozeSuccess
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Promemoria annullato. Il tuo messaggio è tornato nella tua casella di posta
- other
- Promemoria annullati. I tuoi messaggi sono tornati nella tua casella di posta
-
-
- snoozeArchiveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Questa conversazione non sarà più posticipata e verrà archiviata
- other
- Queste conversazioni non saranno più posticipate e verranno archiviate
-
-
- snoozeDeleteConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Questa conversazione non sarà più posticipata e verrà eliminata
- other
- Queste conversazioni non saranno più posticipate e verranno eliminate
-
-
- snoozeMoveConfirmAlertDescription
-
- NSStringLocalizedFormatKey
- %#@value@
- value
-
- NSStringFormatSpecTypeKey
- NSStringPluralRuleType
- NSStringFormatValueTypeKey
- d
- one
- Questa conversazione non sarà più posticipata e verrà spostata
- other
- Queste conversazioni non saranno più posticipate e verranno spostate
-
-
-
+ snackbarSenderBlacklisted
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Mittente inserito nella lista nera con successo
+ other
+ Mittenti inseriti nella lista nera con successo
+
+
+ snackbarThreadDeletedPermanently
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Conversazione cancellata
+ other
+ Conversazioni cancellate
+
+
+ snackbarUnsnoozeSuccess
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Promemoria annullato. Il tuo messaggio è tornato nella tua casella di posta
+ other
+ Promemoria annullati. I tuoi messaggi sono tornati nella tua casella di posta
+
+
+ snoozeArchiveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Questa conversazione non sarà più posticipata e verrà archiviata
+ other
+ Queste conversazioni non saranno più posticipate e verranno archiviate
+
+
+ snoozeDeleteConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Questa conversazione non sarà più posticipata e verrà eliminata
+ other
+ Queste conversazioni non saranno più posticipate e verranno eliminate
+
+
+ snoozeMoveConfirmAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Questa conversazione non sarà più posticipata e verrà spostata
+ other
+ Queste conversazioni non saranno più posticipate e verranno spostate
+
+
+ threadListDeletionConfirmationAlertDescription
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Sei sicuro di voler cancellare questo messaggio in modo permanente?
+ other
+ Sei sicuro di voler cancellare questi messaggi in modo permanente?
+
+
+ threadListDeletionConfirmationAlertTitle
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Cancella %d messaggio
+ other
+ Cancella %d messaggi
+
+
+ titleMyAccount
+
+ NSStringLocalizedFormatKey
+ %#@value@
+ value
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ d
+ one
+ Il mio account
+ other
+ I miei account
+
+
+