From f49ad97c9eb3b6cd898d8d75002c428f5cd3d117 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 21 Nov 2023 21:49:40 +0100 Subject: [PATCH] mail language --- .../language/bulgarian/options_lang.php | 20 +++++++++---------- .../chinese_simplified/options_lang.php | 20 +++++++++---------- application/language/czech/options_lang.php | 20 +++++++++---------- application/language/dutch/options_lang.php | 20 +++++++++---------- application/language/english/options_lang.php | 20 +++++++++---------- application/language/finnish/options_lang.php | 20 +++++++++---------- application/language/french/options_lang.php | 20 +++++++++---------- application/language/german/options_lang.php | 20 +++++++++---------- application/language/greek/options_lang.php | 20 +++++++++---------- application/language/italian/options_lang.php | 20 +++++++++---------- application/language/polish/options_lang.php | 20 +++++++++---------- application/language/russian/options_lang.php | 20 +++++++++---------- application/language/spanish/options_lang.php | 20 +++++++++---------- application/language/swedish/options_lang.php | 20 +++++++++---------- application/language/turkish/options_lang.php | 20 +++++++++---------- 15 files changed, 150 insertions(+), 150 deletions(-) diff --git a/application/language/bulgarian/options_lang.php b/application/language/bulgarian/options_lang.php index 7801b1d5..19703452 100644 --- a/application/language/bulgarian/options_lang.php +++ b/application/language/bulgarian/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/chinese_simplified/options_lang.php b/application/language/chinese_simplified/options_lang.php index fb95c0b6..35480b6c 100644 --- a/application/language/chinese_simplified/options_lang.php +++ b/application/language/chinese_simplified/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP 主机'; $lang['options_smtp_port'] = 'SMTP 端口'; $lang['options_smtp_username'] = 'SMTP 用户名'; $lang['options_smtp_password'] = 'SMTP 密码'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = '新行'; -$lang['options_outgoing_email_protocol_changed_to'] = '传出电子邮件协议更改为 '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP 加密更改为 '; -$lang['options_email_address_changed_to'] = '电子邮件地址更改为 '; -$lang['options_email_sender_name_changed_to'] = '发件人姓名更改为 '; -$lang['options_smtp_host_changed_to'] = 'SMTP 主机更改为 '; -$lang['options_smtp_port_changed_to'] = 'SMTP 端口更改为 '; -$lang['options_smtp_username_changed_to'] = 'SMTP 用户名更改为'; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/czech/options_lang.php b/application/language/czech/options_lang.php index 95b32f85..ce333cf3 100644 --- a/application/language/czech/options_lang.php +++ b/application/language/czech/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP hostitel'; $lang['options_smtp_port'] = 'SMTP port'; $lang['options_smtp_username'] = 'SMTP uživatelské jméno'; $lang['options_smtp_password'] = 'SMTP heslo'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Nový řádek'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Protokol odchozího e-mailu změněn na '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP šifrování změněno na '; -$lang['options_email_address_changed_to'] = 'E-mailová adresa změněna na '; -$lang['options_email_sender_name_changed_to'] = 'Jméno odesílatele e-mailu změněno na '; -$lang['options_smtp_host_changed_to'] = 'SMTP hostitel změněn na '; -$lang['options_smtp_port_changed_to'] = 'SMTP port změněn na '; -$lang['options_smtp_username_changed_to'] = 'SMTP uživatelské jméno změněno na '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/dutch/options_lang.php b/application/language/dutch/options_lang.php index 8a6d000d..a6c760b8 100644 --- a/application/language/dutch/options_lang.php +++ b/application/language/dutch/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/english/options_lang.php b/application/language/english/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/english/options_lang.php +++ b/application/language/english/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index ae493b55..2dbfd530 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Sähköpostiosoite vaihdettu: '; -$lang['options_email_sender_name_changed_to'] = 'Sähköpostin lähettäjän nimi vaihdettu: '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/french/options_lang.php b/application/language/french/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/french/options_lang.php +++ b/application/language/french/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/german/options_lang.php b/application/language/german/options_lang.php index 861460a4..fcc241cd 100644 --- a/application/language/german/options_lang.php +++ b/application/language/german/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Benutzername'; $lang['options_smtp_password'] = 'SMTP Passwort'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Zeilenvorschub (Newline)'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Protokoll für ausgehende E-Mails geändert zu '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Verschlüsselung geändert zu '; -$lang['options_email_address_changed_to'] = 'E-Mailadresse geändert zu '; -$lang['options_email_sender_name_changed_to'] = 'E-Mail Absendername geändert zu '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host geändert zu '; -$lang['options_smtp_port_changed_to'] = 'SMTP Port geändert zu '; -$lang['options_smtp_username_changed_to'] = 'SMTP Benutzername geändert zu '; -$lang['options_smtp_password_saved'] = 'SMTP Passwort gespeichert'; +$lang['options_mail_settings_saved'] = "Die Einstellungen wurden erfolgreich gespeichert."; +$lang['options_mail_settings_failed'] = "Beim Speichern ist was schief gelaufen. Probiere es erneut."; +$lang['options_outgoing_protocol_hint'] = "Das Protokoll, mit dem E-Mails versendet werden."; +$lang['options_smtp_encryption_hint'] = "Wähle ob E-Mails mit TLS oder SSL versendet werden sollen."; +$lang['options_email_address_hint'] = "Die E-Mail Adresse von der die Mails versendet werden, z.B. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "Der Name des Absenders, z.B. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "Der Hostname des Mailservers, z.B. 'mail.example.com' (ohne 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "Der SMTP Port des Mailservers, z.B. für TLS -> '587', für SSL -> '465'"; +$lang['options_smtp_username_hint'] = "Der Benutzername um sich am Mailserver anzumelden. Normalerweise ist dies die E-Mail Adresse."; +$lang['options_smtp_password_hint'] = "Das Passwort um sich am Mailserver anzumelden."; $lang['options_send_testmail'] = "Sende eine Test-Mail"; $lang['options_send_testmail_hint'] = "Die E-Mail wird an die Adresse versandt, welche in den Account-Einstellungen hinterlegt ist."; $lang['options_send_testmail_failed'] = "Die Testmail wurde nicht versandt. Da ist was schief gelaufen."; diff --git a/application/language/greek/options_lang.php b/application/language/greek/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/greek/options_lang.php +++ b/application/language/greek/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/italian/options_lang.php b/application/language/italian/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/italian/options_lang.php +++ b/application/language/italian/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/polish/options_lang.php b/application/language/polish/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/polish/options_lang.php +++ b/application/language/polish/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/russian/options_lang.php b/application/language/russian/options_lang.php index d2650ec1..db4f12f1 100644 --- a/application/language/russian/options_lang.php +++ b/application/language/russian/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP хост'; $lang['options_smtp_port'] = 'SMTP порт'; $lang['options_smtp_username'] = 'SMTP логин'; $lang['options_smtp_password'] = 'SMTP пароль'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Протокол отправки емэйл изменён на '; -$lang['options_smtp_encryption_changed_to'] = 'Шифрование SMTP изменено на '; -$lang['options_email_address_changed_to'] = 'Адрес электронной почты изменён на '; -$lang['options_email_sender_name_changed_to'] = 'Имя отправителя изменено на '; -$lang['options_smtp_host_changed_to'] = 'SMTP хост изменён на '; -$lang['options_smtp_port_changed_to'] = 'SMTP порт изменён на '; -$lang['options_smtp_username_changed_to'] = 'SMTP логин изменён на '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/spanish/options_lang.php b/application/language/spanish/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/spanish/options_lang.php +++ b/application/language/spanish/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/swedish/options_lang.php b/application/language/swedish/options_lang.php index 731e58c0..e5e267c7 100644 --- a/application/language/swedish/options_lang.php +++ b/application/language/swedish/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Användarnamn'; $lang['options_smtp_password'] = 'SMTP Lösenord'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Nyrad'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Protokoll för utgående e-post har ändrats till '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP-kryptering ändras till '; -$lang['options_email_address_changed_to'] = 'E-postadress ändrad till '; -$lang['options_email_sender_name_changed_to'] = 'E-postavsändarens namn har ändrats till '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host har ändrats till '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post har ändrats till '; -$lang['options_smtp_username_changed_to'] = 'SMTP Användarnamn ändrat till '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong."; diff --git a/application/language/turkish/options_lang.php b/application/language/turkish/options_lang.php index 1d5f0845..b3422a5d 100644 --- a/application/language/turkish/options_lang.php +++ b/application/language/turkish/options_lang.php @@ -38,16 +38,16 @@ $lang['options_smtp_host'] = 'SMTP Host'; $lang['options_smtp_port'] = 'SMTP Port'; $lang['options_smtp_username'] = 'SMTP Username'; $lang['options_smtp_password'] = 'SMTP Password'; -$lang['options_crlf'] = 'CRLF'; -$lang['options_newline'] = 'Newline'; -$lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; -$lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = 'Email Address changed to '; -$lang['options_email_sender_name_changed_to'] = 'Email Sender Name changed to '; -$lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; -$lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; -$lang['options_smtp_username_changed_to'] = 'SMTP Username changed to '; -$lang['options_smtp_password_saved'] = 'SMTP Password saved'; +$lang['options_mail_settings_saved'] = "The settings were saved successfully."; +$lang['options_mail_settings_failed'] = "Something went wrong with saving the settings. Try again."; +$lang['options_outgoing_protocol_hint'] = "The protocol that will be used to send out emails."; +$lang['options_smtp_encryption_hint'] = "Choose whether emails should be sent with TLS or SSL."; +$lang['options_email_address_hint'] = "The email address from which the emails are sent, e.g. 'cloudlog@example.com'"; +$lang['options_email_sender_name_hint'] = "The email sender name, e.g. 'Cloudlog'"; +$lang['options_smtp_host_hint'] = "The hostname of the mail server, e.g. 'mail.example.com' (without 'ssl://' or 'tls://')"; +$lang['options_smtp_port_hint'] = "The SMTP port of the mail server, e.g. if TLS is used -> '587', if SSL is used -> '465'"; +$lang['options_smtp_username_hint'] = "The username to log in to the mail server, usually this is the email address that is used."; +$lang['options_smtp_password_hint'] = "The password to log in to the mail server."; $lang['options_send_testmail'] = "Send Test-Mail"; $lang['options_send_testmail_hint'] = "The email will be sent to the address defined in your account settings."; $lang['options_send_testmail_failed'] = "Testmail failed. Something went wrong.";