mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
"MDL-16597, filemanager, fixed language string"
This commit is contained in:
parent
58aaa8e97e
commit
5b8d3feb63
@ -90,7 +90,7 @@ $string['plugin'] = 'Repository plug-ins';
|
||||
$string['pluginerror'] = 'Errors in repository plugin.';
|
||||
$string['preview'] = 'Preview';
|
||||
$string['popup'] = 'Click "Login" button to login';
|
||||
$string['popupblockeddownload'] = 'The downloading windows blocked, please clicked the archived folder.';
|
||||
$string['popupblockeddownload'] = 'The downloading windows blocked, please allow the popup window, and try again.';
|
||||
$string['readonlyinstance'] = 'You cannot edit/delete a read-only instance';
|
||||
$string['refresh'] = 'Refresh';
|
||||
$string['refreshnonjsfilepicker'] = 'Please close this window and refresh non-javascript file picker';
|
||||
|
@ -169,7 +169,7 @@ class MoodleQuickForm_filemanager extends HTML_QuickForm_element {
|
||||
$PAGE->requires->string_for_js('cannotdeletefile', 'error');
|
||||
$PAGE->requires->string_for_js('confirmdeletefile', 'repository');
|
||||
$PAGE->requires->string_for_js('nopathselected', 'repository');
|
||||
$PAGE->requires->string_for_js('popupblockdownload', 'repository');
|
||||
$PAGE->requires->string_for_js('popupblockeddownload', 'repository');
|
||||
|
||||
if (empty($draftitemid)) {
|
||||
// no existing area info provided - let's use fresh new draft area
|
||||
|
Loading…
x
Reference in New Issue
Block a user