diff options
author | rub <rub@piwigo.org> | 2007-03-12 23:10:35 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-12 23:10:35 +0000 |
commit | 17246da0890c27a4598db4b808daba2362a48a4b (patch) | |
tree | a3845b41249f8cc968abe1dba536a21f67726210 /language/en_UK.iso-8859-1 | |
parent | 4577278acc361facfbd70c6172355ee12e1b80e4 (diff) |
Add notification when a picture is loaded.
Change little translations.
Improve mail sent.
git-svn-id: http://piwigo.org/svn/trunk@1901 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 7 | ||||
-rw-r--r-- | language/en_UK.iso-8859-1/help/configuration.html | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 985d63cf0..5004c5b98 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -82,9 +82,10 @@ $lang['Edit all picture informations'] = 'Edit all picture informations'; $lang['Edit selected tags'] = 'Edit selected tags'; $lang['Edit tags'] = 'Edit tags'; $lang['Elements'] = 'Elements'; -$lang['Email admin when a new user registers'] = 'Email admin when a new user registers'; -$lang['Email admin when a valid comment is entered'] = 'Email admin when a valid comment is entered'; -$lang['Email admin when a comment requires validation'] = 'Email admin when a comment requires validation'; +$lang['Email administrators when a new user registers'] = 'Email admins when a new user registers'; +$lang['Email administrators when a valid comment is entered'] = 'Email admins when a valid comment is entered'; +$lang['Email administrators when a comment requires validation'] = 'Email admins when a comment requires validation'; +$lang['Email administrators when a picture is uploaded'] = 'Email adminis when a picture is uploaded'; $lang['Empty caddie'] = 'Empty caddie'; $lang['Environment'] = 'Environment'; $lang['Expand all categories'] = 'Expand all categories'; diff --git a/language/en_UK.iso-8859-1/help/configuration.html b/language/en_UK.iso-8859-1/help/configuration.html index 30f0b7177..6dc4c67bc 100644 --- a/language/en_UK.iso-8859-1/help/configuration.html +++ b/language/en_UK.iso-8859-1/help/configuration.html @@ -29,10 +29,12 @@ page.</li> <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li> - <li><strong>Email admin when a new user registers</strong>: Administrators will be received mail for each registration.</li> + <li><strong>Email admins when a new user registers</strong>: Administrators will be received mail for each registration.</li> <li><strong>Allow user registration</strong>: Registration is free for all.</li> + <li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li> + </ul> <h3>History</h3> @@ -66,10 +68,10 @@ rate images.</li> takes place in screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li> - <li><strong>Email admin when a valid comment is entered</strong>: + <li><strong>Email admins when a valid comment is entered</strong>: Sends an email to the administrators when a user enters a comment and this comment is validated.</li> - <li><strong>Email admin when a comment requires validation</strong>: + <li><strong>Email admins when a comment requires validation</strong>: Sends an email to the administrators when a user enters a comment that requires validation by the admin. User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li> |