diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-12 17:53:13 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-12 17:53:13 +0000 |
commit | 515993f5aead7b10584956fbf6d9dffe8705ecd4 (patch) | |
tree | 0c9ea01ed4547151b9468288e4f69220c5389644 /phpBB/language/en/common.php | |
parent | 6875bd59b4eb4bedd9b62855d2d9f571169690a4 (diff) | |
download | forums-515993f5aead7b10584956fbf6d9dffe8705ecd4.tar forums-515993f5aead7b10584956fbf6d9dffe8705ecd4.tar.gz forums-515993f5aead7b10584956fbf6d9dffe8705ecd4.tar.bz2 forums-515993f5aead7b10584956fbf6d9dffe8705ecd4.tar.xz forums-515993f5aead7b10584956fbf6d9dffe8705ecd4.zip |
Begone hardcoded ellipsis of the secret template! Putting into language file so that it is i18n/L10n-able...
git-svn-id: file:///svn/phpbb/trunk@6751 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 541d004f11..5469ec7ed2 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -444,17 +444,18 @@ $lang = array_merge($lang, array( 'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum', 'SEARCH' => 'Search', + 'SEARCH_MINI' => 'Search…', 'SEARCH_ADV' => 'Advanced search', 'SEARCH_ADV_EXPLAIN' => 'View the advanced search options', 'SEARCH_KEYWORDS' => 'Search for keywords', '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', - 'SEARCH_TOPIC' => 'Search this topic', + 'SEARCH_TOPIC' => 'Search this topic…', 'SEARCH_UNANSWERED' => 'View unanswered posts', 'SECONDS' => 'Seconds', 'SELECT' => 'Select', |