[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
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['cannoteditpage'] = 'You can not edit this page.'; 26 $string['cannotmanagefiles'] = 'You don\'t have permission to manage the wiki files.'; 27 $string['cannotviewfiles'] = 'You don\'t have permission to view the wiki files.'; 28 $string['cannotviewpage'] = 'You can not view this page.'; 29 $string['comparesel'] = 'Compare selected'; 30 $string['comments'] = 'Comments'; 31 $string['commentscount'] = 'Comments ({$a})'; 32 $string['comparewith'] = 'Comparing version {$a->old} with version {$a->new}'; 33 $string['contributions'] = 'Contributions'; 34 $string['contributions_help'] = 'List of pages that you have edited.'; 35 $string['createcomment'] = 'Creating comment'; 36 $string['creating'] = 'Creating a wiki page'; 37 $string['createpage'] = 'Create page'; 38 $string['createddate'] = 'Created: {$a->date} by {$a->username}'; 39 $string['creole'] = 'Creole'; 40 $string['defaultformat'] = 'Default format'; 41 $string['defaultformat_help'] = 'This setting determines the default format used when editing wiki pages. 42 43 * HTML - The HTML editor is available 44 * Creole - A common wiki markup language for which a small edit toolbar is available 45 * Nwiki - Mediawiki-like markup language used in the contributed Nwiki module'; 46 $string['deletecomment'] = 'Deleting comment'; 47 $string['deletecommentcheck'] = 'Delete comment'; 48 $string['deletecommentcheckfull'] = 'Are you sure you want to delete the comment?'; 49 $string['deleteupload'] = 'Delete'; 50 $string['deletedbegins'] = 'Deleted begins'; 51 $string['deletedends'] = 'Deleted ends'; 52 $string['deleteversions'] = 'Delete page versions'; 53 $string['addedbegins'] = 'added begins'; 54 $string['addedends'] = 'added ends'; 55 $string['diff'] = 'Diff'; 56 $string['diff_help'] = 'Selected versions of the page may be compared in order to find the differences.'; 57 $string['edit'] = 'Edit'; 58 $string['editcomment'] = 'Edit comment'; 59 $string['editblocks'] = 'Turn edit blocks on'; 60 $string['editfiles'] = 'Edit wiki files'; 61 $string['editing'] = 'Editing wiki page'; 62 $string['editingcomment'] = 'Editing comment'; 63 $string['editingpage'] = 'Editing this page \'{$a}\''; 64 $string['editsection'] = 'edit'; 65 $string['eventdiffviewed'] = 'Wiki diff viewed'; 66 $string['eventhistoryviewed'] = 'Wiki history viewed'; 67 $string['eventmapviewed'] = 'Wiki page map viewed'; 68 $string['eventpagedeleted'] = 'Wiki page deleted'; 69 $string['eventpagecreated'] = 'Wiki page created'; 70 $string['eventpagelocksdeleted'] = 'Wiki page locks deleted'; 71 $string['eventpageviewed'] = 'Wiki page viewed'; 72 $string['eventpageupdated'] = 'Wiki page updated'; 73 $string['eventpageversiondeleted'] = 'Wiki page version deleted'; 74 $string['eventversionrestored'] = 'Wiki version restored'; 75 $string['eventversionviewed'] = 'Wiki page version viewed'; 76 $string['files'] = 'Files'; 77 $string['filenotuploadederror'] = 'File \'{$a}\' could not be uploaded correctly.'; 78 $string['filtername'] = 'Wiki auto-linking'; 79 $string['firstpagetitle'] = 'First page name'; 80 $string['firstpagetitle_help'] = 'Title of the first page of the wiki.'; 81 $string['forceformat'] = 'Force format'; 82 $string['forceformat_help'] = 'If the format is forced (checkbox ticked), there is no option to choose a format when editing a wiki page.'; 83 $string['format'] = 'Format'; 84 $string['format_help'] = '* HTML - The HTML editor is available 85 * Creole - A common wiki markup language for which a small edit toolbar is available 86 * Nwiki - Mediawiki-like markup language used in the contributed Nwiki module'; 87 $string['formathtml'] = 'HTML format'; 88 $string['formathtml_help'] = 'The HTML editor may be used for formatting content. 89 90 To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].'; 91 $string['formatcreole'] = 'Creole format'; 92 $string['formatcreole_help'] = 'Creole is a common wiki markup language with an edit toolbar for inserting appropriate markup. 93 94 To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].'; 95 $string['formatcreole_link'] = 'mod/wiki/creole'; 96 $string['formatnwiki'] = 'NWiki format'; 97 $string['formatnwiki_help'] = 'Nwiki is the Mediawiki-like markup language used in the contributed Nwiki module. 98 99 To create a new page, type the new page name enclosed in double square brackets, for example [[Page 2]].'; 100 $string['formatnwiki_link'] = 'mod/wiki/nwiki'; 101 $string['history'] = 'History'; 102 $string['history_help'] = 'The history lists links to previous versions of the page.'; 103 $string['html'] = 'HTML'; 104 $string['incorrectdeleteversions'] = "Page versions provided for deletion are incorrect."; 105 $string['insertcomment'] = 'Insert comment'; 106 $string['insertimage'] = 'Insert an image...'; 107 $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.'; 108 $string['invalidlock'] = 'This page is already locked by another user.'; 109 $string['invalidparameters'] = 'Invalid parameters have been given.'; 110 $string['invalidsection'] = 'Invalid section.'; 111 $string['invalidsesskey'] = 'The given sesskey is not valid. Please resend data again'; 112 $string['individualpagedoesnotexist'] = 'Individual wiki page doesn\'t exist'; 113 $string['javascriptdisabledlocks'] = 'Javascript is disabled on your browser and locks are not working. The changes you make may not be saved correctly.'; 114 $string['lockingajaxtimeout'] = 'Edit page locking refresh time'; 115 $string['lockingtimeout'] = 'Locking timeout'; 116 $string['links'] = 'Links'; 117 $string['listall'] = 'List all'; 118 $string['listorphan'] = 'List orphan'; 119 $string['map'] = 'Map'; 120 $string['mapmenu'] = 'Map menu'; 121 $string['migrationfinished'] = 'Migration finished successfully'; 122 $string['migrationfinishednowikis'] = 'Migration finished, no wikis were migrated'; 123 $string['missingpages'] = 'Pages without content'; 124 $string['modified'] = 'Modified'; 125 $string['modulename'] = 'Wiki'; 126 $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. 127 128 A history of previous versions of each page in the wiki is kept, listing the edits made by each participant. 129 130 Wikis have many uses, such as 131 132 * For group lecture notes or study guides 133 * For members of a faculty to plan a scheme of work or meeting agenda together 134 * For students to collaboratively author an online book, creating content on a topic set by their tutor 135 * For collaborative storytelling or poetry creation, where each participant writes a line or verse 136 * As a personal journal for examination notes or revision (using an individual wiki)'; 137 $string['modulename_link'] = 'mod/wiki/view'; 138 $string['modulenameplural'] = 'Wikis'; 139 $string['navigation'] = 'Navigation'; 140 $string['navigationfrom'] = 'This page comes from'; 141 $string['navigationfrom_help'] = 'The wiki pages linking to this page'; 142 $string['navigationto'] = 'This page goes to'; 143 $string['navigationto_help'] = 'Links to other pages'; 144 $string['newpage'] = 'New'; 145 $string['newpagehdr'] = 'New page'; 146 $string['newpagetitle'] = 'New page title'; 147 $string['noattachments'] = '<strong>No files attached</strong>'; 148 $string['nocontent'] = 'There is no content for this page'; 149 $string['nocontribs'] = 'You have no contributions in this wiki'; 150 $string['nocomments'] = 'There are no comments'; 151 $string['nocreatepermission'] = 'Create page permission needed'; 152 $string['noeditcommentpermission'] = 'Edit comment permission needed'; 153 $string['noeditpermission'] = 'Edit page permission needed'; 154 $string['nofrompages'] = 'There are no links to this page'; 155 $string['nohistory'] = 'There is no history for this page'; 156 $string['nomanagecommentpermission'] = 'Manage comments permission needed'; 157 $string['nomanagewikipermission'] = 'Manage wiki permission needed'; 158 $string['noorphanedpages'] = 'There are no orphaned pages'; 159 $string['nooverridelockpermission'] = 'Override lock permission needed'; 160 $string['norated']='This page has not been rated yet, be the first!'; 161 $string['norating'] = 'No rating'; 162 $string['nosearchresults'] = 'No results'; 163 $string['noteditblocks'] = 'Turn edit blocks off'; 164 $string['notingroup'] = 'Not in group'; 165 $string['notopages'] = 'This page does not link to other pages'; 166 $string['notmigrated'] = 'This wiki has not been migrated yet. Please contact your administrator.'; 167 $string['noupdatedpages'] = 'There are no updated pages'; 168 $string['noviewcommentpermission'] = 'View comments permission needed'; 169 $string['noviewpagepermission'] = 'View page permission needed'; 170 $string['nwiki'] = 'NWiki'; 171 $string['oldversion'] = 'Old version'; 172 $string['orphaned'] = 'Orphaned pages'; 173 $string['orphaned_help'] = 'List of pages that are not linked from other page.'; 174 $string['overridelocks'] = 'Override locks'; 175 $string['overridinglocks'] = 'Overriding locks...'; 176 $string['page-mod-wiki-x'] = 'Any wiki module page'; 177 $string['page-mod-wiki-view'] = 'Wiki module main page'; 178 $string['page-mod-wiki-comments'] = 'Wiki module comments page'; 179 $string['page-mod-wiki-history'] = 'Wiki history page'; 180 $string['page-mod-wiki-map'] = 'Wiki map page'; 181 $string['pageexists'] = 'This page already exists. Redirecting to it.'; 182 $string['pageindex'] = 'Page Index'; 183 $string['pageindex_help'] = 'This wiki\'s page tree'; 184 $string['pageislocked'] = 'Someone is editing this page right now. Try to edit it in a few minutes.'; 185 $string['pagelist'] = 'Page list'; 186 $string['pagelist_help'] = 'Page list categorized by alphabetical order'; 187 $string['pagename'] = 'Page name'; 188 $string['peerreview'] = 'Peer review'; 189 $string['pluginadministration'] = 'Wiki administration'; 190 $string['pluginname'] = 'Wiki'; 191 $string['prettyprint'] = 'Printer-friendly version'; 192 $string['print'] = 'Print'; 193 $string['previewwarning'] = 'This is a preview. Changes have not been saved yet.'; 194 $string['rated']='You rated this page as a {$a}'; 195 $string['rating']='Rating'; 196 $string['ratingmode'] = 'Rating mode'; 197 $string['reparsetimeout'] = 'Reparsing default timeout'; 198 $string['repeatedsection'] = 'Wiki error: Section name cannot be repeated \'{$a}\''; 199 $string['restore'] = 'Restore'; 200 $string['removeallwikitags'] = 'Remove all wiki tags'; 201 $string['removepages'] = 'Remove pages'; 202 $string['restoreconfirm'] = 'Are you sure you want to restore version #{$a}?'; 203 $string['restoreerror'] = 'Version #{$a} could not be restored'; 204 $string['restorethis'] = 'Restore this version'; 205 $string['restoreversion'] = 'Restore old version'; 206 $string['restoring'] = 'Restoring version #{$a}'; 207 $string['return'] = 'Go back'; 208 $string['save'] = 'Save'; 209 $string['saving'] = 'Saving wiki page'; 210 $string['savingerror'] = 'Saving error'; 211 $string['searchcontent'] = 'Search in page content'; 212 $string['searchresult'] = 'Search results:'; 213 $string['searchterms'] = 'Search terms'; 214 $string['searchwikis'] = 'Search wikis'; 215 $string['special'] = 'Special'; 216 $string['tableofcontents'] = 'Table of contents'; 217 $string['tagsdeleted'] = 'Wiki tags have been deleted'; 218 $string['tagtitle'] = 'See the "{$a}" tag'; 219 $string['teacherrating'] = 'Teacher rating'; 220 $string['timesrating']='This page has been rated {$a->c} times with an average of: {$a->s}'; 221 $string['updatedpages'] = "Updated pages"; 222 $string['updatedpages_help'] = "Recently updated wiki pages"; 223 $string['updatedwikipages'] = "Updated wiki pages"; 224 $string['upload'] = "Upload & Delete"; 225 $string['uploadname'] = "Filename"; 226 $string['uploadactions'] = "Actions"; 227 $string['uploadtitle'] = 'Attach files'; 228 $string['uploadfiletitle'] = 'Attachments'; 229 $string['versionerror'] = 'Version ID does not exist'; 230 $string['versionnum'] = 'Version #{$a}'; 231 $string['version'] = 'Version'; 232 $string['view'] = 'View'; 233 $string['viewallhistory'] = 'View all history'; 234 $string['viewperpage'] = 'Show {$a} versions per page'; 235 $string['viewversion'] = 'Viewing page version #{$a}'; 236 $string['viewcurrent'] = 'Current version'; 237 $string['wiki'] = 'Wiki'; 238 $string['wikiattachments'] = 'Wiki attachments'; 239 $string['wikiboldtext'] = 'Bold text'; 240 $string['wikiexternalurl'] = 'External URL'; 241 $string['wikifiletable'] = 'Uploaded file list'; 242 $string['wikifiles'] = 'Wiki files'; 243 $string['wikiheader'] = 'Level {$a} Header'; 244 $string['wikihr'] = 'Horizontal rule'; 245 $string['wikiimage'] = 'Image'; 246 $string['wikiinternalurl'] = 'Internal link'; 247 $string['wikiintro'] = 'Description'; 248 $string['wikiitalictext'] = 'Italic text'; 249 $string['wikilockingsettings'] = 'Locking and reparsing timeouts'; 250 $string['wikimode'] = 'Wiki mode'; 251 $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.'; 252 $string['wikimodecollaborative'] = 'Collaborative wiki'; 253 $string['wikimodeindividual'] = 'Individual wiki'; 254 $string['wikiname'] = 'Wiki name'; 255 $string['wikinowikitext'] = 'No wiki text'; 256 $string['wikiorderedlist'] = 'Ordered list'; 257 $string['wikisettings'] = 'Wiki settings'; 258 $string['wikiunorderedlist'] = 'Unordered list'; 259 $string['wiki:addinstance'] = 'Add a new wiki'; 260 $string['wiki:createpage'] = 'Create new wiki pages'; 261 $string['wiki:editcomment'] = 'Add comments to pages'; 262 $string['wiki:editpage'] = 'Save wiki pages'; 263 $string['wiki:managecomment'] = 'Manage wiki comments'; 264 $string['wiki:managewiki'] = 'Manage wiki settings'; 265 $string['wiki:managefiles'] = 'Manage wiki files'; 266 $string['wiki:overridelock'] = 'Override wiki locks'; 267 $string['wiki:viewcomment'] = 'View page comments'; 268 $string['wiki:viewpage'] = 'View wiki pages'; 269 $string['wikipages'] = 'Wiki pages'; 270 $string['wrongversionlock'] = 'Another user has edited this page while you were editing and your content is obsolete.'; 271 $string['wrongversionsave'] = 'Another user has created a version while you were editing and you have overwritten his changes, check the page history.'; 272
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |