mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-59039-master' of https://github.com/sammarshallou/moodle
This commit is contained in:
commit
afabbd110e
13 changed files with 302 additions and 36 deletions
|
@ -986,10 +986,16 @@ $string['searchdeleteindex'] = 'Delete all indexed contents';
|
|||
$string['searchengine'] = 'Search engine';
|
||||
$string['searchindexactions'] = 'Index actions';
|
||||
$string['searchindexdeleted'] = 'Index deleted';
|
||||
$string['searchindextime'] = 'Indexing time limit';
|
||||
$string['searchindextime_desc'] = 'When indexing large amounts of new content, the scheduled task will stop after this time limit is reached. It will continue the next time the task runs.';
|
||||
$string['searchindexupdated'] = 'Search engine contents have been updated';
|
||||
$string['searchindexwhendisabled'] = 'Index when disabled';
|
||||
$string['searchindexwhendisabled_desc'] = 'Allows the scheduled task to build the search index even when search is disabled. This is useful if you want to build the index before the search facility appears to students.';
|
||||
$string['searchinsettings'] = 'Search in settings';
|
||||
$string['searchlastrun'] = 'Last run (time, # docs, # records, # ignores)';
|
||||
$string['searchnotavailable'] = 'Search is not available';
|
||||
$string['searchpartial'] = '(not yet fully indexed)';
|
||||
$string['searchoptions'] = 'Search options';
|
||||
$string['searchreindexed'] = 'All site contents have been reindexed.';
|
||||
$string['searchreindexindex'] = 'Reindex all site contents';
|
||||
$string['searchresults'] = 'Search results';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue