From 5b2b977db7e51c3854d35984ffbbbd9bfcd6ab96 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Sat, 20 Nov 2010 20:38:31 +0000 Subject: [PATCH] MDL-21250 capitalized words in core_question --- lang/en/question.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/en/question.php b/lang/en/question.php index ac4c7cff2d0..6bb323d4521 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -49,17 +49,17 @@ $string['cannotretrieveqcat'] = 'Could not retrieve question category'; $string['cannotunhidequestion'] = 'Failed to unhide the question.'; $string['cannotunzip'] = 'Could not unzip file.'; $string['cannotwriteto'] = 'Cannot write exported questions to {$a}'; -$string['categorycurrent'] = 'Current Category'; -$string['categorycurrentuse'] = 'Use This Category'; +$string['categorycurrent'] = 'Current category'; +$string['categorycurrentuse'] = 'Use this category'; $string['categorydoesnotexist'] = 'This category does not exist'; -$string['categorymoveto'] = 'Save in Category'; +$string['categorymoveto'] = 'Save in category'; $string['clicktoflag'] = 'Click to flag this question'; $string['clicktounflag'] = 'Click to un-flag this question'; $string['contexterror'] = 'You shouldn\'t have got here if you\'re not moving a category to another context.'; $string['copy'] = 'Copy from {$a} and change links.'; $string['created'] = 'Created'; $string['createdby'] = 'Created by'; -$string['createdmodifiedheader'] = 'Created / Last Saved'; +$string['createdmodifiedheader'] = 'Created / last saved'; $string['createnewquestion'] = 'Create a new question ...'; $string['cwrqpfs'] = 'Random questions selecting questions from sub categories.'; $string['cwrqpfsinfo'] = '

During the upgrade to Moodle 1.9 we will separate question categories into @@ -153,7 +153,7 @@ $string['invalidcontextinhasanyquestions'] = 'Invalid context passed to question $string['invalidwizardpage'] = 'Incorrect or no wizard page specified!'; $string['lastmodifiedby'] = 'Last modified by'; $string['linkedfiledoesntexist'] = 'Linked file {$a} doesn\'t exist'; -$string['makechildof'] = 'Make Child of \'{$a}\''; +$string['makechildof'] = 'Make child of \'{$a}\''; $string['maketoplevelitem'] = 'Move to top level'; $string['matchgrades'] = 'Match grades'; $string['matchgrades_help'] = 'Imported grades must match one of the fixed list of valid grades - 100, 90, 80, 75, 70, 66.666, 60, 50, 40, 33.333, 30, 25, 20, 16.666, 14.2857, 12.5, 11.111, 10, 5, 0 (also negative values). If not, there are two options: @@ -166,15 +166,15 @@ $string['missingimportantcode'] = 'This question type is missing important code: $string['missingoption'] = 'The cloze question {$a} is missing its options'; $string['modified'] = 'Last saved'; $string['move'] = 'Move from {$a} and change links.'; -$string['movecategory'] = 'Move Category'; +$string['movecategory'] = 'Move category'; $string['movedquestionsandcategories'] = 'Moved questions and question categories from {$a->oldplace} to {$a->newplace}.'; $string['movelinksonly'] = 'Just change where links point to, do not move or copy files.'; $string['moveq'] = 'Move question(s)'; $string['moveqtoanothercontext'] = 'Move question to another context.'; -$string['movingcategory'] = 'Moving Category'; +$string['movingcategory'] = 'Moving category'; $string['movingcategoryandfiles'] = 'Are you sure you want to move category {$a->name} and all child categories to context for "{$a->contextto}"?
We have detected {$a->urlcount} files linked from questions in {$a->fromareaname}, would you like to copy or move these to {$a->toareaname}?'; $string['movingcategorynofiles'] = 'Are you sure you want to move category "{$a->name}" and all child categories to context for "{$a->contextto}"?'; -$string['movingquestions'] = 'Moving Questions and Any Files'; +$string['movingquestions'] = 'Moving questions and any files'; $string['movingquestionsandfiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for "{$a->tocontext}"?
We have detected {$a->urlcount} files linked from these question(s) in {$a->fromareaname}, would you like to copy or move these to {$a->toareaname}?'; $string['movingquestionsnofiles'] = 'Are you sure you want to move question(s) {$a->questions} to context for "{$a->tocontext}"?
There are no files linked from these question(s) in {$a->fromareaname}.'; $string['needtochoosecat'] = 'You need to choose a category to move this question to or press \'cancel\'.'; @@ -204,7 +204,7 @@ $string['qtypeveryshort'] = 'T'; $string['questionaffected'] = 'Question "{$a->name}" ({$a->qtype}) is in this question category but is also being used in quiz "{$a->quizname}" in another course "{$a->coursename}".'; $string['questionbank'] = 'Question bank'; $string['questioncategory'] = 'Question category'; -$string['questioncatsfor'] = 'Question Categories for \'{$a}\''; +$string['questioncatsfor'] = 'Question categories for \'{$a}\''; $string['questiondoesnotexist'] = 'This question does not exist'; $string['questionname'] = 'Question name'; $string['questionsaveerror'] = 'Errors occur during saving question - ({$a})';