- remove last karma leftovers

git-svn-id: file:///svn/phpbb/trunk@6086 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2006-06-17 12:16:56 +00:00
parent dc53e86bf9
commit add20b4a92
2 changed files with 0 additions and 8 deletions

View file

@ -230,7 +230,6 @@ $lang = array_merge($lang, array(
'POST_NOT_EXIST' => 'The post you requested does not exist',
'POST_REPORTED_SUCCESS' => 'This post has been successfully reported',
'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully',
'POST_UNRATED_SUCCESS' => 'Post unrated successfully',
'READ_USERNOTES' => 'User notes',
'READ_WARNINGS' => 'User warnings',
@ -314,8 +313,6 @@ $lang = array_merge($lang, array(
'UNLOCK_TOPIC_CONFIRM' => 'Are you sure you want to unlock this topic?',
'UNLOCK_TOPICS' => 'Unlock selected topics',
'UNLOCK_TOPICS_CONFIRM' => 'Are you sure you want to unlock all selected topics?',
'UNRATE_POST' => 'Unrate post',
'UNRATE_POST_EXPLAIN' => 'Reset post rating',
'USER_CANNOT_POST' => 'You cannot post in this forum',
'USER_CANNOT_REPORT' => 'You cannot report posts in this forum',
'USER_FEEDBACK_ADDED' => 'User feedback added successfully',

View file

@ -79,11 +79,6 @@ $lang = array_merge($lang, array(
'QUICK_MOD' => 'Quick-mod tools',
'QUOTE' => 'Quote',
'RATE' => 'Rate',
'RATE_BAD' => 'Bad',
'RATE_GOOD' => 'Good',
'RATING_ADDED' => 'Your rating for this poster has been saved.',
'RATING_UPDATED' => 'Your existing rating for this poster has been updated',
'REPLY_TO_TOPIC' => 'Reply to topic',
'RETURN_POST' => '%sReturn to the post%s',