mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
only minor changes, some notes, played around with the code... nothing special.
git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -302,7 +302,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MESSAGE_BODY' => 'Message body',
|
||||
'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <b>%d</b> characters.',
|
||||
'Topic_review' => 'Topic review',
|
||||
'TOPIC_REVIEW' => 'Topic review',
|
||||
'TOPIC_ICON' => 'Topic icon',
|
||||
'POST_ICON' => 'Post icon',
|
||||
'No_post_mode' => 'No post mode specified',
|
||||
@@ -320,9 +320,9 @@ $lang = array_merge($lang, array(
|
||||
'Empty_subject' => 'You must specify a subject when posting a new topic',
|
||||
'To_long_subject' => 'The subject is too long it must be 60 characters or less',
|
||||
'EMPTY_MESSAGE' => 'You must enter a message when posting',
|
||||
'Too_few_chars' => 'Your message contains too few characters',
|
||||
'Too_many_chars' => 'Your message contains too many characters',
|
||||
'Too_many_smilies' => 'Your message contains too many emoticons',
|
||||
'TOO_FEW_CHARS' => 'Your message contains too few characters',
|
||||
'TOO_MANY_CHARS' => 'Your message contains too many characters',
|
||||
'TOO_MANY_SMILIES' => 'Your message contains too many emoticons',
|
||||
'Forum_locked' => 'This forum is locked you cannot post, reply to or edit topics',
|
||||
'Topic_locked' => 'This topic is locked you cannot edit posts or make replies',
|
||||
'No_post_id' => 'No post ID was specified',
|
||||
|
Reference in New Issue
Block a user