diff options
author | flop25 <flop25@piwigo.org> | 2013-10-24 17:55:00 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-10-24 17:55:00 +0000 |
commit | cd76660cf614089238dda022d938ae625db18cfe (patch) | |
tree | 00ec295b1811dcda1d3cc532dd4491a3efee1581 /language/mn_MN | |
parent | 703c5f98393b46026b8f3cbe94171e87ea85f452 (diff) |
bug:2948 The registration can be done without typing a password
The password is only mandatory on the public register page
Better error messages from admin/user_list.php
git-svn-id: http://piwigo.org/svn/trunk@25121 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/mn_MN/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/mn_MN/common.lang.php b/language/mn_MN/common.lang.php index 94447dbf0..03f324b92 100644 --- a/language/mn_MN/common.lang.php +++ b/language/mn_MN/common.lang.php @@ -206,7 +206,6 @@ $lang['remove this tag from the list'] = 'жагсаалтаас энэ үгий $lang['this email address is already in use'] = 'энэ имэйл хаягаар бүртгүүлсэн байна'; $lang['the beginning'] = 'эхнээс нь'; $lang['the username must be given'] = 'хэрэглэгчийн нэр заавал шаардлагатай'; -$lang['please enter your password again'] = 'нууц үгээ давтан оруулна уу'; $lang['created after %s (%s)'] = '%s (%s)-с хойш авсан'; $lang['created before %s (%s)'] = '%s (%s)-с өмнө авсан'; $lang['customize the appareance of the gallery'] = 'галерейн харагдах байдлыг засах'; @@ -415,4 +414,5 @@ $lang['Email'] = 'и-мэйл'; $lang['First Page'] = 'эхний хуудас'; $lang['Go back to the album'] = 'Цомог уруу буцах'; $lang['Last Page'] = 'сүүлийн хуудас'; +$lang['Password is missing. Please enter the password.'] = 'Уучлаарай. Нууц үгээ оруулна уу.'; ?>
\ No newline at end of file |