From 420617061ddff95c88f6a9db112b7e128fd6b2ff Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Thu, 18 May 2017 08:43:43 +0530 Subject: [PATCH] MDL-50266 block_tags: Remove strings deprecated in 3.0 --- blocks/tags/lang/en/block_tags.php | 49 ------------------------------ blocks/tags/lang/en/deprecated.txt | 42 ------------------------- 2 files changed, 91 deletions(-) delete mode 100644 blocks/tags/lang/en/deprecated.txt diff --git a/blocks/tags/lang/en/block_tags.php b/blocks/tags/lang/en/block_tags.php index 642e1472f78..5fce06ebf01 100644 --- a/blocks/tags/lang/en/block_tags.php +++ b/blocks/tags/lang/en/block_tags.php @@ -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'; diff --git a/blocks/tags/lang/en/deprecated.txt b/blocks/tags/lang/en/deprecated.txt deleted file mode 100644 index 7c83a9ded62..00000000000 --- a/blocks/tags/lang/en/deprecated.txt +++ /dev/null @@ -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