From c1a738ce5f35e9752fecd24e06b943c3d538f0c0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 10 May 2007 15:31:35 +0000 Subject: punctuation changes in language files git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/search.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/language/en/search.php') diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index e8470f0e94..720c39635e 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -43,12 +43,12 @@ $lang = array_merge($lang, array( 'GLOBAL' => 'Global announcement', 'IGNORED_TERMS' => 'ignored', - 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: %s', + 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: %s.', 'JUMP_TO_POST' => 'Jump to post', 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.', - 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently', + 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently.', 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', 'NO_SEARCH_RESULTS' => 'No suitable matches were found.', 'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.', @@ -68,7 +68,7 @@ $lang = array_merge($lang, array( 'SEARCH_ALL_TERMS' => 'Search for all terms or use query as entered', 'SEARCH_ANY_TERMS' => 'Search for any terms', 'SEARCH_AUTHOR' => 'Search for author', - 'SEARCH_AUTHOR_EXPLAIN' => 'Use * as a wildcard for partial matches', + 'SEARCH_AUTHOR_EXPLAIN' => 'Use * as a wildcard for partial matches.', 'SEARCH_FIRST_POST' => 'First post of topics only', 'SEARCH_FORUMS' => 'Search in forums', 'SEARCH_FORUMS_EXPLAIN' => 'Select the forum or forums you wish to search in. For speed all subforums can be searched by selecting the parent and setting enable search subforums below.', -- cgit v1.2.1