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:
skodak 2006-12-08 19:36:00 +00:00
parent eb302b1914
commit 449e6414e5
2 changed files with 170 additions and 152 deletions

View file

@ -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';