mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-39319 langimport: fix language file ordering and trailing whitespace
This commit is contained in:
parent
56420e3664
commit
559c0f09bd
@ -39,15 +39,12 @@ $string['langpackupdatedevent'] = 'Language pack updated';
|
||||
$string['langupdatecomplete'] = 'Language pack update completed';
|
||||
$string['missingcfglangotherroot'] = 'Missing configuration value $CFG->langotherroot';
|
||||
$string['missinglangparent'] = 'Missing parent language <em>{$a->parent}</em> of <em>{$a->lang}</em>.';
|
||||
$string['noenglishuninstall'] = 'English language pack can not be uninstalled';
|
||||
$string['nolangupdateneeded'] = 'All your language packs are up to date, no update is needed';
|
||||
$string['pluginname'] = 'Language packs';
|
||||
$string['purgestringcaches'] = 'Purge string caches';
|
||||
$string['remotelangnotavailable'] = 'Because Moodle cannot connect to download.moodle.org, it is not possible for language packs to be installed automatically. Please download the appropriate ZIP file(s) from <a href="https://download.moodle.org/langpack/">download.moodle.org/langpack</a>, copy them to your {$a} directory and unzip them manually.';
|
||||
$string['selectlangs'] = 'Select languages to unistall!';
|
||||
$string['uninstall'] = 'Uninstall selected language packs';
|
||||
$string['uninstallconfirm'] = 'You are about to completely uninstall these language packs: <strong>{$a}</strong>. Are you sure?';
|
||||
$string['updatelangs'] = 'Update all installed language packs';
|
||||
$string['selectlangs'] = 'Select languages to unistall!';
|
||||
$string['noenglishuninstall'] = 'English language pack can not be uninstalled';
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user