~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/language/en/acp/search.php

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
*
4
 
* acp_search [English]
5
 
*
6
 
* @package language
7
 
* @version $Id: search.php,v 1.21 2007/10/04 15:07:24 acydburn Exp $
8
 
* @copyright (c) 2005 phpBB Group
9
 
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
10
 
*
11
 
*/
12
 
 
13
 
/**
14
 
* DO NOT CHANGE
15
 
*/
16
 
if (!defined('IN_PHPBB'))
17
 
{
18
 
        exit;
19
 
}
20
 
 
21
 
if (empty($lang) || !is_array($lang))
22
 
{
23
 
        $lang = array();
24
 
}
25
 
 
26
 
// DEVELOPERS PLEASE NOTE
27
 
//
28
 
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
29
 
//
30
 
// Placeholders can now contain order information, e.g. instead of
31
 
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
32
 
// translators to re-order the output of data while ensuring it remains correct
33
 
//
34
 
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
35
 
// equally where a string contains only two placeholders which are used to wrap text
36
 
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
37
 
 
38
 
$lang = array_merge($lang, array(
39
 
        'ACP_SEARCH_INDEX_EXPLAIN'                              => 'Here you can manage the search backend’s indexes. Since you normally use only one backend you should delete all indexes that you do not make use of. After altering some of the search settings (e.g. the number of minimum/maximum chars) it might be worth recreating the index so it reflects those changes.',
40
 
        'ACP_SEARCH_SETTINGS_EXPLAIN'                   => 'Here you can define what search backend will be used for indexing posts and performing searches. You can set various options that can influence how much processing these actions require. Some of these settings are the same for all search engine backends.',
41
 
 
42
 
        'COMMON_WORD_THRESHOLD'                                 => 'Common word threshold',
43
 
        'COMMON_WORD_THRESHOLD_EXPLAIN'                 => 'Words which are contained in a greater percentage of all posts will be regarded as common. Common words are ignored in search queries. Set to zero to disable. Only takes effect if there are more than 100 posts.',
44
 
        'CONFIRM_SEARCH_BACKEND'                                => 'Are you sure you wish to switch to a different search backend? After changing the search backend you will have to create an index for the new search backend. If you don’t plan on switching back to the old search backend you can also delete the old backend’s index in order to free system resources.',
45
 
        'CONTINUE_DELETING_INDEX'                               => 'Continue previous index removal process',
46
 
        'CONTINUE_DELETING_INDEX_EXPLAIN'               => 'An index removal process has been started. In order to access the search index page you will have to complete it or cancel it.',
47
 
        'CONTINUE_INDEXING'                                             => 'Continue previous indexing process',
48
 
        'CONTINUE_INDEXING_EXPLAIN'                             => 'An indexing process has been started. In order to access the search index page you will have to complete it or cancel it.',
49
 
        'CREATE_INDEX'                                                  => 'Create index',
50
 
 
51
 
        'DELETE_INDEX'                                                  => 'Delete index',
52
 
        'DELETING_INDEX_IN_PROGRESS'                    => 'Deleting the index in progress',
53
 
        'DELETING_INDEX_IN_PROGRESS_EXPLAIN'    => 'The search backend is currently cleaning its index. This can take a few minutes.',
54
 
 
55
 
        'FULLTEXT_MYSQL_INCOMPATIBLE_VERSION'   => 'The MySQL fulltext backend can only be used with MySQL4 and above.',
56
 
        'FULLTEXT_MYSQL_NOT_MYISAM'                             => 'MySQL fulltext indexes can only be used with MyISAM tables.',
57
 
        'FULLTEXT_MYSQL_TOTAL_POSTS'                    => 'Total number of indexed posts',
58
 
        'FULLTEXT_MYSQL_MBSTRING'                               => 'Support for non-latin UTF-8 characters using mbstring:',
59
 
        'FULLTEXT_MYSQL_PCRE'                                   => 'Support for non-latin UTF-8 characters using PCRE:',
60
 
        'FULLTEXT_MYSQL_MBSTRING_EXPLAIN'               => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring’s regular expression engine.',
61
 
        'FULLTEXT_MYSQL_PCRE_EXPLAIN'                   => 'This search backend requires PCRE unicode character properties, only available in PHP 4.4, 5.1 and above, if you want to search for non-latin characters.',
62
 
 
63
 
        'GENERAL_SEARCH_SETTINGS'                               => 'General search settings',
64
 
        'GO_TO_SEARCH_INDEX'                                    => 'Go to search index page',
65
 
 
66
 
        'INDEX_STATS'                                                   => 'Index statistics',
67
 
        'INDEXING_IN_PROGRESS'                                  => 'Indexing in progress',
68
 
        'INDEXING_IN_PROGRESS_EXPLAIN'                  => 'The search backend is currently indexing all posts on the board. This can take from a few minutes to a few hours depending on your board’s size.',
69
 
 
70
 
        'LIMIT_SEARCH_LOAD'                                             => 'Search page system load limit',
71
 
        'LIMIT_SEARCH_LOAD_EXPLAIN'                             => 'If the 1 minute system load exceeds this value the search page will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.',
72
 
 
73
 
        'MAX_SEARCH_CHARS'                                              => 'Max characters indexed by search',
74
 
        'MAX_SEARCH_CHARS_EXPLAIN'                              => 'Words with no more than this many characters will be indexed for searching.',
75
 
        'MIN_SEARCH_CHARS'                                              => 'Min characters indexed by search',
76
 
        'MIN_SEARCH_CHARS_EXPLAIN'                              => 'Words with at least this many characters will be indexed for searching.',
77
 
        'MIN_SEARCH_AUTHOR_CHARS'                               => 'Min author name characters',
78
 
        'MIN_SEARCH_AUTHOR_CHARS_EXPLAIN'               => 'Users have to enter at least this many characters of the name when performing a wildcard author search. If the author’s username is shorter than this number you can still search for the author’s posts by entering the complete username.',
79
 
 
80
 
        'PROGRESS_BAR'                                                  => 'Progress bar',
81
 
 
82
 
        'SEARCH_GUEST_INTERVAL'                                 => 'Guest search flood interval',
83
 
        'SEARCH_GUEST_INTERVAL_EXPLAIN'                 => 'Number of seconds guests must wait between searches. If one guest searches all others have to wait until the time interval passed.',
84
 
        'SEARCH_INDEX_CREATE_REDIRECT'                  => 'All posts up to post id %1$d have now been indexed, of which %2$d posts were within this step.<br />The current rate of indexing is approximately %3$.1f posts per second.<br />Indexing in progress…',
85
 
        'SEARCH_INDEX_DELETE_REDIRECT'                  => 'All posts up to post id %1$d have been removed from the search index.<br />Deleting in progress…',
86
 
        'SEARCH_INDEX_CREATED'                                  => 'Successfully indexed all posts in the board database.',
87
 
        'SEARCH_INDEX_REMOVED'                                  => 'Successfully deleted the search index for this backend.',
88
 
        'SEARCH_INTERVAL'                                               => 'User search flood interval',
89
 
        'SEARCH_INTERVAL_EXPLAIN'                               => 'Number of seconds users must wait between searches. This interval is checked independently for each user.',
90
 
        'SEARCH_STORE_RESULTS'                                  => 'Search result cache length',
91
 
        'SEARCH_STORE_RESULTS_EXPLAIN'                  => 'Cached search results will expire after this time, in seconds. Set to 0 if you want to disable search cache.',
92
 
        'SEARCH_TYPE'                                                   => 'Search backend',
93
 
        'SEARCH_TYPE_EXPLAIN'                                   => 'phpBB allows you to choose the backend that is used for searching text in post contents. By default the search will use phpBB’s own fulltext search.',
94
 
        'SWITCHED_SEARCH_BACKEND'                               => 'You switched the search backend. In order to use the new search backend you should make sure that there is an index for the backend you chose.',
95
 
 
96
 
        'TOTAL_WORDS'                                                   => 'Total number of indexed words',
97
 
        'TOTAL_MATCHES'                                                 => 'Total number of word to post relations indexed',
98
 
 
99
 
        'YES_SEARCH'                                                    => 'Enable search facilities',
100
 
        'YES_SEARCH_EXPLAIN'                                    => 'Enables user facing search functionality including member search.',
101
 
        'YES_SEARCH_UPDATE'                                             => 'Enable fulltext updating',
102
 
        'YES_SEARCH_UPDATE_EXPLAIN'                             => 'Updating of fulltext indexes when posting, overridden if search is disabled.',
103
 
));
104
 
 
105
 
?>
 
 
b'\\ No newline at end of file'