diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 16:55:22 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 16:55:22 +0000 |
commit | 00da476aa726460f1788e30d567dd12bec75adfd (patch) | |
tree | 51a9b42d553bfafe2205aa8357ad1fb334f488c1 /phpBB/language/en/acp/styles.php | |
parent | 38e08367d2f7dbf1127c8ac7912e9a0532d5f366 (diff) | |
download | forums-00da476aa726460f1788e30d567dd12bec75adfd.tar forums-00da476aa726460f1788e30d567dd12bec75adfd.tar.gz forums-00da476aa726460f1788e30d567dd12bec75adfd.tar.bz2 forums-00da476aa726460f1788e30d567dd12bec75adfd.tar.xz forums-00da476aa726460f1788e30d567dd12bec75adfd.zip |
#11042
git-svn-id: file:///svn/phpbb/trunk@7609 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 25ce8d13c8..7380322da4 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -161,7 +161,9 @@ $lang = array_merge($lang, array( 'IMG_FORUM_UNREAD' => 'Forum new posts', 'IMG_FORUM_UNREAD_LOCKED' => 'Forum new posts locked', 'IMG_FORUM_UNREAD_SUBFORUM' => 'Subforum new posts', - + 'IMG_SUBFORUM_READ' => 'Legend subforum', + 'IMG_SUBFORUM_UNREAD' => 'Legend subforum new posts', + 'IMG_TOPIC_MOVED' => 'Topic moved', 'IMG_TOPIC_READ' => 'Topic', |