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$lang['doublequoteopening'] = '“';//“ 13$lang['doublequoteclosing'] = '”';//” 14$lang['singlequoteopening'] = '‘';//‘ 15$lang['singlequoteclosing'] = '’';//’ 16$lang['apostrophe'] = '’';//’ 17 18$lang['btn_edit'] = 'Edit this page'; 19$lang['btn_source'] = 'Show pagesource'; 20$lang['btn_show'] = 'Show page'; 21$lang['btn_create'] = 'Create this page'; 22$lang['btn_search'] = 'Search'; 23$lang['btn_save'] = 'Save'; 24$lang['btn_preview']= 'Preview'; 25$lang['btn_top'] = 'Back to top'; 26$lang['btn_newer'] = '<< more recent'; 27$lang['btn_older'] = 'less recent >>'; 28$lang['btn_revs'] = 'Old revisions'; 29$lang['btn_recent'] = 'Recent changes'; 30$lang['btn_upload'] = 'Upload'; 31$lang['btn_cancel'] = 'Cancel'; 32$lang['btn_index'] = 'Index'; 33$lang['btn_secedit']= 'Edit'; 34$lang['btn_login'] = 'Login'; 35$lang['btn_logout'] = 'Logout'; 36$lang['btn_admin'] = 'Admin'; 37$lang['btn_update'] = 'Update'; 38$lang['btn_delete'] = 'Delete'; 39$lang['btn_back'] = 'Back'; 40$lang['btn_backlink'] = "Backlinks"; 41$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 42$lang['btn_subscribe'] = 'Subscribe Changes'; 43$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; 44$lang['btn_profile'] = 'Update Profile'; 45$lang['btn_reset'] = 'Reset'; 46$lang['btn_resendpwd'] = 'Send new password'; 47$lang['btn_draft'] = 'Edit draft'; 48$lang['btn_recover'] = 'Recover draft'; 49$lang['btn_draftdel'] = 'Delete draft'; 50 51$lang['loggedinas'] = 'Logged in as'; 52$lang['user'] = 'Username'; 53$lang['pass'] = 'Password'; 54$lang['newpass'] = 'New password'; 55$lang['oldpass'] = 'Confirm current password'; 56$lang['passchk'] = 'once again'; 57$lang['remember'] = 'Remember me'; 58$lang['fullname'] = 'Full name'; 59$lang['email'] = 'E-Mail'; 60$lang['register'] = 'Register'; 61$lang['profile'] = 'User Profile'; 62$lang['badlogin'] = 'Sorry, username or password was wrong.'; 63$lang['minoredit'] = 'Minor Changes'; 64$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 65 66$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 67$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 68$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 69$lang['regsuccess2']= 'The user has been created.'; 70$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 71$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 72$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 73$lang['regpwmail'] = 'Your DokuWiki password'; 74$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 75 76$lang['profna'] = 'This wiki does not support profile modification'; 77$lang['profnochange'] = 'No changes, nothing to do.'; 78$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 79$lang['profchanged'] = 'User profile sucessfully updated.'; 80 81$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 82$lang['resendna'] = 'This wiki does not support password resending.'; 83$lang['resendpwd'] = 'Send new password for'; 84$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 85$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 86$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 87$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 88$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 89 90$lang['txt_upload'] = 'Select file to upload'; 91$lang['txt_filename'] = 'Upload as (optional)'; 92$lang['txt_overwrt'] = 'Overwrite existing file'; 93$lang['lockedby'] = 'Currently locked by'; 94$lang['lockexpire'] = 'Lock expires at'; 95$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.'; 96 97$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 98$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 99$lang['nothingfound']= 'Nothing was found.'; 100 101$lang['mediaselect'] = 'Media Files'; 102$lang['fileupload'] = 'Media File Upload'; 103$lang['uploadsucc'] = 'Upload successful'; 104$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 105$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 106$lang['uploadexist'] = 'File already exists. Nothing done.'; 107$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 108$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 109$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 110$lang['deletesucc'] = 'The file "%s" has been deleted.'; 111$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 112$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 113$lang['namespaces'] = 'Namespaces'; 114$lang['mediafiles'] = 'Available files in'; 115 116$lang['js']['keepopen'] = 'Keep window open on selection'; 117$lang['js']['hidedetails'] = 'Hide Details'; 118$lang['mediausage'] = 'Use the following syntax to reference this file:'; 119$lang['mediaview'] = 'View original file'; 120$lang['mediaroot'] = 'root'; 121$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 122$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 123 124$lang['reference'] = 'References for'; 125$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 126$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 127 128$lang['hits'] = 'Hits'; 129$lang['quickhits'] = 'Matching pagenames'; 130$lang['toc'] = 'Table of Contents'; 131$lang['current'] = 'current'; 132$lang['yours'] = 'Your Version'; 133$lang['diff'] = 'Show differences to current revisions'; 134$lang['diff2'] = 'Show differences between selected revisions'; 135$lang['line'] = 'Line'; 136$lang['breadcrumb'] = 'Trace'; 137$lang['youarehere'] = 'You are here'; 138$lang['lastmod'] = 'Last modified'; 139$lang['by'] = 'by'; 140$lang['deleted'] = 'removed'; 141$lang['created'] = 'created'; 142$lang['restored'] = 'old revision restored'; 143$lang['external_edit'] = 'external edit'; 144$lang['summary'] = 'Edit summary'; 145 146$lang['mail_newpage'] = 'page added:'; 147$lang['mail_changed'] = 'page changed:'; 148$lang['mail_new_user'] = 'new user:'; 149$lang['mail_upload'] = 'file uploaded:'; 150 151$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 152 153$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 154$lang['qb_bold'] = 'Bold Text'; 155$lang['qb_italic'] = 'Italic Text'; 156$lang['qb_underl'] = 'Underlined Text'; 157$lang['qb_code'] = 'Code Text'; 158$lang['qb_strike'] = 'Strike-through Text'; 159$lang['qb_h1'] = 'Level 1 Headline'; 160$lang['qb_h2'] = 'Level 2 Headline'; 161$lang['qb_h3'] = 'Level 3 Headline'; 162$lang['qb_h4'] = 'Level 4 Headline'; 163$lang['qb_h5'] = 'Level 5 Headline'; 164$lang['qb_link'] = 'Internal Link'; 165$lang['qb_extlink'] = 'External Link'; 166$lang['qb_hr'] = 'Horizontal Rule'; 167$lang['qb_ol'] = 'Ordered List Item'; 168$lang['qb_ul'] = 'Unordered List Item'; 169$lang['qb_media'] = 'Add Images and other files'; 170$lang['qb_sig'] = 'Insert Signature'; 171$lang['qb_smileys'] = 'Smileys'; 172$lang['qb_chars'] = 'Special Chars'; 173 174$lang['del_confirm']= 'Really delete selected item(s)?'; 175$lang['admin_register']= 'Add new user'; 176 177$lang['spell_start'] = 'Check Spelling'; 178$lang['spell_stop'] = 'Resume Editing'; 179$lang['spell_wait'] = 'Please wait...'; 180$lang['spell_noerr'] = 'No Mistakes found'; 181$lang['spell_nosug'] = 'No Suggestions'; 182$lang['spell_change']= 'Change'; 183 184$lang['metaedit'] = 'Edit Metadata'; 185$lang['metasaveerr'] = 'Writing metadata failed'; 186$lang['metasaveok'] = 'Metadata saved'; 187$lang['img_backto'] = 'Back to'; 188$lang['img_title'] = 'Title'; 189$lang['img_caption'] = 'Caption'; 190$lang['img_date'] = 'Date'; 191$lang['img_fname'] = 'Filename'; 192$lang['img_fsize'] = 'Size'; 193$lang['img_artist'] = 'Photographer'; 194$lang['img_copyr'] = 'Copyright'; 195$lang['img_format'] = 'Format'; 196$lang['img_camera'] = 'Camera'; 197$lang['img_keywords']= 'Keywords'; 198 199$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 200$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 201$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 202$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 203$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 204 205/* auth.class language support */ 206$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 207$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 208 209/* installer strings */ 210$lang['i_chooselang'] = 'Choose your language'; 211$lang['i_installer'] = 'DokuWiki Installer'; 212$lang['i_wikiname'] = 'Wiki Name'; 213$lang['i_enableacl'] = 'Enable ACL (recommended)'; 214$lang['i_superuser'] = 'Superuser'; 215$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 216$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 217 You should either re-extract the files from the downloaded package or consult the complete 218 <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki installation instructions</a>'; 219$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 220$lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.'; 221$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 222$lang['i_confexists'] = '<code>%s</code> already exists'; 223$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 224$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 225$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 226$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 227 <a href="doku.php">your new DokuWiki</a>.'; 228$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 229 you can use <a href="doku.php">your new DokuWiki</a>.'; 230$lang['i_policy'] = 'Initial ACL policy'; 231$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 232$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 233$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 234 235$lang['i_retry'] = 'Retry'; 236 237//Setup VIM: ex: et ts=2 enc=utf-8 : 238