1<? 2/** 3 * english language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Andreas Gohr <andi@splitbrain.org> 7 * @author Anika Henke <henke@cosmocode.de> 8 */ 9$lang['encoding'] = 'utf-8'; 10$lang['direction'] = 'ltr'; 11 12$lang['btn_edit'] = 'Edit this page'; 13$lang['btn_source'] = 'Show pagesource'; 14$lang['btn_show'] = 'Show page'; 15$lang['btn_create'] = 'Create this page'; 16$lang['btn_search'] = 'Search'; 17$lang['btn_save'] = 'Save'; 18$lang['btn_preview']= 'Preview'; 19$lang['btn_top'] = 'Back to top'; 20$lang['btn_newer'] = '<< more recent'; 21$lang['btn_older'] = 'less recent >>'; 22$lang['btn_revs'] = 'Old revisions'; 23$lang['btn_recent'] = 'Recent changes'; 24$lang['btn_upload'] = 'Upload'; 25$lang['btn_cancel'] = 'Cancel'; 26$lang['btn_index'] = 'Index'; 27$lang['btn_secedit']= 'Edit'; 28$lang['btn_login'] = 'Login'; 29$lang['btn_logout'] = 'Logout'; 30$lang['btn_admin'] = 'Admin'; 31$lang['btn_update'] = 'Update'; 32$lang['btn_delete'] = 'Delete'; 33$lang['btn_back'] = 'Back'; 34 35$lang['loggedinas'] = 'Logged in as'; 36$lang['user'] = 'Username'; 37$lang['pass'] = 'Password'; 38$pass['passchk'] = 'once again'; 39$lang['remember'] = 'Remember me'; 40$lang['fullname'] = 'Full name'; 41$lang['email'] = 'E-Mail'; 42$lang['register'] = 'Register'; 43$lang['badlogin'] = 'Sorry, username or password was wrong.'; 44 45$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 46$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 47$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 48$lang['regsuccess2']= 'The user has been created.'; 49$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 50$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 51$lang['regbadpass'] = 'The two given passwords are not identically, please try again.'; 52$lang['regpwmail'] = 'Your DokuWiki password'; 53$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 54 55$lang['txt_upload'] = 'Select file to upload'; 56$lang['txt_filename'] = 'Enter wikiname (optional)'; 57$lang['txt_overwrt'] = 'Overwrite existing file'; 58$lang['lockedby'] = 'Currently locked by'; 59$lang['lockexpire'] = 'Lock expires at'; 60$lang['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.'; 61 62$lang['notsavedyet'] = 'There are unsaved changes, that will be lost.\nReally continue?'; 63$lang['rssfailed'] = 'An error occured while fetching this feed: '; 64$lang['nothingfound']= 'Nothing was found.'; 65 66$lang['mediaselect'] = 'Mediafile Selection'; 67$lang['fileupload'] = 'Mediafile Upload'; 68$lang['uploadsucc'] = 'Upload successful'; 69$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 70$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 71$lang['uploadexist'] = 'File already exists. Nothing done.'; 72$lang['namespaces'] = 'Namespaces'; 73$lang['mediafiles'] = 'Available files in'; 74 75$lang['hits'] = 'Hits'; 76$lang['quickhits'] = 'Matching pagenames'; 77$lang['toc'] = 'Table of Contents'; 78$lang['current'] = 'current'; 79$lang['yours'] = 'Your Version'; 80$lang['diff'] = 'show differences to current version'; 81$lang['line'] = 'Line'; 82$lang['breadcrumb'] = 'Trace'; 83$lang['lastmod'] = 'Last modified'; 84$lang['by'] = 'by'; 85$lang['deleted'] = 'removed'; 86$lang['created'] = 'created'; 87$lang['restored'] = 'old revision restored'; 88$lang['summary'] = 'Edit summary'; 89 90$lang['mail_newpage'] = '[DokuWiki] page added:'; 91$lang['mail_changed'] = '[DokuWiki] page changed:'; 92 93$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 94 95$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 96$lang['qb_bold'] = 'Bold Text'; 97$lang['qb_italic'] = 'Italic Text'; 98$lang['qb_underl'] = 'Underlined Text'; 99$lang['qb_code'] = 'Code Text'; 100$lang['qb_strike'] = 'Strike-through Text'; 101$lang['qb_h1'] = 'Level 1 Headline'; 102$lang['qb_h2'] = 'Level 2 Headline'; 103$lang['qb_h3'] = 'Level 3 Headline'; 104$lang['qb_h4'] = 'Level 4 Headline'; 105$lang['qb_h5'] = 'Level 5 Headline'; 106$lang['qb_link'] = 'Internal Link'; 107$lang['qb_extlink'] = 'External Link'; 108$lang['qb_hr'] = 'Horizontal Rule'; 109$lang['qb_ol'] = 'Ordered List Item'; 110$lang['qb_ul'] = 'Unordered List Item'; 111$lang['qb_media'] = 'Add Images and other files'; 112$lang['qb_sig'] = 'Insert Signature'; 113 114$lang['del_confirm']= 'Delete this entry?'; 115 116$lang['admin_acl'] = 'Access Control List Management...'; 117$lang['admin_register']= 'Add new user...'; 118 119$lang['acl_group'] = 'Group'; 120$lang['acl_user'] = 'User'; 121$lang['acl_perms'] = 'Permissions for'; 122$lang['page'] = 'Page'; 123$lang['namespace'] = 'Namespace'; 124 125$lang['acl_perm1'] = 'Read'; 126$lang['acl_perm2'] = 'Edit'; 127$lang['acl_perm4'] = 'Create'; 128$lang['acl_perm8'] = 'Upload'; 129$lang['acl_perm16'] = 'Delete'; 130$lang['acl_new'] = 'Add new Entry'; 131 132$lang['spell_start']= 'Check Spelling'; 133$lang['spell_stop'] = 'Resume Editing'; 134$lang['spell_wait'] = 'Please wait...'; 135$lang['spell_noerr']= 'No Mistakes found'; 136$lang['spell_nosug']= 'No Suggestions'; 137 138//Setup VIM: ex: et ts=2 enc=utf-8 : 139