aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-05-31 19:35:51 +0000
committerplegall <plg@piwigo.org>2009-05-31 19:35:51 +0000
commit32a24fefc9aece305d244933ec9e3272978193bc (patch)
tree2bf5bb132364eef99915d32c88c6f7e9d374349a /language/en_UK
parente486b3c79af80356ce85afe8fed47ee4a554a83f (diff)
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/branches/2.0@3381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/admin.lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 90e6780f8..ce83cebbf 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -647,4 +647,9 @@ $lang['Bound template'] = 'Bound template';
$lang['Downloads'] = 'Downloads';
$lang['Released on'] = 'Released on';
$lang['Number of downloads'] = 'Number of downloads';
+// --------- Starting below: New or revised $lang ---- from Colibri
+$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';
?>