Skip to content

Commit

Permalink
MDL-48470 strings: Remove deprecated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed May 18, 2015
1 parent b5dbb12 commit 1785f52
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 52 deletions.
3 changes: 0 additions & 3 deletions lang/en/badges.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,3 @@
$string['warnexpired'] = ' (This badge has expired!)';
$string['year'] = 'Year(s)';

// Deprecated since Moodle 2.8.

$string['hidden'] = 'Hidden';
3 changes: 0 additions & 3 deletions lang/en/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,3 @@
$string['yesterday'] = 'Yesterday';
$string['youcandeleteallrepeats'] = 'This event is part of a repeating event series. You can delete this event only, or all {$a} events in the series at once.';

// Deprecated since Moodle 2.8.

$string['hidden'] = 'hidden';
9 changes: 0 additions & 9 deletions lang/en/deprecated.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
hidden,core_badges
hidden,core_calendar
hidden,core_portfolio
hidden,core_question
hidden,core_repository
hidden,core_role
simpleview,core_grades
fullview,core_grades
categoriesedit,core_grades
lockingmeans,core_cache
lockmethod,core_cache
lockmethod_help,core_cache
Expand Down
6 changes: 0 additions & 6 deletions lang/en/grades.php
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,3 @@
$string['xml'] = 'XML';
$string['yes'] = 'Yes';
$string['yourgrade'] = 'Your grade';

// Deprecated since Moodle 2.8

$string['categoriesedit'] = 'Edit setup';
$string['fullview'] = 'Full view';
$string['simpleview'] = 'Simple view';
3 changes: 0 additions & 3 deletions lang/en/portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,3 @@
$string['wanttowait_high'] = 'It is not recommended that you wait for this transfer to complete, but you can if you\'re sure and know what you\'re doing';
$string['wanttowait_moderate'] = 'Do you want to wait for this transfer? It might take a few minutes';

// Deprecated since Moodle 2.8.

$string['hidden'] = 'Hidden';
3 changes: 0 additions & 3 deletions lang/en/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,3 @@
$string['xoutofmax'] = '{$a->mark} out of {$a->max}';
$string['yougotnright'] = 'You have correctly selected {$a->num}.';

// Deprecated since Moodle 2.8.

$string['hidden'] = 'Hidden';
3 changes: 0 additions & 3 deletions lang/en/repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,5 @@
$string['xhtmlerror'] = 'You are probably using an XHTML strict header. Certain YUI components don\'t work in this mode; please turn it off.';
$string['ziped'] = 'Compress folder successfully';

// Deprecated since Moodle 2.8.
$string['hidden'] = 'Hidden';

// Deprecated since Moodle 2.9.
$string['personalrepositories'] = 'Available repository instances';
3 changes: 0 additions & 3 deletions lang/en/role.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,3 @@
$string['xroleassignments'] = '{$a}\'s role assignments';
$string['xuserswiththerole'] = 'Users with the role "{$a->role}"';

// Deprecated since Moodle 2.8.

$string['hidden'] = 'Hidden';
8 changes: 0 additions & 8 deletions mod/quiz/lang/en/deprecated.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
categories,mod_quiz
category,mod_quiz
export,mod_quiz
import,mod_quiz
invalidnumericanswer,mod_quiz
invalidnumerictolerance,mod_quiz
multiplier,mod_quiz
timelimitmin,mod_quiz
timelimitsec,mod_quiz
unusedcategorydeleted,mod_quiz
14 changes: 3 additions & 11 deletions mod/quiz/lang/en/quiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,6 @@
$string['timelimit_help'] = 'If enabled, the time limit is stated on the initial quiz page and a countdown timer is displayed in the quiz navigation block.';
$string['timelimit_link'] = 'mod/quiz/timing';
$string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
$string['timelimitmin'] = 'Time limit (minutes)';
$string['timelimitsec'] = 'Time limit (seconds)';
$string['timestr'] = '%H:%M:%S on %d/%m/%y';
$string['timesup'] = 'Time is up!';
$string['timetaken'] = 'Time taken';
Expand Down Expand Up @@ -933,13 +931,7 @@
$string['youneedtoenrol'] = 'You need to enrol in this course before you can attempt this quiz';
$string['yourfinalgradeis'] = 'Your final grade for this quiz is {$a}.';

// Deprecated since Moodle 2.8.
// Deprecated since Moodle 2.9.

$string['categories'] = 'Categories';
$string['category'] = 'Category';
$string['export'] = 'Export';
$string['import'] = 'Import';
$string['invalidnumericanswer'] = 'One of the answers you entered was not a valid number.';
$string['invalidnumerictolerance'] = 'One of the tolerances you entered was not a valid number.';
$string['multiplier'] = 'Multiplier';
$string['unusedcategorydeleted'] = 'This category has been deleted because, after deleting the course, its questions weren\'t used any more.';
$string['timelimitmin'] = 'Time limit (minutes)';
$string['timelimitsec'] = 'Time limit (seconds)';

0 comments on commit 1785f52

Please sign in to comment.