diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
commit | 34711f584651205cb6738b49df285d93a35393b5 (patch) | |
tree | f07a05279d36140b3b71313e0ed50e081709558b /locales/pl_PL | |
parent | 0d55f5aa35d21b79c5d79f7214c4c9e05b1d2684 (diff) |
Ask the current password before changing a user password
Diffstat (limited to 'locales/pl_PL')
-rw-r--r-- | locales/pl_PL/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 27ffdef7..25c3e637 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -267,4 +267,7 @@ return array( // 'Do you really want to remove this comment?' => '', // 'Only administrators or the creator of the comment can access to this page.' => '', // 'Details' => '', + // 'Current password for the user "%s"' => '', + // 'The current password is required' => '', + // 'Wrong password' => '', ); |