diff options
author | rub <rub@piwigo.org> | 2007-03-15 23:20:41 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-15 23:20:41 +0000 |
commit | 6d2ea02a9591a219f5964ecc98ffa3f7796039fa (patch) | |
tree | 81caf2c1745f31910d61ae2dcce316f657ca7f6c /language/en_UK.iso-8859-1/admin.lang.php | |
parent | d98c48bc6e0e5ab7de21e5252889270ecdea6c89 (diff) |
Add new translation functions.inc.php
Translate subject of information mail.
Notification mails are sent on the default language.
No mail is sent to the author witch are not done actions
git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 3c5dbffff..43895ce78 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -578,4 +578,8 @@ $lang['conf_history_guest'] = 'Save page visits by guests'; $lang['conf_history_user'] = 'Save page visits by users'; $lang['conf_history_admin'] = 'Save page visits by administrators'; $lang['cat_options_title'] = 'Properties'; +$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s'; +$lang['Send an information email to group members'] = 'Send an information email to group members'; +$lang['Group'] = 'Group'; +$lang['Come to visit %s'] = 'Come to visit %s'; ?> |