<?php //$Id$
$string['accessiblefilepicker']='Accessible file picker';
$string['activerepository'] = 'Active repository plugins';
-$string['add'] = 'Add...';
+$string['add'] = 'Add';
+$string['addfile'] = 'Add...';
$string['addplugin'] = 'Add a repository plugin';
$string['activaterep'] = 'Active repositories';
$string['areabackup'] = 'Backups';
$string['back'] = '< Back';
$string['cacheexpire'] = 'Cache expire';
$string['cachecleared'] = 'Cached files are removed';
+$string['cannotaccessparentwin'] = 'If parent window is on HTTPS, then we are not allowed to access window.opener object, so we cannot refresh the repository for you automatically, but we already got your session, just go back to file picker and select the repository again, it should work now.';
$string['cannotdelete'] = 'Cannot delete this file.';
$string['cannotdownload'] = 'Cannot download this file';
$string['cannotinitplugin'] = 'Call plugin_init failed';
$string['popup'] = 'Click "Login" button to login';
$string['readonlyinstance'] = 'You cannot edit/delete a read-only instance';
$string['refresh'] = 'Refresh';
+$string['refreshnonjsfilepicker'] = 'Please clos this window and refresh non-javascript file picker';
$string['removed'] = 'Repository removed';
$string['repository'] = 'Repository';
$string['repositorycourse'] = 'Course repositories';
<?php // $Id$
$string['configplugin'] = 'Configuration for local file repository';
+$string['currentusefiles'] = 'Current use files';
$string['repositoryname'] = 'Local files';
$string['repositorydesc'] = 'Repository on the local Moodle server';
$string['notitle'] = 'notitle';
echo '<td><input type="password" name="boxpassword" /></td></tr>';
echo '<input type="hidden" name="ticket" value="'.$t['ticket'].'" />';
echo '</table>';
- echo '<input type="submit" value="Enter" />';
+ echo '<input type="submit" value="'.get_string('enter', 'repository').'" />';
}
}
$context = get_system_context();
// append draft files directory
$node = array(
- 'title' => 'Current use files',
+ 'title' => get_string('currentusefiles', 'repository_local'),
'size' => 0,
'date' => '',
'path' => 'draft',