feature:2021 change contents of the mail + add option on admin/user_list
git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5ea5350deb
commit
a412558492
12 changed files with 69 additions and 16 deletions
|
|
@ -307,7 +307,7 @@ $lang['Search'] = "Search";
|
|||
$lang['search'] = "search";
|
||||
$lang['searched words : %s'] = "searched words : %s";
|
||||
$lang['Sent by'] = "Sent by";
|
||||
$lang['Send my password by email'] = 'Send my password by email';
|
||||
$lang['Send my connection settings by email'] = 'Send my connection settings by email';
|
||||
$lang['set as album representative'] = "set as album thumbnail";
|
||||
$lang['Show file metadata'] = "Show file metadata";
|
||||
$lang['Show number of comments'] = "Show number of comments";
|
||||
|
|
@ -318,7 +318,7 @@ $lang['slideshow'] = "slideshow";
|
|||
$lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:';
|
||||
$lang['Sort by'] = "Sort by";
|
||||
$lang['Sort order'] = "Sort order";
|
||||
$lang['Successfully registered, an email with your password has been sent to you. Welcome!'] = 'Successfully registered, an email with your password has been sent to you. Welcome!';
|
||||
$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Successfully registered, you will soon receive an email with your connection settings. Welcome!';
|
||||
$lang['Specials'] = "Specials";
|
||||
$lang['SQL queries in'] = "SQL queries in";
|
||||
$lang['stop the slideshow'] = "stop the slideshow";
|
||||
|
|
@ -376,7 +376,10 @@ $lang['xlarge'] = "XLarge";
|
|||
$lang['xxlarge'] = "XXLarge";
|
||||
$lang['original'] = "Original";
|
||||
$lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!';
|
||||
$lang['Here is your password: %s'] = 'Here is your password: %s';
|
||||
$lang['Here are your connection settings'] = 'Here are your connection settings';
|
||||
$lang['Password: %s'] = 'Password: %s';
|
||||
$lang['Username: %s'] = 'Username: %s';
|
||||
$lang['Email: %s'] = 'Email: %s';
|
||||
$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s';
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue