mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-7823 Fixed hardcoded strings and xhtml compliance, code cleanup, improved access control in mod/data/preset.php
minor changes in language pack, should not cause legacy problems
This commit is contained in:
parent
eb302b1914
commit
449e6414e5
2 changed files with 170 additions and 152 deletions
|
@ -92,7 +92,7 @@ $string['file'] = 'File';
|
|||
$string['filtername'] = 'Database Auto-linking';
|
||||
$string['footer'] = 'Footer';
|
||||
$string['forcelinkname'] = 'Forced name for the link';
|
||||
$string['fromfile'] = 'from zip file';
|
||||
$string['fromfile'] = 'Import from zip file';
|
||||
$string['header'] = 'Header';
|
||||
$string['headeraddtemplate'] = 'Defines the interface when editing entries';
|
||||
$string['headercsstemplate'] = 'Defines local CSS styles for the other templates';
|
||||
|
@ -206,7 +206,7 @@ $string['updatefield'] = 'Update an existing field';
|
|||
$string['uploadfile'] = 'Upload file';
|
||||
$string['uploadrecords'] = 'Upload entries from a file';
|
||||
$string['url'] = 'Url';
|
||||
$string['usestandard'] = 'use a preset';
|
||||
$string['usestandard'] = 'Use a preset';
|
||||
$string['viewfromdate'] = 'Viewable from';
|
||||
$string['viewtodate'] = 'Viewable to';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue