From f81a070cc97f277fa9f5956af6d08bbd86854387 Mon Sep 17 00:00:00 2001 From: Gabriel Sambarino Date: Thu, 15 Feb 2024 15:56:57 +0100 Subject: [PATCH] Fix typo ( s/pasword/password/ ) --- languages/it.lang | 2 +- languages/pt-pt.lang | 2 +- public/setup.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/it.lang b/languages/it.lang index 82817091..c0aa52d1 100644 --- a/languages/it.lang +++ b/languages/it.lang @@ -424,7 +424,7 @@ $PALANG['pFetchmail_desc_src_server'] = 'Server remoto'; $PALANG['pFetchmail_desc_src_port'] = 'Remote port number, if a non-standard remote port is needed. (0: use default)'; # XXX $PALANG['pFetchmail_desc_src_auth'] = 'Sostanzialmente \'password\''; # Translators: Please do NOT translate 'password' here $PALANG['pFetchmail_desc_src_user'] = 'Utente remoto'; -$PALANG['pFetchmail_desc_src_password'] = 'Pasword remota'; +$PALANG['pFetchmail_desc_src_password'] = 'Password remota'; $PALANG['pFetchmail_desc_src_folder'] = 'Casella remota'; $PALANG['pFetchmail_desc_poll_time'] = 'Recupera ogni ... minuti'; $PALANG['pFetchmail_desc_fetchall'] = 'Recupera anche i messaggi già letti'; diff --git a/languages/pt-pt.lang b/languages/pt-pt.lang index 727671f3..90be1770 100644 --- a/languages/pt-pt.lang +++ b/languages/pt-pt.lang @@ -182,7 +182,7 @@ $PALANG['pPassword_password_current'] = 'Password actual'; $PALANG['pPassword_password_current_text_error'] = 'Não digitou a password actual!'; $PALANG['pPassword_password'] = 'Nova password'; $PALANG['pPassword_password2'] = 'Nova password (confirmação)'; -$PALANG['pPassword_password_text_error'] = 'As paswords fornecidas são diferentes! Ou não foram digitadas!'; # XXX check/beautify - was split in two lines before +$PALANG['pPassword_password_text_error'] = 'As passwords fornecidas são diferentes! Ou não foram digitadas!'; # XXX check/beautify - was split in two lines before $PALANG['change_password'] = 'Alterar Password'; $PALANG['pPassword_result_error'] = 'Não foi possível alterar a password! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Password alterada! (%s)'; # XXX Text changed to: The password for %s has been changed. diff --git a/public/setup.php b/public/setup.php index ccb79b48..d1d84480 100644 --- a/public/setup.php +++ b/public/setup.php @@ -110,7 +110,7 @@ $tick = ' ✅ '; if ($configSetupDone) { echo $tick . " setup_password configured"; } else { - echo $todo . " You need to have a setup_pasword hash configured in a config.local.php file"; + echo $todo . " You need to have a setup_password hash configured in a config.local.php file"; } ?>