You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/de.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: German language data (last modified: 2020.07.02).
10
+
# This file: German language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "Konfiguration für PHPMailer (für Zwei-Faktor-Authentifizierung verwendet)."
14
14
config_phpmailer_add_reply_to_address: "Die Antwortadresse, die beim Senden von E-Mails über SMTP verwendet werden soll."
15
15
config_phpmailer_add_reply_to_name: "Der Name für der Antwort, die beim Senden von E-Mails über SMTP verwendet werden soll."
16
-
config_phpmailer_enable_notifications: "Senden Sie E-Mail-Benachrichtigungen wenn ein Upload ist blockiert."
16
+
config_phpmailer_enable_notifications: "Wenn Sie per E-Mail benachrichtigt werden möchten, wenn ein Upload blockiert ist, geben Sie hier die E-Mail-Adresse des Empfängers an."
17
17
config_phpmailer_enable_two_factor: "Diese Direktive bestimmt, ob 2FA für Frontend-Konten verwendet werden soll."
18
18
config_phpmailer_event_log: "Eine Datei zum Protokollieren aller Ereignisse in Bezug auf PHPMailer. Geben Sie einen Dateinamen an oder lassen Sie die Option zum Deaktivieren leer."
19
19
config_phpmailer_host: "Der SMTP-Host zum Senden von ausgehende E-Mails."
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "Wenn Sie diese Direktive auf <code>true</co
25
25
config_phpmailer_smtp_auth: "Diese Direktive bestimmt, ob SMTP-Sitzungen authentifiziert werden sollen (sollte normalerweise in Ruhe gelassen werden)."
26
26
config_phpmailer_smtp_secure: "Das Protokoll zum Senden von E-Mails über SMTP (TLS oder SSL)."
27
27
config_phpmailer_username: "Der Benutzername zum Senden von E-Mails über SMTP."
28
+
state_email_sent: "E-Mail wurde erfolgreich an "%s" gesendet."
Copy file name to clipboardExpand all lines: l10n/es.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: Spanish language data (last modified: 2020.07.02).
10
+
# This file: Spanish language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "Configuración para PHPMailer (utilizado para la autenticación de dos factores)."
14
14
config_phpmailer_add_reply_to_address: "La dirección de la respuesta para citar cuando se envía un correo electrónico a través de SMTP."
15
15
config_phpmailer_add_reply_to_name: "El nombre de la respuesta para citar cuando se envía un correo electrónico a través de SMTP."
16
-
config_phpmailer_enable_notifications: "Enviar notificaciones por correo electrónico cuando una subida está bloqueada."
16
+
config_phpmailer_enable_notifications: "Si desea recibir una notificación por correo electrónico cuando se bloquea una subida, especifique la dirección de correo electrónico del destinatario aquí."
17
17
config_phpmailer_enable_two_factor: "Esta directiva determina si se debe usar 2FA para las cuentas del front-end."
18
18
config_phpmailer_event_log: "Un archivo para registrar todos los eventos en relación con PHPMailer. Especificar el nombre del archivo, o dejar en blanco para desactivar."
19
19
config_phpmailer_host: "El host SMTP para usar para el correo electrónico saliente."
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "Establecer esta directiva en <code>true</co
Copy file name to clipboardExpand all lines: l10n/fr.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: French language data (last modified: 2020.07.02).
10
+
# This file: French language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "Configuration pour PHPMailer (utilisé pour l'authentification à deux facteurs)."
14
14
config_phpmailer_add_reply_to_address: "L'adresse de réponse à citer lors de l'envoi d'e-mail via SMTP."
15
15
config_phpmailer_add_reply_to_name: "Le nom pour répondre à citer lors de l'envoi d'e-mail via SMTP."
16
-
config_phpmailer_enable_notifications: "Envoyez des notifications par e-mail lorsqu'un téléchargement est bloqué."
16
+
config_phpmailer_enable_notifications: "Si vous souhaitez être averti par e-mail lorsqu'un téléchargement est bloqué, indiquez ici l'adresse e-mail du destinataire."
17
17
config_phpmailer_enable_two_factor: "Cette directive détermine s'il faut utiliser 2FA pour les comptes frontaux."
18
18
config_phpmailer_event_log: "Fichier pour l'enregistrement de tous les événements relatifs à PHPMailer. Spécifier un fichier, ou laisser vide à désactiver."
19
19
config_phpmailer_host: "Hôte SMTP à utiliser pour les e-mails sortants."
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "Définir cette directive sur <code>true</co
25
25
config_phpmailer_smtp_auth: "Cette directive détermine si les sessions SMTP doivent être authentifiées (elles doivent généralement être laissées seules)."
26
26
config_phpmailer_smtp_secure: "Le protocole à utiliser lors de l'envoi d'e-mail via SMTP (TLS ou SSL)."
27
27
config_phpmailer_username: "Le nom d'utilisateur à utiliser lors de l'envoi d'e-mail via SMTP."
28
+
state_email_sent: "E-mail envoyé avec succès à « %s »."
Copy file name to clipboardExpand all lines: l10n/hi.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: Hindi language data (last modified: 2020.07.02).
10
+
# This file: Hindi language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "PHPMailer के लिए कॉन्फ़िगरेशन (दो-कारक प्रमाणीकरण के लिए उपयोग किया जाता है)।"
14
14
config_phpmailer_add_reply_to_address: "ईमेल भेजने के लिए उत्तर पता।"
15
15
config_phpmailer_add_reply_to_name: "ईमेल भेजने के लिए उत्तर का नाम।"
16
-
config_phpmailer_enable_notifications: "अपलोड के अवरुद्ध होने पर ईमेल सूचनाएं भेजें।"
16
+
config_phpmailer_enable_notifications: "यदि आप अपलोड के अवरुद्ध होने पर ईमेल द्वारा सूचित किया जाना चाहते हैं, तो यहां प्राप्तकर्ता ईमेल पता निर्दिष्ट करें।"
17
17
config_phpmailer_enable_two_factor: "यह निर्देश निर्धारित करता है कि सामने के अंत खाते 2FA का उपयोग करते हैं या नहीं।"
18
18
config_phpmailer_event_log: "PHPMailer के संबंध में सभी घटनाओं को लॉग इन करने के लिए एक फ़ाइल। एक फाइल नाम निर्दिष्ट करें, या निष्क्रिय करने के लिए खाली छोड़।"
19
19
config_phpmailer_host: "आउटबाउंड ईमेल के लिए उपयोग करने के लिए SMTP होस्ट।"
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "इस निर्देश को <code>t
25
25
config_phpmailer_smtp_auth: "यह निर्देश निर्धारित करता है कि SMTP सत्र प्रमाणित करना है या नहीं (आपको आमतौर पर इसे अकेला छोड़ देना चाहिए)।"
26
26
config_phpmailer_smtp_secure: "ईमेल भेजने के दौरान उपयोग करने के लिए प्रोटोकॉल (TLS या SSL)।"
27
27
config_phpmailer_username: "ईमेल भेजने समय उपयोग करने के लिए उपयोगकर्ता नाम।"
28
+
state_email_sent: "ईमेल सफलतापूर्वक "%s" को भेजा गया।"
Copy file name to clipboardExpand all lines: l10n/id.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: Indonesian language data (last modified: 2020.07.02).
10
+
# This file: Indonesian language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "Konfigurasi untuk PHPMailer (digunakan untuk otentikasi dua-faktor)."
14
14
config_phpmailer_add_reply_to_address: "Alamat balasan yang dikutip saat mengirim email melalui SMTP."
15
15
config_phpmailer_add_reply_to_name: "Nama balasan yang dikutip saat mengirim email melalui SMTP."
16
-
config_phpmailer_enable_notifications: "Kirim pemberitahuan email saat upload diblokir."
16
+
config_phpmailer_enable_notifications: "Jika Anda ingin diberi tahu melalui email saat upload diblokir, tentukan alamat email penerima disini."
17
17
config_phpmailer_enable_two_factor: "Direktif ini menentukan apakah akan menggunakan 2FA untuk akun depan."
18
18
config_phpmailer_event_log: "File untuk mencatat semua kejadian yang terkait dengan PHPMailer. Spesifikasikan nama file, atau biarkan kosong untuk menonaktifkan."
19
19
config_phpmailer_host: "Host SMTP yang digunakan untuk email keluar."
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "Pengaturan direktif ini ke <code>true</code
25
25
config_phpmailer_smtp_auth: "Direktif ini menentukan apakah akan mengotentikasi sesi SMTP (biasanya harus dibiarkan sendiri)."
26
26
config_phpmailer_smtp_secure: "Protokol yang digunakan saat mengirim email melalui SMTP (TLS atau SSL)."
27
27
config_phpmailer_username: "Nama pengguna yang digunakan saat mengirim email melalui SMTP."
28
+
state_email_sent: "Email berhasil dikirim ke "%s"."
Copy file name to clipboardExpand all lines: l10n/it.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@
7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
-
# This file: Italian language data (last modified: 2020.07.02).
10
+
# This file: Italian language data (last modified: 2020.07.13).
11
11
##/
12
12
13
13
config_phpmailer: "Configurazione per PHPMailer (utilizzato per l'autenticazione a due fattori)."
14
14
config_phpmailer_add_reply_to_address: "L'indirizzo di risposta per citare quando si invia una posta elettronica tramite SMTP."
15
15
config_phpmailer_add_reply_to_name: "Il nome per la risposta per citare quando si invia una posta elettronica tramite SMTP."
16
-
config_phpmailer_enable_notifications: "Invia notifiche e-mail quando un caricamento è bloccato."
16
+
config_phpmailer_enable_notifications: "Se desideri ricevere una notifica via e-mail quando un caricamento è bloccato, specifica qui l'indirizzo e-mail del destinatario."
17
17
config_phpmailer_enable_two_factor: "Questa direttiva determina se utilizzare 2FA per gli account front-end."
18
18
config_phpmailer_event_log: "Un file per registrare tutti gli eventi in relazione a PHPMailer. Specificare un nome di file, o lasciare vuoto per disabilitare."
19
19
config_phpmailer_host: "L'host SMTP per utilizzare per la posta elettronica in uscita."
@@ -25,3 +25,4 @@ config_phpmailer_skip_auth_process: "Impostando questa direttiva su <code>true</
25
25
config_phpmailer_smtp_auth: "Questa direttiva determina se autenticare le sessioni SMTP (di solito dovrebbe essere lasciato solo)."
26
26
config_phpmailer_smtp_secure: "Il protocollo per utilizzare per l'invio di posta elettronica tramite SMTP (TLS o SSL)."
27
27
config_phpmailer_username: "Il nome utente per utilizzare per l'invio di posta elettronica tramite SMTP."
28
+
state_email_sent: "Posta elettronica inviata con successo a "%s"."
0 commit comments