diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-08-12 13:55:01 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-08-12 13:55:01 +0000 |
| commit | e9a14eebf6ce9c26ffa7054ec59779de340330fb (patch) | |
| tree | a052686e74aaa0f1e84745ce53fe1692c2acc94f /phpBB/language/en/mcp.php | |
| parent | 8405f0d324fd42bec2f775986e69e5d8cf548ebf (diff) | |
| download | forums-e9a14eebf6ce9c26ffa7054ec59779de340330fb.tar forums-e9a14eebf6ce9c26ffa7054ec59779de340330fb.tar.gz forums-e9a14eebf6ce9c26ffa7054ec59779de340330fb.tar.bz2 forums-e9a14eebf6ce9c26ffa7054ec59779de340330fb.tar.xz forums-e9a14eebf6ce9c26ffa7054ec59779de340330fb.zip | |
- 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
Diffstat (limited to 'phpBB/language/en/mcp.php')
| -rw-r--r-- | phpBB/language/en/mcp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 294864c3d1..635c2e2a9c 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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', |
