14dc4b499Smatthiasgrimm<?php 2bc3b6aecSandi/** 3bc3b6aecSandi * english language file 4bc3b6aecSandi * 5bc3b6aecSandi * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6bc3b6aecSandi * @author Andreas Gohr <andi@splitbrain.org> 7e965e37fSAnika Henke * @author Anika Henke <anika@selfthinker.org> 8753d5abfSMatthias Grimm * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> 9bc3b6aecSandi */ 10bc3b6aecSandi$lang['encoding'] = 'utf-8'; 11bc3b6aecSandi$lang['direction'] = 'ltr'; 1271b40da2SAnika Henke$lang['doublequoteopening'] = '“';//“ 1371b40da2SAnika Henke$lang['doublequoteclosing'] = '”';//” 1471b40da2SAnika Henke$lang['singlequoteopening'] = '‘';//‘ 1571b40da2SAnika Henke$lang['singlequoteclosing'] = '’';//’ 1657d757d1SAndreas Gohr$lang['apostrophe'] = '’';//’ 17bc3b6aecSandi 18bc3b6aecSandi$lang['btn_edit'] = 'Edit this page'; 19bc3b6aecSandi$lang['btn_source'] = 'Show pagesource'; 20bc3b6aecSandi$lang['btn_show'] = 'Show page'; 21bc3b6aecSandi$lang['btn_create'] = 'Create this page'; 22bc3b6aecSandi$lang['btn_search'] = 'Search'; 23bc3b6aecSandi$lang['btn_save'] = 'Save'; 24bc3b6aecSandi$lang['btn_preview']= 'Preview'; 25bc3b6aecSandi$lang['btn_top'] = 'Back to top'; 26bc3b6aecSandi$lang['btn_newer'] = '<< more recent'; 27bc3b6aecSandi$lang['btn_older'] = 'less recent >>'; 28bc3b6aecSandi$lang['btn_revs'] = 'Old revisions'; 29bc3b6aecSandi$lang['btn_recent'] = 'Recent changes'; 30bc3b6aecSandi$lang['btn_upload'] = 'Upload'; 31bc3b6aecSandi$lang['btn_cancel'] = 'Cancel'; 32bc3b6aecSandi$lang['btn_index'] = 'Index'; 33bc3b6aecSandi$lang['btn_secedit']= 'Edit'; 34bc3b6aecSandi$lang['btn_login'] = 'Login'; 35bc3b6aecSandi$lang['btn_logout'] = 'Logout'; 36bc3b6aecSandi$lang['btn_admin'] = 'Admin'; 37bc3b6aecSandi$lang['btn_update'] = 'Update'; 38bc3b6aecSandi$lang['btn_delete'] = 'Delete'; 39bc3b6aecSandi$lang['btn_back'] = 'Back'; 40f00151b4Schris$lang['btn_backlink'] = "Backlinks"; 41d67ca2c0Smatthiasgrimm$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 4252b0dd67SGuy Brand$lang['btn_subscribe'] = 'Subscribe Page Changes'; 4352b0dd67SGuy Brand$lang['btn_unsubscribe'] = 'Unsubscribe Page Changes'; 4452b0dd67SGuy Brand$lang['btn_subscribens'] = 'Subscribe Namespace Changes'; 4552b0dd67SGuy Brand$lang['btn_unsubscribens'] = 'Unsubscribe Namespace Changes'; 468b06d178Schris$lang['btn_profile'] = 'Update Profile'; 478b06d178Schris$lang['btn_reset'] = 'Reset'; 48753d5abfSMatthias Grimm$lang['btn_resendpwd'] = 'Send new password'; 49ee4c4a1bSAndreas Gohr$lang['btn_draft'] = 'Edit draft'; 50ee4c4a1bSAndreas Gohr$lang['btn_recover'] = 'Recover draft'; 51ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft'; 52bc3b6aecSandi 53bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 54bc3b6aecSandi$lang['user'] = 'Username'; 55bc3b6aecSandi$lang['pass'] = 'Password'; 568b06d178Schris$lang['newpass'] = 'New password'; 578b06d178Schris$lang['oldpass'] = 'Confirm current password'; 58d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 59bc3b6aecSandi$lang['remember'] = 'Remember me'; 60bc3b6aecSandi$lang['fullname'] = 'Full name'; 61bc3b6aecSandi$lang['email'] = 'E-Mail'; 62bc3b6aecSandi$lang['register'] = 'Register'; 638b06d178Schris$lang['profile'] = 'User Profile'; 64bc3b6aecSandi$lang['badlogin'] = 'Sorry, username or password was wrong.'; 65753d5abfSMatthias Grimm$lang['minoredit'] = 'Minor Changes'; 66ee4c4a1bSAndreas Gohr$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 67*7b3a6803SAndreas Gohr$lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; 68bc3b6aecSandi 69bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 70bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 71bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 72bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.'; 73bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 74bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 7511120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 76bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 77bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 78bc3b6aecSandi 798b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 808b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 818b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 824e1578a0SAndreas Gohr$lang['profchanged'] = 'User profile successfully updated.'; 838b06d178Schris 84753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 858b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 86753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for'; 878b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 888b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 891d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 901d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 918b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 928b06d178Schris 93066fee30SAndreas Gohr$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; 94066fee30SAndreas Gohr$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; 95066fee30SAndreas Gohr 96bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 972411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 98bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 99bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 100bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 101bc3b6aecSandi$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.'; 102bc3b6aecSandi 10308478e65SAndreas Gohr$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 104c9db30f9SAndreas Gohr$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 105bc3b6aecSandi$lang['nothingfound']= 'Nothing was found.'; 106bc3b6aecSandi 107cf6894dfSAndreas Gohr$lang['mediaselect'] = 'Media Files'; 108cf6894dfSAndreas Gohr$lang['fileupload'] = 'Media File Upload'; 109bc3b6aecSandi$lang['uploadsucc'] = 'Upload successful'; 110bc3b6aecSandi$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 111bc3b6aecSandi$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 112bc3b6aecSandi$lang['uploadexist'] = 'File already exists. Nothing done.'; 1138cb1eb01SAndreas Gohr$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 11426ceae18SAndreas Gohr$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 11526ceae18SAndreas Gohr$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 116b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1179ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 118b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 119bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 120bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 121bc3b6aecSandi 1223df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1238073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12464c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 125cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 126256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 12782599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 12844409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1293df72098SAndreas Gohr 130d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 131d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 132d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 133d67ca2c0Smatthiasgrimm 134bc3b6aecSandi$lang['hits'] = 'Hits'; 135bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 136bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 137bc3b6aecSandi$lang['current'] = 'current'; 138bc3b6aecSandi$lang['yours'] = 'Your Version'; 13977707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 14077707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 141bc3b6aecSandi$lang['line'] = 'Line'; 142bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 14331e187f8SSean Coates$lang['youarehere'] = 'You are here'; 144bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 145bc3b6aecSandi$lang['by'] = 'by'; 146bc3b6aecSandi$lang['deleted'] = 'removed'; 147bc3b6aecSandi$lang['created'] = 'created'; 148bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1495aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 150bc3b6aecSandi$lang['summary'] = 'Edit summary'; 151bc3b6aecSandi 152241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 153241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 15475030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 15575030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 156bc3b6aecSandi 1573b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 158bc3b6aecSandi 159bc3b6aecSandi$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 160bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 161bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 162bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 163bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 164bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 165bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 166bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 167bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 168bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 169bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 170bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 171bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 172bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 173bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 174bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 175bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 176bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 17720d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 17820d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 17920d062caSAndreas Gohr 1802411dd85SAndreas Gohr$lang['del_confirm']= 'Really delete selected item(s)?'; 1812411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 182bc3b6aecSandi 18336df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 18436df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 18536df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 18655efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 18755efc227SAndreas Gohr$lang['img_title'] = 'Title'; 18855efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 18955efc227SAndreas Gohr$lang['img_date'] = 'Date'; 19055efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 19155efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 19255efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 19355efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 19455efc227SAndreas Gohr$lang['img_format'] = 'Format'; 19555efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 19655efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 19755efc227SAndreas Gohr 198f9eb5648Ssteven-danz$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 199f9eb5648Ssteven-danz$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 200f9eb5648Ssteven-danz$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 201f9eb5648Ssteven-danz$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 202f9eb5648Ssteven-danz$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 20355efc227SAndreas Gohr 204912a0cf3Sgb/* auth.class language support */ 205cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 206cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2073ff230f7SMatthias Grimm 20847248316SAndreas Gohr/* installer strings */ 20947248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 21047248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 21147248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 21247248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 21347248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2143545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 21547248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 21647248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 21766549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 2188af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2193afe5d1cSAndreas Gohr$lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.'; 22047248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 22147248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 22247248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 22347248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 22447248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 22547248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 22647248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 227c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 22847248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2298af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2308af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2318af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2328af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 23347248316SAndreas Gohr 23470a6aa16Schris$lang['i_retry'] = 'Retry'; 23547248316SAndreas Gohr 236d00ec455SAndreas Gohr$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.'; 237d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once'; 238d00ec455SAndreas Gohr$lang['mu_gridname'] = 'Filename'; 239d00ec455SAndreas Gohr$lang['mu_gridsize'] = 'Size'; 240d00ec455SAndreas Gohr$lang['mu_gridstat'] = 'Status'; 241d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace'; 242d00ec455SAndreas Gohr$lang['mu_browse'] = 'Browse'; 243d00ec455SAndreas Gohr$lang['mu_toobig'] = 'too big'; 244d00ec455SAndreas Gohr$lang['mu_ready'] = 'ready for upload'; 245d00ec455SAndreas Gohr$lang['mu_done'] = 'complete'; 246d00ec455SAndreas Gohr$lang['mu_fail'] = 'failed'; 247d00ec455SAndreas Gohr$lang['mu_authfail'] = 'session expired'; 248d00ec455SAndreas Gohr$lang['mu_progress'] = '@PCT@% uploaded'; 249d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes'; 250d00ec455SAndreas Gohr 2514bf019deSGina Haeussge$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>.'; 252d00ec455SAndreas Gohr 253bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 254