$string['manageuserrepository'] = 'Manage individual repository';
$string['noenter'] = 'Nothing entered';
$string['operation'] = 'Operation';
-$string['openpicker'] = 'Open file picker';
+$string['openpicker'] = 'Choose a file...';
$string['plugin'] = 'Repository plug-ins';
$string['preview'] = 'Preview';
$string['removed'] = 'Repository removed';
$string['repository'] = 'Repository';
$string['repositories'] = 'Repositories';
$string['save'] = 'Save';
-$string['saveas'] = 'Save As';
+$string['saveas'] = 'Save as';
$string['saved'] = 'Saved';
$string['saving'] = 'Saving';
$string['settings'] = 'Settings';
$strsaveas = get_string('saveas', 'repository').': ';
$stradd = get_string('add', 'repository');
$strback = get_string('back', 'repository');
+ $strcancel = get_string('cancel');
$strclose = get_string('close', 'repository');
$strcopying = get_string('copying', 'repository');
$strdownbtn = get_string('getfile', 'repository');
html += '<p><input type="hidden" id="fileurl-$suffix" value="'+url+'" />';
html += '<a href="###" onclick="repository_client_$suffix.viewfiles()">$strback</a> ';
html += '<input type="button" onclick="repository_client_$suffix.download()" value="$strdownbtn" />';
- html += '<input type="button" onclick="repository_client_$suffix.hide()" value="Cancle" /></p>';
+ html += '<input type="button" onclick="repository_client_$suffix.hide()" value="$strcancel" /></p>';
html += '</div>';
panel.get('element').innerHTML = html;
}