MDL-24233 report_customlang: display a help for {$a} placeholders
[moodle.git] / admin / report / customlang / lang / en / report_customlang.php
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
18 /**
19  * Strings for Language customization admin report
20  *
21  * @package    report
22  * @subpackage customlang
23  * @copyright  2010 David Mudrak <david@moodle.com>
24  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25  */
27 defined('MOODLE_INTERNAL') || die();
29 $string['checkin'] = 'Check in strings into disk';
30 $string['checkout'] = 'Check out strings into translator';
31 $string['confirmcheckin'] = 'You are about to check in modified strings into your local language pack. This will export the customized strings from the translator into the data directory and Moodle will start using the modified strings. Press \'Continue\' button to proceed check in.';
32 $string['customlang:edit'] = 'Edit local translation';
33 $string['customlang:view'] = 'View local translation';
34 $string['filter'] = 'Filter strings';
35 $string['filtercomponent'] = 'Show strings of these components';
36 $string['filtercustomized'] = 'Customized only';
37 $string['filtermodified'] = 'Modified only';
38 $string['filteronlyhelps'] = 'Help only';
39 $string['filtershowstrings'] = 'Show strings';
40 $string['filterstringid'] = 'String identifier';
41 $string['filtersubstring'] = 'Only strings containing';
42 $string['headingcomponent'] = 'Component';
43 $string['headinglocal'] = 'Local customization';
44 $string['headingstandard'] = 'Standard text';
45 $string['headingstringid'] = 'String';
46 $string['markinguptodate'] = 'Marking the customization as up-to-date';
47 $string['markinguptodate_help'] = 'The customized translation may get outdated if either the English original or the master translation has modified since the string was customized on your site. Review the customized translation. If you find it up-to-date, click the checkbox. Edit it otherwise.';
48 $string['markuptodate'] = 'mark as up-to-date';
49 $string['modifiedno'] = 'There are no modified strings to check in.';
50 $string['modifiednum'] = 'There are {$a} modified strings. You must check in them into disk to store them permanently.';
51 $string['nostringsfound'] = 'No strings found, please modify the filter settings';
52 $string['placeholder'] = 'Placeholders';
53 $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.
55 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.';
56 $string['placeholderwarning'] = 'string contains a placeholder';
57 $string['pluginname'] = 'Language customization';
58 $string['savecheckin'] = 'Save and check in strings into files';
59 $string['savecontinue'] = 'Save and continue editing';