mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added support for Markdown - thanks to David Scotson!
This commit is contained in:
parent
b035834fc5
commit
e7cdcd1892
3 changed files with 1259 additions and 14 deletions
|
@ -421,13 +421,14 @@ $string['forceno'] = 'Do not force';
|
|||
$string['forgotten'] = 'Forgotten your username or password?';
|
||||
$string['format'] = 'Format';
|
||||
$string['formathtml'] = 'HTML format';
|
||||
$string['formatmarkdown'] = 'Markdown format';
|
||||
$string['formatplain'] = 'Plain text format';
|
||||
$string['formatsocial'] = 'Social format';
|
||||
$string['formattext'] = 'Moodle auto-format';
|
||||
$string['formattexttype'] = 'Formatting';
|
||||
$string['formattopics'] = 'Topics format';
|
||||
$string['formatweeks'] = 'Weekly format';
|
||||
$string['formatwiki'] = 'Wiki format';
|
||||
$string['formatwiki'] = 'Wiki-like format';
|
||||
$string['from'] = 'From';
|
||||
$string['frontpagecategorynames'] = 'Show a list of categories';
|
||||
$string['frontpagecourselist'] = 'Show a list of courses';
|
||||
|
@ -496,7 +497,7 @@ $string['helpreading'] = 'Read carefully';
|
|||
$string['helprichtext'] = 'About the HTML editor';
|
||||
$string['helpsummaries'] = 'About these summaries';
|
||||
$string['helptext'] = 'How to write text';
|
||||
$string['helpwiki'] = 'How to write Wiki text';
|
||||
$string['helpwiki'] = 'How to write Wiki-like text';
|
||||
$string['helpwriting'] = 'Write carefully';
|
||||
$string['hide'] = 'Hide';
|
||||
$string['hiddensections'] = 'Hidden sections';
|
||||
|
@ -719,7 +720,7 @@ $string['notifyloginfailuresmessagewithuser'] = ' with username ';
|
|||
$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/log.php?id=1&chooselog=1&modid=site_errors.';
|
||||
$string['numattempts'] = '$a failed login attempt(s) ';
|
||||
$string['nothingnew'] = 'Nothing new since your last login';
|
||||
$string['noticenewerbackup'] = 'This backup file has been created with Moodle $a->backuprelease ($a->backupversion) and it\'s newer than your currently installed Moodle $a->serverrelease ($a->serverversion). This could cause some inconsistencies because backwards compatibility of backup files cannot be guarantied.';
|
||||
$string['noticenewerbackup'] = 'This backup file has been created with Moodle $a->backuprelease ($a->backupversion) and it\'s newer than your currently installed Moodle $a->serverrelease ($a->serverversion). This could cause some inconsistencies because backwards compatibility of backup files cannot be guaranteed.';
|
||||
$string['notincluded'] = 'Not included';
|
||||
$string['notingroup'] = 'Sorry, but you need to be part of a group to see this activity.';
|
||||
$string['nousersmatching'] = 'No users matching \'$a\' were found';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue