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