mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
data MDL-23488 made database activity respect availability and visibility dates
AMOS BEGIN CPY [expired,mod_choice],[expired,mod_data] CPY [notopenyet,mod_choice],[notopenyet,mod_data] AMOS END
This commit is contained in:
parent
eb8d85c1d3
commit
2742ffe7c9
3 changed files with 17 additions and 0 deletions
|
@ -173,6 +173,7 @@ $string['checkbox'] = 'Checkbox';
|
|||
$string['chooseexportfields'] = 'Choose the fields you wish to export:';
|
||||
$string['chooseexportformat'] = 'Choose the format you wish to export to:';
|
||||
$string['chooseorupload'] = 'Choose file';
|
||||
$string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
|
||||
$string['importsuccess'] = 'The preset has been successfully applied.';
|
||||
$string['insufficiententries'] = 'more entries needed to view this database';
|
||||
$string['intro'] = 'Introduction';
|
||||
|
@ -242,6 +243,7 @@ $string['norecords'] = 'No entries in database';
|
|||
$string['nosingletemplate'] = 'Single template is not yet defined';
|
||||
$string['notapproved'] = 'Entry is not approved yet.';
|
||||
$string['notinjectivemap'] = 'Not an injective map';
|
||||
$string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
|
||||
$string['number'] = 'Number';
|
||||
$string['numberrssarticles'] = 'RSS articles';
|
||||
$string['numnotapproved'] = 'Pending';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue