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.
   1  <?php
   2  /**
   3   *
   4   * This file contains en_utf8 translation of Wiki module
   5   *
   6   * @author Jordi Piguillem
   7   * @author Kenneth Riba
   8   *
   9   * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  10   * @package mod_wiki
  11   */
  12  $string['addcomment'] = 'Add comment';
  13  $string['admin'] = 'Administration';
  14  $string['adminmenu'] = 'Admin menu';
  15  $string['attachmentattach'] = 'Add as attachment';
  16  $string['attachmentimage'] = 'Add as image';
  17  $string['attachmentlink'] = 'Add as link';
  18  $string['attachments'] = 'Attachments';
  19  $string['backcomments'] = 'Back to comments';
  20  $string['backhistory'] = 'Back to history';
  21  $string['backoldversion'] = 'Back to old version';
  22  $string['backpage'] = 'Back to page';
  23  $string['backtomapmenu'] = 'Back to map menu';
  24  $string['changerate'] = 'Do you wish to change it?';
  25  $string['cannotcomparenewerversion'] = 'A page version can only be compared with an older version.';
  26  $string['cannoteditpage'] = 'You can not edit this page.';
  27  $string['cannotmanagefiles'] = 'You don\'t have permission to manage the wiki files.';
  28  $string['cannotviewfiles'] = 'You don\'t have permission to view the wiki files.';
  29  $string['cannotviewpage'] = 'You can not view this page.';
  30  $string['comparesel'] = 'Compare selected';
  31  $string['comments'] = 'Comments';
  32  $string['commentscount'] = 'Comments ({$a})';
  33  $string['comparewith'] = 'Comparing version {$a->old} with version {$a->new}';
  34  $string['contributions'] = 'Contributions';
  35  $string['contributions_help'] = 'List of pages that you have edited.';
  36  $string['createcomment'] = 'Creating comment';
  37  $string['creating'] = 'Creating a wiki page';
  38  $string['createpage'] = 'Create page';
  39  $string['createddate'] = 'Created: {$a->date} by {$a->username}';
  40  $string['creole'] = 'Creole';
  41  $string['defaultformat'] = 'Default format';
  42  $string['defaultformat_help'] = 'This setting determines the default format used when editing wiki pages.
  43  
  44  * HTML - The HTML editor is available
  45  * Creole - A common wiki markup language for which a small edit toolbar is available
  46  * Nwiki - Mediawiki-like markup language used in the contributed Nwiki module';
  47  $string['deleteallpages'] = 'Delete all wiki pages';
  48  $string['deletecomment'] = 'Deleting comment';
  49  $string['deletecommentcheck'] = 'Delete comment';
  50  $string['deletecommentcheckfull'] = 'Are you sure you want to delete the comment?';
  51  $string['deleteupload'] = 'Delete';
  52  $string['deletedbegins'] = 'Deleted begins';
  53  $string['deletedends'] = 'Deleted ends';
  54  $string['deleteversions'] = 'Delete page versions';
  55  $string['addedbegins'] = 'added begins';
  56  $string['addedends'] = 'added ends';
  57  $string['diff'] = 'Diff';
  58  $string['diff_help'] = 'Selected versions of the page may be compared in order to find the differences.';
  59  $string['edit'] = 'Edit';
  60  $string['editcomment'] = 'Edit comment';
  61  $string['editblocks'] = 'Turn edit blocks on';
  62  $string['editfiles'] = 'Edit wiki files';
  63  $string['editing'] = 'Editing wiki page';
  64  $string['editingcomment'] = 'Editing comment';
  65  $string['editingpage'] = 'Editing this page \'{$a}\'';
  66  $string['editsection'] = 'edit';
  67  $string['eventdiffviewed'] = 'Wiki diff viewed';
  68  $string['eventhistoryviewed'] = 'Wiki history viewed';
  69  $string['eventmapviewed'] = 'Wiki page map viewed';
  70  $string['eventpagedeleted'] = 'Wiki page deleted';
  71  $string['eventpagecreated'] = 'Wiki page created';
  72  $string['eventpagelocksdeleted'] = 'Wiki page locks deleted';
  73  $string['eventpageviewed'] = 'Wiki page viewed';
  74  $string['eventpageupdated'] = 'Wiki page updated';
  75  $string['eventpageversiondeleted'] = 'Wiki page version deleted';
  76  $string['eventversionrestored'] = 'Wiki version restored';
  77  $string['eventversionviewed'] = 'Wiki page version viewed';
  78  $string['files'] = 'Files';
  79  $string['filenotuploadederror'] = 'File \'{$a}\' could not be uploaded correctly.';
  80  $string['filtername'] = 'Wiki auto-linking';
  81  $string['firstpagetitle'] = 'First page name';
  82  $string['firstpagetitle_help'] = 'Title of the first page of the wiki. Once the wiki is created, the title can no longer be changed.';
  83  $string['forceformat'] = 'Force format';
  84  $string['forceformat_help'] = 'If the format is forced (checkbox ticked), there is no option to choose a format when editing a wiki page.';
  85  $string['format'] = 'Format';
  86  $string['format_help'] = '* HTML - The HTML editor is available
  87  * Creole - A common wiki markup language for which a small edit toolbar is available
  88  * Nwiki - Mediawiki-like markup language used in the contributed Nwiki module';
  89  $string['formathtml'] = 'HTML format';
  90  $string['formathtml_help'] = 'The HTML editor may be used for formatting content.
  91  
  92  To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
  93  $string['formatcreole'] = 'Creole format';
  94  $string['formatcreole_help'] = 'Creole is a common wiki markup language with an edit toolbar for inserting appropriate markup.
  95  
  96  To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
  97  $string['formatcreole_link'] = 'mod/wiki/creole';
  98  $string['formatnwiki'] = 'NWiki format';
  99  $string['formatnwiki_help'] = 'Nwiki is the Mediawiki-like markup language used in the contributed Nwiki module.
 100  
 101  To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].';
 102  $string['formatnwiki_link'] = 'mod/wiki/nwiki';
 103  $string['history'] = 'History';
 104  $string['history_help'] = 'The history lists links to previous versions of the page.';
 105  $string['html'] = 'HTML';
 106  $string['incorrectdeleteversions'] = "Page versions provided for deletion are incorrect.";
 107  $string['incorrectpageid'] = 'Page ID is incorrect.';
 108  $string['incorrectsubwikiid'] = 'Subwiki ID is incorrect.';
 109  $string['incorrectwikiid'] = 'Wiki ID is incorrect.';
 110  $string['indicator:cognitivedepth'] = 'Wiki cognitive';
 111  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Wiki activity.';
 112  $string['indicator:cognitivedepthdef'] = 'Wiki cognitive';
 113  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Wiki activities during this analysis interval (Levels = No view, View, Submit)';
 114  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 115  $string['indicator:socialbreadth'] = 'Wiki social';
 116  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Wiki activity.';
 117  $string['indicator:socialbreadthdef'] = 'Wiki social';
 118  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Wiki activities during this analysis interval (Levels = No participation, Participant alone, Participant with others)';
 119  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 120  $string['insertcomment'] = 'Insert comment';
 121  $string['insertimage'] = 'Insert an image...';
 122  $string['insertimage_help'] = 'This drop-down list will insert an image to the wiki editor. If you need to add more images to the wiki, please use "Files" tab.';
 123  $string['invalidlock'] = 'This page is already locked by another user.';
 124  $string['invalidparameters'] = 'Invalid parameters have been given.';
 125  $string['invalidsection'] = 'Invalid section.';
 126  $string['invalidsesskey'] = 'Your session has most likely timed out. Please make a note of your edit then log in again.';
 127  $string['individualpagedoesnotexist'] = 'Individual wiki page doesn\'t exist';
 128  $string['javascriptdisabledlocks'] = 'Javascript is disabled on your browser and locks are not working. The changes you make may not be saved correctly.';
 129  $string['lockingajaxtimeout'] = 'Edit page locking refresh time';
 130  $string['lockingtimeout'] = 'Locking timeout';
 131  $string['links'] = 'Links';
 132  $string['listall'] = 'List all';
 133  $string['listorphan'] = 'List orphan';
 134  $string['map'] = 'Map';
 135  $string['mapmenu'] = 'Map menu';
 136  $string['migrationfinished'] = 'Migration finished successfully';
 137  $string['migrationfinishednowikis'] = 'Migration finished, no wikis were migrated';
 138  $string['missingpages'] = 'Pages without content';
 139  $string['modified'] = 'Modified';
 140  $string['modulename'] = 'Wiki';
 141  $string['modulename_help'] = 'The wiki activity module enables participants to add and edit a collection of web pages. A wiki can be collaborative, with everyone being able to edit it, or individual, where everyone has their own wiki which only they can edit.
 142  
 143  A history of previous versions of each page in the wiki is kept, listing the edits made by each participant.
 144  
 145  Wikis have many uses, such as
 146  
 147  * For group lecture notes or study guides
 148  * For members of a faculty to plan a scheme of work or meeting agenda together
 149  * For students to collaboratively author an online book, creating content on a topic set by their tutor
 150  * For collaborative storytelling or poetry creation, where each participant writes a line or verse
 151  * As a personal journal for examination notes or revision (using an individual wiki)';
 152  $string['modulename_link'] = 'mod/wiki/view';
 153  $string['modulenameplural'] = 'Wikis';
 154  $string['navigation'] = 'Navigation';
 155  $string['navigationfrom'] = 'This page comes from';
 156  $string['navigationfrom_help'] = 'The wiki pages linking to this page';
 157  $string['navigationto'] = 'This page goes to';
 158  $string['navigationto_help'] = 'Links to other pages';
 159  $string['newpage'] = 'New';
 160  $string['newpagehdr'] = 'New page';
 161  $string['newpagetitle'] = 'New page title';
 162  $string['noattachments'] = '<strong>No files attached</strong>';
 163  $string['nocontent'] = 'There is no content for this page';
 164  $string['nocontribs'] = 'You have no contributions in this wiki';
 165  $string['nocomments'] = 'There are no comments';
 166  $string['nocreatepermission'] = 'Create page permission needed';
 167  $string['noeditcommentpermission'] = 'Edit comment permission needed';
 168  $string['noeditpermission'] = 'Edit page permission needed';
 169  $string['nofrompages'] = 'There are no links to this page';
 170  $string['nohistory'] = 'There is no history for this page';
 171  $string['nomanagecommentpermission'] = 'Manage comments permission needed';
 172  $string['nomanagewikipermission'] = 'Manage wiki permission needed';
 173  $string['noorphanedpages'] = 'There are no orphaned pages';
 174  $string['nooverridelockpermission'] = 'Override lock permission needed';
 175  $string['norated']='This page has not been rated yet, be the first!';
 176  $string['norating'] = 'No rating';
 177  $string['nosearchresults'] = 'No results';
 178  $string['noteditblocks'] = 'Turn edit blocks off';
 179  $string['notingroup'] = 'Not in group';
 180  $string['notopages'] = 'This page does not link to other pages';
 181  $string['notmigrated'] = 'This wiki has not been migrated yet. Please contact your administrator.';
 182  $string['noupdatedpages'] = 'There are no updated pages';
 183  $string['noviewcommentpermission'] = 'View comments permission needed';
 184  $string['noviewpagepermission'] = 'View page permission needed';
 185  $string['nwiki'] = 'NWiki';
 186  $string['oldversion'] = 'Old version';
 187  $string['orphaned'] = 'Orphaned pages';
 188  $string['orphaned_help'] = 'List of pages that are not linked from other page.';
 189  $string['overridelocks'] = 'Override locks';
 190  $string['overridinglocks'] = 'Overriding locks...';
 191  $string['page-mod-wiki-x'] = 'Any wiki module page';
 192  $string['page-mod-wiki-view'] = 'Wiki module main page';
 193  $string['page-mod-wiki-comments'] = 'Wiki module comments page';
 194  $string['page-mod-wiki-history'] = 'Wiki history page';
 195  $string['page-mod-wiki-map'] = 'Wiki map page';
 196  $string['pageexists'] = 'This page already exists.';
 197  $string['pageindex'] = 'Page Index';
 198  $string['pageindex_help'] = 'This wiki\'s page tree';
 199  $string['pageislocked'] = 'Someone is editing this page right now. Try to edit it in a few minutes.';
 200  $string['pagelist'] = 'Page list';
 201  $string['pagelist_help'] = 'Page list categorized by alphabetical order';
 202  $string['pagename'] = 'Page name';
 203  $string['peerreview'] = 'Peer review';
 204  $string['pluginadministration'] = 'Wiki administration';
 205  $string['pluginname'] = 'Wiki';
 206  $string['prettyprint'] = 'Printer-friendly version';
 207  $string['print'] = 'Print';
 208  $string['privacy:metadata:core_comment'] = 'Comments on wiki page';
 209  $string['privacy:metadata:core_files'] = 'Files attached to subwikis';
 210  $string['privacy:metadata:core_tag'] = 'Tags associated with wiki pages';
 211  $string['privacy:metadata:wiki_locks'] = 'Temporary storage for wiki edit locks';
 212  $string['privacy:metadata:wiki_locks:userid'] = 'User who locked a page';
 213  $string['privacy:metadata:wiki_locks:sectionname'] = 'Name of the locked page section';
 214  $string['privacy:metadata:wiki_locks:lockedat'] = 'Date when locked';
 215  $string['privacy:metadata:wiki_pages'] = 'Information about wiki pages';
 216  $string['privacy:metadata:wiki_pages:userid'] = 'Last user who edited the page';
 217  $string['privacy:metadata:wiki_pages:title'] = 'Name of the page';
 218  $string['privacy:metadata:wiki_pages:cachedcontent'] = 'Cached content in HTML format';
 219  $string['privacy:metadata:wiki_pages:timecreated'] = 'Time when page was first created';
 220  $string['privacy:metadata:wiki_pages:timemodified'] = 'Time when page was last modified';
 221  $string['privacy:metadata:wiki_pages:timerendered'] = 'Time when page was last rendered';
 222  $string['privacy:metadata:wiki_pages:pageviews'] = 'Number of times page was viewed';
 223  $string['privacy:metadata:wiki_pages:readonly'] = 'Whether a page is read-only';
 224  $string['privacy:metadata:wiki_subwikis'] = 'Information about subwikis (in case of group or individual mode)';
 225  $string['privacy:metadata:wiki_subwikis:userid'] = 'User who owns a subwiki (for individual wikis)';
 226  $string['privacy:metadata:wiki_subwikis:groupid'] = 'Group that owns a subwiki';
 227  $string['privacy:metadata:wiki_versions'] = 'Information about wiki pages history';
 228  $string['privacy:metadata:wiki_versions:userid'] = 'User who created revision';
 229  $string['privacy:metadata:wiki_versions:content'] = 'Revision content';
 230  $string['privacy:metadata:wiki_versions:contentformat'] = 'Revision content format';
 231  $string['privacy:metadata:wiki_versions:version'] = 'Version number';
 232  $string['privacy:metadata:wiki_versions:timecreated'] = 'Time when revision was created';
 233  $string['previewwarning'] = 'This is a preview. Changes have not been saved yet.';
 234  $string['rated']='You rated this page as a {$a}';
 235  $string['rating']='Rating';
 236  $string['ratingmode'] = 'Rating mode';
 237  $string['reparsetimeout'] = 'Reparsing default timeout';
 238  $string['repeatedsection'] = 'Wiki error: Section name cannot be repeated \'{$a}\'';
 239  $string['restore'] = 'Restore';
 240  $string['removeallwikitags'] = 'Remove all wiki tags';
 241  $string['removepages'] = 'Remove pages';
 242  $string['restoreconfirm'] = 'Are you sure you want to restore version #{$a}?';
 243  $string['restoreerror'] = 'Version #{$a} could not be restored';
 244  $string['restorethis'] = 'Restore this version';
 245  $string['restoreversion'] = 'Restore old version';
 246  $string['restoring'] = 'Restoring version #{$a}';
 247  $string['return'] = 'Go back';
 248  $string['save'] = 'Save';
 249  $string['saving'] = 'Saving wiki page';
 250  $string['savingerror'] = 'Saving error';
 251  $string['search:activity'] = 'Wiki - activity information';
 252  $string['search:collaborative_page'] = 'Wiki - collaborative pages';
 253  $string['searchcontent'] = 'Search in page content';
 254  $string['searchresult'] = 'Search results:';
 255  $string['searchterms'] = 'Search terms';
 256  $string['searchwikis'] = 'Search wikis';
 257  $string['special'] = 'Special';
 258  $string['tableofcontents'] = 'Table of contents';
 259  $string['tagarea_wiki_pages'] = 'Wiki pages';
 260  $string['tagsdeleted'] = 'Wiki tags have been deleted';
 261  $string['teacherrating'] = 'Teacher rating';
 262  $string['timesrating']='This page has been rated  {$a->c} times with an average of: {$a->s}';
 263  $string['updatedpages'] = "Updated pages";
 264  $string['updatedpages_help'] = "Recently updated wiki pages";
 265  $string['updatedwikipages'] = "Updated wiki pages";
 266  $string['upload'] = "Upload & Delete";
 267  $string['uploadname'] = "Filename";
 268  $string['uploadactions'] = "Actions";
 269  $string['uploadtitle'] = 'Attach files';
 270  $string['uploadfiletitle'] = 'Attachments';
 271  $string['versionerror'] = 'Version ID does not exist';
 272  $string['versionnum'] = 'Version #{$a}';
 273  $string['version'] = 'Version';
 274  $string['view'] = 'View';
 275  $string['viewallhistory'] = 'View all history';
 276  $string['viewperpage'] = 'Show {$a} versions per page';
 277  $string['viewversion'] = 'Viewing page version #{$a}';
 278  $string['viewcurrent'] = 'Current version';
 279  $string['wiki'] = 'Wiki';
 280  $string['wikiattachments'] = 'Wiki attachments';
 281  $string['wikiboldtext'] = 'Bold text';
 282  $string['wikiexternalurl'] = 'External URL';
 283  $string['wikifiletable'] = 'Uploaded file list';
 284  $string['wikifiles'] = 'Wiki files';
 285  $string['wikiheader'] = 'Level {$a} Header';
 286  $string['wikihr'] = 'Horizontal rule';
 287  $string['wikiimage'] = 'Image';
 288  $string['wikiinternalurl'] = 'Internal link';
 289  $string['wikiintro'] = 'Description';
 290  $string['wikiitalictext'] = 'Italic text';
 291  $string['wikilockingsettings'] = 'Locking and reparsing timeouts';
 292  $string['wikimode'] = 'Wiki mode';
 293  $string['wikimode_help'] = 'The wiki mode determines whether everyone can edit the wiki - a collaborative wiki - or whether everyone has their own wiki which only they can edit - an individual wiki.';
 294  $string['wikimodecollaborative'] = 'Collaborative wiki';
 295  $string['wikimodeindividual'] = 'Individual wiki';
 296  $string['wikiname'] = 'Wiki name';
 297  $string['wikinowikitext'] = 'No wiki text';
 298  $string['wikiorderedlist'] = 'Ordered list';
 299  $string['wikisettings'] = 'Wiki settings';
 300  $string['wikiunorderedlist'] = 'Unordered list';
 301  $string['wiki:addinstance'] = 'Add a new wiki';
 302  $string['wiki:createpage'] = 'Create new wiki pages';
 303  $string['wiki:editcomment'] = 'Add comments to pages';
 304  $string['wiki:editpage'] = 'Edit wiki pages';
 305  $string['wiki:managecomment'] = 'Manage wiki comments';
 306  $string['wiki:managewiki'] = 'Manage wiki settings';
 307  $string['wiki:managefiles'] = 'Manage wiki files';
 308  $string['wiki:overridelock'] = 'Override wiki locks';
 309  $string['wiki:viewcomment'] = 'View page comments';
 310  $string['wiki:viewpage'] = 'View wiki pages';
 311  $string['wikipages'] = 'Wiki pages';
 312  $string['wrongversionlock'] = 'Another user has edited this page while you were editing and your content is obsolete.';
 313  $string['wrongversionsave'] = 'Another user has created a version while you were editing and you have overwritten his changes, check the page history.';
 314