"MDL-14129, add lang string"

This commit is contained in:
dongsheng 2008-06-13 05:13:29 +00:00
parent 36b4029f35
commit 0430fc37d7
2 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@ $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.';
$string['duplicateusername'] = 'Duplicate username - skiping record';
$string['duplicaterolename'] = 'there is already a role with this name!';
$string['duplicateroleshortname'] = 'there is already a role with this shortname!';
$string['emailfail'] = 'Emailing Failed';
$string['errorcleaningdirectory'] = 'Error cleaning directory \"$a\"';
$string['errorcopyingfiles'] = 'Error copying files';
$string['errorcreatingdirectory'] = 'Error creating directory \"$a\"';

View File

@ -256,6 +256,7 @@ $string['postsuccess'] = 'Post successful';
$string['practice'] = 'Practice lesson';
$string['preprocesserror'] = 'Error occurred during pre-processing!';
$string['processerror'] = 'Error occurred during processing!';
$string['postprocesserror'] = 'Error occurred during post-processing!';
$string['preview'] = 'Preview';
$string['previewlesson'] = 'Preview $a';
$string['previouspage'] = 'Previous page';