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'] = 'Manage Subscriptions'; 43$lang['btn_profile'] = 'Update Profile'; 44$lang['btn_reset'] = 'Reset'; 45$lang['btn_resendpwd'] = 'Send new password'; 46$lang['btn_draft'] = 'Edit draft'; 47$lang['btn_recover'] = 'Recover draft'; 48$lang['btn_draftdel'] = 'Delete draft'; 49$lang['btn_revert'] = 'Restore'; 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'] = 'Real 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$lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; 66 67$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 68$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 69$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 70$lang['regsuccess2']= 'The user has been created.'; 71$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 72$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 73$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 74$lang['regpwmail'] = 'Your DokuWiki password'; 75$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 76 77$lang['profna'] = 'This wiki does not support profile modification'; 78$lang['profnochange'] = 'No changes, nothing to do.'; 79$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 80$lang['profchanged'] = 'User profile successfully updated.'; 81 82$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 83$lang['resendna'] = 'This wiki does not support password resending.'; 84$lang['resendpwd'] = 'Send new password for'; 85$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 86$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 87$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 88$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 89$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 90 91$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; 92$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; 93 94$lang['searchmedia'] = 'Search file name:'; 95$lang['searchmedia_in'] = 'Search in %s'; 96$lang['txt_upload'] = 'Select file to upload'; 97$lang['txt_filename'] = 'Upload as (optional)'; 98$lang['txt_overwrt'] = 'Overwrite existing file'; 99$lang['lockedby'] = 'Currently locked by'; 100$lang['lockexpire'] = 'Lock expires at'; 101$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.'; 102 103$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 104$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 105$lang['nothingfound']= 'Nothing was found.'; 106 107$lang['mediaselect'] = 'Media Files'; 108$lang['fileupload'] = 'Media File Upload'; 109$lang['uploadsucc'] = 'Upload successful'; 110$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 111$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 112$lang['uploadexist'] = 'File already exists. Nothing done.'; 113$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 114$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 115$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 116$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)'; 117$lang['deletesucc'] = 'The file "%s" has been deleted.'; 118$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 119$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 120$lang['namespaces'] = 'Namespaces'; 121$lang['mediafiles'] = 'Available files in'; 122 123$lang['js']['searchmedia'] = 'Search for files'; 124$lang['js']['keepopen'] = 'Keep window open on selection'; 125$lang['js']['hidedetails'] = 'Hide Details'; 126$lang['mediausage'] = 'Use the following syntax to reference this file:'; 127$lang['mediaview'] = 'View original file'; 128$lang['mediaroot'] = 'root'; 129$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 130$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 131 132$lang['js']['mediatitle'] = 'Link settings'; 133$lang['js']['mediadisplay'] = 'Link type'; 134$lang['js']['mediaalign'] = 'Alignment'; 135$lang['js']['mediasize'] = 'Image size'; 136$lang['js']['mediatarget'] = 'Link target'; 137$lang['js']['mediaclose'] = 'Close'; 138$lang['js']['mediainsert'] = 'Insert'; 139$lang['js']['mediadisplayimg'] = 'Show the image.'; 140$lang['js']['mediadisplaylnk'] = 'Show only the link.'; 141$lang['js']['mediasmall'] = 'Small version'; 142$lang['js']['mediamedium'] = 'Medium version'; 143$lang['js']['medialarge'] = 'Large version'; 144$lang['js']['mediaoriginal'] = 'Original version'; 145$lang['js']['medialnk'] = 'Link to detail page'; 146$lang['js']['mediadirect'] = 'Direct link to original'; 147$lang['js']['medianolnk'] = 'No link'; 148$lang['js']['medianolink'] = 'Do not link the image'; 149$lang['js']['medialeft'] = 'Align the image on the left.'; 150$lang['js']['mediaright'] = 'Align the image on the right.'; 151$lang['js']['mediacenter'] = 'Align the image in the middle.'; 152$lang['js']['medianoalign'] = 'Use no align.'; 153 154$lang['reference'] = 'References for'; 155$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 156$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 157 158$lang['hits'] = 'Hits'; 159$lang['quickhits'] = 'Matching pagenames'; 160$lang['toc'] = 'Table of Contents'; 161$lang['current'] = 'current'; 162$lang['yours'] = 'Your Version'; 163$lang['diff'] = 'Show differences to current revisions'; 164$lang['diff2'] = 'Show differences between selected revisions'; 165$lang['line'] = 'Line'; 166$lang['breadcrumb'] = 'Trace'; 167$lang['youarehere'] = 'You are here'; 168$lang['lastmod'] = 'Last modified'; 169$lang['by'] = 'by'; 170$lang['deleted'] = 'removed'; 171$lang['created'] = 'created'; 172$lang['restored'] = 'old revision restored'; 173$lang['external_edit'] = 'external edit'; 174$lang['summary'] = 'Edit summary'; 175$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 176$lang['download'] = 'Download Snippet'; 177 178$lang['mail_newpage'] = 'page added:'; 179$lang['mail_changed'] = 'page changed:'; 180$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 181$lang['mail_new_user'] = 'new user:'; 182$lang['mail_upload'] = 'file uploaded:'; 183 184$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 185 186$lang['qb_bold'] = 'Bold Text'; 187$lang['qb_italic'] = 'Italic Text'; 188$lang['qb_underl'] = 'Underlined Text'; 189$lang['qb_code'] = 'Code Text'; 190$lang['qb_strike'] = 'Strike-through Text'; 191$lang['qb_h1'] = 'Level 1 Headline'; 192$lang['qb_h2'] = 'Level 2 Headline'; 193$lang['qb_h3'] = 'Level 3 Headline'; 194$lang['qb_h4'] = 'Level 4 Headline'; 195$lang['qb_h5'] = 'Level 5 Headline'; 196 197$lang['qb_h'] = 'Headline'; 198$lang['qb_hs'] = 'Select Headline'; 199$lang['qb_hplus'] = 'Higher Headline'; 200$lang['qb_hminus'] = 'Lower Headline'; 201$lang['qb_hequal'] = 'Same Level Headline'; 202 203$lang['qb_link'] = 'Internal Link'; 204$lang['qb_extlink'] = 'External Link'; 205$lang['qb_hr'] = 'Horizontal Rule'; 206$lang['qb_ol'] = 'Ordered List Item'; 207$lang['qb_ul'] = 'Unordered List Item'; 208$lang['qb_media'] = 'Add Images and other files'; 209$lang['qb_sig'] = 'Insert Signature'; 210$lang['qb_smileys'] = 'Smileys'; 211$lang['qb_chars'] = 'Special Chars'; 212 213$lang['upperns'] = 'jump to parent namespace'; 214$lang['js']['linkwiz'] = 'Link Wizard'; 215$lang['js']['linkto'] = 'Link to:'; 216 217$lang['js']['del_confirm']= 'Really delete selected item(s)?'; 218$lang['admin_register']= 'Add new user'; 219 220$lang['metaedit'] = 'Edit Metadata'; 221$lang['metasaveerr'] = 'Writing metadata failed'; 222$lang['metasaveok'] = 'Metadata saved'; 223$lang['img_backto'] = 'Back to'; 224$lang['img_title'] = 'Title'; 225$lang['img_caption'] = 'Caption'; 226$lang['img_date'] = 'Date'; 227$lang['img_fname'] = 'Filename'; 228$lang['img_fsize'] = 'Size'; 229$lang['img_artist'] = 'Photographer'; 230$lang['img_copyr'] = 'Copyright'; 231$lang['img_format'] = 'Format'; 232$lang['img_camera'] = 'Camera'; 233$lang['img_keywords']= 'Keywords'; 234 235$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 236$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 237$lang['subscr_subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 238$lang['subscr_unsubscribe_success']= 'Removed %s from subscription list for %s'; 239$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 240$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 241$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 242// Manage page for subscriptions 243$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 244$lang['subscr_m_new_header'] = 'Add subscription'; 245$lang['subscr_m_current_header'] = 'Current subscriptions'; 246$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 247$lang['subscr_m_subscribe'] = 'Subscribe'; 248$lang['subscr_m_receive'] = 'Receive'; 249$lang['subscr_style_every'] = 'email on every change'; 250$lang['subscr_style_digest'] = 'digest email of changes for each page'; 251$lang['subscr_style_list'] = 'list of changed pages since last email'; 252 253 254/* auth.class language support */ 255$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 256$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 257 258/* installer strings */ 259$lang['i_chooselang'] = 'Choose your language'; 260$lang['i_installer'] = 'DokuWiki Installer'; 261$lang['i_wikiname'] = 'Wiki Name'; 262$lang['i_enableacl'] = 'Enable ACL (recommended)'; 263$lang['i_superuser'] = 'Superuser'; 264$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 265$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 266 You should either re-extract the files from the downloaded package or consult the complete 267 <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 268$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 269$lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.'; 270$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 271$lang['i_confexists'] = '<code>%s</code> already exists'; 272$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 273$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 274$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 275$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 276 <a href="doku.php">your new DokuWiki</a>.'; 277$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 278 you can use <a href="doku.php">your new DokuWiki</a>.'; 279$lang['i_policy'] = 'Initial ACL policy'; 280$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 281$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 282$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 283 284$lang['i_retry'] = 'Retry'; 285 286$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.'; 287$lang['js']['mu_btn'] = 'Upload multiple files at once'; 288$lang['mu_gridname'] = 'Filename'; 289$lang['mu_gridsize'] = 'Size'; 290$lang['mu_gridstat'] = 'Status'; 291$lang['mu_namespace'] = 'Namespace'; 292$lang['mu_browse'] = 'Browse'; 293$lang['mu_toobig'] = 'too big'; 294$lang['mu_ready'] = 'ready for upload'; 295$lang['mu_done'] = 'complete'; 296$lang['mu_fail'] = 'failed'; 297$lang['mu_authfail'] = 'session expired'; 298$lang['mu_progress'] = '@PCT@% uploaded'; 299$lang['mu_filetypes'] = 'Allowed Filetypes'; 300$lang['mu_info'] = 'files uploaded.'; 301$lang['mu_lasterr'] = 'Last error:'; 302 303$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>.'; 304 305$lang['years'] = '%d years ago'; 306$lang['months'] = '%d months ago'; 307$lang['weeks'] = '%d weeks ago'; 308$lang['days'] = '%d days ago'; 309$lang['hours'] = '%d hours ago'; 310$lang['minutes'] = '%d minutes ago'; 311$lang['seconds'] = '%d seconds ago'; 312 313$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; 314 315 316//Setup VIM: ex: et ts=2 enc=utf-8 : 317