Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 310]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'repository', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_repository
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['accessiblefilepicker'] = 'Accessible file picker';
  26  $string['activaterep'] = 'Active repositories';
  27  $string['activerepository'] = 'Available repository plugins';
  28  $string['add'] = 'Add';
  29  $string['addfile'] = 'Add...';
  30  $string['addfiletext'] = 'Add file';
  31  $string['addplugin'] = 'Add a repository plugin';
  32  $string['aliaseschange'] = 'There are {$a} links to this file. If you proceed then locations which currently link to the file will be automatically updated to use a copy of the file instead.';
  33  $string['allowexternallinks'] = 'Allow external links';
  34  $string['areamainfile'] = 'Main file';
  35  $string['coursebackup'] = 'Course backups';
  36  $string['pluginname'] = 'Repository plugin name'; // Todo fix this, this string identifier is reserved.
  37  $string['pluginnamehelp'] = 'If you leave this empty the default name will be used.';
  38  $string['sectionbackup'] = 'Section backups';
  39  $string['activitybackup'] = 'Activity backup';
  40  $string['areacategoryintro'] = 'Category introduction';
  41  $string['areacourseintro'] = 'Course introduction';
  42  $string['areacourseoverviewfiles'] = 'Course image';
  43  $string['arearoot'] = 'System';
  44  $string['areauserdraft'] = 'Drafts';
  45  $string['areauserbackup'] = 'User backup';
  46  $string['areauserpersonal'] = 'Private files';
  47  $string['areauserprofile'] = 'Profile';
  48  $string['attachedfiles'] = 'Attached files';
  49  $string['attachment'] = 'Attachment';
  50  $string['author'] = 'Author';
  51  $string['back'] = 'Back';
  52  $string['backtodraftfiles'] = 'Back to draft files manager';
  53  $string['cachecleared'] = 'Cached files are removed';
  54  $string['cacheexpire'] = 'Cache expire';
  55  $string['cannotaccessparentwin'] = 'When using HTTPS, the repository is not refreshed automatically. Instead, you need to return to the file picker and select the repository again.';
  56  $string['cannotdelete'] = 'Cannot delete this file.';
  57  $string['cannotdownload'] = 'Cannot download this file';
  58  $string['cannotdownloaddir'] = 'Cannot download this folder';
  59  $string['cannotinitplugin'] = 'Call plugin_init failed';
  60  $string['cannotunzipcontentunreadable'] = 'Cannot unzip this file because the contents of the file cannot be read.';
  61  $string['cannotunzipextractfileerror'] = 'Cannot unzip this file because one or more of its files cannot be read.';
  62  $string['cannotunzipquotaexceeded'] = 'Cannot unzip this file because the maximum size allowed in this draft area will be exceeded.';
  63  $string['cleancache'] = 'Clean my cache files';
  64  $string['close'] = 'Close';
  65  $string['commonrepositorysettings'] = 'Common repository settings';
  66  $string['configallowexternallinks'] = 'This option enables all users to choose whether or not external media is copied into Moodle or not. If this is off then media is always copied into Moodle (this is usually best for overall data integrity and security).  If this is on then users can choose each time they add media to a text.';
  67  $string['configcacheexpire'] = 'The amount of time that file listings are cached locally (in seconds) when browsing external repositories.';
  68  $string['configgetfiletimeout'] = 'Timeout in seconds for downloading an external file into Moodle.';
  69  $string['configsaved'] = 'Configuration saved!';
  70  $string['configsyncfiletimeout'] = 'Timeout in seconds for synchronising the external file size.';
  71  $string['configsyncimagetimeout'] = 'Timeout in seconds for downloading an image file from external repository during synchronisation.';
  72  $string['confirmdelete'] = 'Are you sure you want to delete the repository {$a}? If you choose "Continue and download", file references to external contents will be downloaded to Moodle. This could take a long time to process.';
  73  $string['confirmdeletefile'] = 'Are you sure you want to delete this file?';
  74  $string['confirmdeleteselectedfile'] = 'Are you sure you want to delete the selected {$a} file(s)?';
  75  $string['confirmrenamefile'] = 'Are you sure you want to rename/move this file?';
  76  $string['confirmdeletefilewithhref'] = 'Are you sure you want to delete this file? There are {$a} links to this file. If you proceed then locations which currently link to the file will be automatically updated to use a copy of the file instead.';
  77  $string['confirmdeletefolder'] = 'Are you sure you want to delete this folder? All files and subfolders will be deleted.';
  78  $string['confirmremove'] = 'Are you sure you want to remove this repository plugin, its options and <strong>all of its instances</strong> - {$a}? If you choose "Continue and download", file references to external contents will be downloaded to Moodle. This could take a long time to process.';
  79  $string['confirmrenamefolder'] = 'Are you sure you want to move/rename this folder? Any locations which currently link to files in this folder will be automatically updated to use copies of the file instead.';
  80  $string['continueuninstall'] = 'Continue';
  81  $string['continueuninstallanddownload'] = 'Continue and download';
  82  $string['copying'] = 'Copying';
  83  $string['create'] = 'Create';
  84  $string['createfolderfail'] = 'Fail to create this folder';
  85  $string['createfoldersuccess'] = 'Create folder successfully';
  86  $string['createinstance'] = 'Create a repository instance';
  87  $string['createrepository'] = 'Create a repository instance';
  88  $string['createxxinstance'] = 'Create "{$a}" instance';
  89  $string['date'] = 'Date';
  90  $string['datecreated'] = 'Created';
  91  $string['deleted'] = 'Repository deleted';
  92  $string['deleterepository'] = 'Delete this repository';
  93  $string['detailview'] = 'View details';
  94  $string['dimensions'] = 'Dimensions';
  95  $string['disabled'] = 'Disabled';
  96  $string['displayasdetails'] = 'Display as file details';
  97  $string['displayasicons'] = 'Display as file icons';
  98  $string['displayastree'] = 'Display as file tree';
  99  $string['displaydetails'] = 'Display folder with file details';
 100  $string['displayicons'] = 'Display folder with file icons';
 101  $string['displaytree'] = 'Display folder as file tree';
 102  $string['download'] = 'Download';
 103  $string['downloadallfiles'] = 'Download all files';
 104  $string['downloadfolder'] = 'Download all';
 105  $string['downloadsucc'] = 'The file has been downloaded successfully';
 106  $string['draftareanofiles'] = 'Cannot be downloaded because there is no files attached';
 107  $string['editrepositoryinstance'] = 'Edit repository instance';
 108  $string['emptylist'] = 'Empty list';
 109  $string['emptytype'] = 'Cannot create repository type: type name is empty';
 110  $string['enablecourseinstances'] = 'Allow users to add a repository instance into the course';
 111  $string['enableuserinstances'] = 'Allow users to add a repository instance into the user context';
 112  $string['enter'] = 'Enter';
 113  $string['entername'] = 'Please enter folder name';
 114  $string['enternewname'] = 'Please enter the new file name';
 115  $string['error'] = 'An unknown error occurred!';
 116  $string['errordoublereference'] = 'Unable to overwrite file with a link because links to this file already exist.';
 117  $string['errornotyourfile'] = 'You can only pick files which you added.';
 118  $string['erroruniquename'] = 'Repository instance name should be unique';
 119  $string['errorpostmaxsize'] = 'The file you tried to upload is too large for the server to process.';
 120  $string['errorwhilecommunicatingwith'] = 'Error while communicating with the repository \'{$a}\'.';
 121  $string['errorwhiledownload'] = 'An error occurred while downloading the file: {$a}';
 122  $string['existingrepository'] = 'This repository already exists';
 123  $string['federatedsearch'] = 'Federated search';
 124  $string['fileexists'] = 'File name already being used, please use another name';
 125  $string['fileexistsdialog_editor'] = 'A file with that name has already been attached to the text you are editing.';
 126  $string['fileexistsdialog_filemanager'] = 'A file with that name has already been attached';
 127  $string['fileexistsdialogheader'] = 'File exists';
 128  $string['filename'] = 'Filename';
 129  $string['filenotnull'] = 'You must select a file to upload.';
 130  $string['filesaved'] = 'The file has been saved';
 131  $string['filepicker'] = 'File picker';
 132  $string['filesizenull'] = 'File size cannot be determined';
 133  $string['folderexists'] = 'Folder name already being used, please use another name';
 134  $string['foldernotfound'] = 'Folder not found';
 135  $string['folderrecurse'] = 'Folder cannot be moved to its own subfolder.';
 136  $string['getfile'] = 'Select this file';
 137  $string['getfiletimeout'] = 'Get file timeout';
 138  $string['help'] = 'Help';
 139  $string['choosealink'] = 'Choose a link...';
 140  $string['chooselicense'] = 'Choose licence';
 141  $string['chooselicense_help'] = 'Follow these links for further information on the available licence options:';
 142  $string['createfolder'] = 'Create folder';
 143  $string['iconview'] = 'View as icons';
 144  $string['imagesize'] = '{$a->width} x {$a->height} px';
 145  $string['instance'] = 'instance';
 146  $string['instancedeleted'] = 'Instance deleted';
 147  $string['instances'] = 'Repository instances';
 148  $string['instancesforsite'] = '{$a} Site-wide common instance(s)';
 149  $string['instancesforcourses'] = '{$a} Course-wide common instance(s)';
 150  $string['instancesforusers'] = '{$a} User private instance(s)';
 151  $string['invalidjson'] = 'Invalid JSON string';
 152  $string['invalidplugin'] = 'Invalid repository {$a} plugin';
 153  $string['invalidfiletype'] = '{$a} filetype cannot be accepted.';
 154  $string['invalidrepositoryid'] = 'Invalid repository ID';
 155  $string['invalidparams'] = 'Invalid parameters';
 156  $string['isactive'] = 'Active?';
 157  $string['keyword'] = 'Keyword';
 158  $string['lastmodified'] = 'Last modified';
 159  $string['license'] = 'Licence';
 160  $string['linkexternal'] = 'Link external';
 161  $string['listview'] = 'View as list';
 162  $string['loading'] = 'Loading...';
 163  $string['login'] = 'Log in to your account';
 164  $string['logintoaccount'] = 'Log in to your {$a} account';
 165  $string['logout'] = 'Logout';
 166  $string['lostsource'] = 'Error. Source is missing. {$a}';
 167  $string['makefileinternal'] = 'Make a copy of the file';
 168  $string['makefilelink'] = 'Link to the external file';
 169  $string['makefilereference'] = 'Link to the file';
 170  $string['makefilecontrolledlink'] = 'Create an access controlled link to the file';
 171  $string['manage'] = 'Manage repositories';
 172  $string['manageinstances'] = 'Manage instances';
 173  $string['manageurl'] = 'Manage';
 174  $string['manageuserrepository'] = 'Manage individual repository';
 175  $string['missingsourcekey'] = 'The source key is missing. This key must also be provided to retrieve the file.';
 176  $string['moving'] = 'Moving';
 177  $string['name'] = 'Name';
 178  $string['newfolder'] = 'New folder';
 179  $string['newfoldername'] = 'New folder name';
 180  $string['noenter'] = 'Nothing entered';
 181  $string['nofilesattached'] = 'No files attached';
 182  $string['nofilesavailable'] = 'No files available';
 183  $string['nofilesselected'] = 'No files selected';
 184  $string['nolicenses'] = 'There are no licences available';
 185  $string['nomorefiles'] = 'No more attachments allowed';
 186  $string['nopathselected'] = 'No destination path select yet (double click tree node to select)';
 187  $string['nopermissiontoaccess'] = 'No permission to access this repository.';
 188  $string['noresult'] = 'No search result';
 189  $string['norepositoriesavailable'] = 'Sorry, none of your current repositories can return files in the required format.';
 190  $string['norepositoriesexternalavailable'] = 'Sorry, none of your current repositories can return external files.';
 191  $string['notyourinstances'] = 'You can not view/edit repository instances of another user';
 192  $string['off'] = 'Enabled but hidden';
 193  $string['original'] = 'Original';
 194  $string['originalextensionchange'] = 'The original file extension has been modified as a part of the file name change. Changing the extension from ".{$a->originalextension}" to ".{$a->newextension}" may result in a file which cannot be opened.';
 195  $string['originalextensionremove'] = 'The original file extension has been removed as a part of the file name change. Removing the extension ".{$a}" is likely to result in a file which cannot be opened.';
 196  $string['openpicker'] = 'Choose a file...';
 197  $string['operation'] = 'Operation';
 198  $string['on'] = 'Enabled and visible';
 199  $string['overwrite'] = 'Overwrite';
 200  $string['overwriteall'] = 'Overwrite all';
 201  $string['path'] = 'Path';
 202  $string['plugin'] = 'Repository plugins';
 203  $string['pluginerror'] = 'Errors in repository plugin.';
 204  $string['popup'] = 'Click "Login" button to log in';
 205  $string['popupblockeddownload'] = 'The downloading window is blocked, please allow the popup window, and try again.';
 206  $string['preview'] = 'Preview';
 207  $string['privatefilesof'] = '{$a} Private files';
 208  $string['readonlyinstance'] = 'You cannot edit/delete a read-only instance';
 209  $string['referencesexist'] = 'There are {$a} links to this file';
 210  $string['referenceslist'] = 'Links';
 211  $string['refresh'] = 'Refresh';
 212  $string['refreshnonjsfilepicker'] = 'Please close this window and refresh non-javascript file picker';
 213  $string['removed'] = 'Repository removed';
 214  $string['renameall'] = 'Rename all';
 215  $string['renameto'] = 'Rename to "{$a}"';
 216  $string['repositories'] = 'Repositories';
 217  $string['repository'] = 'Repository';
 218  $string['repositorycourse'] = 'Course repositories';
 219  $string['repositoryicon'] = 'Repository icon';
 220  $string['repositoryerror'] = 'Remote repository returned error: {$a}';
 221  $string['save'] = 'Save';
 222  $string['saveas'] = 'Save as';
 223  $string['saved'] = 'Saved';
 224  $string['saving'] = 'Saving';
 225  $string['automatedbackup'] = 'Automated backups';
 226  $string['search'] = 'Search';
 227  $string['searching'] = 'Search in';
 228  $string['searchrepo'] = 'Search repository';
 229  $string['select'] = 'Select';
 230  $string['settings'] = 'Settings';
 231  $string['setupdefaultplugins'] = 'Setting up default repository plugins';
 232  $string['setmainfile'] = 'Set main file';
 233  $string['setmainfile_help'] = 'If there are multiple files in the folder, the main file is the one that appears on the view page. Other files such as images or videos may be embedded in it. In filemanager the main file is indicated with a title in bold.';
 234  $string['siteinstances'] = 'Repositories instances of the site';
 235  $string['size'] = 'Size';
 236  $string['sourcekeymismatch'] = 'The source URL does not match the source key.';
 237  $string['submit'] = 'Submit';
 238  $string['sync'] = 'Sync';
 239  $string['syncfiletimeout'] = 'Sync file timeout';
 240  $string['syncimagetimeout'] = 'Sync image timeout';
 241  $string['thumbview'] = 'View as icons';
 242  $string['title'] = 'Choose a file...';
 243  $string['type'] = 'Type';
 244  $string['typenotvisible'] = 'Type not visible';
 245  $string['unknownoriginal'] = 'Unknown';
 246  $string['upload'] = 'Upload this file';
 247  $string['uploading'] = 'Uploading...';
 248  $string['uploadsucc'] = 'The file has been uploaded successfully';
 249  $string['unknownsource'] = 'Unknown source';
 250  $string['undisclosedsource'] = '(Undisclosed)';
 251  $string['undisclosedreference'] = '(Undisclosed)';
 252  $string['uselatestfile'] = 'Use latest file';
 253  $string['usercontextrepositorydisabled'] = 'You cannot edit this repository in user context';
 254  $string['usenonjsfilemanager'] = 'Open file manager in new window';
 255  $string['usenonjsfilepicker'] = 'Open file picker in new window';
 256  $string['unzipped'] = 'Unzipped successfully';
 257  $string['wrongcontext'] = 'You cannot access to this context';
 258  $string['xhtmlerror'] = 'You are probably using an XHTML strict header. Certain YUI components don\'t work in this mode; please turn it off.';
 259  $string['ziped'] = 'Compress folder successfully';
 260  $string['privacy:metadata:repository'] = 'The Repository component stores the repository types within the core subsystem.';
 261  $string['privacy:metadata:repository_instances'] = 'The Repository plugins component stores user repository instances data within the core subsystem.';
 262  $string['privacy:metadata:repository_instances:name'] = 'The custom name of the repository instance.';
 263  $string['privacy:metadata:repository_instances:typeid'] = 'The ID type of the repository instance.';
 264  $string['privacy:metadata:repository_instances:userid'] = 'The ID of the user owning the repository instance.';
 265  $string['privacy:metadata:repository_instances:username'] = 'The optional username configured for the repository instance.';
 266  $string['privacy:metadata:repository_instances:password'] = 'The optional password configured for the repository instance.';
 267  $string['privacy:metadata:repository_instances:timecreated'] = 'The date/time of creation for the repository instance.';
 268  $string['privacy:metadata:repository_instances:timemodified'] = 'The date/time of modification of the repository instance.';