diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-19 18:55:23 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-19 18:55:23 +0000 |
| commit | c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4 (patch) | |
| tree | bad6e0996d20604d40f882db55e62abb9e42e663 /phpBB/language/en/lang_main.php | |
| parent | b468fd6e29c65f9a5825ebbbd33845e0fa549380 (diff) | |
| download | forums-c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4.tar forums-c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4.tar.gz forums-c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4.tar.bz2 forums-c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4.tar.xz forums-c1fc6dce16cf70a690bd02fd6bbb501527c6b7c4.zip | |
Further layout faffing, nav links for viewtopic (code needs merging with viewforum/posting), moderators for viewtopic
git-svn-id: file:///svn/phpbb/trunk@3063 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 762b22a5eb..d88b2ce280 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -207,6 +207,7 @@ $lang = array_merge($lang, array( 'Rules_delete_cannot' => 'You <b>cannot</b> delete your posts in this forum', 'Rules_vote_can' => 'You <b>can</b> vote in polls in this forum', 'Rules_vote_cannot' => 'You <b>cannot</b> vote in polls in this forum', + 'ACP' => '[ %sAdministration Control Panel%s ]', 'MCP' => '[ %sModerator Control Panel%s ]', 'No_topics_post_one' => 'There are no posts in this forum<br />Click on the <b>Post New Topic</b> link on this page to post one', 'Stop_watching_forum' => 'Stop watching this forum', |
