| Línea 20... |
Línea 20... |
| 20 |
* @package search_solr
|
20 |
* @package search_solr
|
| 21 |
* @copyright Prateek Sachan {@link http://prateeksachan.com}
|
21 |
* @copyright Prateek Sachan {@link http://prateeksachan.com}
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea -... |
Línea 24... |
| - |
|
24 |
|
| - |
|
25 |
$string['check_indextoobig'] = 'Index larger than specified size';
|
| - |
|
26 |
$string['check_nocore'] = 'Cannot find index on Solr server';
|
| - |
|
27 |
$string['check_nosize'] = 'Unable to determine index size on Solr server';
|
| - |
|
28 |
$string['check_notconnected'] = 'Cannot connect to Solr server';
|
| 24 |
|
29 |
$string['check_time'] = 'Server responded with status in {$a}';
|
| 25 |
$string['connectionerror'] = 'The specified Solr server is not available or the specified index does not exist';
|
30 |
$string['connectionerror'] = 'The specified Solr server is not available or the specified index does not exist';
|
| 26 |
$string['connectionsettings'] = 'Connection settings';
|
31 |
$string['connectionsettings'] = 'Connection settings';
|
| 27 |
$string['errorcreatingschema'] = 'Error creating the Solr schema: {$a}';
|
32 |
$string['errorcreatingschema'] = 'Error creating the Solr schema: {$a}';
|
| 28 |
$string['errorvalidatingschema'] = 'Error validating Solr schema: field {$a->fieldname} does not exist. Please <a href="{$a->setupurl}">follow this link</a> to set up the required fields.';
|
33 |
$string['errorvalidatingschema'] = 'Error validating Solr schema: field {$a->fieldname} does not exist. Please <a href="{$a->setupurl}">follow this link</a> to set up the required fields.';
|
| 29 |
$string['errorsolr'] = 'The Solr search engine reported an error: {$a}';
|
34 |
$string['errorsolr'] = 'The Solr search engine reported an error: {$a}';
|
| 30 |
$string['extensionerror'] = 'The Apache Solr PHP extension is not installed. Please check the documentation.';
|
35 |
$string['extensionerror'] = 'The Apache Solr PHP extension is not installed. Please check the documentation.';
|
| 31 |
$string['fileindexing'] = 'Enable file indexing';
|
36 |
$string['fileindexing'] = 'Enable file indexing';
|
| 32 |
$string['fileindexing_help'] = 'If your Solr install supports it, this feature allows Moodle to send files to be indexed.<br/>
|
37 |
$string['fileindexing_help'] = 'If your Solr install supports it, this feature allows Moodle to send files to be indexed.<br/>
|
| 33 |
You will need to reindex all site contents after enabling this option for all files to be added.';
|
38 |
You will need to reindex all site contents after enabling this option for all files to be added.';
|
| - |
|
39 |
$string['fileindexsettings'] = 'File indexing settings';
|
| - |
|
40 |
$string['indexsize'] = 'The index is using {$a} on the Solr server.';
|
| - |
|
41 |
$string['indexsizelimit'] = 'Index size limit';
|
| 34 |
$string['fileindexsettings'] = 'File indexing settings';
|
42 |
$string['indexsizelimit_desc'] = 'Shows an error on the status report page if the search index grows larger than this size (in bytes), and a warning if it exceeds 90%. Set to zero for no index size limit.';
|
| 35 |
$string['maxindexfilekb'] = 'Maximum file size to index (kB)';
|
43 |
$string['maxindexfilekb'] = 'Maximum file size to index (kB)';
|
| 36 |
$string['maxindexfilekb_help'] = 'Files larger than this number of kilobytes will not be included in search indexing. If set to zero, files of any size will be indexed.';
|
44 |
$string['maxindexfilekb_help'] = 'Files larger than this number of kilobytes will not be included in search indexing. If set to zero, files of any size will be indexed.';
|
| 37 |
$string['minimumsolr4'] = 'Solr 4.0 is the minimum version required for Moodle';
|
45 |
$string['minimumsolr4'] = 'Solr 4.0 is the minimum version required for Moodle';
|
| 38 |
$string['missingconfig'] = 'Your Apache Solr server is not yet configured in Moodle.';
|
46 |
$string['missingconfig'] = 'Your Apache Solr server is not yet configured in Moodle.';
|