diff options
author | plegall <plg@piwigo.org> | 2005-09-18 00:29:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-18 00:29:49 +0000 |
commit | f7b777c90ac54e4c33d9e57ea132e44b49ce487a (patch) | |
tree | 2bc6d690aec73d6d7770bdf679dfe5f8204a1be9 /language/en_UK.iso-8859-1/common.lang.php | |
parent | 60fc8c061adbad349c3a0a365f46b37ba8339cd2 (diff) |
- new: automatic new password sent by mail when requested by user
git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 756408332..7dddd87ed 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -48,17 +48,21 @@ $lang['Category'] = 'Category'; $lang['Close this window'] = 'Close this window'; $lang['Confirm Password'] = 'Confirm Password'; $lang['Connection settings'] = 'Connection settings'; +$lang['Contact webmaster'] = 'Contact webmaster'; $lang['Create a new account'] = 'Create a new account'; $lang['Created on'] = 'Created on'; $lang['Current password is wrong'] = 'Current password is wrong'; $lang['Dimensions'] = 'Dimensions'; $lang['Display'] = 'Display'; +$lang['Email address is missing'] = 'Email address is missing'; $lang['Email address'] = 'Email address'; $lang['Enter your personnal informations'] = 'Enter your personnal informations'; +$lang['Error sending email'] = 'Error sending email'; $lang['File'] = 'File'; $lang['Filesize'] = 'Filesize'; $lang['Filter and display'] = 'Filter and display'; $lang['Filter'] = 'Filter'; +$lang['Forgot your password?'] = 'Forgot your password?'; $lang['Go through the gallery as a visitor'] = 'Go through the gallery as a visitor'; $lang['Help'] = 'Help'; $lang['Identification'] = 'Identification'; @@ -69,9 +73,13 @@ $lang['Mail address'] = 'Mail address'; $lang['N/A'] = 'N/A'; $lang['New on %s'] = 'New on %s'; $lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond'; +$lang['New password sent by email'] = 'New password sent by email'; +$lang['No email address'] = 'No email address'; +$lang['No user matches this email address'] = 'No user matches this email address'; $lang['Notification'] = 'Notification'; $lang['Number of items'] = 'Number of items'; $lang['Original dimensions'] = 'Original dimensions'; +$lang['Password forgotten'] = 'Password forgotten'; $lang['Password'] = 'Password'; $lang['PhpWebGallery Help'] = 'PhpWebGallery Help'; $lang['Profile'] = 'Profile'; @@ -80,7 +88,9 @@ $lang['Register'] = 'Register'; $lang['Registered on'] = 'Registered on'; $lang['Registration'] = 'Registration'; $lang['Reset'] = 'Reset'; +$lang['Retrieve password'] = 'Retrieve password'; $lang['Search'] = 'Search'; +$lang['Send new password'] = 'Send new password'; $lang['Since'] = 'Since'; $lang['Sort by'] = 'Sort by'; $lang['Sort order'] = 'Sort order'; @@ -197,6 +207,7 @@ $lang['no_category'] = 'Home'; $lang['no_rate'] = 'no rate'; $lang['notification'] = 'notification'; $lang['only_members'] = 'Only members can access this page'; +$lang['password updated'] = 'password updated'; $lang['password'] = 'Password'; $lang['password_hint'] = 'You only have to give your password if you wish to change your e-mail'; $lang['periods_error'] = 'Recent period must be a positive integer value'; @@ -286,6 +297,7 @@ $lang['upload_picture'] = 'Upload a picture'; $lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible'; $lang['upload_title'] = 'Upload a picture'; $lang['upload_username'] = 'Username'; +$lang['useful when password forgotten'] = 'useful when password forgotten'; $lang['w_month'] = 'Month'; $lang['yes'] = 'Yes'; ?>
\ No newline at end of file |