mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-MDL-33550-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
4585e6ac98
18 changed files with 366 additions and 323 deletions
|
@ -138,6 +138,7 @@ $string['listview'] = 'View as list';
|
|||
$string['loading'] = 'Loading...';
|
||||
$string['login'] = 'Login';
|
||||
$string['logout'] = 'Logout';
|
||||
$string['lostsource'] = 'Error. Source is missing. {$a}';
|
||||
$string['makefileinternal'] = 'Make a copy of the file';
|
||||
$string['makefilelink'] = 'Link to the file directly';
|
||||
$string['makefilereference'] = 'Create an alias/shortcut to the file';
|
||||
|
@ -168,6 +169,7 @@ $string['pluginerror'] = 'Errors in repository plugin.';
|
|||
$string['popup'] = 'Click "Login" button to login';
|
||||
$string['popupblockeddownload'] = 'The downloading window is blocked, please allow the popup window, and try again.';
|
||||
$string['preview'] = 'Preview';
|
||||
$string['privatefilesof'] = '{$a} Private files';
|
||||
$string['readonlyinstance'] = 'You cannot edit/delete a read-only instance';
|
||||
$string['referencesexist'] = 'There are {$a} alias/shortcut files that use this file as their source';
|
||||
$string['referenceslist'] = 'Aliases/Shortcuts';
|
||||
|
@ -202,6 +204,7 @@ $string['unknownoriginal'] = 'Unknown';
|
|||
$string['upload'] = 'Upload this file';
|
||||
$string['uploading'] = 'Uploading...';
|
||||
$string['uploadsucc'] = 'The file has been uploaded successfully';
|
||||
$string['undisclosedsource'] = '(Undisclosed)';
|
||||
$string['undisclosedreference'] = '(Undisclosed)';
|
||||
$string['uselatestfile'] = 'Use latest file';
|
||||
$string['usercontextrepositorydisabled'] = 'You cannot edit this repository in user context';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue