diff --git a/app/src/main/java/eu/faircode/email/ActivityView.java b/app/src/main/java/eu/faircode/email/ActivityView.java
index 21f8bb1b76..f45c54606d 100644
--- a/app/src/main/java/eu/faircode/email/ActivityView.java
+++ b/app/src/main/java/eu/faircode/email/ActivityView.java
@@ -328,7 +328,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
EntityFolder archive = db.folder().getPrimaryArchive();
if (archive == null)
- throw new IllegalArgumentException(getString(R.string.title_no_archive));
+ throw new IllegalArgumentException(getString(R.string.title_no_primary_archive));
db.message().deleteFoundMessages();
diff --git a/app/src/main/java/eu/faircode/email/FragmentAbout.java b/app/src/main/java/eu/faircode/email/FragmentAbout.java
index e04bd72533..ab909409eb 100644
--- a/app/src/main/java/eu/faircode/email/FragmentAbout.java
+++ b/app/src/main/java/eu/faircode/email/FragmentAbout.java
@@ -137,7 +137,7 @@ public class FragmentAbout extends FragmentEx {
EntityFolder drafts = db.folder().getPrimaryDrafts();
if (drafts == null)
- throw new IllegalArgumentException(context.getString(R.string.title_no_drafts));
+ throw new IllegalArgumentException(context.getString(R.string.title_no_primary_drafts));
draft = new EntityMessage();
draft.account = drafts.account;
diff --git a/app/src/main/java/eu/faircode/email/FragmentAccount.java b/app/src/main/java/eu/faircode/email/FragmentAccount.java
index dd3525e83c..b188add91f 100644
--- a/app/src/main/java/eu/faircode/email/FragmentAccount.java
+++ b/app/src/main/java/eu/faircode/email/FragmentAccount.java
@@ -628,6 +628,8 @@ public class FragmentAccount extends FragmentEx {
interval = "9";
if (synchronize && drafts == null)
throw new Throwable(getContext().getString(R.string.title_no_drafts));
+ if (synchronize && trash == null)
+ throw new Throwable(getContext().getString(R.string.title_no_trash));
if (Color.TRANSPARENT == color)
color = null;
diff --git a/app/src/main/java/eu/faircode/email/FragmentCompose.java b/app/src/main/java/eu/faircode/email/FragmentCompose.java
index 085f27853e..ae942d705b 100644
--- a/app/src/main/java/eu/faircode/email/FragmentCompose.java
+++ b/app/src/main/java/eu/faircode/email/FragmentCompose.java
@@ -850,7 +850,7 @@ public class FragmentCompose extends FragmentEx {
if (drafts == null)
drafts = db.folder().getPrimaryDrafts();
if (drafts == null)
- throw new IllegalArgumentException(getString(R.string.title_no_drafts));
+ throw new IllegalArgumentException(getString(R.string.title_no_primary_drafts));
String body = "";
diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-af/strings.xml
+++ b/app/src/main/res/values-af/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml
index 32468c3c19..46c2cffa56 100644
--- a/app/src/main/res/values-ar-rBH/strings.xml
+++ b/app/src/main/res/values-ar-rBH/strings.xml
@@ -125,9 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -218,7 +219,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml
index 32468c3c19..46c2cffa56 100644
--- a/app/src/main/res/values-ar-rEG/strings.xml
+++ b/app/src/main/res/values-ar-rEG/strings.xml
@@ -125,9 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -218,7 +219,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml
index 32468c3c19..46c2cffa56 100644
--- a/app/src/main/res/values-ar-rSA/strings.xml
+++ b/app/src/main/res/values-ar-rSA/strings.xml
@@ -125,9 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -218,7 +219,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml
index 32468c3c19..46c2cffa56 100644
--- a/app/src/main/res/values-ar-rYE/strings.xml
+++ b/app/src/main/res/values-ar-rYE/strings.xml
@@ -125,9 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -218,7 +219,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 32468c3c19..46c2cffa56 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -125,9 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -218,7 +219,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index 77269bd685..ef2e8c9b1c 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -109,9 +109,10 @@
Falta nom de servidor
Falta nom de d\'usuari
Falta la contrasenya
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Aquest proveïdor no suporta missatges push. La recepció de nous missatges pot sofrir retards.
IMAP UIDPLUS no està suportat, per favor consulta les preguntes freqüents
Esborrar aquest compte per sempre?
@@ -202,7 +203,6 @@
Data
Sense llegir
Destacats
- Set right swipe target
Anterior
Següent
Reply template
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 44008e20d0..dc7a114451 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -117,9 +117,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -210,7 +211,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index dd6c4be9bd..34399b3d4d 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -109,9 +109,10 @@
Værtsnavn mangler
Brugernavn mangler
Adgangskode mangler
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Slet denne konto permanent?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 784eb7b7ce..91184078dd 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -109,9 +109,10 @@
Hostname fehlt
Benutzername fehlt
Passwort fehlt
- Kein Hauptkonto oder kein Entwürfeordner
- Kein Hauptkonto oder kein Archivordner
- Ein Zielordner wurde nicht festgelegt oder fehlt
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Dieser Anbieter unterstützt keine Push-Nachrichten. Der Empfang von neuen Nachrichten kann sich verzögern.
IMAP UIDPLUS wird nicht unterstützt, lesen Sie die FAQ
Möchten Sie dieses Konto unwiderruflich löschen?
@@ -202,7 +203,6 @@
Uhrzeit
Ungelesen
Favoriten
- Set right swipe target
Vorherige
Nächste
Antwortvorlage
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index b1819ed901..f0c215e0a8 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -64,7 +64,7 @@
Tema claro
Tema oscuro
Opciones avanzadas
- Activado
+ Servicio activado
Mostrar fotos de contactos
Usar luz de notificación
Explorar mensajes en el servidor
@@ -109,9 +109,10 @@
Falta nombre de host
Falta nombre de usuario
Falta contraseña
- No hay cuenta primaria o no hay carpeta de borradores
- No hay cuenta primaria o no hay carpeta de archivados
- La carpeta destino no está establecida o no existe
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Este proveedor no soporta mensajes Push. La recepción de nuevos mensajes puede ser retrasada.
IMAP UIDPLUS no está soportado, vea las Preguntas Frecuentes
¿Eliminar esta cuenta permanentemente?
@@ -202,7 +203,6 @@
Tiempo
No leído
Destacado
- Establecer destino al deslizar a la derecha
Anterior
Siguiente
Plantilla de respuesta
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index 9ba000ce32..857d5cf5fe 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 87b1797548..605dc775a9 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -109,9 +109,10 @@
Nom d\'hôte manquant
Nom d\'utilisateur manquant
Mot de passe manquant
- Pas de compte principal ou bien pas de dossier brouillon
- Pas de compte principal ou bien pas de dossier archive
- Le dossier cible n\'est pas défini ou est manquant
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Ce fournisseur ne gère pas les messages push. La réception des nouveaux messages peut être retardée.
IMAP UIDPLUS non pris en charge, consulter la FAQ
Supprimer définitivement ce compte ?
@@ -202,7 +203,6 @@
Date
Non lu(s)
Suivis
- Définir l\'action du balayage à droite
Précédent
Suivant
Modèle de réponse
diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml
index 6da6e0dada..9100253383 100644
--- a/app/src/main/res/values-he/strings.xml
+++ b/app/src/main/res/values-he/strings.xml
@@ -117,9 +117,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -210,7 +211,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 7ff42798ae..7f44bb3ae3 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -23,7 +23,7 @@
\'%1$s\' fallito
Configurazione
- Reply templates
+ Modelli di risposta
Operazioni
Legenda
FAQ/supporto
@@ -69,7 +69,7 @@
Usa il led di notifica
Sfoglia i messaggi sul server
Azioni swipe
- Compact message view
+ Visualizzazione messaggio compatto
Debug
Seleziona …
Il tuo nome
@@ -109,9 +109,10 @@
Nome dell\'host mancante
Nome utente mancante
Password mancante
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Questo fornitore non supporta i messaggi push. La ricezione di nuovi messaggi può subire ritardi.
IMAP UIDPLUS non supportato, vedi le FAQ
Eliminare questo account permanentemente?
@@ -202,10 +203,9 @@
Ora
Non letti
Stellati
- Set right swipe target
- Previous
- Next
- Reply template
+ Precedente
+ Successivo
+ Modello di risposta
Nome risposta
Testo risposta
Posta in arrivo
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index 6da6e0dada..9100253383 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -117,9 +117,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -210,7 +211,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index d41c253209..efe1339dd6 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -105,9 +105,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -198,7 +199,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index d41c253209..efe1339dd6 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -105,9 +105,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -198,7 +199,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-no/strings.xml
+++ b/app/src/main/res/values-no/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index d11def1fc2..b9ff311afe 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -31,7 +31,7 @@
%1$s nie powiodło się
Ustawienia
- Reply templates
+ Szablony odpowiedzi
Operacje
Legenda
FAQ/Wsparcie
@@ -77,7 +77,7 @@
Użyj diody powiadomień
Przeglądaj wiadomości na serwerze
Gesty przesuwania
- Compact message view
+ Widok kompaktowy
Debuguj
Wybierz …
Twoja nazwa
@@ -117,9 +117,10 @@
Brak nazwy hosta
Brak nazwy użytkownika
Brak hasła
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Ten dostawca nie obsługuje wiadomości push. Odbieranie nowych wiadomości może być opóźnione.
IMAP UIDPLUS nie jest wspierane, zobacz FAQ
Usunąć to konto bezpowrotnie?
@@ -177,7 +178,7 @@
Załącznik zapisany
Niektóre załączniki nie są pobrane i nie zostaną przekazane, kontynuować?
Usunąć wiadomość bezpowrotnie?
- Discard draft?
+ Odrzucić szkic?
Zgłosić wiadomość jako spam?
Napisz
Od:
@@ -187,7 +188,7 @@
UDW:
Temat:
Twoja wiadomość
- Discard
+ Odrzuć
Zapisz
Wyślij
Schowek pusty
@@ -200,7 +201,7 @@
Brak nadawcy
Brak adresata
Załączniki są wciąż ładowane
- Draft discarded
+ Szkic odrzucony
Szkic zapisany
Wysyłanie wiadomości
Szukaj
@@ -210,10 +211,9 @@
Czas
Nieprzeczytane
Oznaczone
- Set right swipe target
- Previous
- Next
- Reply template
+ Poprzedni
+ Następny
+ Szablon odpowiedzi
Nazwa odpowiedzi
Tekst odpowiedzi
Odebrane
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 054f01deb4..280247d572 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -109,9 +109,10 @@
Nome do servidor faltante
Nome do usuário faltante
Senha faltante
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 56202d9f4a..06b1c03b44 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -109,9 +109,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -202,7 +203,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
index 7b7e049d79..5dc5394980 100644
--- a/app/src/main/res/values-ro/strings.xml
+++ b/app/src/main/res/values-ro/strings.xml
@@ -27,7 +27,7 @@
\'%1$s\' a eșuat
Setări
- Reply templates
+ Șabloane răspunsuri
Operaţii
Legendă
Întrebări/suport
@@ -73,7 +73,7 @@
Folosire LED de notificare
Răsfoiește mesajele de pe server
Acțiuni glisare
- Compact message view
+ Afișarea compactă a mesajelor
Depanare
Selectaţi …
Numele dumneavoastră
@@ -113,9 +113,10 @@
Lipsește numele serverului
Lipsește numele de utilizator
Lipsește parola
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Acest furnizor nu suportă mesaje push. Recepția mesajelor noi poate fi întârziată.
IMAP UIDPLUS nu este suportat, consultați lista de întrebări și răspunsuri
Ștergeți definitiv acest cont?
@@ -206,10 +207,9 @@
Dată
Necitit
Marcat
- Set right swipe target
- Previous
- Next
- Reply template
+ Precedent
+ Următor
+ Șablon răspuns
Titlu răspuns
Text răspuns
Primite
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 44008e20d0..dc7a114451 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -117,9 +117,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -210,7 +211,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
index 72fd8974da..7b2d4522d8 100644
--- a/app/src/main/res/values-sr/strings.xml
+++ b/app/src/main/res/values-sr/strings.xml
@@ -113,9 +113,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -206,7 +207,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
index 296c27e74e..daf55bd093 100644
--- a/app/src/main/res/values-sv-rSE/strings.xml
+++ b/app/src/main/res/values-sv-rSE/strings.xml
@@ -109,9 +109,10 @@
Värdnamn saknas
Användarnamn saknas
Lösenord saknas
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
Leverantören stöder inte push-meddelanden. Mottagning av nya meddelanden kan fördröjas.
IMAP UIDPLUS stöds inte, se Vanliga frågor
Ta bort detta konto permanent?
@@ -202,7 +203,6 @@
Tid
Olästa
Stjärnmärkta
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index adc40b3882..9548a5dd11 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -109,9 +109,10 @@
Sunucu adı eksik
Kullanıcı adı eksik
Parola Eksik
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Bu hesabı kalıcı olarak sil?
@@ -202,7 +203,6 @@
Zaman
Okunmadı
Yıldızlı
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 44008e20d0..dc7a114451 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -117,9 +117,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -210,7 +211,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index d41c253209..efe1339dd6 100644
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -105,9 +105,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -198,7 +199,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index fb9478f9d6..044105b460 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -105,9 +105,10 @@
缺少主机名称
缺少用户名
缺少密码
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
吃提供商不支持推送消息. 新消息的接收可能会延迟
不支持 IMAP UIDPLUS, 详见常见问题
确定永久删除这个账户吗?
@@ -198,7 +199,6 @@
时间
未读
星标记
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index d41c253209..efe1339dd6 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -105,9 +105,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
- Target folder not set or missing
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?
@@ -198,7 +199,6 @@
Time
Unread
Starred
- Set right swipe target
Previous
Next
Reply template
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4aa1186cd8..ce7fc03c7c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -125,8 +125,10 @@
Host name missing
User name missing
Password missing
- No primary account or no drafts folder
- No primary account or no archive folder
+ No drafts folder selected
+ No trash folder selected
+ No primary account or no drafts folder
+ No primary account or no archive folder
This provider does not support push messages. Reception of new messages can be delayed.
IMAP UIDPLUS not supported, see the FAQ
Delete this account permanently?