1<?php 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 * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> 9 */ 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12 13$lang['btn_edit'] = 'Edit this page'; 14$lang['btn_source'] = 'Show pagesource'; 15$lang['btn_show'] = 'Show page'; 16$lang['btn_create'] = 'Create this page'; 17$lang['btn_search'] = 'Search'; 18$lang['btn_save'] = 'Save'; 19$lang['btn_preview']= 'Preview'; 20$lang['btn_top'] = 'Back to top'; 21$lang['btn_newer'] = '<< more recent'; 22$lang['btn_older'] = 'less recent >>'; 23$lang['btn_revs'] = 'Old revisions'; 24$lang['btn_recent'] = 'Recent changes'; 25$lang['btn_upload'] = 'Upload'; 26$lang['btn_cancel'] = 'Cancel'; 27$lang['btn_index'] = 'Index'; 28$lang['btn_secedit']= 'Edit'; 29$lang['btn_login'] = 'Login'; 30$lang['btn_logout'] = 'Logout'; 31$lang['btn_admin'] = 'Admin'; 32$lang['btn_update'] = 'Update'; 33$lang['btn_delete'] = 'Delete'; 34$lang['btn_back'] = 'Back'; 35$lang['btn_backlink'] = "Backlinks"; 36$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 37$lang['btn_subscribe'] = 'Subscribe Changes'; 38$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; 39$lang['btn_profile'] = 'Update Profile'; 40$lang['btn_reset'] = 'Reset'; 41$lang['btn_resendpwd'] = 'Send new password'; 42$lang['btn_draft'] = 'Edit draft'; 43$lang['btn_recover'] = 'Recover draft'; 44$lang['btn_draftdel'] = 'Delete draft'; 45 46$lang['loggedinas'] = 'Logged in as'; 47$lang['user'] = 'Username'; 48$lang['pass'] = 'Password'; 49$lang['newpass'] = 'New password'; 50$lang['oldpass'] = 'Confirm current password'; 51$lang['passchk'] = 'once again'; 52$lang['remember'] = 'Remember me'; 53$lang['fullname'] = 'Full name'; 54$lang['email'] = 'E-Mail'; 55$lang['register'] = 'Register'; 56$lang['profile'] = 'User Profile'; 57$lang['badlogin'] = 'Sorry, username or password was wrong.'; 58$lang['minoredit'] = 'Minor Changes'; 59$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 60 61$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 62$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 63$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 64$lang['regsuccess2']= 'The user has been created.'; 65$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 66$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 67$lang['regbadpass'] = 'The two given passwords are not identically, please try again.'; 68$lang['regpwmail'] = 'Your DokuWiki password'; 69$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 70 71$lang['profna'] = 'This wiki does not support profile modification'; 72$lang['profnochange'] = 'No changes, nothing to do.'; 73$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 74$lang['profchanged'] = 'User profile sucessfully updated.'; 75 76$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 77$lang['resendna'] = 'This wiki does not support password resending.'; 78$lang['resendpwd'] = 'Send new password for'; 79$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 80$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 81$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 82 83$lang['txt_upload'] = 'Select file to upload'; 84$lang['txt_filename'] = 'Upload as (optional)'; 85$lang['txt_overwrt'] = 'Overwrite existing file'; 86$lang['lockedby'] = 'Currently locked by'; 87$lang['lockexpire'] = 'Lock expires at'; 88$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.'; 89 90$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 91$lang['rssfailed'] = 'An error occured while fetching this feed: '; 92$lang['nothingfound']= 'Nothing was found.'; 93 94$lang['mediaselect'] = 'Mediafiles'; 95$lang['fileupload'] = 'Mediafile Upload'; 96$lang['uploadsucc'] = 'Upload successful'; 97$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 98$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 99$lang['uploadexist'] = 'File already exists. Nothing done.'; 100$lang['deletesucc'] = 'The file "%s" has been deleted.'; 101$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 102$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 103$lang['namespaces'] = 'Namespaces'; 104$lang['mediafiles'] = 'Available files in'; 105 106$lang['js']['keepopen'] = 'Keep window open on selection'; 107$lang['mediausage'] = 'Use the following syntax to reference this file:'; 108 109$lang['reference'] = 'References for'; 110$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 111$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 112 113$lang['hits'] = 'Hits'; 114$lang['quickhits'] = 'Matching pagenames'; 115$lang['toc'] = 'Table of Contents'; 116$lang['current'] = 'current'; 117$lang['yours'] = 'Your Version'; 118$lang['diff'] = 'show differences to current version'; 119$lang['line'] = 'Line'; 120$lang['breadcrumb'] = 'Trace'; 121$lang['youarehere'] = 'You are here'; 122$lang['lastmod'] = 'Last modified'; 123$lang['by'] = 'by'; 124$lang['deleted'] = 'removed'; 125$lang['created'] = 'created'; 126$lang['restored'] = 'old revision restored'; 127$lang['summary'] = 'Edit summary'; 128 129$lang['mail_newpage'] = 'page added:'; 130$lang['mail_changed'] = 'page changed:'; 131 132$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 133 134$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 135$lang['qb_bold'] = 'Bold Text'; 136$lang['qb_italic'] = 'Italic Text'; 137$lang['qb_underl'] = 'Underlined Text'; 138$lang['qb_code'] = 'Code Text'; 139$lang['qb_strike'] = 'Strike-through Text'; 140$lang['qb_h1'] = 'Level 1 Headline'; 141$lang['qb_h2'] = 'Level 2 Headline'; 142$lang['qb_h3'] = 'Level 3 Headline'; 143$lang['qb_h4'] = 'Level 4 Headline'; 144$lang['qb_h5'] = 'Level 5 Headline'; 145$lang['qb_link'] = 'Internal Link'; 146$lang['qb_extlink'] = 'External Link'; 147$lang['qb_hr'] = 'Horizontal Rule'; 148$lang['qb_ol'] = 'Ordered List Item'; 149$lang['qb_ul'] = 'Unordered List Item'; 150$lang['qb_media'] = 'Add Images and other files'; 151$lang['qb_sig'] = 'Insert Signature'; 152$lang['qb_smileys'] = 'Smileys'; 153$lang['qb_chars'] = 'Special Chars'; 154 155$lang['del_confirm']= 'Really delete selected item(s)?'; 156$lang['admin_register']= 'Add new user'; 157 158$lang['spell_start'] = 'Check Spelling'; 159$lang['spell_stop'] = 'Resume Editing'; 160$lang['spell_wait'] = 'Please wait...'; 161$lang['spell_noerr'] = 'No Mistakes found'; 162$lang['spell_nosug'] = 'No Suggestions'; 163$lang['spell_change']= 'Change'; 164 165$lang['metaedit'] = 'Edit Metadata'; 166$lang['metasaveerr'] = 'Writing metadata failed'; 167$lang['metasaveok'] = 'Metadata saved'; 168$lang['img_backto'] = 'Back to'; 169$lang['img_title'] = 'Title'; 170$lang['img_caption'] = 'Caption'; 171$lang['img_date'] = 'Date'; 172$lang['img_fname'] = 'Filename'; 173$lang['img_fsize'] = 'Size'; 174$lang['img_artist'] = 'Photographer'; 175$lang['img_copyr'] = 'Copyright'; 176$lang['img_format'] = 'Format'; 177$lang['img_camera'] = 'Camera'; 178$lang['img_keywords']= 'Keywords'; 179 180$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 181$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 182$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 183$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 184$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 185 186/* auth.class language support */ 187$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 188$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 189 190//Setup VIM: ex: et ts=2 enc=utf-8 : 191