mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-43590 move unapprove to undo approval
This commit is contained in:
parent
577432283c
commit
7123ae8f9a
@ -77,7 +77,7 @@ $string['csvimport'] = 'CSV file import';
|
||||
$string['csvimport_help'] = 'Entries may be imported via a plain text file with a list of field names as the first line, then the data, with one record per line.';
|
||||
$string['csvwithselecteddelimiter'] = '<acronym title="Comma Separated Values">CSV</acronym> text with selected delimiter:';
|
||||
$string['data:addinstance'] = 'Add a new database';
|
||||
$string['data:approve'] = 'Approve and unapprove entries';
|
||||
$string['data:approve'] = 'Approve and undo approved entries';
|
||||
$string['data:comment'] = 'Write comments';
|
||||
$string['data:exportallentries'] = 'Export all database entries';
|
||||
$string['data:exportentry'] = 'Export a database entry';
|
||||
@ -110,7 +110,7 @@ $string['deletenotenrolled'] = 'Delete entries by users not enrolled';
|
||||
$string['deletewarning'] = 'Are you sure you want to delete this preset?';
|
||||
$string['descending'] = 'Descending';
|
||||
$string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
|
||||
$string['disapprove'] = 'Unapprove';
|
||||
$string['disapprove'] = 'Undo approval';
|
||||
$string['download'] = 'Download';
|
||||
$string['edit'] = 'Edit';
|
||||
$string['editcomment'] = 'Edit comment';
|
||||
|
@ -108,7 +108,7 @@ $string['deletingnoneemptycategory'] = 'Deleting this category will not delete t
|
||||
$string['descending'] = 'descending';
|
||||
$string['destination'] = 'Destination of imported entries';
|
||||
$string['destination_help'] = 'Entries can either be imported and added to the current glossary or to a new glossary, in which case a new glossary will be created based on information in the XML file.';
|
||||
$string['disapprove'] = 'Unapprove';
|
||||
$string['disapprove'] = 'Undo approval';
|
||||
$string['displayformat'] = 'Display format';
|
||||
$string['displayformat_help'] = 'There are 7 display formats:
|
||||
|
||||
@ -174,7 +174,7 @@ $string['filtername'] = 'Glossary auto-linking';
|
||||
$string['fullmatch'] = 'Match whole words only';
|
||||
$string['fullmatch_help'] = 'This setting specifies whether only whole words will be linked, for example, a glossary entry named "construct" will not create a link inside the word "constructivism".';
|
||||
$string['glossary:addinstance'] = 'Add a new glossary';
|
||||
$string['glossary:approve'] = 'Approve and unapprove entries';
|
||||
$string['glossary:approve'] = 'Approve and undo approved entries';
|
||||
$string['glossary:comment'] = 'Create comments';
|
||||
$string['glossary:export'] = 'Export entries';
|
||||
$string['glossary:exportentry'] = 'Export single entry';
|
||||
|
Loading…
x
Reference in New Issue
Block a user