diff options
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/lang_english.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 8be5e9ba4d..c3ebaa2df5 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -159,6 +159,9 @@ $l_hotthres = "More then $hot_threshold $l_posts"; $l_islocked = "$l_topic is Locked (No new $l_posts may be made in it)"; $l_moderatedby = "Moderated by"; +$l_Days = "Day/s"; +$l_All_posts = "All posts"; + // Private forums $l_privateforum = "This is a <b>Private Forum</b>."; $l_private = "$l_privateforum<br>Note: you must have cookies enabled in order to use private forums."; |