<?php $this->cache['id']['report_customlang'] = array (
  'checkin' => 'Check in strings into disk',
  'checkout' => 'Check out strings into the translator',
  'checkoutdone' => 'Strings checked out successfully into the translator',
  'checkoutinprogress' => 'Checking out strings into the translator',
  '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.',
  'customlang:edit' => 'Edit local translation',
  'customlang:view' => 'View local translation',
  'filter' => 'Filter strings',
  'filtercomponent' => 'Show strings of these components',
  'filtercustomized' => 'Customized only',
  'filtermodified' => 'Modified only',
  'filteronlyhelps' => 'Help only',
  'filtershowstrings' => 'Show strings',
  'filterstringid' => 'String identifier',
  'filtersubstring' => 'Only strings containing',
  'headingcomponent' => 'Component',
  'headinglocal' => 'Local customization',
  'headingstandard' => 'Standard text',
  'headingstringid' => 'String',
  'markinguptodate' => 'Marking the customization as up-to-date',
  '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.',
  'markuptodate' => 'mark as up-to-date',
  'modifiedno' => 'There are no modified strings to check in.',
  'modifiednum' => 'There are {$a} modified strings. You must check in them into disk to store them permanently.',
  'nostringsfound' => 'No strings found, please modify the filter settings',
  'placeholder' => 'Placeholders',
  '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.',
  'placeholderwarning' => 'string contains a placeholder',
  'pluginname' => 'Language customization',
  'savecheckin' => 'Save and check in strings into files',
  'savecontinue' => 'Save and continue editing',
);