1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

More minor changes

git-svn-id: file:///svn/phpbb/trunk@3004 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-11-01 15:40:22 +00:00
parent ab669d0f04
commit ac0c0f5247
4 changed files with 17 additions and 25 deletions

View File

@@ -232,6 +232,7 @@ $lang = array_merge($lang, array(
'Edit_delete_post' => 'Edit/Delete this post',
'View_IP' => 'View IP of poster',
'Delete_post' => 'Delete this post',
'Delete_post_warn' => 'Once deleted the post cannot be recovered',
'wrote' => 'wrote',
'Quote' => 'Quote',
'Code' => 'Code',
@@ -275,6 +276,7 @@ $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',
'Forum_locked' => 'This forum is locked you cannot post, reply to or edit topics',