From 554fe94f7fa599ff8109df5371bbdfa6fd61eee7 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 18 Aug 2009 20:51:39 +0000 Subject: Bug 1041 fixed : manual user adding in admin's user management panel - Double password type fields - Add controls of the filling fields - Alert text added in language pack - EN, FR, DE and ES are OK. IT have to be fixed. - Subsidiary fix : Small grammatical error in FR/common.lang.php git-svn-id: http://piwigo.org/svn/trunk@3751 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'language/en_UK') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 9357321c0..e3f856001 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -647,11 +647,15 @@ $lang['Bound template'] = 'Bound template'; $lang['Downloads'] = 'Downloads'; $lang['Released on'] = 'Released on'; $lang['Number of downloads'] = 'Number of downloads'; -// --------- Starting below: New or revised $lang ---- from Colibri (2.1) +// --------- Starting below: New or revised $lang ---- from Colibri $lang['Piwigo Announcements Newsletter'] = 'Piwigo Announcements Newsletter'; $lang['Subscribe to Piwigo Announcements Newsletter'] = 'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'; $lang['Subscribe %s'] = 'Subscribe %s'; $lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Subscribe %s to Piwigo Announcements Newsletter'; $lang['Purge search history'] = 'Purge search history'; $lang['Hide'] = 'Hide'; +$lang['Password is missing'] = 'Password is missing. Please enter the password.'; +$lang['Password confirmation is missing'] = 'Password confirmation is missing. Please confirm the chosen password.'; +$lang['Email address is missing'] = 'Email address is missing. Please specify an email address.'; +$lang['Password confirmation error'] = 'Password confirmation error.'; ?> -- cgit v1.2.3