summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-01-12 11:24:11 +0100
committerAdrian Lang <lang@cosmocode.de>2010-01-20 10:53:26 +0100
commiteee44352b2c73d56818600770b87f891b88a545f (patch)
treea79747fa2323d03c0a4ef9bccd6ccd4f161e8375 /lib/plugins/config/lang/en
parente419596a1552d52670605ef4c380757d6fd0ffa7 (diff)
downloadrpg-eee44352b2c73d56818600770b87f891b88a545f.tar.gz
rpg-eee44352b2c73d56818600770b87f891b88a545f.tar.bz2
Add subscribe time to admin interface.
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 25103278c..45b653680 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -130,6 +130,7 @@ $lang['gdlib'] = 'GD Lib version';
$lang['im_convert'] = 'Path to ImageMagick\'s convert tool';
$lang['jpg_quality'] = 'JPG compression quality (0-100)';
$lang['subscribers'] = 'Enable page subscription support';
+$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be larger than the time specified in recent_days.';
$lang['compress'] = 'Compact CSS and javascript output';
$lang['hidepages'] = 'Hide matching pages (regular expressions)';
$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages';