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'; 32decde61cSAndreas Gohr$lang['btn_index'] = 'Sitemap'; 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'; 425b75cd1fSAdrian Lang$lang['btn_subscribe'] = 'Manage Subscriptions'; 438b06d178Schris$lang['btn_profile'] = 'Update Profile'; 448b06d178Schris$lang['btn_reset'] = 'Reset'; 45753d5abfSMatthias Grimm$lang['btn_resendpwd'] = 'Send new password'; 46ee4c4a1bSAndreas Gohr$lang['btn_draft'] = 'Edit draft'; 47ee4c4a1bSAndreas Gohr$lang['btn_recover'] = 'Recover draft'; 48ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft'; 491246e016SAndreas Gohr$lang['btn_revert'] = 'Restore'; 50bf413a4eSAnika Henke$lang['btn_register'] = 'Register'; 518e69fd30SKate Arzamastseva$lang['btn_apply'] = 'Apply'; 52b9eb2e61SKate Arzamastseva$lang['btn_media'] = 'Media Manager'; 53bc3b6aecSandi 54bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 55bc3b6aecSandi$lang['user'] = 'Username'; 56bc3b6aecSandi$lang['pass'] = 'Password'; 578b06d178Schris$lang['newpass'] = 'New password'; 588b06d178Schris$lang['oldpass'] = 'Confirm current password'; 59d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 60bc3b6aecSandi$lang['remember'] = 'Remember me'; 613cd36d10SAndreas Gohr$lang['fullname'] = 'Real name'; 62bc3b6aecSandi$lang['email'] = 'E-Mail'; 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 677b3a6803SAndreas 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 9656fe6664SAndreas Gohr$lang['searchmedia'] = 'Search file name:'; 9756fe6664SAndreas Gohr$lang['searchmedia_in'] = 'Search in %s'; 98bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 992411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 100bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 101bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 102bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 103bc3b6aecSandi$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.'; 104bc3b6aecSandi 10540f3c0b5SGina Haeussge$lang['js']['notsavedyet'] = "Unsaved changes will be lost."; 106c9db30f9SAndreas Gohr$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 107bc3b6aecSandi$lang['nothingfound']= 'Nothing was found.'; 108bc3b6aecSandi 109cf6894dfSAndreas Gohr$lang['mediaselect'] = 'Media Files'; 110cf6894dfSAndreas Gohr$lang['fileupload'] = 'Media File Upload'; 111bc3b6aecSandi$lang['uploadsucc'] = 'Upload successful'; 112bc3b6aecSandi$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 113bc3b6aecSandi$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 114bc3b6aecSandi$lang['uploadexist'] = 'File already exists. Nothing done.'; 1158cb1eb01SAndreas Gohr$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 11626ceae18SAndreas Gohr$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 11726ceae18SAndreas Gohr$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 118a93e6f85SAndreas Gohr$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)'; 119b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1209ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 121b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 122bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 123bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 1240b34c70fSGina Haeussge$lang['accessdenied'] = 'You are not allowed to view this page.'; 125bc3b6aecSandi 126bf1f3ac4Ssarnowski$lang['js']['searchmedia'] = 'Search for files'; 1273df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1288073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12964c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 130cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 131256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 13282599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 13344409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1343df72098SAndreas Gohr 135149e5f26SDominik Eckelmann$lang['js']['mediatitle'] = 'Link settings'; 136149e5f26SDominik Eckelmann$lang['js']['mediadisplay'] = 'Link type'; 137149e5f26SDominik Eckelmann$lang['js']['mediaalign'] = 'Alignment'; 138149e5f26SDominik Eckelmann$lang['js']['mediasize'] = 'Image size'; 139149e5f26SDominik Eckelmann$lang['js']['mediatarget'] = 'Link target'; 140149e5f26SDominik Eckelmann$lang['js']['mediaclose'] = 'Close'; 141149e5f26SDominik Eckelmann$lang['js']['mediainsert'] = 'Insert'; 142149e5f26SDominik Eckelmann$lang['js']['mediadisplayimg'] = 'Show the image.'; 143149e5f26SDominik Eckelmann$lang['js']['mediadisplaylnk'] = 'Show only the link.'; 144149e5f26SDominik Eckelmann$lang['js']['mediasmall'] = 'Small version'; 145149e5f26SDominik Eckelmann$lang['js']['mediamedium'] = 'Medium version'; 146149e5f26SDominik Eckelmann$lang['js']['medialarge'] = 'Large version'; 1471410ed4bSAdrian Lang$lang['js']['mediaoriginal'] = 'Original version'; 148149e5f26SDominik Eckelmann$lang['js']['medialnk'] = 'Link to detail page'; 149149e5f26SDominik Eckelmann$lang['js']['mediadirect'] = 'Direct link to original'; 150149e5f26SDominik Eckelmann$lang['js']['medianolnk'] = 'No link'; 151149e5f26SDominik Eckelmann$lang['js']['medianolink'] = 'Do not link the image'; 152149e5f26SDominik Eckelmann$lang['js']['medialeft'] = 'Align the image on the left.'; 153149e5f26SDominik Eckelmann$lang['js']['mediaright'] = 'Align the image on the right.'; 154149e5f26SDominik Eckelmann$lang['js']['mediacenter'] = 'Align the image in the middle.'; 155149e5f26SDominik Eckelmann$lang['js']['medianoalign'] = 'Use no align.'; 156149e5f26SDominik Eckelmann 157d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 158d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 159d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 160d67ca2c0Smatthiasgrimm 161bc3b6aecSandi$lang['hits'] = 'Hits'; 162bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 163bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 164bc3b6aecSandi$lang['current'] = 'current'; 165bc3b6aecSandi$lang['yours'] = 'Your Version'; 16677707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 16777707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 1688d9e6ae7SAnika Henke$lang['difflink'] = 'Link to this comparison view'; 16972165381SAndreas Gohr$lang['diff_type'] = 'View differences:'; 17072165381SAndreas Gohr$lang['diff_inline']= 'Inline'; 17172165381SAndreas Gohr$lang['diff_side'] = 'Side by Side'; 172bc3b6aecSandi$lang['line'] = 'Line'; 173bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 17431e187f8SSean Coates$lang['youarehere'] = 'You are here'; 175bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 176bc3b6aecSandi$lang['by'] = 'by'; 177bc3b6aecSandi$lang['deleted'] = 'removed'; 178bc3b6aecSandi$lang['created'] = 'created'; 179bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1805aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 181bc3b6aecSandi$lang['summary'] = 'Edit summary'; 18207bf32b2SAndreas Gohr$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 1833d491f75SAndreas Gohr$lang['download'] = 'Download Snippet'; 1848e69fd30SKate Arzamastseva$lang['pages_changes'] = 'Show pages changes'; 1858e69fd30SKate Arzamastseva$lang['media_changes'] = 'Show media files changes'; 1868e69fd30SKate Arzamastseva$lang['both_changes'] = 'Show both'; 187bc3b6aecSandi 188241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 189241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 1905b75cd1fSAdrian Lang$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 19175030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 19275030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 193bc3b6aecSandi 1943b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 195bc3b6aecSandi 196bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 197bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 198bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 199bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 200bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 201bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 202bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 203bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 204bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 205bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 206a2be6cd9SAndreas Gohr 207a2be6cd9SAndreas Gohr$lang['qb_h'] = 'Headline'; 208a2be6cd9SAndreas Gohr$lang['qb_hs'] = 'Select Headline'; 209a2be6cd9SAndreas Gohr$lang['qb_hplus'] = 'Higher Headline'; 210a2be6cd9SAndreas Gohr$lang['qb_hminus'] = 'Lower Headline'; 211a2be6cd9SAndreas Gohr$lang['qb_hequal'] = 'Same Level Headline'; 212a2be6cd9SAndreas Gohr 213bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 214bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 215bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 216bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 217bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 218bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 219bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 22020d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 22120d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 22220d062caSAndreas Gohr 2233c2d94a3SAndreas Gohr$lang['upperns'] = 'jump to parent namespace'; 2243e23cbfdSAndreas Gohr$lang['js']['linkwiz'] = 'Link Wizard'; 2253e23cbfdSAndreas Gohr$lang['js']['linkto'] = 'Link to:'; 2263e23cbfdSAndreas Gohr 2270071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Really delete selected item(s)?'; 2286183fb05SKate Arzamastseva$lang['js']['restore_confirm']= 'Really restore this version?'; 2292411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 230bc3b6aecSandi 23136df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 23236df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 23336df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 23455efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 23555efc227SAndreas Gohr$lang['img_title'] = 'Title'; 23655efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 23755efc227SAndreas Gohr$lang['img_date'] = 'Date'; 23855efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 23955efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 24055efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 24155efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 24255efc227SAndreas Gohr$lang['img_format'] = 'Format'; 24355efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 24455efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 2452e55802cSKate Arzamastseva$lang['img_width'] = 'Width'; 2462e55802cSKate Arzamastseva$lang['img_height'] = 'Height'; 24755efc227SAndreas Gohr 2485b75cd1fSAdrian Lang$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 2495b75cd1fSAdrian Lang$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 2505b75cd1fSAdrian Lang$lang['subscr_subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 2515b75cd1fSAdrian Lang$lang['subscr_unsubscribe_success']= 'Removed %s from subscription list for %s'; 2525b75cd1fSAdrian Lang$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 2535b75cd1fSAdrian Lang$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 2545b75cd1fSAdrian Lang$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 2555b75cd1fSAdrian Lang// Manage page for subscriptions 25615741132SAndreas Gohr$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 2575b75cd1fSAdrian Lang$lang['subscr_m_new_header'] = 'Add subscription'; 25815741132SAndreas Gohr$lang['subscr_m_current_header'] = 'Current subscriptions'; 25915741132SAndreas Gohr$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 2605b75cd1fSAdrian Lang$lang['subscr_m_subscribe'] = 'Subscribe'; 261056c2049SAndreas Gohr$lang['subscr_m_receive'] = 'Receive'; 26215741132SAndreas Gohr$lang['subscr_style_every'] = 'email on every change'; 2636b8f02cfSAdrian Lang$lang['subscr_style_digest'] = 'digest email of changes for each page (every %.2f days)'; 2646b8f02cfSAdrian Lang$lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; 26515741132SAndreas Gohr 26615741132SAndreas Gohr 267912a0cf3Sgb/* auth.class language support */ 268cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 269cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2703ff230f7SMatthias Grimm 27147248316SAndreas Gohr/* installer strings */ 27247248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 27347248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 27447248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 27547248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 27647248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2773545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 27847248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 27947248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 28066549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 2818af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2823afe5d1cSAndreas 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.'; 28347248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 28447248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 28547248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 28647248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 28747248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 28847248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 28947248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 290c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 29147248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2928af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2938af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2948af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2958af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 29647248316SAndreas Gohr 29770a6aa16Schris$lang['i_retry'] = 'Retry'; 29806361442SAndreas Gohr$lang['i_license'] = 'Please choose the license you want to put your content under:'; 29947248316SAndreas Gohr 300d00ec455SAndreas 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.'; 301d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once'; 302d00ec455SAndreas Gohr$lang['mu_gridname'] = 'Filename'; 303d00ec455SAndreas Gohr$lang['mu_gridsize'] = 'Size'; 304d00ec455SAndreas Gohr$lang['mu_gridstat'] = 'Status'; 305d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace'; 306d00ec455SAndreas Gohr$lang['mu_browse'] = 'Browse'; 307d00ec455SAndreas Gohr$lang['mu_toobig'] = 'too big'; 308d00ec455SAndreas Gohr$lang['mu_ready'] = 'ready for upload'; 309d00ec455SAndreas Gohr$lang['mu_done'] = 'complete'; 310d00ec455SAndreas Gohr$lang['mu_fail'] = 'failed'; 311d00ec455SAndreas Gohr$lang['mu_authfail'] = 'session expired'; 312d00ec455SAndreas Gohr$lang['mu_progress'] = '@PCT@% uploaded'; 313d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes'; 31458b091deSAndreas Gohr$lang['mu_info'] = 'files uploaded.'; 31558b091deSAndreas Gohr$lang['mu_lasterr'] = 'Last error:'; 316d00ec455SAndreas Gohr 3174bf019deSGina 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>.'; 318d00ec455SAndreas Gohr 319f2263577SAndreas Gohr$lang['years'] = '%d years ago'; 320f2263577SAndreas Gohr$lang['months'] = '%d months ago'; 321f2263577SAndreas Gohr$lang['weeks'] = '%d weeks ago'; 322f2263577SAndreas Gohr$lang['days'] = '%d days ago'; 323f2263577SAndreas Gohr$lang['hours'] = '%d hours ago'; 3249c731366SAndreas Gohr$lang['minutes'] = '%d minutes ago'; 325f2263577SAndreas Gohr$lang['seconds'] = '%d seconds ago'; 326c57e365eSAndreas Gohr 3275a932e77SAdrian Lang$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; 3285a932e77SAdrian Lang 3298e69fd30SKate Arzamastseva$lang['media_uploadtab'] = 'Upload'; 3308e69fd30SKate Arzamastseva$lang['media_searchtab'] = 'Search'; 3318e69fd30SKate Arzamastseva$lang['media_viewtab'] = 'View'; 3328e69fd30SKate Arzamastseva$lang['media_edittab'] = 'Edit'; 3338e69fd30SKate Arzamastseva$lang['media_historytab'] = 'History'; 334b9eb2e61SKate Arzamastseva$lang['media_thumbsview'] = 'Thumbnails'; 3358e69fd30SKate Arzamastseva$lang['media_listview'] = 'List'; 3368e69fd30SKate Arzamastseva$lang['media_sort'] = 'Sort'; 337*dd9ba38eSKate Arzamastseva$lang['media_upload'] = 'Upload to the <strong>%s</strong> namespace.'; 338*dd9ba38eSKate Arzamastseva$lang['media_search'] = 'Search in the <strong>%s</strong> namespace.'; 3398e69fd30SKate Arzamastseva$lang['media_edit'] = 'Edit'; 340b9eb2e61SKate Arzamastseva$lang['media_history'] = 'These are the older revisions of the file.'; 341cf832786SKate Arzamastseva$lang['media_meta_edited']= 'metadata edited'; 34288a71175SKate Arzamastseva$lang['media_perm_read'] = 'Sorry, you don\'t have enough rights to read files.'; 34388a71175SKate Arzamastseva$lang['media_perm_upload']= 'Sorry, you don\'t have enough rights to upload files.'; 34470c3cc9aSKate Arzamastseva$lang['media_update'] = 'Upload new version'; 3459c1bd4bcSKate Arzamastseva$lang['media_restore'] = 'Restore this version'; 3465a932e77SAdrian Lang 347e3776c06SMichael Hamann//Setup VIM: ex: et ts=2 : 348