|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $string ['checkin'] = 'Save strings to language pack' | |
| $string ['checkout'] = 'Open language pack for editing' | |
| $string ['checkoutdone'] = 'Language pack loaded' | |
| $string ['checkoutinprogress'] = 'Loading language pack' | |
| $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.' | |
| $string ['customlang:edit'] = 'Edit local translation' | |
| $string ['customlang:view'] = 'View local translation' | |
| $string ['filter'] = 'Filter strings' | |
| $string ['filtercomponent'] = 'Show strings of these components' | |
| $string ['filtercustomized'] = 'Customised only' | |
| $string ['filtermodified'] = 'Modified only' | |
| $string ['filteronlyhelps'] = 'Help only' | |
| $string ['filtershowstrings'] = 'Show strings' | |
| $string ['filterstringid'] = 'String identifier' | |
| $string ['filtersubstring'] = 'Only strings containing' | |
| $string ['headingcomponent'] = 'Component' | |
| $string ['headinglocal'] = 'Local customisation' | |
| $string ['headingstandard'] = 'Standard text' | |
| $string ['headingstringid'] = 'String' | |
| $string ['markinguptodate'] = 'Marking the customisation as up-to-date' | |
| $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.' | |
| $string ['markuptodate'] = 'mark as up-to-date' | |
| $string ['modifiedno'] = 'There are no modified strings to save.' | |
| $string ['modifiednum'] = 'There are {$a} modified strings. Do you wish to save these changes to your local language pack?' | |
| $string ['nostringsfound'] = 'No strings found, please modify the filter settings' | |
| $string ['placeholder'] = 'Placeholders' | |
| $string ['placeholder_help'] | |
| $string ['placeholderwarning'] = 'string contains a placeholder' | |
| $string ['pluginname'] = 'Language customisation' | |
| $string ['savecheckin'] = 'Save changes to the language pack' | |
| $string ['savecontinue'] = 'Apply changes and continue editing' | |
| $string['checkin'] = 'Save strings to language pack' |
Definition at line 29 of file tool_customlang.php.
| $string['checkout'] = 'Open language pack for editing' |
Definition at line 30 of file tool_customlang.php.
| $string['checkoutdone'] = 'Language pack loaded' |
Definition at line 31 of file tool_customlang.php.
| $string['checkoutinprogress'] = 'Loading language pack' |
Definition at line 32 of file tool_customlang.php.
| $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.' |
Definition at line 33 of file tool_customlang.php.
| $string['customlang:edit'] = 'Edit local translation' |
Definition at line 34 of file tool_customlang.php.
| $string['customlang:view'] = 'View local translation' |
Definition at line 35 of file tool_customlang.php.
| $string['filter'] = 'Filter strings' |
Definition at line 36 of file tool_customlang.php.
| $string['filtercomponent'] = 'Show strings of these components' |
Definition at line 37 of file tool_customlang.php.
| $string['filtercustomized'] = 'Customised only' |
Definition at line 38 of file tool_customlang.php.
| $string['filtermodified'] = 'Modified only' |
Definition at line 39 of file tool_customlang.php.
| $string['filteronlyhelps'] = 'Help only' |
Definition at line 40 of file tool_customlang.php.
| $string['filtershowstrings'] = 'Show strings' |
Definition at line 41 of file tool_customlang.php.
| $string['filterstringid'] = 'String identifier' |
Definition at line 42 of file tool_customlang.php.
| $string['filtersubstring'] = 'Only strings containing' |
Definition at line 43 of file tool_customlang.php.
| $string['headingcomponent'] = 'Component' |
Definition at line 44 of file tool_customlang.php.
| $string['headinglocal'] = 'Local customisation' |
Definition at line 45 of file tool_customlang.php.
| $string['headingstandard'] = 'Standard text' |
Definition at line 46 of file tool_customlang.php.
| $string['headingstringid'] = 'String' |
Definition at line 47 of file tool_customlang.php.
| $string['markinguptodate'] = 'Marking the customisation as up-to-date' |
Definition at line 48 of file tool_customlang.php.
| $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.' |
Definition at line 49 of file tool_customlang.php.
| $string['markuptodate'] = 'mark as up-to-date' |
Definition at line 50 of file tool_customlang.php.
| $string['modifiedno'] = 'There are no modified strings to save.' |
Definition at line 51 of file tool_customlang.php.
| $string['modifiednum'] = 'There are {$a} modified strings. Do you wish to save these changes to your local language pack?' |
Definition at line 52 of file tool_customlang.php.
| $string['nostringsfound'] = 'No strings found, please modify the filter settings' |
Definition at line 53 of file tool_customlang.php.
| $string['placeholder'] = 'Placeholders' |
Definition at line 54 of file tool_customlang.php.
| $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. 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.'
Definition at line 55 of file tool_customlang.php.
| $string['placeholderwarning'] = 'string contains a placeholder' |
Definition at line 58 of file tool_customlang.php.
| $string['pluginname'] = 'Language customisation' |
Definition at line 59 of file tool_customlang.php.
| $string['savecheckin'] = 'Save changes to the language pack' |
Definition at line 60 of file tool_customlang.php.
| $string['savecontinue'] = 'Apply changes and continue editing' |
Definition at line 61 of file tool_customlang.php.