diff --git a/app/build.gradle b/app/build.gradle
index 27b8e78e01..8e0b7c774b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 28
- versionCode 215
- versionName "1.215"
+ versionCode 216
+ versionName "1.216"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {
diff --git a/app/src/main/java/eu/faircode/email/FragmentMessages.java b/app/src/main/java/eu/faircode/email/FragmentMessages.java
index 87c22de2a7..30c55826bb 100644
--- a/app/src/main/java/eu/faircode/email/FragmentMessages.java
+++ b/app/src/main/java/eu/faircode/email/FragmentMessages.java
@@ -1697,7 +1697,8 @@ public class FragmentMessages extends FragmentEx {
if (!EntityFolder.ARCHIVE.equals(message.folderType) &&
!EntityFolder.SENT.equals(message.folderType) &&
- !EntityFolder.TRASH.equals(message.folderType))
+ !EntityFolder.TRASH.equals(message.folderType) &&
+ !EntityFolder.JUNK.equals(message.folderType))
autoCloseCount++;
}
@@ -1726,7 +1727,8 @@ public class FragmentMessages extends FragmentEx {
TupleMessageEx message = messages.get(i);
if (!EntityFolder.ARCHIVE.equals(message.folderType) &&
!EntityFolder.SENT.equals(message.folderType) &&
- !EntityFolder.TRASH.equals(message.folderType))
+ !EntityFolder.TRASH.equals(message.folderType) &&
+ !EntityFolder.JUNK.equals(message.folderType))
count++;
}
Log.i(Helper.TAG, "Auto close=" + count);
diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml
index 177841a145..09213a057c 100644
--- a/app/src/main/res/layout/fragment_options.xml
+++ b/app/src/main/res/layout/fragment_options.xml
@@ -22,6 +22,18 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvEnabledHint" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvMeteredHint" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvBrowseHint" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvUnifiedHint" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvThreadingHint" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvAutocloseHint" />
+ app:layout_constraintTop_toBottomOf="@id/tvSenderHint" />
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml
index 12bd125b50..fd357e715f 100644
--- a/app/src/main/res/values-ar-rBH/strings.xml
+++ b/app/src/main/res/values-ar-rBH/strings.xml
@@ -116,10 +116,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml
index 12bd125b50..fd357e715f 100644
--- a/app/src/main/res/values-ar-rEG/strings.xml
+++ b/app/src/main/res/values-ar-rEG/strings.xml
@@ -116,10 +116,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml
index 12bd125b50..fd357e715f 100644
--- a/app/src/main/res/values-ar-rSA/strings.xml
+++ b/app/src/main/res/values-ar-rSA/strings.xml
@@ -116,10 +116,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml
index 12bd125b50..fd357e715f 100644
--- a/app/src/main/res/values-ar-rYE/strings.xml
+++ b/app/src/main/res/values-ar-rYE/strings.xml
@@ -116,10 +116,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 12bd125b50..fd357e715f 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -116,10 +116,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index 8994e82c62..cfe4f0323b 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -2,7 +2,7 @@
Müəllif hüquqları Ⓒ 2018 M. Bokhorst-a məxsusdur
- FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.
+ FairEmail, gizlilik və təhlükəsizliyə fokuslanmış bir açıq mənbə e-poçt tətbiqidir. Buna görə də bəzi xüsusiyyətlər, istifadə etdiyinizdən fərqli şəkildə işləyə bilər.
Xidmət
Bildirişlər
Xətalar
@@ -42,7 +42,7 @@
Dəvət et
Bu tətbiqi qiymətləndir
Digər tətbiqlər
- Welcome
+ Xoş Gəldiniz
Son istifadəçi lisenziya müqaviləsi
Razıyam
Razı deyiləm
@@ -81,32 +81,38 @@
Qara arxafon
Qabaqcıl variantlar
Eyniləşdirmə
- Use metered connections
- Unified inbox
- Conversation threading
+ Ölçülmüş bağlantıları istifadə et
+ Birləşmiş gələn qutusu
+ Danışıq sırası
Yığcam mesaj görünüşü
Şəxs fotolarını göstər
İdentikon-ları göstər
Mesaj ilkin baxışını göstər
Bildiriş işığından istifadə et
- Select notification sound
+ Bildiriş səsi seç
Serverdəki mesajlara nəzər yetir
Sürüşdürmə hərəkətləri
Söhbət hərəkət sətri
Söhbətləri avtomatik bağla
Gizlilik həssaslı məlumatların sızmasına səbəb ola biləcək hərəkətləri təsdiqlə
Göndərənin ünvanına düzəlişə icazə ver
- Bir çox təchizatçı göndərən ünvanını dəyişdirməyə icazə vermir
Mesajları və qoşmaları ölçülmüş bağlantıda avtomatik endir
Yeniləmələri yoxla
Sazlama rejimi
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Bir çox təchizatçı göndərən ünvanını dəyişdirməyə icazə vermir
… seçin
Adınız
E-poçt ünvanınız
Cavablama ünvanı
- Request read receipt
- Request delivery receipt
- Most providers ignore receipt requests
+ Oxuma bildirişlərini tələb et
+ Çatdırılma bildirişlərini tələb et
+ Bir çox təchizatçı bildiriş tələblərinə əhəmiyyət vermir
İstənilən
Birləşdirilmiş hesablar
Hesab adı
@@ -155,7 +161,7 @@
Tullantı qovluğunu təmizlə
Xüsusiyyətlərə düzəliş et
Bütün tullantı mesajları birdəfəlik silinsin?
- Delete operations with an error message?
+ Bir xəta mesajı ilə əməliyyatlar silinsin?
Qovluq adı
Ekran adı
Gizli qovluqları gizlət
@@ -163,14 +169,14 @@
Siyahıdan gizlət
Birləşmiş gələn qutusunda göstər
Eyniləşdir (mesajları al)
- Check periodically instead of continuous synchronize
- Notify new messages
+ Davamlı eyniləşdirmə əvəzinə vaxtaşırı yoxlayın
+ Yeni mesajları bildir
Eyniləşdirilmiş mesajlar (gün)
- Increasing this value will increase battery and data usage
+ Bu dəyəri artırmaq batereya və verilənlər istifadəsini də artırar
Saxlanılmış mesajlar (gün)
- Keep all messages
+ Bütün mesajları saxla
%1$s qovluğu mövcuddur
- Permanently delete this folder and any messages it contains?
+ Bu qovluq və onu ehtiva edən mesajlar birdəfəlik silinsin?
Birləşmiş gələn qutusu
Gələn qutusu
Gedən qutusu
@@ -183,7 +189,7 @@
İstifadəçi
Qovluqlarda üstünlük verilən hesab
Söhbət
- Unified inbox folders
+ Birləşmiş gələn qutusu qovluqları
Mesaj yoxdur
Təsvirləri göstər
Cvb: %1$s
@@ -206,7 +212,7 @@
Köçürt
Arxivlə
Cavabla
- Moving to %1$s
+ %1$s köçürülür
Bununla aç
Heç bir cavab şablonu təyin edilmədi
%1$s üçün heç bir görüntüləmə tətbiqi yoxdur
@@ -219,10 +225,10 @@
Cavab şablonu birdəfəlik silinsin?
Qaralama silinsin?
Dəyişikliklər saxlanılsın?
- Report as spam?
+ Spam kimi bildirilsin?
Orijinal mesajın göstərilməsi, gizlilik həssaslı məlumatları sızdıra bilər
Təsvirlərin göstərilməsi, gizlilik həssaslı məlumatların sızdıra bilər
- Synchronization will take place on next account connection
+ Eyniləşdirmə növbəti hesab bağlantısında həyata keçiriləcək
Düzəlt
Yaz
Göndərən:
@@ -230,8 +236,8 @@
Cavabla:
CC:
BCC:
- Received:
- Size:
+ Qəbul edildi:
+ Həcmi:
Mövzu:
Mesajınız
Sil
@@ -264,9 +270,9 @@
Vaxt
Oxunmadı
Ulduzlu
- Sent:
- Unsent:
- Invalid:
+ Göndərildi:
+ Göndərilmədi:
+ Etibarsız:
Göndərilənlərə köçürt
Əvvəlki
Növbəti
@@ -279,7 +285,7 @@
Arxiv
Tullantı
Gələn qutusu
- Notify new messages
+ Yeni mesajları bildir
Birləşmiş gələn qutusu
Arxiv
Tullantı
@@ -291,7 +297,7 @@
Şəxslər
External image placeholder
Embedded image placeholder
- Broken image
+ Zədələnmiş təsvir
Eyniləşdirmə açıq
Eyniləşdirmə bağlı
Üstünlük verilən/ulduzlu
@@ -301,8 +307,8 @@
Eyniləşdirilir
Endirilir
Bağlanır
- Connection is metered
- Connection is unmetered
+ Bağlantı ölçülür
+ Bağlantı ölçülmür
Mesajları eyniləşdirmək / saxlamaq üçün gün sayı
Endirilmiş mesaj məzmunu / alınmış başlıq sayı
Variantlar üçün uzun basın
@@ -311,14 +317,14 @@
Bir neçə mesajı seçməyə başlamaq üçün bir mesaja uzun basın
Mesajların endirilməsi təchizatçınızın sürətindən, internet bağlantınızdan və mesaj sayından asılı olaraq biraz vaxt apara bilər. Mesajları endirərkən tətbiq yavaş cavab verə bilər.
Bağlantını aç
- Select app
+ Tətbiq seç
%1$s versiyası üçün yeniləmə mövcuddur
Sualınız və ya probleminiz var?
Bəli
Xeyr
Geri qaytar
Əlavə et
- Report
+ Bildir
Android üçün açıq mənbəli, gizlilik dostu, e-poçt tətbiqi olan FairEmail-ı sınayın
Bu Pro xüsusiyyətidir
Pro xüsusiyyətlərinin siyahısı
@@ -331,7 +337,7 @@
FairEmail-in sizin köməyinizə ehtiyacı var. Pro xüsusiyyətləri satın alaraq layihəni davam etdirmək üçün toxunun.
Gözlənilməz xəta
Qeyd jurnalı
- Auto scroll
+ Avto sürüşdürmə
Sazlama məlumatı
Zəhmət olmasa probleminizi təsvir edin və problemin vaxtını göstərin:
Zəhmət olmasa tətbiq çökərkən tətbiqdə nə etdiyinizi təsvir edin:
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index 2a8b978586..b63dfe476e 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Mode de depuració
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Selecciona …
El teu nom
La teva adreça de correu-e
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 0333278ab9..8e7468f737 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -106,10 +106,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index 392ec56d00..18ae16bf6e 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Vælg …
Dit navn
Din email adresse
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 029c980e80..106e0d65f6 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -96,17 +96,23 @@
Konversationen automatisch schließen
Aktionen bestätigen, die datenschutzrelevante Information preisgeben können
Bearbeitung der Absenderadresse erlauben
- Die meisten Anbieter erlauben keine veränderten Absenderadressen
Automatisches Herunterladen von E-Mails und Anhängen auf getakteten Verbindungen bis zu einer Größe von
Nach Aktualisierungen suchen
Debugmodus
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Die meisten Anbieter erlauben keine veränderten Absenderadressen
Wählen Sie …
Ihr Name
Ihre E-Mail-Adresse
Antwortadresse
Lesebestätigung anfordern
Übermittlungsbestätigung anfordern
- Most providers ignore receipt requests
+ Die meisten Anbieter ignorieren Lesebestätigungsanfragen
Optional
Verknüpftes Konto
Kontobezeichnung
@@ -155,7 +161,7 @@
Papierkorb leeren
Eigenschaften bearbeiten
Alle E-Mails im Papierkorb unwiderruflich löschen?
- Delete operations with an error message?
+ Lösche Operationen mit einer Fehlermeldung?
Ordnername
Name
Verstecke ausgeblendete Ordner
@@ -331,7 +337,7 @@
FairEmail benötigt Ihre Unterstützung. Erwerben Sie die Pro-Funktionen, um das Projekt am laufen zu halten.
Unerwarteter Fehler
Protokoll
- Auto scroll
+ Automatisches Blättern
Debuginformationen
Bitte beschreiben Sie das Problem und zu welchem Zeitpunkt es aufgetreten ist:
Bitte beschreiben Sie, was Sie getan haben, während die App abgestürzt ist:
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index 12eb4af90b..173029c68b 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -96,17 +96,23 @@
Cerrar conversaciones automáticamente
Confirmar acciones que podrían filtrar información privada sensible
Permitir editar dirección del remitente
- La mayoría de los proveedores no permiten direcciones de remitente modificadas
Descargar automáticamente mensajes y adjuntos usando conexión de datos hasta
Buscar actualizaciones
Modo de depuración
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ La mayoría de los proveedores no permiten direcciones de remitente modificadas
Seleccione …
Su nombre
Su dirección de correo electrónico
Dirección de Responder A
Solicitar confirmación de lectura
Solicitar confirmación de entrega
- Most providers ignore receipt requests
+ La mayoría de los proveedores ignoran pedidos de recepción
Opcional
Cuenta vinculada
Nombre de cuenta
@@ -155,7 +161,7 @@
Vaciar Papelera
Editar propiedades
¿Eliminar los mensajes de la Papelera permanentemente?
- Delete operations with an error message?
+ ¿Eliminar operaciones con un mensaje de error?
Nombre de carpeta
Nombre para mostrar
Ocultar carpetas ocultas
@@ -331,7 +337,7 @@
FairEmail necesita su ayuda. Toque para comprar las características Pro y mantener el proyecto en marcha.
Error inesperado
Log
- Auto scroll
+ Desplazamiento automático
Información de depuración
Por favor describa el problema e indique el momento del mismo:
Por favor describa que estaba haciendo cuando la app falló:
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index ec02c0da2f..d41726a200 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 6bdf114751..29c777e65e 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -96,17 +96,23 @@
Fermer automatiquement les conversations
Confirmer les actions qui peuvent entraîner une fuite d\'informations sensibles privées
Autoriser la modification de l’adresse de l’expéditeur
- La plupart des fournisseurs n’autorisent pas les adresses d’expéditeur modifiées
Télécharger automatiquement les messages et les pièces jointes avec une connexion limitée jusqu’à
Vérifier les mises à jour
Débogage
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ La plupart des fournisseurs n’autorisent pas les adresses d’expéditeur modifiées
Sélectionner …
Votre nom
Votre adresse e-mail
Répondre à l\'adresse
Demander une confirmation de lecture
Demander un accusé de réception
- Most providers ignore receipt requests
+ La plupart des fournisseurs ignorent les demandes d\'accusé de réception
Facultatif
Compte associé
Nom du compte
@@ -155,7 +161,7 @@
Vider la corbeille
Éditer les propriétés
Supprimer définitivement tous les messages de la corbeille ?
- Delete operations with an error message?
+ Supprimer les opérations avec un message d’erreur ?
Nom du dossier
Nom
Masquer les dossiers cachés
@@ -331,7 +337,7 @@
FairEmail a besoin de votre aide. Appuyez pour acheter des fonctionnalités Pro pour continuer à faire avancer le projet.
Erreur inattendue
Journal
- Auto scroll
+ Défilement automatique
Information de débogage
Veuillez décrire le problème et indiquer l\'heure à laquelle il est survenu :
Veuillez décrire ce que vous faisiez lorsque l’application s’est arrêtée :
diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml
index 802d2c9138..e5b70d485e 100644
--- a/app/src/main/res/values-he/strings.xml
+++ b/app/src/main/res/values-he/strings.xml
@@ -106,10 +106,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 01d99d3093..ff5b62a540 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index ee642440a7..40580f5d4d 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -2,7 +2,7 @@
Copyright Ⓒ 2018 di M. Bokhorst
- FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.
+ FairEmail è un\'app opensource di posta focalizzata su privacy e sicurezza. Per questo motivo alcune caratteristiche potrebbero funzionare in modo diverso da quello a cui si è abituati.
Servizio
Notifiche
Errori
@@ -42,7 +42,7 @@
Invita
Valuta questa app
Altre app
- Welcome
+ Benvenuti
Contratto di licenza con l\'utente finale
Accetto
Non accetto
@@ -89,24 +89,30 @@
Visualizza identicon
Mostra l\'anteprima del messaggio
Usa il led di notifica
- Select notification sound
+ Seleziona il suono di notifica
Sfoglia i messaggi sul server
Azioni swipe
Barra di azione di conversazione
Chiudi automaticamente le conversazioni
Conferma le azioni che potrebbero rivelare informazioni personali sensibili
Consenti la modifica dell\'indirizzo mittente
- La maggior parte dei fornitori non consente indirizzi mittente modificati
Scarica automaticamente i messaggi e gli allegati con una connessione a consumo fino a
Controlla aggiornamenti
Debug
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ La maggior parte dei fornitori non consente indirizzi mittente modificati
Seleziona …
Il tuo nome
Il tuo indirizzo email
Rispondi all\'indirizzo
Richiedi conferma di lettura
Richiedi ricevuta di consegna
- Most providers ignore receipt requests
+ La maggior parte dei fornitori ignora le richieste di conferma
Facoltativo
Account collegato
Nome account
@@ -155,7 +161,7 @@
Svuota cestino
Modifica le proprietà
Eliminare definitivamente tutti i messaggi cestinati?
- Delete operations with an error message?
+ Eliminare le operazioni con un messaggio di errore?
Nome cartella
Nome visualizzato
Non mostrare cartelle nascoste
@@ -164,11 +170,11 @@
Mostra in posta in arrivo unificata
Sincronizza (ricevi messaggi)
Controllare periodicamente anziché sincronizzare continuamente
- Notify new messages
+ Notifica nuovi messaggi
Sincronizza i messaggi (giorni)
- Increasing this value will increase battery and data usage
+ Aumentando questo valore aumenterà l\'utilizzo della batteria e dei dati
Mantieni i messaggi (giorni)
- Keep all messages
+ Conserva tutti i messaggi
La cartella %1$s esiste
Elimina definitivamente questa cartella e tutti i messaggi che contiene?
Posta in arrivo unificata
@@ -264,9 +270,9 @@
Ora
Non letti
Stellati
- Sent:
- Unsent:
- Invalid:
+ Inviati:
+ Non inviati:
+ Non validi:
Sposta in posta inviata
Precedente
Successivo
@@ -279,7 +285,7 @@
Archivia
Cestina
Posta in arrivo
- Notify new messages
+ Notifica nuovi messaggi
Posta in arrivo unificata
Archivio
Cestino
@@ -301,8 +307,8 @@
Sincronizzazione
Scaricamento
Chiusura
- Connection is metered
- Connection is unmetered
+ La connessione è a consumo
+ La connessione non è a consumo
Numero di giorni da sincronizzare / di cui mantenere i messaggi
Numero di corpi messaggio scaricati / intestazioni recuperate
Tieni premuto per le opzioni
@@ -311,7 +317,7 @@
Premi a lungo un messaggio per iniziare a selezionare più messaggi
Scaricare i messaggi può richiedere molto tempo, a seconda della velocità del provider, della connessione internet e del dispositivo e dal numero di messaggi. Durante il download l\'app potrebbe funzionare più lentamente.
Apri collegamento
- Select app
+ Seleziona app
È disponibile un aggiornamento alla versione %1$s
Hai una domanda o un problema?
Sì
@@ -331,7 +337,7 @@
FairEmail ha bisogno del tuo aiuto. Tocca per comprare funzionalità aggiuntive e sostenere lo sviluppo.
Errore imprevisto
Registro
- Auto scroll
+ Scorrimento automatico
Informazioni di debug
Si prega di descrivere il problema ed indicare il momento in cui è avvenuto:
Descrivi cosa stavi facendo quando l\'app si è interrotta:
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index 802d2c9138..e5b70d485e 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -106,10 +106,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index da6fc1c493..74fa970628 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -91,10 +91,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index da6fc1c493..74fa970628 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -91,10 +91,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 4c83465f5f..b6ee1211b3 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -96,10 +96,16 @@
Gesprekken automatisch sluiten
Bevestigen van acties die privacy gevoelige informatie kunnen lekken
Bewerken verzendadres toestaan
- De meeste providers staan gemodificeerde verzendadressen niet toe
Automatisch downloaden van berichten en bijlagen op een gemeten verbinding tot
Controleren op updates
Foutopsporing modus
+ Globaal in- of uitschakelen van het ontvangen en verzenden van berichten
+ Gemeten verbindingen zijn over het algemeen mobiele verbindingen of betaalde Wi-Fi hotspots
+ Meer berichten downloaden bij het naar beneden scrollen
+ Gecombineerd postvak in mappen of gecombineerd postvak in berichten weergeven
+ Groepeer gerelateerde berichten
+ Gesprekken automatisch sluiten wanneer alle berichten zijn gearchiveerd, verzonden of weggegooid
+ De meeste providers staan gemodificeerde verzendadressen niet toe
Selecteer …
Uw naam
Uw e-mailadres
diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-no/strings.xml
+++ b/app/src/main/res/values-no/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index a8b2a39568..a84ccc0097 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -2,7 +2,7 @@
Prawa autorskie Ⓒ 2018 przez M. Bokhorst
- FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.
+ FairEmail to aplikacja e-mail o otwartym kodzie źródłowym, koncentrująca się na prywatności i bezpieczeństwie. Z tego powodu niektóre funkcje mogą działać inaczej niż to, do czego jesteś przyzwyczajony.
Usługa
Powiadomienia
Błędy
@@ -52,7 +52,7 @@
Zaproś
Oceń aplikację
Inne aplikacje
- Welcome
+ Witaj
Umowa licencyjna użytkownika końcowego
Zgadzam się
Nie zgadzam się
@@ -99,24 +99,30 @@
Pokazuje ikony kontaktów
Pokaż podgląd wiadomości
Użyj diody powiadomień
- Select notification sound
+ Wybierz dźwięk powiadomienia
Przeglądaj wiadomości na serwerze
Gesty przesuwania
Conversation action bar
Automatycznie zamykaj konwersacje
Potwierdź działania, które mogą spowodować wyciek wrażliwych informacji
Zezwól na edycję adresu nadawcy
- Większość dostawców nie akceptuje zmodyfikowanych adresów nadawcy
Automatycznie pobieraj wiadomości i załączniki przy połączeniach taryfowych do
Sprawdź aktualizacje
Debuguj
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Większość dostawców nie akceptuje zmodyfikowanych adresów nadawcy
Wybierz …
Twoja nazwa
Twój adres e-mail
Odpowiedz na adres
- Request read receipt
- Request delivery receipt
- Most providers ignore receipt requests
+ Poproś o potwierdzenie odczytu
+ Poproś o potwierdzenie dostarczenia
+ Większość dostawców ignoruje prośby otrzymania
Opcjonalnie
Połączone konto
Nazwa konta
@@ -174,13 +180,13 @@
Pokaż we wspólnej skrzynce odbiorczej
Synchronizuj (odbierz wiadomości)
Sprawdzaj cyklicznie zamiast ciągłej synchronizacji
- Notify new messages
+ Powiadom o nowych wiadomościach
Synchronizuj wiadomości (dni)
- Increasing this value will increase battery and data usage
+ Zwiększenie tej wartości zwiększy zużycie baterii i danych
Zachowuj wiadomości (dni)
- Keep all messages
+ Przechowuj wszystkie wiadomości
Folder %1$s istnieje
- Permanently delete this folder and any messages it contains?
+ Usunąć bezpowrotnie ten folder i wszystkie wiadomości, które zawiera?
Wspólna skrzynka odbiorcza
Odebrane
Wysłane
@@ -216,7 +222,7 @@
Przenieś
Archiwum
Odpowiedz
- Moving to %1$s
+ Przenoszę do %1$s
Otwórz z
Brak zdefiniowanych szablonów odpowiedzi
Brak aplikacji do podglądu %1$s
@@ -232,7 +238,7 @@
Zgłosić jako spam?
Pokazywanie oryginalnej wiadomości może spowodować wyciek wrażliwych informacji
Pokazywanie obrazów może spowodować wyciek wrażliwych informacji
- Synchronization will take place on next account connection
+ Synchronizacja nastąpi podczas następnego połączenia z kontem
Popraw
Napisz
Od:
@@ -274,9 +280,9 @@
Czas
Nieprzeczytane
Oznaczone
- Sent:
- Unsent:
- Invalid:
+ Wysłane:
+ Niewysłane:
+ Nieprawidłowy:
Przenieś do wysłanych
Poprzedni
Następny
@@ -289,7 +295,7 @@
Archiwum
Kosz
Odebrane
- Notify new messages
+ Powiadom o nowych wiadomościach
Wspólna skrzynka odbiorcza
Archiwum
Kosz
@@ -311,8 +317,8 @@
Synchronizowanie
Pobieranie
Zamykanie
- Connection is metered
- Connection is unmetered
+ Połączenie jest taryfowe
+ Połączenie nie jest taryfowe
Liczba dni do synchronizacji / zachowania wiadomości
Liczba pobranych wiadomości / nagłówków
Przytrzymaj, aby uzyskać więcej opcji
@@ -321,7 +327,7 @@
Przytrzymaj wiadomość, aby zacząć zaznaczanie wielu wiadomości
Pobieranie wiadomości może trochę potrwać, zależnie od prędkości dostawcy, połączenie internetowego i urządzenia oraz liczby wiadomości. Podczas pobierania wiadomości aplikacja może odpowiadać wolniej.
Otwórz link
- Select app
+ Wybierz aplikację
Jest dostępna aktualizacja do wersji %1$s
Masz pytanie lub problem?
Tak
@@ -341,7 +347,7 @@
FairEmail potrzebuje Twojej pomocy. Dotknij, aby zakupić funkcje pro i utrzymać projekt.
Nieoczekiwany błąd
Log
- Auto scroll
+ Autoprzewijanie
Info debugowania
Opisz proszę problem i wskaż moment jego wystąpienia:
Opisz proszę, co robisz, w momencie awarii aplikacji:
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 1b6324783a..eb35fc8002 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 16d8140ecb..ed95a18b66 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
index c8247832e2..ed10ba4608 100644
--- a/app/src/main/res/values-ro/strings.xml
+++ b/app/src/main/res/values-ro/strings.xml
@@ -2,7 +2,7 @@
Drepturi de autor Ⓒ 2018 de M. Bokhorst
- FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.
+ FairEmail este o aplicație pentru e-mail, cu sursă deschisă, ce se concentrează pe confidențialitate și securitate. Din acest motiv se poate ca unele caracteristici să funcționeze diferit de cum erați obișnuiți.
Serviciu
Notificări
Erori
@@ -47,7 +47,7 @@
Invită
Evaluează această aplicație
Alte aplicații
- Welcome
+ Bine ați venit
Licența de utilizare
Sunt de acord
Nu sunt de acord
@@ -101,17 +101,23 @@
Închide automat conversaţiile
Confirmarea operațiilor care ar putea divulga informații confidențiale
Permite editarea adresei expeditorului
- Majoritatea furnizorilor nu permit modificarea adresei expeditorului
Descarcă automat mesajele și atașamentele, folosind o conexiune contorizată, până în
Verificare actualizări aplicație
Depanare
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Majoritatea furnizorilor nu permit modificarea adresei expeditorului
Selectaţi …
Numele dumneavoastră
Adresa dvs. de e-mail
Răspuns la adresa
Solicitare confirmare citire
Solicitare confirmare livrare
- Most providers ignore receipt requests
+ Majoritatea furnizorilor ignoră cererile de confirmare a livrării
Opțional
Cont asociat
Nume cont
@@ -160,7 +166,7 @@
Golire coș de gunoi
Editare proprietăți
Şterge permanent toate mesajele din coșul de gunoi?
- Delete operations with an error message?
+ Se șterg operațiunile cu mesaj de eroare?
Nume dosar
Nume afișat
Ascunde dosarele ascunse
@@ -336,7 +342,7 @@
FairEmail are nevoie de ajutorul dumneavoastră. Atingeți pentru a achiziționa caracteristici pro și a putea dezvolta proiectul în continuare.
Eroare neașteptată
Raport
- Auto scroll
+ Auto derulare
Depanare
Va rog sa descrieți problema și să indicați momentul când s-a produs:
Vă rugăm să descrieți ce făceați atunci când aplicația s-a oprit:
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index e4f3db0aa2..895d31e99e 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -2,7 +2,7 @@
Copyright - авторское право
- FairEmail is an open source email app focused on privacy and security. For this reason some features might work differently from what you are used to.
+ FairEmail - это почтовое приложение с открытым исходным кодом, ориентированное на конфиденциальность и безопасность. По этой причине некоторые функции могут работать не так, как вы привыкли.
Сервис
Уведомления
Ошибки
@@ -40,7 +40,7 @@
- новые
- новое
- не удалось
+ \'%1$s\' не удалось
Установка
Шаблоны
Операции
@@ -52,14 +52,13 @@
Пригласить
Оцените это приложение
Другие приложения
- Welcome
+ Добро пожаловать
Пользовательское соглашение
Принимаю
Не принимаю
Версия %1$s
Аккаунты
- Identification
-идентификация
+ Идентификация
Изменить учетную запись
Изменить идентификацию
Редактировать папку
@@ -75,10 +74,10 @@
Настройки экспортированы
Настройки импортированы
Управление аккаунтами
- Получать электронную почту
+ Подключить электронную почту
Управление идентификаторами
Отправить письмо
- Предоставьте разрешения
+ Предоставить разрешения
Доступ к контактной информации (опционально)
Отключить оптимизацию энергопотребления
Непрерывно получать по электронной почте (опционально)
@@ -107,17 +106,23 @@
Автоматически закрывать диалоги
Подтвердить действия, которое может привести к утечке конфиденциальной информации
Разрешить редактирование адреса отправителя
- Большинство провайдеров не разрешают изменять адреса отправителей
Автоматически загружать сообщения и вложения для лимитного соединения до
Проверить наличие обновлений
Режим отладки
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Большинство провайдеров не разрешают изменять адреса отправителей
Выбрать …
Ваше имя
Ваш эл. адрес
Обратный адрес
Запросить уведомления о прочтении
- Запрашивать уведомление о доставке
- Most providers ignore receipt requests
+ Запросить уведомление о доставке
+ Большинство провайдеров игнорируют запросы на получение
Необязательно
Связанный аккаунт
Название аккаунта
@@ -166,7 +171,7 @@
Очистить корзину
Изменить свойства
Удалить все удаленные сообщения навсегда?
- Delete operations with an error message?
+ Удалить операции с сообщением об ошибке?
Название папки
Отображаемое имя
Скрыть скрытые папки
@@ -177,7 +182,7 @@
Проверка периодически вместо непрерывной синхронизации
Уведомлять о новых сообщениях
Синхронизация сообщений (дней)
- Increasing this value will increase battery and data usage
+ Увеличение этого значения увеличит использование батареи и данных
Сохранить сообщения (дней)
Хранить все сообщения
Папка% 1 $ s существует
@@ -342,7 +347,7 @@
FairEmail нуждается в Вашей помощи. Нажмите, чтобы купить функции Pro, для продолжения разработки проекта.
Непредвиденная ошибка
Журнал
- Auto scroll
+ Автопрокрутка
Отладочная информация
Пожалуйста, опишите проблему и укажите момент возникновения проблемы:
Пожалуйста, опишите, что Вы делали, когда приложение падало:
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
index e5b88cf9c7..3ae403aadd 100644
--- a/app/src/main/res/values-sr/strings.xml
+++ b/app/src/main/res/values-sr/strings.xml
@@ -101,10 +101,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
index ba3f1f76ed..539dd0f50d 100644
--- a/app/src/main/res/values-sv-rSE/strings.xml
+++ b/app/src/main/res/values-sv-rSE/strings.xml
@@ -96,10 +96,16 @@
Stäng konversationer automatiskt
Bekräfta åtgärder som kan läcka känslig information
Tillåt redigering avsändaradress
- De flesta leverantörer tillåter inte ändrade avsändaradresser
Hämta automatiskt meddelanden och bilagor på en uppmätt anslutning upp till
Sök efter uppdateringar
Felsökningsläge
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ De flesta leverantörer tillåter inte ändrade avsändaradresser
Välj …
Ditt namn
Din e-postadress
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 0b61758332..c67e8906e1 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -96,10 +96,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Gönderici adresini düzenlemeye izin ver
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Güncellemelere bak
Hata ayıklama
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Seçin …
Adınız
E-posta adresiniz
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 0333278ab9..8e7468f737 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -106,10 +106,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index da6fc1c493..74fa970628 100644
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -91,10 +91,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index d7cf21de9c..325f9620c8 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -91,10 +91,16 @@
自动关闭对话
确认执行可能泄露隐私敏感信息的操作
允许编辑发件人地址
- 大多数提供商不允许修改发件人地址
在计量的连接下自动下载邮件和附件, 最高可达
检查更新
调试模式
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ 大多数提供商不允许修改发件人地址
选择 …
姓名
电子邮件地址
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index da6fc1c493..74fa970628 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -91,10 +91,16 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
Select …
Your name
Your email address
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 182462b54d..8bf7fa2de5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -114,11 +114,18 @@
Automatically close conversations
Confirm actions that might leak privacy sensitive information
Allow editing sender address
- Most providers do not allow modified sender addresses
Automatically download messages and attachments on a metered connection up to
Check for updates
Debug mode
+ Globally disable or enable receiving and sending of messages
+ Metered connections are generally mobile connections or paid Wi-Fi hotspots
+ Download more messages when scrolling down
+ Show unified inbox folders or unified inbox messages
+ Group messages related to each other
+ Automatically close conversation threads when all messages are archived, sent or trashed
+ Most providers do not allow modified sender addresses
+
Select …
Your name
Your email address