aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-10 15:31:35 +0000
commitc1a738ce5f35e9752fecd24e06b943c3d538f0c0 (patch)
treea1c9501ef23bd00edc516e11a0a8f443aaaf6ec3 /phpBB/language/en/search.php
parentf2aea5a725bcfce01f6ff7cbc65b256d17886cfc (diff)
downloadforums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.gz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.bz2
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.tar.xz
forums-c1a738ce5f35e9752fecd24e06b943c3d538f0c0.zip
punctuation changes in language files
git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php6
1 files changed, 3 insertions, 3 deletions
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: <strong>%s</strong>',
+ 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <strong>%s</strong>.',
'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.',