forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not eval()'ed any more and the only valid placeholders are {$a} and {$a->foobar}. No extra quotes escaping, dollar sign escaping and putting double percent signs. The modified files were exported from AMOS database repository in the new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc blocks are added. Where there was no copyright note so far, I added the default one with Martin Dougiamas as the copyright holder. Live long and prosper.
- Loading branch information
Showing
206 changed files
with
8,445 additions
and
4,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,36 @@ | ||
<?PHP // $Id$ | ||
<?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 'report_capability', language 'en', branch 'MOODLE_20_STABLE' | ||
* | ||
* @package report_capability | ||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
$string['capability'] = 'Capability report'; | ||
$string['capabilitylabel'] = 'Capability:'; | ||
$string['capabilityreport'] = 'Capability report'; | ||
$string['forroles'] = 'For roles {$a}'; | ||
$string['getreport'] = 'Get the report'; | ||
$string['changeoverrides'] = 'Change overrides in this context'; | ||
$string['changeroles'] = 'Change role definitions'; | ||
$string['forroles'] = 'For roles $a'; | ||
$string['getreport'] = 'Get the report'; | ||
$string['intro'] = 'This report shows, for a particular capability, what permission that capability has in the definition of every role (or a selection of roles), and everywhere in the site where that capability is overridden.'; | ||
$string['reportforcapability'] = 'Report for capability \'$a\''; | ||
$string['reportforcapability'] = 'Report for capability \'{$a}\''; | ||
$string['reportsettings'] = 'Report settings'; | ||
$string['roleslabel'] = 'Roles:'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
<?php // $Id$ | ||
<?php | ||
|
||
$string['configlog'] = 'Config changes'; | ||
// 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/>. | ||
|
||
$string['timemodified'] = 'Date'; | ||
/** | ||
* Strings for component 'report_configlog', language 'en', branch 'MOODLE_20_STABLE' | ||
* | ||
* @package report_configlog | ||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
$string['configlog'] = 'Config changes'; | ||
$string['oldvalue'] = 'Original value'; | ||
$string['plugin'] = 'Plugin'; | ||
$string['setting'] = 'Setting'; | ||
$string['timemodified'] = 'Date'; | ||
$string['value'] = 'New value'; | ||
$string['oldvalue'] = 'Original value'; | ||
|
||
?> |
27 changes: 24 additions & 3 deletions
27
admin/report/courseoverview/lang/en/report_courseoverview.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
<?PHP // $Id$ | ||
<?php | ||
|
||
$string['courseoverview:view'] = 'View course overview report'; | ||
// 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 'report_courseoverview', language 'en', branch 'MOODLE_20_STABLE' | ||
* | ||
* @package report_courseoverview | ||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
?> | ||
$string['courseoverview:view'] = 'View course overview report'; |
31 changes: 26 additions & 5 deletions
31
admin/report/questioninstances/lang/en/report_questioninstances.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,37 @@ | ||
<?PHP // $Id$ | ||
<?php | ||
|
||
$string['questioninstances:view'] = 'View question instances report'; | ||
// 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 'report_questioninstances', language 'en', branch 'MOODLE_20_STABLE' | ||
* | ||
* @package report_questioninstances | ||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
$string['editquestionshere'] = 'Edit questions in this context'; | ||
$string['getreport'] = 'Get the report'; | ||
$string['hiddenquestions'] = 'Hidden'; | ||
$string['intro'] = 'This report lists all the contexts in the system where there are questions of a particular type.'; | ||
$string['questioninstances'] = 'Question instances'; | ||
$string['questioninstances:view'] = 'View question instances report'; | ||
$string['reportforallqtypes'] = 'Report for all question types'; | ||
$string['reportformissingqtypes'] = 'Report for question of unknown types'; | ||
$string['reportforqtype'] = 'Report for question type \'$a\''; | ||
$string['reportforqtype'] = 'Report for question type \'{$a}\''; | ||
$string['reportsettings'] = 'Report settings'; | ||
$string['questioninstances'] = 'Question instances'; | ||
$string['totalquestions'] = 'Total'; | ||
$string['visiblequestions'] = 'Visible'; | ||
?> |
Oops, something went wrong.