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> 7bc3b6aecSandi * @author Anika Henke <henke@cosmocode.de> 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 67bc3b6aecSandi 68bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 69bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 70bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 71bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.'; 72bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 73bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 7411120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 75bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 76bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 77bc3b6aecSandi 788b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 798b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 808b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 81*4e1578a0SAndreas Gohr$lang['profchanged'] = 'User profile successfully updated.'; 828b06d178Schris 83753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 848b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 85753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for'; 868b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 878b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 881d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 891d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 908b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 918b06d178Schris 92bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 932411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 94bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 95bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 96bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 97bc3b6aecSandi$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.'; 98bc3b6aecSandi 9908478e65SAndreas Gohr$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 100c9db30f9SAndreas Gohr$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 101bc3b6aecSandi$lang['nothingfound']= 'Nothing was found.'; 102bc3b6aecSandi 103cf6894dfSAndreas Gohr$lang['mediaselect'] = 'Media Files'; 104cf6894dfSAndreas Gohr$lang['fileupload'] = 'Media File Upload'; 105bc3b6aecSandi$lang['uploadsucc'] = 'Upload successful'; 106bc3b6aecSandi$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 107bc3b6aecSandi$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 108bc3b6aecSandi$lang['uploadexist'] = 'File already exists. Nothing done.'; 1098cb1eb01SAndreas Gohr$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 11026ceae18SAndreas Gohr$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 11126ceae18SAndreas Gohr$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 112b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1139ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 114b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 115bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 116bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 117bc3b6aecSandi 1183df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1198073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12064c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 121cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 122256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 12382599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 12444409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1253df72098SAndreas Gohr 126d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 127d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 128d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 129d67ca2c0Smatthiasgrimm 130bc3b6aecSandi$lang['hits'] = 'Hits'; 131bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 132bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 133bc3b6aecSandi$lang['current'] = 'current'; 134bc3b6aecSandi$lang['yours'] = 'Your Version'; 13577707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 13677707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 137bc3b6aecSandi$lang['line'] = 'Line'; 138bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 13931e187f8SSean Coates$lang['youarehere'] = 'You are here'; 140bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 141bc3b6aecSandi$lang['by'] = 'by'; 142bc3b6aecSandi$lang['deleted'] = 'removed'; 143bc3b6aecSandi$lang['created'] = 'created'; 144bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1455aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 146bc3b6aecSandi$lang['summary'] = 'Edit summary'; 147bc3b6aecSandi 148241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 149241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 15075030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 15175030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 152bc3b6aecSandi 153bc3b6aecSandi$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 154bc3b6aecSandi 155bc3b6aecSandi$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 156bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 157bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 158bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 159bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 160bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 161bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 162bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 163bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 164bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 165bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 166bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 167bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 168bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 169bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 170bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 171bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 172bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 17320d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 17420d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 17520d062caSAndreas Gohr 1762411dd85SAndreas Gohr$lang['del_confirm']= 'Really delete selected item(s)?'; 1772411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 178bc3b6aecSandi 17936df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 18036df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 18136df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 18255efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 18355efc227SAndreas Gohr$lang['img_title'] = 'Title'; 18455efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 18555efc227SAndreas Gohr$lang['img_date'] = 'Date'; 18655efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 18755efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 18855efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 18955efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 19055efc227SAndreas Gohr$lang['img_format'] = 'Format'; 19155efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 19255efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 19355efc227SAndreas Gohr 194f9eb5648Ssteven-danz$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 195f9eb5648Ssteven-danz$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 196f9eb5648Ssteven-danz$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 197f9eb5648Ssteven-danz$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 198f9eb5648Ssteven-danz$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 19955efc227SAndreas Gohr 200912a0cf3Sgb/* auth.class language support */ 201cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 202cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2033ff230f7SMatthias Grimm 20447248316SAndreas Gohr/* installer strings */ 20547248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 20647248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 20747248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 20847248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 20947248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2103545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 21147248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 21247248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 21347248316SAndreas Gohr <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki installation instructions</a>'; 2148af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2153afe5d1cSAndreas 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.'; 21647248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 21747248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 21847248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 21947248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 22047248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 22147248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 22247248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 223c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 22447248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2258af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2268af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2278af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2288af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 22947248316SAndreas Gohr 23070a6aa16Schris$lang['i_retry'] = 'Retry'; 23147248316SAndreas Gohr 232bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 233