2004-02-28 21:16:15 +00:00
< ? php
2007-10-04 15:08:22 +00:00
/**
2005-04-09 12:26:45 +00:00
*
2014-05-27 20:18:06 +02:00
* This file is part of the phpBB Forum Software package .
2005-04-09 12:26:45 +00:00
*
2014-05-27 20:18:06 +02:00
* @ copyright ( c ) phpBB Limited < https :// www . phpbb . com >
* @ license GNU General Public License , version 2 ( GPL - 2.0 )
*
* For full copyright and license information , please see
* the docs / CREDITS . txt file .
2005-04-09 12:26:45 +00:00
*
*/
2004-02-28 21:16:15 +00:00
2005-04-09 12:26:45 +00:00
/**
* DO NOT CHANGE
*/
2007-10-04 15:08:22 +00:00
if ( ! defined ( 'IN_PHPBB' ))
{
exit ;
}
2004-03-10 20:30:26 +00:00
if ( empty ( $lang ) || ! is_array ( $lang ))
2004-02-28 21:16:15 +00:00
{
$lang = array ();
}
2006-09-17 22:02:28 +00:00
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
2004-02-28 21:16:15 +00:00
//
// 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
2005-12-12 23:17:30 +00:00
$lang = array_merge ( $lang , array (
2004-02-28 21:16:15 +00:00
'ALL_AVAILABLE' => 'All available' ,
'ALL_RESULTS' => 'All results' ,
'DISPLAY_RESULTS' => 'Display results as' ,
2011-09-14 00:28:52 +02:00
'FOUND_SEARCH_MATCHES' => array (
1 => 'Search found %d match' ,
2 => 'Search found %d matches' ,
),
'FOUND_MORE_SEARCH_MATCHES' => array (
1 => 'Search found more than %d match' ,
2 => 'Search found more than %d matches' ,
),
2004-02-28 21:16:15 +00:00
2006-08-28 17:20:21 +00:00
'GLOBAL' => 'Global announcement' ,
2006-01-21 22:57:42 +00:00
2004-02-28 21:16:15 +00:00
'IGNORED_TERMS' => 'ignored' ,
2007-08-21 23:22:15 +00:00
'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored because they are too common words: <strong>%s</strong>.' ,
2004-02-28 21:16:15 +00:00
2007-01-03 20:10:53 +00:00
'JUMP_TO_POST' => 'Jump to post' ,
2007-07-02 10:09:05 +00:00
'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.' ,
2009-08-17 13:25:04 +00:00
'LOGIN_EXPLAIN_UNREADSEARCH' => 'The board requires you to be registered and logged in to view your unread posts.' ,
2010-10-17 15:42:13 +08:00
'LOGIN_EXPLAIN_NEWPOSTS' => 'The board requires you to be registered and logged in to view new posts since your last visit.' ,
2007-07-02 10:09:05 +00:00
2014-01-16 11:48:40 -08:00
'MAX_NUM_SEARCH_KEYWORDS_REFINE' => array (
1 => 'You specified too many words to search for. Please do not enter more than %1$d word.' ,
2 => 'You specified too many words to search for. Please do not enter more than %1$d words.' ,
),
2009-04-11 11:09:45 +00:00
2011-09-20 01:33:33 +02:00
'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %s and must not contain more than %s excluding wildcards.' ,
2007-05-10 15:31:35 +00:00
'NO_RECENT_SEARCHES' => 'No searches have been carried out recently.' ,
2004-02-28 21:16:15 +00:00
'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.' ,
'NO_SEARCH_RESULTS' => 'No suitable matches were found.' ,
2014-04-14 01:14:44 +03:00
'NO_SEARCH_TIME' => array (
1 => 'Sorry but you cannot use search at this time. Please try again in %d second.' ,
2 => 'Sorry but you cannot use search at this time. Please try again in %d seconds.' ,
),
2010-08-29 16:50:57 +02:00
'NO_SEARCH_UNREADS' => 'Sorry but searching for unread posts has been disabled on this board.' ,
2006-12-03 18:03:33 +00:00
'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.' ,
2004-02-28 21:16:15 +00:00
'POST_CHARACTERS' => 'characters of posts' ,
2012-07-01 12:45:18 +05:30
'PHRASE_SEARCH_DISABLED' => 'Searching by exact phrase is not supported on this board.' ,
2004-02-28 21:16:15 +00:00
'RECENT_SEARCHES' => 'Recent searches' ,
'RESULT_DAYS' => 'Limit results to previous' ,
'RESULT_SORT' => 'Sort results by' ,
'RETURN_FIRST' => 'Return first' ,
2007-04-09 16:04:30 +00:00
'RETURN_TO_SEARCH_ADV' => 'Return to advanced search' ,
2004-02-28 21:16:15 +00:00
2006-10-08 11:25:20 +00:00
'SEARCHED_FOR' => 'Search term used' ,
'SEARCHED_TOPIC' => 'Searched topic' ,
2012-06-22 15:16:13 +05:30
'SEARCHED_QUERY' => 'Searched query' ,
2006-10-08 11:25:20 +00:00
'SEARCH_ALL_TERMS' => 'Search for all terms or use query as entered' ,
'SEARCH_ANY_TERMS' => 'Search for any terms' ,
'SEARCH_AUTHOR' => 'Search for author' ,
2007-05-10 15:31:35 +00:00
'SEARCH_AUTHOR_EXPLAIN' => 'Use * as a wildcard for partial matches.' ,
2006-10-08 11:25:20 +00:00
'SEARCH_FIRST_POST' => 'First post of topics only' ,
'SEARCH_FORUMS' => 'Search in forums' ,
2007-07-15 20:53:27 +00:00
'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.' ,
2006-10-08 11:25:20 +00:00
'SEARCH_IN_RESULTS' => 'Search these results' ,
2007-01-21 18:33:45 +00:00
'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.' ,
2006-10-08 11:25:20 +00:00
'SEARCH_MSG_ONLY' => 'Message text only' ,
2006-12-22 22:51:33 +00:00
'SEARCH_OPTIONS' => 'Search options' ,
'SEARCH_QUERY' => 'Search query' ,
2006-10-08 11:25:20 +00:00
'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' ,
2012-08-15 22:57:02 +05:30
'SPHINX_SEARCH_FAILED' => 'Search failed: %s' ,
'SPHINX_SEARCH_FAILED_LOG' => 'Sorry, search could not be performed. More information about this failure has been logged in the error log.' ,
2006-01-21 22:57:42 +00:00
2011-09-14 00:28:52 +02:00
'TOO_FEW_AUTHOR_CHARS' => array (
1 => 'You must specify at least %d character of the authors name.' ,
2 => 'You must specify at least %d characters of the authors name.' ,
),
2005-12-12 23:17:30 +00:00
));