aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-10-04 18:13:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-10-04 18:13:59 +0000
commitbf8ac19eaa8d74f9dfd6d597190f5664e7339382 (patch)
treec3ad876736748e36cb9176a0248cc43badfc1d9a /phpBB/language/en/search.php
parent3215bbf88864139dc8c7e9ac5773b1ea8a7e96c1 (diff)
downloadforums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.gz
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.bz2
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.xz
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.zip
Move trunk/phpBB to old_trunk/phpBB
git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php103
1 files changed, 0 insertions, 103 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
deleted file mode 100644
index 4618a585b3..0000000000
--- a/phpBB/language/en/search.php
+++ /dev/null
@@ -1,103 +0,0 @@
-<?php
-/**
-*
-* search [English]
-*
-* @package language
-* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
-*
-*/
-
-/**
-* DO NOT CHANGE
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-if (empty($lang) || !is_array($lang))
-{
- $lang = array();
-}
-
-// DEVELOPERS PLEASE NOTE
-//
-// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
-//
-// Placeholders can now contain order information, e.g. instead of
-// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
-// translators to re-order the output of data while ensuring it remains correct
-//
-// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
-// equally where a string contains only two placeholders which are used to wrap text
-// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
-
-$lang = array_merge($lang, array(
- 'ALL_AVAILABLE' => 'All available',
- 'ALL_RESULTS' => 'All results',
-
- 'DISPLAY_RESULTS' => 'Display results as',
-
- 'FOUND_SEARCH_MATCH' => 'Search found %d match',
- 'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
- 'FOUND_MORE_SEARCH_MATCHES' => 'Search found more than %d matches',
-
- 'GLOBAL' => 'Global announcement',
-
- 'IGNORED_TERMS' => 'ignored',
- 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored because they are too common words: <strong>%s</strong>.',
-
- 'JUMP_TO_POST' => 'Jump to post',
-
- 'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.',
-
- 'MAX_NUM_SEARCH_KEYWORDS_REFINE' => 'You specified too many words to search for. Please do not enter more than %1$d words.',
-
- '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_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.',
- 'WORD_IN_NO_POST' => 'No posts were found because the word <strong>%s</strong> is not contained in any post.',
- 'WORDS_IN_NO_POST' => 'No posts were found because the words <strong>%s</strong> are not contained in any post.',
-
- 'POST_CHARACTERS' => 'characters of posts',
-
- 'RECENT_SEARCHES' => 'Recent searches',
- 'RESULT_DAYS' => 'Limit results to previous',
- 'RESULT_SORT' => 'Sort results by',
- 'RETURN_FIRST' => 'Return first',
- 'RETURN_TO_SEARCH_ADV' => 'Return to advanced search',
-
- 'SEARCHED_FOR' => 'Search term used',
- 'SEARCHED_TOPIC' => 'Searched topic',
- '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_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. Subforums are searched automatically if you do not disable “search subforums“ below.',
- 'SEARCH_IN_RESULTS' => 'Search these results',
- 'SEARCH_KEYWORDS_EXPLAIN' => 'Place <strong>+</strong> in front of a word which must be found and <strong>-</strong> in front of a word which must not be found. Put a list of words separated by <strong>|</strong> into brackets if only one of the words must be found. Use * as a wildcard for partial matches.',
- 'SEARCH_MSG_ONLY' => 'Message text only',
- 'SEARCH_OPTIONS' => 'Search options',
- 'SEARCH_QUERY' => 'Search query',
- 'SEARCH_SUBFORUMS' => 'Search subforums',
- 'SEARCH_TITLE_MSG' => 'Post subjects and message text',
- 'SEARCH_TITLE_ONLY' => 'Topic titles only',
- 'SEARCH_WITHIN' => 'Search within',
- 'SORT_ASCENDING' => 'Ascending',
- 'SORT_AUTHOR' => 'Author',
- 'SORT_DESCENDING' => 'Descending',
- 'SORT_FORUM' => 'Forum',
- 'SORT_POST_SUBJECT' => 'Post subject',
- 'SORT_TIME' => 'Post time',
-
- 'TOO_FEW_AUTHOR_CHARS' => 'You must specify at least %d characters of the authors name.',
-));
-
-?> \ No newline at end of file