diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:03:00 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:03:00 +0000 |
commit | da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4 (patch) | |
tree | 106c27b96cca8352d32b8b473891f8ef8e9187a0 /phpBB/language/en | |
parent | 3a2f8753f6439deda28bf5cc2fa3af081e443e91 (diff) | |
download | forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.gz forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.bz2 forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.xz forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.zip |
only some space/tab changes as well as removing my debug code from the template file. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8761 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 5e594e025b..9b066ecdaa 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -262,7 +262,7 @@ $lang = array_merge($lang, array( 'HOME' => 'Home', 'ICQ' => 'ICQ', - 'ICQ_STATUS' => 'ICQ status', + 'ICQ_STATUS' => 'ICQ status', 'IF' => 'If', 'IMAGE' => 'Image', 'IMAGE_FILETYPE_INVALID' => 'Image file type %d for mimetype %s not supported.', @@ -333,7 +333,7 @@ $lang = array_merge($lang, array( 'MODERATORS' => 'Moderators', 'MONTH' => 'Month', 'MOVE' => 'Move', - 'MSNM' => 'MSNM/WLM', + 'MSNM' => 'MSNM/WLM', 'NA' => 'N/A', 'NEWEST_USER' => 'Our newest member <strong>%s</strong>', @@ -500,7 +500,7 @@ $lang = array_merge($lang, array( 'SEARCHING_FORUMS' => 'Searching forums', 'SEARCH_ACTIVE_TOPICS' => 'View active topics', 'SEARCH_FOR' => 'Search for', - 'SEARCH_FORUM' => 'Search this forum…', + 'SEARCH_FORUM' => 'Search this forum…', 'SEARCH_NEW' => 'View new posts', 'SEARCH_POSTS_BY' => 'Search posts by', 'SEARCH_SELF' => 'View your posts', @@ -674,7 +674,7 @@ $lang = array_merge($lang, array( 'YEAR' => 'Year', 'YEAR_MONTH_DAY' => '(YYYY-MM-DD)', 'YES' => 'Yes', - 'YIM' => 'YIM', + 'YIM' => 'YIM', 'YOU_LAST_VISIT' => 'Last visit was: %s', 'YOU_NEW_PM' => 'A new private message is waiting for you in your Inbox.', 'YOU_NEW_PMS' => 'New private messages are waiting for you in your Inbox.', |