mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-50266 block_tags: Remove strings deprecated in 3.0
This commit is contained in:
parent
715d6ba5f7
commit
420617061d
@ -39,52 +39,3 @@ $string['taggeditemscontext_help'] = 'You can limit the tag cloud to the tags th
|
||||
$string['tags:addinstance'] = 'Add a new tags block';
|
||||
$string['tags:myaddinstance'] = 'Add a new tags block to Dashboard';
|
||||
|
||||
// Deprecated since 3.0.
|
||||
|
||||
$string['add'] = 'Add';
|
||||
$string['alltags'] = 'All tags:';
|
||||
$string['arrowtitle'] = 'Click here to enter the suggested text (grey letters).';
|
||||
$string['coursetags'] = 'Course tags:';
|
||||
$string['edit'] = 'edit...';
|
||||
$string['editdeletemytag'] = 'Delete tag from this course:';
|
||||
$string['editmytags'] = 'My tags - shortcuts to all your tagged courses.';
|
||||
$string['editmytagsfor'] = 'Edit my tags for {$a}';
|
||||
$string['editnopersonaltags'] = 'No personal tags have been created yet.';
|
||||
$string['edittags'] = 'Edit my tags...';
|
||||
$string['edittagthisunit'] = 'Add tag to this course:';
|
||||
$string['editthiscoursetags'] = 'My tags for this course are {$a}';
|
||||
$string['edittitle'] = 'My tags';
|
||||
$string['entries'] = 'entries';
|
||||
$string['entry'] = 'entry';
|
||||
$string['jserror1'] = 'Tags must have between one and 50 characters. Please adjust your tag.';
|
||||
$string['jserror2'] = 'Tags cannot contain these special characters - backslash, less than (<) or greater than (>). Please adjust your tag.';
|
||||
$string['login'] = 'log in';
|
||||
$string['more'] = 'more...';
|
||||
$string['moreorder'] = 'Order:';
|
||||
$string['moreorderalpha'] = 'Alphabetical';
|
||||
$string['moreorderdate'] = 'Date created';
|
||||
$string['moreorderpop'] = 'Popularity';
|
||||
$string['moreshow'] = 'Show:';
|
||||
$string['moreshowalltags'] = 'All tags';
|
||||
$string['moreshowcommtags'] = 'Non-official tags';
|
||||
$string['moreshowcoursetags'] = 'Tags for \'{$a}\'';
|
||||
$string['moreshowmytags'] = 'My tags';
|
||||
$string['moreshowofficialtags'] = 'Official tags';
|
||||
$string['moretags'] = 'Show and filter more tags';
|
||||
$string['moretitle'] = 'More tags';
|
||||
$string['morewelcome'] = 'Welcome to the \'More tags\' tag cloud.
|
||||
Tags are user created links to things. Tags allow you to categorise and link things
|
||||
like your favourite courses, your blogs or your profile with your own words.
|
||||
Different groups of tags may be displayed with the links on the \'Show:\' line,
|
||||
and may be reordered with the links on the \'Order:\' line.';
|
||||
$string['mycoursetags'] = 'My course tags:';
|
||||
$string['mytags'] = 'My tags:';
|
||||
$string['notagsyet'] = 'No tags yet';
|
||||
$string['please'] = 'Please';
|
||||
$string['select'] = 'Select...';
|
||||
$string['showcoursetags'] = 'Show course tags';
|
||||
$string['showcoursetagsdef'] = 'Display the course tagging features in the tags block, allowing students to tag courses.';
|
||||
$string['suggestedtagthisunit'] = 'Suggested tag to this course:';
|
||||
$string['tags'] = 'tags';
|
||||
$string['tagthisunit'] = 'Tag this course:';
|
||||
$string['tagunits'] = 'to tag your favourite courses';
|
||||
|
@ -1,42 +0,0 @@
|
||||
add,block_tags
|
||||
alltags,block_tags
|
||||
arrowtitle,block_tags
|
||||
coursetags,block_tags
|
||||
edit,block_tags
|
||||
editdeletemytag,block_tags
|
||||
editmytags,block_tags
|
||||
editmytagsfor,block_tags
|
||||
editnopersonaltags,block_tags
|
||||
edittags,block_tags
|
||||
edittagthisunit,block_tags
|
||||
editthiscoursetags,block_tags
|
||||
edittitle,block_tags
|
||||
entries,block_tags
|
||||
entry,block_tags
|
||||
jserror1,block_tags
|
||||
jserror2,block_tags
|
||||
login,block_tags
|
||||
more,block_tags
|
||||
moreorder,block_tags
|
||||
moreorderalpha,block_tags
|
||||
moreorderdate,block_tags
|
||||
moreorderpop,block_tags
|
||||
moreshow,block_tags
|
||||
moreshowalltags,block_tags
|
||||
moreshowcommtags,block_tags
|
||||
moreshowcoursetags,block_tags
|
||||
moreshowmytags,block_tags
|
||||
moreshowofficialtags,block_tags
|
||||
moretags,block_tags
|
||||
moretitle,block_tags
|
||||
morewelcome,block_tags
|
||||
mytags,block_tags
|
||||
notagsyet,block_tags
|
||||
please,block_tags
|
||||
select,block_tags
|
||||
showcoursetags,block_tags
|
||||
showcoursetagsdef,block_tags
|
||||
suggestedtagthisunit,block_tags
|
||||
tags,block_tags
|
||||
tagthisunit,block_tags
|
||||
tagunits,block_tags
|
Loading…
x
Reference in New Issue
Block a user