Skip to content

Commit

Permalink
Merge pull request #804 from chrean/master
Browse files Browse the repository at this point in the history
Fix typo ( s/pasword/password/ )
  • Loading branch information
DavidGoodwin committed Feb 15, 2024
2 parents 8c13690 + f81a070 commit 308d43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages/it.lang
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion languages/pt-pt.lang
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion public/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
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>
Expand Down

0 comments on commit 308d43c

Please sign in to comment.