mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixing a string
This commit is contained in:
parent
c05ccf3fa7
commit
e3c21e8c13
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ $string['langpackremoved'] = 'Language pack was uninstalled';
|
||||||
$string['langpacks'] = 'Language packs';
|
$string['langpacks'] = 'Language packs';
|
||||||
$string['langpackupdated'] = 'Language pack {$a} was successfully updated';
|
$string['langpackupdated'] = 'Language pack {$a} was successfully updated';
|
||||||
$string['langpackupdateskipped'] = 'Update of {$a} language pack skipped';
|
$string['langpackupdateskipped'] = 'Update of {$a} language pack skipped';
|
||||||
$string['langpackwillbeupdated'] = 'During the upgrade, Moodle will try to update currently chosen language pack.';
|
$string['langpackwillbeupdated'] = 'NOTE: Moodle will try to download updates for your language packs during the upgrade.';
|
||||||
$string['langrmyourself'] = 'To prevent data loss, lang.php is not able to overwrite existing file with empty content. Please, remove the file manually in order to get rid of it.';
|
$string['langrmyourself'] = 'To prevent data loss, lang.php is not able to overwrite existing file with empty content. Please, remove the file manually in order to get rid of it.';
|
||||||
$string['langstringcache'] = 'Cache all language strings';
|
$string['langstringcache'] = 'Cache all language strings';
|
||||||
$string['languagesettings'] = 'Language settings';
|
$string['languagesettings'] = 'Language settings';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue