mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-59204 mod_*: removed redundant activity name from string index
Also fixed references to incorrect strings.
This commit is contained in:
parent
f3625f47c5
commit
952cbce293
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthassign', 'mod_assign');
|
||||
return get_string('indicator:cognitivedepth', 'mod_assign');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthassign', 'mod_assign');
|
||||
return get_string('indicator:socialbreadth', 'mod_assign');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -266,8 +266,8 @@ $string['groupsnone'] = 'There are no groups in this course';
|
||||
$string['hideshow'] = 'Hide/Show';
|
||||
$string['hiddenuser'] = 'Participant ';
|
||||
$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the assignment';
|
||||
$string['indicator:cognitivedepthassign'] = 'Assignment cognitive';
|
||||
$string['indicator:socialbreadthassign'] = 'Assignment social';
|
||||
$string['indicator:cognitivedepth'] = 'Assignment cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Assignment social';
|
||||
$string['instructionfiles'] = 'Instruction files';
|
||||
$string['introattachments'] = 'Additional files';
|
||||
$string['introattachments_help'] = 'Additional files for use in the assignment, such as answer templates, may be added. Download links for the files will then be displayed on the assignment page under the description.';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthbook', 'mod_book');
|
||||
return get_string('indicator:cognitivedepth', 'mod_book');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthbook', 'mod_book');
|
||||
return get_string('indicator:socialbreadth', 'mod_book');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -55,8 +55,8 @@ $string['eventchapterupdated'] = 'Chapter updated';
|
||||
$string['eventchapterviewed'] = 'Chapter viewed';
|
||||
$string['editchapter'] = 'Edit chapter "{$a}"';
|
||||
$string['hidechapter'] = 'Hide chapter "{$a}"';
|
||||
$string['indicator:cognitivedepthbook'] = 'Book cognitive';
|
||||
$string['indicator:socialbreadthbook'] = 'Book social';
|
||||
$string['indicator:cognitivedepth'] = 'Book cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Book social';
|
||||
$string['movechapterup'] = 'Move chapter up "{$a}"';
|
||||
$string['movechapterdown'] = 'Move chapter down "{$a}"';
|
||||
$string['search:activity'] = 'Book - resource information';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthchat', 'mod_chat');
|
||||
return get_string('indicator:cognitivedepth', 'mod_chat');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthchat', 'mod_chat');
|
||||
return get_string('indicator:socialbreadth', 'mod_chat');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -67,8 +67,8 @@ $string['entermessage'] = "Enter your message";
|
||||
$string['eventmessagesent'] = 'Message sent';
|
||||
$string['eventsessionsviewed'] = 'Sessions viewed';
|
||||
$string['idle'] = 'Idle';
|
||||
$string['indicator:cognitivedepthchat'] = 'Chat cognitive';
|
||||
$string['indicator:socialbreadthchat'] = 'Chat social';
|
||||
$string['indicator:cognitivedepth'] = 'Chat cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Chat social';
|
||||
$string['inputarea'] = 'Input area';
|
||||
$string['invalidid'] = 'Could not find that chat room!';
|
||||
$string['list_all_sessions'] = 'List all sessions.';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthchoice', 'mod_choice');
|
||||
return get_string('indicator:cognitivedepth', 'mod_choice');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthchoice', 'mod_choice');
|
||||
return get_string('indicator:socialbreadth', 'mod_choice');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -71,8 +71,8 @@ $string['chooseaction'] = 'Choose an action ...';
|
||||
$string['chooseoption'] = 'Choose: {$a}';
|
||||
$string['description'] = 'Description';
|
||||
$string['includeinactive'] = 'Include responses from inactive/suspended users';
|
||||
$string['indicator:cognitivedepthchoice'] = 'Choice cognitive';
|
||||
$string['indicator:socialbreadthchoice'] = 'Choice social';
|
||||
$string['indicator:cognitivedepth'] = 'Choice cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Choice social';
|
||||
$string['limit'] = 'Limit';
|
||||
$string['limitno'] = 'Limit {no}';
|
||||
$string['limitanswers'] = 'Limit the number of responses allowed';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthdata', 'mod_data');
|
||||
return get_string('indicator:cognitivedepth', 'mod_data');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthdata', 'mod_data');
|
||||
return get_string('indicator:socialbreadth', 'mod_data');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -203,8 +203,8 @@ $string['importsuccess'] = 'The preset has been successfully applied.';
|
||||
$string['includeapproval'] = 'Include approval status';
|
||||
$string['includetime'] = 'Include time added/modified';
|
||||
$string['includeuserdetails'] = 'Include user details';
|
||||
$string['indicator:cognitivedepthdata'] = 'Database cognitive';
|
||||
$string['indicator:socialbreadthdata'] = 'Database social';
|
||||
$string['indicator:cognitivedepth'] = 'Database cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Database social';
|
||||
$string['insufficiententries'] = 'more entries needed to view this database';
|
||||
$string['intro'] = 'Description';
|
||||
$string['invalidaccess'] = 'This page was not accessed correctly';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthfeedback', 'mod_feedback');
|
||||
return get_string('indicator:cognitivedepth', 'mod_feedback');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthfeedback', 'mod_feedback');
|
||||
return get_string('indicator:socialbreadth', 'mod_feedback');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -139,8 +139,8 @@ $string['downloadresponseas'] = 'Download all responses as:';
|
||||
$string['importfromthisfile'] = 'Import from this file';
|
||||
$string['import_questions'] = 'Import questions';
|
||||
$string['import_successfully'] = 'Import successfully';
|
||||
$string['indicator:cognitivedepthfeedback'] = 'Feedback cognitive';
|
||||
$string['indicator:socialbreadthfeedback'] = 'Feedback social';
|
||||
$string['indicator:cognitivedepth'] = 'Feedback cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Feedback social';
|
||||
$string['info'] = 'Information';
|
||||
$string['infotype'] = 'Information type';
|
||||
$string['insufficient_responses_for_this_group'] = 'There are insufficient responses for this group';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthfolder', 'mod_folder');
|
||||
return get_string('indicator:cognitivedepth', 'mod_folder');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthfolder', 'mod_folder');
|
||||
return get_string('indicator:socialbreadth', 'mod_folder');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -33,8 +33,8 @@ $string['folder:addinstance'] = 'Add a new folder';
|
||||
$string['folder:managefiles'] = 'Manage files in folder module';
|
||||
$string['folder:view'] = 'View folder content';
|
||||
$string['foldercontent'] = 'Files and subfolders';
|
||||
$string['indicator:cognitivedepthfolder'] = 'Folder cognitive';
|
||||
$string['indicator:socialbreadthfolder'] = 'Folder social';
|
||||
$string['indicator:cognitivedepth'] = 'Folder cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Folder social';
|
||||
$string['modulename'] = 'Folder';
|
||||
$string['modulename_help'] = 'The folder module enables a teacher to display a number of related files inside a single folder, reducing scrolling on the course page. A zipped folder may be uploaded and unzipped for display, or an empty folder created and files uploaded into it.
|
||||
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthforum', 'mod_forum');
|
||||
return get_string('indicator:cognitivedepth', 'mod_forum');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthforum', 'mod_forum');
|
||||
return get_string('indicator:socialbreadth', 'mod_forum');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -269,8 +269,8 @@ $string['forum:viewsubscribers'] = 'View subscribers';
|
||||
$string['generalforum'] = 'Standard forum for general use';
|
||||
$string['generalforums'] = 'General forums';
|
||||
$string['hiddenforumpost'] = 'Hidden forum post';
|
||||
$string['indicator:cognitivedepthforum'] = 'Forum cognitive';
|
||||
$string['indicator:socialbreadthforum'] = 'Forum social';
|
||||
$string['indicator:cognitivedepth'] = 'Forum cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Forum social';
|
||||
$string['inforum'] = 'in {$a}';
|
||||
$string['introblog'] = 'The posts in this forum were copied here automatically from blogs of users in this course because those blog entries are no longer available';
|
||||
$string['intronews'] = 'General news and announcements';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthglossary', 'mod_glossary');
|
||||
return get_string('indicator:cognitivedepth', 'mod_glossary');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthglossary', 'mod_glossary');
|
||||
return get_string('indicator:socialbreadth', 'mod_glossary');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -215,8 +215,8 @@ $string['importedentries'] = 'Imported entries';
|
||||
$string['importentries'] = 'Import entries';
|
||||
$string['importentriesfromxml'] = 'Import entries from XML file';
|
||||
$string['includegroupbreaks'] = 'Include group breaks';
|
||||
$string['indicator:cognitivedepthglossary'] = 'Glossary cognitive';
|
||||
$string['indicator:socialbreadthglossary'] = 'Glossary social';
|
||||
$string['indicator:cognitivedepth'] = 'Glossary cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Glossary social';
|
||||
$string['isglobal'] = 'Is this glossary global?';
|
||||
$string['isglobal_help'] = 'A global glossary has entries which are linked to from throughout the site, rather than only in the course that the glossary is in. Only administrators can set a glossary as global.';
|
||||
$string['letter'] = 'letter';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthimscp', 'mod_imscp');
|
||||
return get_string('indicator:cognitivedepth', 'mod_imscp');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthimscp', 'mod_imscp');
|
||||
return get_string('indicator:socialbreadth', 'mod_imscp');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -28,8 +28,8 @@ $string['contentheader'] = 'Content';
|
||||
$string['deploymenterror'] = 'Content package error!';
|
||||
$string['keepold'] = 'Archive packages';
|
||||
$string['keepoldexplain'] = 'How many packages should be archived?';
|
||||
$string['indicator:cognitivedepthimscp'] = 'IMS content packages\' cognitive';
|
||||
$string['indicator:socialbreadthimscp'] = 'IMS content packages\' social';
|
||||
$string['indicator:cognitivedepth'] = 'IMS content packages\' cognitive';
|
||||
$string['indicator:socialbreadth'] = 'IMS content packages\' social';
|
||||
$string['imscp:addinstance'] = 'Add a new IMS content package';
|
||||
$string['imscp:view'] = 'View IMS content';
|
||||
$string['modulename'] = 'IMS content package';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthlabel', 'mod_label');
|
||||
return get_string('indicator:cognitivedepth', 'mod_label');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthlabel', 'mod_label');
|
||||
return get_string('indicator:socialbreadth', 'mod_label');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -31,8 +31,8 @@ $string['dndresizeheight'] = 'Resize drag and drop height';
|
||||
$string['dndresizewidth'] = 'Resize drag and drop width';
|
||||
$string['dnduploadlabel'] = 'Add media to course page';
|
||||
$string['dnduploadlabeltext'] = 'Add a label to the course page';
|
||||
$string['indicator:cognitivedepthlabel'] = 'Label cognitive';
|
||||
$string['indicator:socialbreadthlabel'] = 'Label social';
|
||||
$string['indicator:cognitivedepth'] = 'Label cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Label social';
|
||||
$string['label:addinstance'] = 'Add a new label';
|
||||
$string['label:view'] = 'View label';
|
||||
$string['labeltext'] = 'Label text';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthlesson', 'mod_lesson');
|
||||
return get_string('indicator:cognitivedepth', 'mod_lesson');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthlesson', 'mod_lesson');
|
||||
return get_string('indicator:socialbreadth', 'mod_lesson');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -256,8 +256,8 @@ $string['importquestions'] = 'Import questions';
|
||||
$string['importquestions_help'] = 'This feature enables questions in a variety of formats to be imported via text file.';
|
||||
$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to view/attempt the lesson';
|
||||
$string['insertedpage'] = 'Inserted page';
|
||||
$string['indicator:cognitivedepthlesson'] = 'Lesson cognitive';
|
||||
$string['indicator:socialbreadthlesson'] = 'Lesson social';
|
||||
$string['indicator:cognitivedepth'] = 'Lesson cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Lesson social';
|
||||
$string['invalidfile'] = 'Invalid file';
|
||||
$string['invalidid'] = 'No course module ID or lesson ID were passed';
|
||||
$string['invalidlessonid'] = 'lesson ID was incorrect';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthlti', 'mod_lti');
|
||||
return get_string('indicator:cognitivedepth', 'mod_lti');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthlti', 'mod_lti');
|
||||
return get_string('indicator:socialbreadth', 'mod_lti');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -214,8 +214,8 @@ $string['icon_url'] = 'Icon URL';
|
||||
$string['icon_url_help'] = 'The icon URL allows the icon that shows up in the course listing for this activity to be modified. Instead of using the default
|
||||
LTI icon, an icon which conveys the type of activity may be specified.';
|
||||
$string['id'] = 'id';
|
||||
$string['indicator:socialbreadthlti'] = 'LTI social';
|
||||
$string['indicator:cognitivedepthlti'] = 'LTI cognitive';
|
||||
$string['indicator:socialbreadth'] = 'LTI social';
|
||||
$string['indicator:cognitivedepth'] = 'LTI cognitive';
|
||||
$string['invalidid'] = 'LTI ID was incorrect';
|
||||
$string['launch_in_moodle'] = 'Launch tool in moodle';
|
||||
$string['launch_in_popup'] = 'Launch tool in a pop-up';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthpage', 'mod_page');
|
||||
return get_string('indicator:cognitivedepth', 'mod_page');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthpage', 'mod_page');
|
||||
return get_string('indicator:socialbreadth', 'mod_page');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -30,8 +30,8 @@ $string['createpage'] = 'Create a new page resource';
|
||||
$string['displayoptions'] = 'Available display options';
|
||||
$string['displayselect'] = 'Display';
|
||||
$string['displayselectexplain'] = 'Select display type.';
|
||||
$string['indicator:cognitivedepthpage'] = 'Page cognitive';
|
||||
$string['indicator:socialbreadthpage'] = 'Page social';
|
||||
$string['indicator:cognitivedepth'] = 'Page cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Page social';
|
||||
$string['legacyfiles'] = 'Migration of old course file';
|
||||
$string['legacyfilesactive'] = 'Active';
|
||||
$string['legacyfilesdone'] = 'Finished';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthquiz', 'mod_quiz');
|
||||
return get_string('indicator:cognitivedepth', 'mod_quiz');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthquiz', 'mod_quiz');
|
||||
return get_string('indicator:socialbreadth', 'mod_quiz');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -431,8 +431,8 @@ $string['importmax10error'] = 'There is an error in the question. You may not ha
|
||||
$string['importquestions'] = 'Import questions from file';
|
||||
$string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the quiz';
|
||||
$string['incorrect'] = 'Incorrect';
|
||||
$string['indicator:cognitivedepthquiz'] = 'Quiz cognitive';
|
||||
$string['indicator:socialbreadthquiz'] = 'Quiz social';
|
||||
$string['indicator:cognitivedepth'] = 'Quiz cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Quiz social';
|
||||
$string['indivresp'] = 'Responses of individuals to each item';
|
||||
$string['info'] = 'Info';
|
||||
$string['infoshort'] = 'i';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthresource', 'mod_resource');
|
||||
return get_string('indicator:cognitivedepth', 'mod_resource');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthresource', 'mod_resource');
|
||||
return get_string('indicator:socialbreadth', 'mod_resource');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -60,8 +60,8 @@ $string['filterfilesexplain'] = 'Select type of file content filtering, please n
|
||||
$string['filtername'] = 'Resource names auto-linking';
|
||||
$string['forcedownload'] = 'Force download';
|
||||
$string['framesize'] = 'Frame height';
|
||||
$string['indicator:cognitivedepthresource'] = 'File cognitive';
|
||||
$string['indicator:socialbreadthresource'] = 'File social';
|
||||
$string['indicator:cognitivedepth'] = 'File cognitive';
|
||||
$string['indicator:socialbreadth'] = 'File social';
|
||||
$string['legacyfiles'] = 'Migration of old course file';
|
||||
$string['legacyfilesactive'] = 'Active';
|
||||
$string['legacyfilesdone'] = 'Finished';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthscorm', 'mod_scorm');
|
||||
return get_string('indicator:cognitivedepth', 'mod_scorm');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthscorm', 'mod_scorm');
|
||||
return get_string('indicator:socialbreadth', 'mod_scorm');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -196,8 +196,8 @@ $string['highestattempt'] = 'Highest attempt';
|
||||
$string['chooseapacket'] = 'Choose or update a package';
|
||||
$string['identifier'] = 'Question identifier';
|
||||
$string['incomplete'] = 'Incomplete';
|
||||
$string['indicator:cognitivedepthscorm'] = 'SCORM cognitive';
|
||||
$string['indicator:socialbreadthscorm'] = 'SCORM social';
|
||||
$string['indicator:cognitivedepth'] = 'SCORM cognitive';
|
||||
$string['indicator:socialbreadth'] = 'SCORM social';
|
||||
$string['info'] = 'Info';
|
||||
$string['interactions'] = 'Interactions';
|
||||
$string['masteryoverride'] = 'Mastery score overrides status';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthsurvey', 'mod_survey');
|
||||
return get_string('indicator:cognitivedepth', 'mod_survey');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthsurvey', 'mod_survey');
|
||||
return get_string('indicator:socialbreadth', 'mod_survey');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -206,8 +206,8 @@ $string['guestsnotallowed'] = 'Only enrolled users are able to submit surveys';
|
||||
$string['howlong'] = 'How long did this survey take you to complete?';
|
||||
$string['howlongoptions'] = 'under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10';
|
||||
$string['ifoundthat'] = 'I found that';
|
||||
$string['indicator:cognitivedepthsurvey'] = 'Survey cognitive';
|
||||
$string['indicator:socialbreadthsurvey'] = 'Survey social';
|
||||
$string['indicator:cognitivedepth'] = 'Survey cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Survey social';
|
||||
$string['introtext'] = 'Introduction text';
|
||||
$string['invalidsurveyid'] = 'Survey ID was incorrect';
|
||||
$string['invalidtmptid'] = 'Invalid template id';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthurl', 'mod_url');
|
||||
return get_string('indicator:cognitivedepth', 'mod_url');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthurl', 'mod_url');
|
||||
return get_string('indicator:socialbreadth', 'mod_url');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -45,8 +45,8 @@ $string['externalurl'] = 'External URL';
|
||||
$string['framesize'] = 'Frame height';
|
||||
$string['invalidstoredurl'] = 'Cannot display this resource, URL is invalid.';
|
||||
$string['chooseavariable'] = 'Choose a variable...';
|
||||
$string['indicator:cognitivedepthurl'] = 'URL cognitive';
|
||||
$string['indicator:socialbreadthurl'] = 'URL social';
|
||||
$string['indicator:cognitivedepth'] = 'URL cognitive';
|
||||
$string['indicator:socialbreadth'] = 'URL social';
|
||||
$string['invalidurl'] = 'Entered URL is invalid';
|
||||
$string['modulename'] = 'URL';
|
||||
$string['modulename_help'] = 'The URL module enables a teacher to provide a web link as a course resource. Anything that is freely available online, such as documents or images, can be linked to; the URL doesn’t have to be the home page of a website. The URL of a particular web page may be copied and pasted or a teacher can use the file picker and choose a link from a repository such as Flickr, YouTube or Wikimedia (depending upon which repositories are enabled for the site).
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthwiki', 'mod_wiki');
|
||||
return get_string('indicator:cognitivedepth', 'mod_wiki');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthwiki', 'mod_wiki');
|
||||
return get_string('indicator:socialbreadth', 'mod_wiki');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -107,8 +107,8 @@ $string['incorrectdeleteversions'] = "Page versions provided for deletion are in
|
||||
$string['incorrectpageid'] = 'Page ID is incorrect.';
|
||||
$string['incorrectsubwikiid'] = 'Subwiki ID is incorrect.';
|
||||
$string['incorrectwikiid'] = 'Wiki ID is incorrect.';
|
||||
$string['indicator:cognitivedepthwiki'] = 'Wiki cognitive';
|
||||
$string['indicator:socialbreadthwiki'] = 'Wiki social';
|
||||
$string['indicator:cognitivedepth'] = 'Wiki cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Wiki social';
|
||||
$string['insertcomment'] = 'Insert comment';
|
||||
$string['insertimage'] = 'Insert an image...';
|
||||
$string['insertimage_help'] = 'This drop-down list will insert an image to the wiki editor. If you need to add more images to the wiki, please use "Files" tab.';
|
||||
|
@ -41,7 +41,7 @@ class cognitive_depth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:cognitivedepthworkshop', 'mod_workshop');
|
||||
return get_string('indicator:cognitivedepth', 'mod_workshop');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ class social_breadth extends activity_base {
|
||||
* @return string
|
||||
*/
|
||||
public static function get_name() {
|
||||
return get_string('indicator:socialbreadthworkshop', 'mod_workshop');
|
||||
return get_string('indicator:socialbreadth', 'mod_workshop');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -175,8 +175,8 @@ $string['gradingsettings'] = 'Grading settings';
|
||||
$string['groupnoallowed'] = 'You are not allowed to access any group in this workshop';
|
||||
$string['chooseuser'] = 'Choose user...';
|
||||
$string['iamsure'] = 'Yes, I am sure';
|
||||
$string['indicator:cognitivedepthworkshop'] = 'Workshop cognitive';
|
||||
$string['indicator:socialbreadthworkshop'] = 'Workshop social';
|
||||
$string['indicator:cognitivedepth'] = 'Workshop cognitive';
|
||||
$string['indicator:socialbreadth'] = 'Workshop social';
|
||||
$string['info'] = 'Info';
|
||||
$string['instructauthors'] = 'Instructions for submission';
|
||||
$string['instructreviewers'] = 'Instructions for assessment';
|
||||
|
Loading…
x
Reference in New Issue
Block a user