aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/forums.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
commit3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2 (patch)
tree95a8f3fedd9034172fc0397b710515ae14488f42 /phpBB/language/en/acp/forums.php
parent7c18792a6e2c3481ec073828039c31c18d922167 (diff)
downloadforums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.gz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.bz2
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.xz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.zip
#6772
- some other random things git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r--phpBB/language/en/acp/forums.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index 48d4374056..f6a2e88d84 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -67,6 +67,7 @@ $lang = array_merge($lang, array(
'FORUM_AUTO_PRUNE_EXPLAIN' => 'Prunes the forum of topics, set the frequency/age parameters below.',
'FORUM_CREATED' => 'Forum created successfully.',
'FORUM_DATA_NEGATIVE' => 'Pruning parameters cannot be negative.',
+ 'FORUM_DESC_TOO_LONG' => 'The forum description is too long, it must be less than 4000 characters.',
'FORUM_DELETE' => 'Delete forum',
'FORUM_DELETE_EXPLAIN' => 'The form below will allow you to delete a forum. If the forum is postable you are able to decide where you want to put all topics (or forums) it contained.',
'FORUM_DELETED' => 'Forum successfully deleted.',
@@ -92,6 +93,7 @@ $lang = array_merge($lang, array(
'FORUM_RULES_LINK' => 'Link to forum rules',
'FORUM_RULES_LINK_EXPLAIN' => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the forum rules text you specified.',
'FORUM_RULES_PREVIEW' => 'Forum rules preview',
+ 'FORUM_RULES_TOO_LONG' => 'The forum description is too long, it must be less than 4000 characters.',
'FORUM_SETTINGS' => 'Forum settings',
'FORUM_STATUS' => 'Forum status',
'FORUM_STYLE' => 'Forum style',