|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00027 defined('MOODLE_INTERNAL') || die(); 00028 00029 $string['checkin'] = 'Save strings to language pack'; 00030 $string['checkout'] = 'Open language pack for editing'; 00031 $string['checkoutdone'] = 'Language pack loaded'; 00032 $string['checkoutinprogress'] = 'Loading language pack'; 00033 $string['confirmcheckin'] = 'You are about to save modifications to your local language pack. This will export the customised strings from the translator into you Moodle data directory and Moodle will start using the modified strings. Press \'Continue\' to proceed with saving.'; 00034 $string['customlang:edit'] = 'Edit local translation'; 00035 $string['customlang:view'] = 'View local translation'; 00036 $string['filter'] = 'Filter strings'; 00037 $string['filtercomponent'] = 'Show strings of these components'; 00038 $string['filtercustomized'] = 'Customised only'; 00039 $string['filtermodified'] = 'Modified only'; 00040 $string['filteronlyhelps'] = 'Help only'; 00041 $string['filtershowstrings'] = 'Show strings'; 00042 $string['filterstringid'] = 'String identifier'; 00043 $string['filtersubstring'] = 'Only strings containing'; 00044 $string['headingcomponent'] = 'Component'; 00045 $string['headinglocal'] = 'Local customisation'; 00046 $string['headingstandard'] = 'Standard text'; 00047 $string['headingstringid'] = 'String'; 00048 $string['markinguptodate'] = 'Marking the customisation as up-to-date'; 00049 $string['markinguptodate_help'] = 'The customised translation may get outdated if either the English original or the master translation has modified since the string was customised on your site. Review the customised translation. If you find it up-to-date, click the checkbox. Edit it otherwise.'; 00050 $string['markuptodate'] = 'mark as up-to-date'; 00051 $string['modifiedno'] = 'There are no modified strings to save.'; 00052 $string['modifiednum'] = 'There are {$a} modified strings. Do you wish to save these changes to your local language pack?'; 00053 $string['nostringsfound'] = 'No strings found, please modify the filter settings'; 00054 $string['placeholder'] = 'Placeholders'; 00055 $string['placeholder_help'] = 'Placeholders are special statements like `{$a}` or `{$a->something}` within the string. They are replaced with a value when the string is actually printed. 00056 00057 It is important to copy them exactly as they are in the original string. Do not translate them nor change their left-to-right orientation.'; 00058 $string['placeholderwarning'] = 'string contains a placeholder'; 00059 $string['pluginname'] = 'Language customisation'; 00060 $string['savecheckin'] = 'Save changes to the language pack'; 00061 $string['savecontinue'] = 'Apply changes and continue editing';