0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

Fix typo ( s/pasword/password/ )

This commit is contained in:
Gabriel Sambarino 2024-02-15 15:56:57 +01:00
parent 8c1369068f
commit f81a070cc9
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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.

View File

@ -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 <code>config.local.php</code> file";
echo $todo . " You need to have a setup_password hash configured in a <code>config.local.php</code> file";
}
?>
</li>