From 515993f5aead7b10584956fbf6d9dffe8705ecd4 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Tue, 12 Dec 2006 17:53:13 +0000 Subject: [PATCH] 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 --- phpBB/language/en/common.php | 5 +++-- 1 file 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 cannot 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',