From: dongsheng Date: Thu, 12 Jun 2008 10:57:54 +0000 (+0000) Subject: "MDL-14129, add new lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=79c7b3ad55386d5541928e680974405b34edb8ea;p=moodle.git "MDL-14129, add new lang string" --- diff --git a/lang/en_utf8/resource.php b/lang/en_utf8/resource.php index 6e2486b7ca..b01d768053 100644 --- a/lang/en_utf8/resource.php +++ b/lang/en_utf8/resource.php @@ -9,6 +9,7 @@ $string['autofilerename'] = 'Update link if file renamed'; $string['back'] = 'Back'; $string['blockdeletingfile'] = 'Block deleting of referenced files'; $string['browserepository'] = 'Browse repository'; +$string['cannotupdate'] = 'Cannot update resource.'; $string['choose'] = 'Choose'; $string['chooseafile'] = 'Choose or upload a file'; $string['chooseparameter'] = 'Choose parameter'; @@ -54,6 +55,8 @@ $string['framesize'] = 'Frame size'; $string['fulltext'] = 'Full text'; $string['htmlfragment'] = 'HTML fragment'; $string['imspackageloaded'] = 'Package loaded'; +$string['invalidassignment'] = 'incorrect assignment'; +$string['invalidid'] = 'Resource ID was incorrect'; $string['keepnavigationvisible'] = 'Keep page navigation visible on the same page'; $string['localfile'] = 'Local file'; $string['localfilechoose'] = 'Choose a local file (CD-ROM)';