diff --git a/app/src/main/java/eu/faircode/email/AdapterFolder.java b/app/src/main/java/eu/faircode/email/AdapterFolder.java index 9d053c18..f488d3c7 100644 --- a/app/src/main/java/eu/faircode/email/AdapterFolder.java +++ b/app/src/main/java/eu/faircode/email/AdapterFolder.java @@ -53,9 +53,8 @@ public class AdapterFolder extends RecyclerView.Adapter() { @Override public int compare(TupleFolderEx f1, TupleFolderEx f2) { - int s = EntityFolder.isUser(f1.type).compareTo(EntityFolder.isUser(f2.type)); + int s = ((Integer) EntityFolder.FOLDER_SORT_ORDER.indexOf(f1.type)) + .compareTo(EntityFolder.FOLDER_SORT_ORDER.indexOf(f2.type)); if (s == 0) { int a = collator.compare( f1.accountName == null ? "" : f1.accountName, @@ -228,10 +227,7 @@ public class AdapterFolder extends RecyclerView.Adapter 0) - holder.tvName.setText(context.getString(R.string.title_folder_unseen, name, folder.unseen)); - else - holder.tvName.setText(name); + holder.tvName.setText(context.getString(R.string.title_folder_unseen, name, folder.unseen, folder.messages)); holder.tvName.setTypeface(null, folder.unseen > 0 ? Typeface.BOLD : Typeface.NORMAL); holder.tvName.setTextColor(Helper.resolveColor(context, folder.unseen > 0 ? R.attr.colorUnread : android.R.attr.textColorSecondary)); @@ -239,7 +235,9 @@ public class AdapterFolder extends RecyclerView.Adapter 0 ? context.getString(resid) : folder.type); - holder.tvAccount.setText(folder.accountName); - holder.wire(); } } diff --git a/app/src/main/java/eu/faircode/email/EntityFolder.java b/app/src/main/java/eu/faircode/email/EntityFolder.java index 785b8a26..e4fd773c 100644 --- a/app/src/main/java/eu/faircode/email/EntityFolder.java +++ b/app/src/main/java/eu/faircode/email/EntityFolder.java @@ -69,14 +69,21 @@ public class EntityFolder { TYPE_SENT ); // Must match SYSTEM_FOLDER_ATTR + static final List FOLDER_SORT_ORDER = Arrays.asList( + TYPE_INBOX, + TYPE_OUTBOX, + TYPE_DRAFTS, + TYPE_SENT, + TYPE_ARCHIVE, + TYPE_JUNK, + TYPE_TRASH, + TYPE_USER + ); + static boolean isOutgoing(String type) { return (TYPE_OUTBOX.equals(type) || TYPE_DRAFTS.equals(type) || TYPE_SENT.equals(type)); } - static Boolean isUser(String type) { - return TYPE_USER.equals(type); - } - @PrimaryKey(autoGenerate = true) public Long id; public Long account; // Outbox = null diff --git a/app/src/main/res/layout/item_folder.xml b/app/src/main/res/layout/item_folder.xml index e3b6d423..f5b34bf6 100644 --- a/app/src/main/res/layout/item_folder.xml +++ b/app/src/main/res/layout/item_folder.xml @@ -11,6 +11,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="6dp" android:layout_marginStart="6dp" + android:ellipsize="start" android:text="Name" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:layout_constraintBottom_toBottomOf="@+id/ivSync" @@ -38,36 +39,26 @@ app:layout_constraintTop_toTopOf="parent" /> - - + app:layout_constraintTop_toBottomOf="@id/tvType" /> \ No newline at end of file diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ar-rBH/strings.xml +++ b/app/src/main/res/values-ar-rBH/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ar-rEG/strings.xml +++ b/app/src/main/res/values-ar-rEG/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ar-rYE/strings.xml +++ b/app/src/main/res/values-ar-rYE/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index e27f7d96..c3fd635a 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,42 +1,42 @@ - Safe email - Service - Notifications + Copyright Ⓒ 2018 by M. Bokhorst + Dienst + Benachrichtigungen Fehler - Synchronizing %1$d account(s) + Synchronisiere %1$d Konto/-en %1$d operation(s) pending - %1$d new message(s) - \'%1$s\' failed + %1$d neue Nachricht(en) + \'%1$s\' fehlgeschlagen Ordner Einstellungen - Debuginformationen + About Ich stimme zu Ich stimme nicht zu + Version %1$s Konten Identitäten Ordner Konto bearbeiten - Edit identity + Identität bearbeiten Ordner bearbeiten Einstellungen - Konto einrichten + Manage accounts To receive email - Manage accounts - Identität einrichten + Manage identities To send email - Manage identities Berechtigungen erteilen Um Kontakte zu lesen (optional) Fertig - Dark theme + Dunkles Thema + Debug Ihr Name Ihre E-Mail Adresse Antwortadresse Optional Kontobezeichnung - optional + Used to differentiate folders IMAP SMTP Anbieter @@ -46,38 +46,38 @@ Port number Benutzername Passwort - Synchronize (receive messages) - Synchronize (send messages) + Synchronisiere (empfange E-Mails) + Synchronisiere (sende E-Mails) Primary (used to store drafts) Primary (default identity) Name erforderlich E-Mail Adresse erforderlich IDLE wird nicht unterstützt - Local drafts - %1$s (%2$d) - Synchronize (receive messages) - Synchronize (days) + Lokale Entwürfe + %1$s (%2$d/%3$d) + Synchronisiere (empfange E-Mails) + Synchronisiere (Tage) Gemeinsamer Posteingang Posteingang Postausgang - Archive + Archiv Entwürfe - Trash + Papierkorb Spam Gesendet - User + Benutzer Message thread Keine E-Mails - link - image + Link + Bild Re: %1$s Fwd: %1$s Verlauf - Read - Unread + Gelesen + Ungelesen Weiterleiten Antworten an alle - Trash + Papierkorb Spam Verschieben Archivieren @@ -97,9 +97,10 @@ No primary account or no drafts folder Absender fehlt Empfänger fehlt - Draft trashed + Entwurf gelöscht Entwurf gespeichert Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 6f5dcfc0..81f4f2a5 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -1,19 +1,20 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Serviciu - Notifications + Notificări Erori - Synchronizing %1$d account(s) - %1$d operation(s) pending - %1$d new message(s) - \'%1$s\' failed + Sincronizare %1$d cont(uri) + %1$d operații în așteptare + %1$d mesaje noi + \'%1$s\' a eșuat Dosare Setări - Depanare + About Sunt de acord Nu sunt de acord + Version %1$s Conturi Identități Dosare @@ -21,22 +22,21 @@ Editare identitate Editare dosar Setări - Configurare cont + Manage accounts Pentru a primi e-mail - Manage accounts - Configurare identitate + Manage identities Pentru a trimite e-mail - Manage identities Acordă permisiuni Pentru a citi contactele (opțional) Gata - Dark theme + Temă întunecată + Debug Numele dumneavoastră Adresa dvs. de e-mail Răspuns la adresa Opțional Nume cont - opțional + Used to differentiate folders IMAP SMTP Furnizor @@ -54,7 +54,7 @@ Adresa de e-mail este obligatorie IDLE nu este suportat Ciorne locale - %1$s (%2$d) + %1$s (%2$d/%3$d) Sincronizare (primire mesaje) Sincronizare (zile) Căsuță poștală comună @@ -77,12 +77,12 @@ Necitit Redirecționează Răspunde tuturor - Trash + Gunoi Spam Mută Arhivă Răspunde - No viewer app available + Nici o aplicație nu poate deschide Ștergeți definitiv mesajul? Raportați mesajul drept spam? Compune @@ -97,9 +97,10 @@ Nici un cont principal sau nici un dosar pentru ciorne Expeditor lipsă Destinatar lipsă - Draft trashed + Ciornă trimisă la gunoi Ciornă salvată Mesaj pus în coada de așteptare Apăsați lung pentru a edita proprietățile - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index e1777058..b0338628 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1,7 +1,7 @@ - Safe email + Copyright Ⓒ 2018 by M. Bokhorst Service Notifications Errors @@ -11,9 +11,10 @@ \'%1$s\' failed Folders Setup - Debug info + About I agree I disagree + Version %1$s Accounts Identities Folders @@ -21,22 +22,21 @@ Edit identity Edit folder Setup - Configure account + Manage accounts To receive email - Manage accounts - Configure identity + Manage identities To send email - Manage identities Grant permissions To read contacts (optional) Done Dark theme + Debug Your name Your email address Reply to address Optional Account name - optional + Used to differentiate folders IMAP SMTP Provider @@ -54,7 +54,7 @@ Email address mandatory IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days) Unified inbox @@ -101,5 +101,6 @@ Draft saved Message queued Long press item to edit properties - Please describe the problem and indicate the time of the problem: + Debug info + Please describe the problem and indicate the time of the problem: diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 12fc71f4..9fd78777 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -64,7 +64,7 @@ IDLE not supported Local drafts - %1$s (%2$d) + %1$s (%2$d/%3$d) Synchronize (receive messages) Synchronize (days)