New strings for MP3 player

This commit is contained in:
moodler 2005-03-15 17:08:46 +00:00
parent 2699de70b7
commit 638b0186c9

View file

@ -58,6 +58,7 @@ $string['notefile'] = 'To upload more files into the course (so they appear in t
$string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.'; $string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.';
$string['pagedisplay'] = 'Display this resource within the current window'; $string['pagedisplay'] = 'Display this resource within the current window';
$string['pagewindow'] = 'Same window'; $string['pagewindow'] = 'Same window';
$string['pan'] = 'Pan';
$string['parameter'] = 'Parameter'; $string['parameter'] = 'Parameter';
$string['parameters'] = 'Parameters'; $string['parameters'] = 'Parameters';
$string['popupresource'] = 'This resource should appear in a popup window.'; $string['popupresource'] = 'This resource should appear in a popup window.';
@ -80,4 +81,5 @@ $string['resourcetypetext'] = 'Compose a text page';
$string['searchweb'] = 'Search for web page'; $string['searchweb'] = 'Search for web page';
$string['serverurl'] = 'Server URL ($a->wwwroot)'; $string['serverurl'] = 'Server URL ($a->wwwroot)';
$string['variablename'] = 'Variable name'; $string['variablename'] = 'Variable name';
$string['vol'] = 'Vol';
?> ?>