mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10797 Merged lang strings into lang/en_utf8/admin.php and error.php
This commit is contained in:
parent
f6eb15ade1
commit
98240e51a6
5 changed files with 57 additions and 63 deletions
|
@ -5,8 +5,10 @@
|
|||
$string['adminprimarynoedit'] = 'The primary admin cannot be edited by others';
|
||||
$string['cannotcreatelangdir'] = 'Cannot create lang dir.';
|
||||
$string['cannotcreatetempdir'] = 'Cannot create temp dir.';
|
||||
$string['cannotcustomizelocallang'] = 'You do not have permission to customize the strings translation. This permission is controlled by the capability "moodle/site:langeditlocal". Set this capability to allow you to edit local language packages in case you want to modify translations for your site.';
|
||||
$string['cannotdownloadcomponents'] = 'Cannot download components.';
|
||||
$string['cannotdownloadzipfile'] = 'Cannot download ZIP file.';
|
||||
$string['cannoteditmasterlang'] = 'You do not have permission to edit master language package. This permission is controlled by the capability "moodle/site:langeditmaster". Set this capability to allow you to edit master language packages in case you are the maintainer of a package.';
|
||||
$string['cannotfindcomponent'] = 'Cannot find component.';
|
||||
$string['cannotsavemd5file'] = 'Cannot save md5 file.';
|
||||
$string['cannotsavezipfile'] = 'Cannot save ZIP file.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue