diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-05-12 23:45:27 +0000 |
| commit | 215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch) | |
| tree | 398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/acp/search.php | |
| parent | 08e708f76b9924133dc196d736adac4b0e992707 (diff) | |
| download | forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2 forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip | |
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193]
git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/search.php')
| -rw-r--r-- | phpBB/language/en/acp/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 5ed8b85bc5..480e56e1ec 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -30,7 +30,6 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( '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.', - 'ACP_SEARCH_SETTINGS' => 'Search Settings', '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.', '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.', |
