diff options
author | plegall <plg@piwigo.org> | 2009-05-31 19:46:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-05-31 19:46:59 +0000 |
commit | 654ce203d3290c524adb797208d4e3037c0f5407 (patch) | |
tree | 8131f916430b69f9aa6d3ec272d4d26c3b484857 /language/en_UK | |
parent | 01dc8c2677f7a827f8e497e1bfed96932c1586bc (diff) |
merge r3381 from branch 2.0 to trunk
feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from
Piwigo itself. Admins can perform this action at the end of installation or on
administration panel index.
git-svn-id: http://piwigo.org/svn/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 835a2ac1d..374d3606b 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -648,4 +648,8 @@ $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) +$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'; ?> |