]> git.mjollnir.org Git - moodle.git/commitdiff
Added IMS CP strings
authorwildgirl <wildgirl>
Tue, 18 Apr 2006 18:09:11 +0000 (18:09 +0000)
committerwildgirl <wildgirl>
Tue, 18 Apr 2006 18:09:11 +0000 (18:09 +0000)
lang/en_utf8/resource.php

index 723b3a946715b45d86c5168b34f79da2f03e7ea6..cec089d905a84e054151994922f1faf09ca000c9 100644 (file)
@@ -3,6 +3,9 @@
 
 
 $string['addresource'] = 'Add a resource';
+$string['back'] = 'Back';
+$string['browserepository'] = 'Browse repository';
+$string['choose'] = 'Choose';
 $string['chooseafile'] = 'Choose or upload a file';
 $string['chooseparameter'] = 'Choose parameter';
 $string['configallowlocalfiles'] = 'When creating a new file resource, allow links to files on a local file system such as a CD drive or a hard drive. This may be useful in a classroom where all students have access to a common network drive or where files on a CD need to be accessed. Use of this feature may require changes to your browser\'s security settings.';
@@ -24,10 +27,12 @@ $string['configsecretphrase'] = 'This secret phrase is used to produce the encry
 $string['configwebsearch'] = 'When adding a URL as a webpage or weblink, this location is offered as a site to help the user search for the URL they want.';
 $string['configwindowsettings'] = 'This sets the default value for the Window settings pane in the form when adding some new resources. After the first time, this becomes an individual user preference.';
 $string['deploy'] = 'Deploy';
+$string['deployall'] = 'Deploy all';
 $string['directlink'] = 'Direct link to this file';
 $string['directoryinfo'] = 'All the files in the chosen directory will be displayed.';
 $string['display'] = 'Window';
 $string['editingaresource'] = 'Editing a resource';
+$string['emptyfolder'] = 'Empty folder';
 $string['encryptedcode'] = 'Encrypted code';
 $string['example'] = 'Example';
 $string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html';
@@ -39,7 +44,7 @@ $string['filtername'] = 'Resource Names Auto-linking';
 $string['frameifpossible'] = 'Put resource in a frame to keep site navigation visible';
 $string['fulltext'] = 'Full text';
 $string['htmlfragment'] = 'HTML fragment';
-$string['imspackageloaded'] = 'Package loaded.';
+$string['imspackageloaded'] = 'Package loaded';
 $string['localfile'] = 'Local file';
 $string['localfilechoose'] = 'Choose a local file (CD-ROM)';
 $string['localfileinfo'] = '<p>Choose a local file from your computer. The file will not be uploaded to the web site, but Moodle will look for the same file on the computer of anyone viewing this resource.</p><p>This is mostly useful when you have large media files stored on a standard CD-ROM that you distribute to all participants.  Each participant is able to choose their own local path for such files, by <a href=\"$a\" target=\"_blank\">editing their user profile</a>.</p>';
@@ -49,7 +54,9 @@ $string['localfileselect'] = 'Choose this file path.';
 $string['maindirectory'] = 'Main files directory';
 $string['modulename'] = 'Resource';
 $string['modulenameplural'] = 'Resources';
-$string['navigationbuttons'] = 'Navigation Buttons';
+$string['navigationbuttons'] = 'Navigation buttons';
+$string['navigationmenu'] = 'Navigation side menu';
+$string['navigationup'] = 'Up button';
 $string['neverseen'] = 'Never seen';
 $string['newdirectories'] = 'Show the directory links';
 $string['newfullscreen'] = 'Fill the whole screen';
@@ -63,7 +70,9 @@ $string['newtoolbar'] = 'Show the toolbar';
 $string['newwidth'] = 'Default window width (in pixels)';
 $string['newwindow'] = 'New window';
 $string['newwindowopen'] = 'Display this resource in a new popup window';
+$string['next'] = 'Next';
 $string['notallowedlocalfileaccess'] = 'Access to local files is currently disabled, so this resource is not available.';
+$string['notdeployed'] = 'Not deployed';
 $string['note'] = 'Note';
 $string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href=\"$a\">File Manager</a>.';
 $string['notypechosen'] = 'You need to choose a type.  Use your back button to go back and retry.';
@@ -76,7 +85,10 @@ $string['parameter'] = 'Parameter';
 $string['parameters'] = 'Parameters';
 $string['popupresource'] = 'This resource should appear in a popup window.';
 $string['popupresourcelink'] = 'If it didn\'t, click here: $a';
-$string['redeploy'] = 'Deploy Again';
+$string['preview'] = 'Preview';
+$string['previous'] = 'Previous';
+$string['redeploy'] = 'Deploy again';
+$string['repository'] = 'IMS repository';
 $string['resourcetype'] = 'Type of resource';
 $string['resourcetype1'] = 'Reference';
 $string['resourcetype2'] = 'Web Page';
@@ -90,16 +102,18 @@ $string['resourcetype9'] = 'Directory';
 $string['resourcetypedirectory'] = 'Display a directory';
 $string['resourcetypefile'] = 'Link to a file or web site';
 $string['resourcetypehtml'] = 'Compose a web page';
-$string['resourcetypeims'] = 'Deploy an IMS Content Package';
+$string['resourcetypeims'] = 'Add an IMS Content Package';
 $string['resourcetypelabel'] = 'Insert a label';
 $string['resourcetyperepository'] = 'Link to a repository object';
 $string['resourcetypetext'] = 'Compose a text page';
 $string['showcourseblocks'] = 'Show the course blocks';
 $string['searchweb'] = 'Search for web page';
 $string['serverurl'] = 'Server URL ($a->wwwroot)';
-$string['tableofcontents'] = 'Table of Contents';
+$string['skipsubmenus'] = 'Skip sub-menu pages';
+$string['tableofcontents'] = 'Table of contents';
+$string['upbutton'] = 'Up';
 $string['variablename'] = 'Variable name';
-$string['viewims'] = 'View IMS CP Package';
+$string['viewims'] = 'View IMS Content Package';
 $string['vol'] = 'Vol';
 
 ?>