mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
With previous commit some lang strings became unused. As far as they are not reusable we are deleting them plain and straight. This is the list of strings, for reference: - orphanedquestionscategory - orphanedquestionscategoryinfo - oauth2upgrade_message_small - oauth2upgrade_message_subject - oauth2upgrade_message_content - apiv1migration_message_small - apiv1migration_message_subject - apiv1migration_message_content - security_key_notice_message_small - security_key_notice_message_subject - security_key_notice_message_content - pendingupgrades_message_small - pendingupgrades_message_subject - pendingupgrades_message_content
45 lines
2.3 KiB
PHP
45 lines
2.3 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* Strings for component 'assignment', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package mod_assignment
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['assignment:addinstance'] = 'Add a new assignment';
|
|
$string['assignment:exportownsubmission'] = 'Export own submission';
|
|
$string['assignment:exportsubmission'] = 'Export submission';
|
|
$string['assignment:grade'] = 'Grade assignment';
|
|
$string['assignment:submit'] = 'Submit assignment';
|
|
$string['assignment:view'] = 'View assignment';
|
|
$string['assignmentneedsupgrade'] = 'The legacy "Assignment 2.2" activity has been disabled. Please request that your site administrator runs the assignment upgrade tool for all legacy assignments in this site.';
|
|
$string['messageprovider:assignment_updates'] = 'Assignment (2.2) notifications';
|
|
$string['assignmentdisabled'] = 'The legacy "Assignment 2.2" activity is disabled.';
|
|
$string['modulename'] = 'Assignment 2.2 (Disabled)';
|
|
$string['modulename_help'] = 'Legacy activity module that has been removed from Moodle.';
|
|
$string['modulenameplural'] = 'Assignments 2.2 (Disabled)';
|
|
$string['page-mod-assignment-x'] = 'Any assignment module page';
|
|
$string['page-mod-assignment-view'] = 'Assignment module main page';
|
|
$string['page-mod-assignment-submissions'] = 'Assignment module submission page';
|
|
$string['pluginname'] = 'Assignment 2.2 (Disabled)';
|
|
$string['upgradenotification'] = 'This activity is based on an older assignment module.';
|
|
$string['viewassignmentupgradetool'] = 'View the assignment upgrade tool';
|
|
$string['pluginadministration'] = 'Assignment 2.2 (Disabled) administration';
|