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

- removed some more useless language strings [Bug #3648]

- removed hard to translate words "by" and "on"


git-svn-id: file:///svn/phpbb/trunk@6272 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-08-12 13:55:01 +00:00
parent 8405f0d324
commit e9a14eebf6
3 changed files with 9 additions and 8 deletions

View File

@@ -233,6 +233,8 @@ $lang = array_merge($lang, array(
'READ_WARNINGS' => 'User warnings',
'REPORTER' => 'Reporter',
'REPORTED' => 'Reported',
'REPORTED_BY' => 'Reported by',
'REPORTED_ON_DATE' => 'on',
'REPORTS_CLOSED_SUCCESS' => 'The selected reports have been closed successfully.',
'REPORTS_DELETED_SUCCESS' => 'The selected reports have been deleted successfully.',
'REPORTS_TOTAL' => 'In total there are <strong>%d</strong> reports to review',
@@ -257,6 +259,7 @@ $lang = array_merge($lang, array(
'RETURN_QUEUE' => '%sReturn to the queue%s',
'RETURN_REPORTS' => '%sReturn to the reports%s',
'SEARCH_POSTS_BY_USER' => 'Search posts by',
'SELECT_ACTION' => 'Select desired action',
'SELECT_TOPIC' => 'Select topic',
'SELECT_USER' => 'Select user',