diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-25 15:23:01 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-25 15:23:01 +0000 |
| commit | 2cc905b28eb7213a28c4b64cce359be227222527 (patch) | |
| tree | 7217b597317d1e82d434380080b5158362c564bf /phpBB/language/en/common.php | |
| parent | 43fd5901ae4b245d8d2d38510ab7141bc9685c36 (diff) | |
| download | forums-2cc905b28eb7213a28c4b64cce359be227222527.tar forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.gz forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.bz2 forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.xz forums-2cc905b28eb7213a28c4b64cce359be227222527.zip | |
Some changes to the way folder images are handled for "special" topics
git-svn-id: file:///svn/phpbb/trunk@6126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 38dce2bd05..492a6f855a 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -551,6 +551,7 @@ $lang = array_merge($lang, array( 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', 'VIEW_TOPIC' => 'View topic', 'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ', + 'VIEW_TOPIC_GLOBAL' => 'Global Announcement: ', 'VIEW_TOPIC_LOCKED' => 'Locked: ', 'VIEW_TOPIC_LOGS' => 'View logs', 'VIEW_TOPIC_MOVED' => 'Moved: ', |
