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/common.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/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index fe753c50ac..183f465a98 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -93,7 +93,6 @@ $lang = array_merge($lang, array( 'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest', 'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests', 'BYTES' => 'Bytes', - 'BY' => 'by', 'CANCEL' => 'Cancel', 'CHANGE' => 'Change', @@ -336,7 +335,6 @@ $lang = array_merge($lang, array( 'OCCUPATION' => 'Occupation', 'OFFLINE' => 'Offline', - 'ON' => 'On', 'ONLINE' => 'Online', 'ONLINE_BUDDIES' => 'Online Buddies', 'ONLINE_USERS_TOTAL' => 'In total there are <strong>%d</strong> users online :: ', @@ -352,8 +350,11 @@ $lang = array_merge($lang, array( 'POST_ANNOUNCEMENT' => 'Announce', 'POST_STICKY' => 'Sticky', 'POSTED' => 'Posted', + 'POSTED_IN_FORUM' => 'in', + 'POSTED_ON_DATE' => 'on', 'POSTS' => 'Posts', 'POSTS_UNAPPROVED' => 'At least one post in this topic has not been approved', + 'POST_BY_AUTHOR' => 'by', 'POST_BY_FOE' => 'This post was made by <strong>%1$s</strong> who is currently on your ignore list. %2$sDisplay this post%3$s.', 'POST_DAY' => '%.2f posts per day', 'POST_DETAILS' => 'Post details', |
