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> 98bfdbb5eSMatthias Schulte * @author Matthias Schulte <mailinglist@lupo49.de> 10bc3b6aecSandi */ 11bc3b6aecSandi$lang['encoding'] = 'utf-8'; 12bc3b6aecSandi$lang['direction'] = 'ltr'; 1371b40da2SAnika Henke$lang['doublequoteopening'] = '“'; //“ 1471b40da2SAnika Henke$lang['doublequoteclosing'] = '”'; //” 1571b40da2SAnika Henke$lang['singlequoteopening'] = '‘'; //‘ 1671b40da2SAnika Henke$lang['singlequoteclosing'] = '’'; //’ 1757d757d1SAndreas Gohr$lang['apostrophe'] = '’'; //’ 18bc3b6aecSandi 19bc3b6aecSandi$lang['btn_edit'] = 'Edit this page'; 20bc3b6aecSandi$lang['btn_source'] = 'Show pagesource'; 21bc3b6aecSandi$lang['btn_show'] = 'Show page'; 22bc3b6aecSandi$lang['btn_create'] = 'Create this page'; 23bc3b6aecSandi$lang['btn_search'] = 'Search'; 24bc3b6aecSandi$lang['btn_save'] = 'Save'; 25bc3b6aecSandi$lang['btn_preview'] = 'Preview'; 26bc3b6aecSandi$lang['btn_top'] = 'Back to top'; 27bc3b6aecSandi$lang['btn_newer'] = '<< more recent'; 28bc3b6aecSandi$lang['btn_older'] = 'less recent >>'; 29bc3b6aecSandi$lang['btn_revs'] = 'Old revisions'; 30bc3b6aecSandi$lang['btn_recent'] = 'Recent changes'; 31bc3b6aecSandi$lang['btn_upload'] = 'Upload'; 32bc3b6aecSandi$lang['btn_cancel'] = 'Cancel'; 33decde61cSAndreas Gohr$lang['btn_index'] = 'Sitemap'; 34bc3b6aecSandi$lang['btn_secedit'] = 'Edit'; 35bc3b6aecSandi$lang['btn_login'] = 'Login'; 36bc3b6aecSandi$lang['btn_logout'] = 'Logout'; 37bc3b6aecSandi$lang['btn_admin'] = 'Admin'; 38bc3b6aecSandi$lang['btn_update'] = 'Update'; 39bc3b6aecSandi$lang['btn_delete'] = 'Delete'; 40bc3b6aecSandi$lang['btn_back'] = 'Back'; 4108b9e7caSKiril LastName$lang['btn_backlink'] = 'Backlinks'; 42d67ca2c0Smatthiasgrimm$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 435b75cd1fSAdrian Lang$lang['btn_subscribe'] = 'Manage Subscriptions'; 448b06d178Schris$lang['btn_profile'] = 'Update Profile'; 458b06d178Schris$lang['btn_reset'] = 'Reset'; 46cc204bbdSAndreas Gohr$lang['btn_resendpwd'] = 'Set new password'; 47ee4c4a1bSAndreas Gohr$lang['btn_draft'] = 'Edit draft'; 48ee4c4a1bSAndreas Gohr$lang['btn_recover'] = 'Recover draft'; 49ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft'; 501246e016SAndreas Gohr$lang['btn_revert'] = 'Restore'; 51bf413a4eSAnika Henke$lang['btn_register'] = 'Register'; 528e69fd30SKate Arzamastseva$lang['btn_apply'] = 'Apply'; 53b9eb2e61SKate Arzamastseva$lang['btn_media'] = 'Media Manager'; 542a7abf2dSChristopher Smith$lang['btn_deleteuser'] = 'Remove My Account'; 55bc3b6aecSandi 56bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 57bc3b6aecSandi$lang['user'] = 'Username'; 58bc3b6aecSandi$lang['pass'] = 'Password'; 598b06d178Schris$lang['newpass'] = 'New password'; 608b06d178Schris$lang['oldpass'] = 'Confirm current password'; 61d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 62bc3b6aecSandi$lang['remember'] = 'Remember me'; 633cd36d10SAndreas Gohr$lang['fullname'] = 'Real name'; 64bc3b6aecSandi$lang['email'] = 'E-Mail'; 658b06d178Schris$lang['profile'] = 'User Profile'; 66bc3b6aecSandi$lang['badlogin'] = 'Sorry, username or password was wrong.'; 672a7abf2dSChristopher Smith$lang['badpassconfirm'] = 'Sorry, the password was wrong'; 68753d5abfSMatthias Grimm$lang['minoredit'] = 'Minor Changes'; 69ee4c4a1bSAndreas Gohr$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 707b3a6803SAndreas Gohr$lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; 71*0a91ddc0SGerrit Uitslag$lang['searchcreatepage'] = 'If you didn\'t find what you were looking for, you can create or edit the page named after your query with the appropriate tool.'; 72bc3b6aecSandi 73bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 74bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 75bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 76bc3b6aecSandi$lang['regsuccess2'] = 'The user has been created.'; 77bc3b6aecSandi$lang['regmailfail'] = 'Looks like there was an error on sending the password mail. Please contact the admin!'; 78bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 7911120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 80bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 81bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 82bc3b6aecSandi 838b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 848b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 858b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 864e1578a0SAndreas Gohr$lang['profchanged'] = 'User profile successfully updated.'; 872a7abf2dSChristopher Smith$lang['profnodelete'] = 'This wiki does not support deleting users'; 882a7abf2dSChristopher Smith$lang['profdeleteuser'] = 'Delete Account'; 892a7abf2dSChristopher Smith$lang['profdeleted'] = 'Your user account has been deleted from this wiki'; 902a7abf2dSChristopher Smith$lang['profconfdelete'] = 'I wish to remove my account from this wiki. <br/> This action can not be undone.'; 912a7abf2dSChristopher Smith$lang['profconfdeletemissing'] = 'Confirmation check box not ticked'; 928b06d178Schris 93753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 948b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 95cc204bbdSAndreas Gohr$lang['resendpwd'] = 'Set new password for'; 968b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 978b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 981d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 991d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 1008b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 1018b06d178Schris 102066fee30SAndreas Gohr$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; 103066fee30SAndreas Gohr$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; 104066fee30SAndreas Gohr 10556fe6664SAndreas Gohr$lang['searchmedia'] = 'Search file name:'; 10656fe6664SAndreas Gohr$lang['searchmedia_in'] = 'Search in %s'; 107bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 1082411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 109bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 110f940e4a0SAndreas Gohr$lang['maxuploadsize'] = 'Upload max. %s per file.'; 111bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 112bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 1138bfdbb5eSMatthias Schulte 11499e7bfd4SAndreas Gohr$lang['js']['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.'; 115e9817dc9SFELTZ Vincent$lang['js']['notsavedyet'] = 'Unsaved changes will be lost.'; 116bf1f3ac4Ssarnowski$lang['js']['searchmedia'] = 'Search for files'; 1173df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1188073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 119149e5f26SDominik Eckelmann$lang['js']['mediatitle'] = 'Link settings'; 120149e5f26SDominik Eckelmann$lang['js']['mediadisplay'] = 'Link type'; 121149e5f26SDominik Eckelmann$lang['js']['mediaalign'] = 'Alignment'; 122149e5f26SDominik Eckelmann$lang['js']['mediasize'] = 'Image size'; 123149e5f26SDominik Eckelmann$lang['js']['mediatarget'] = 'Link target'; 124149e5f26SDominik Eckelmann$lang['js']['mediaclose'] = 'Close'; 125149e5f26SDominik Eckelmann$lang['js']['mediainsert'] = 'Insert'; 126149e5f26SDominik Eckelmann$lang['js']['mediadisplayimg'] = 'Show the image.'; 127149e5f26SDominik Eckelmann$lang['js']['mediadisplaylnk'] = 'Show only the link.'; 128149e5f26SDominik Eckelmann$lang['js']['mediasmall'] = 'Small version'; 129149e5f26SDominik Eckelmann$lang['js']['mediamedium'] = 'Medium version'; 130149e5f26SDominik Eckelmann$lang['js']['medialarge'] = 'Large version'; 1311410ed4bSAdrian Lang$lang['js']['mediaoriginal'] = 'Original version'; 132149e5f26SDominik Eckelmann$lang['js']['medialnk'] = 'Link to detail page'; 133149e5f26SDominik Eckelmann$lang['js']['mediadirect'] = 'Direct link to original'; 134149e5f26SDominik Eckelmann$lang['js']['medianolnk'] = 'No link'; 135149e5f26SDominik Eckelmann$lang['js']['medianolink'] = 'Do not link the image'; 136149e5f26SDominik Eckelmann$lang['js']['medialeft'] = 'Align the image on the left.'; 137149e5f26SDominik Eckelmann$lang['js']['mediaright'] = 'Align the image on the right.'; 138149e5f26SDominik Eckelmann$lang['js']['mediacenter'] = 'Align the image in the middle.'; 139149e5f26SDominik Eckelmann$lang['js']['medianoalign'] = 'Use no align.'; 140e9817dc9SFELTZ Vincent$lang['js']['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 1418bfdbb5eSMatthias Schulte$lang['js']['linkwiz'] = 'Link Wizard'; 1428bfdbb5eSMatthias Schulte$lang['js']['linkto'] = 'Link to:'; 1438bfdbb5eSMatthias Schulte$lang['js']['del_confirm'] = 'Really delete selected item(s)?'; 1448bfdbb5eSMatthias Schulte$lang['js']['restore_confirm'] = 'Really restore this version?'; 1458bfdbb5eSMatthias Schulte$lang['js']['media_diff'] = 'View differences:'; 1468bfdbb5eSMatthias Schulte$lang['js']['media_diff_both'] = 'Side by Side'; 14722129acdSAnika Henke$lang['js']['media_diff_opacity'] = 'Shine-through'; 14822129acdSAnika Henke$lang['js']['media_diff_portions'] = 'Swipe'; 1498bfdbb5eSMatthias Schulte$lang['js']['media_select'] = 'Select files…'; 1508bfdbb5eSMatthias Schulte$lang['js']['media_upload_btn'] = 'Upload'; 1518bfdbb5eSMatthias Schulte$lang['js']['media_done_btn'] = 'Done'; 1528bfdbb5eSMatthias Schulte$lang['js']['media_drop'] = 'Drop files here to upload'; 1538bfdbb5eSMatthias Schulte$lang['js']['media_cancel'] = 'remove'; 1548bfdbb5eSMatthias Schulte$lang['js']['media_overwrt'] = 'Overwrite existing files'; 155149e5f26SDominik Eckelmann 1568bfdbb5eSMatthias Schulte$lang['rssfailed'] = 'An error occurred while fetching this feed: '; 1578bfdbb5eSMatthias Schulte$lang['nothingfound'] = 'Nothing was found.'; 1588bfdbb5eSMatthias Schulte 1598bfdbb5eSMatthias Schulte$lang['mediaselect'] = 'Media Files'; 1608bfdbb5eSMatthias Schulte$lang['fileupload'] = 'Media File Upload'; 1618bfdbb5eSMatthias Schulte$lang['uploadsucc'] = 'Upload successful'; 1628bfdbb5eSMatthias Schulte$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 1638bfdbb5eSMatthias Schulte$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 1648bfdbb5eSMatthias Schulte$lang['uploadexist'] = 'File already exists. Nothing done.'; 1658bfdbb5eSMatthias Schulte$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.'; 1668bfdbb5eSMatthias Schulte$lang['uploadspam'] = 'The upload was blocked by the spam blacklist.'; 1678bfdbb5eSMatthias Schulte$lang['uploadxss'] = 'The upload was blocked for possibly malicious content.'; 1688bfdbb5eSMatthias Schulte$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)'; 1698bfdbb5eSMatthias Schulte$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1708bfdbb5eSMatthias Schulte$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 1718bfdbb5eSMatthias Schulte$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 1728bfdbb5eSMatthias Schulte$lang['namespaces'] = 'Namespaces'; 1738bfdbb5eSMatthias Schulte$lang['mediafiles'] = 'Available files in'; 1748bfdbb5eSMatthias Schulte$lang['accessdenied'] = 'You are not allowed to view this page.'; 1758bfdbb5eSMatthias Schulte$lang['mediausage'] = 'Use the following syntax to reference this file:'; 1768bfdbb5eSMatthias Schulte$lang['mediaview'] = 'View original file'; 1778bfdbb5eSMatthias Schulte$lang['mediaroot'] = 'root'; 178e96b69daSAnika Henke$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your filename separated by colons after you selected the files. Files can also be selected by drag and drop.'; 1798bfdbb5eSMatthias Schulte$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 180d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 181d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 182d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 183d67ca2c0Smatthiasgrimm 184bc3b6aecSandi$lang['hits'] = 'Hits'; 185bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 186bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 187bc3b6aecSandi$lang['current'] = 'current'; 188bc3b6aecSandi$lang['yours'] = 'Your Version'; 18977707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 19077707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 1918d9e6ae7SAnika Henke$lang['difflink'] = 'Link to this comparison view'; 19272165381SAndreas Gohr$lang['diff_type'] = 'View differences:'; 19372165381SAndreas Gohr$lang['diff_inline'] = 'Inline'; 19472165381SAndreas Gohr$lang['diff_side'] = 'Side by Side'; 195bc3b6aecSandi$lang['line'] = 'Line'; 196bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 19731e187f8SSean Coates$lang['youarehere'] = 'You are here'; 198bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 199bc3b6aecSandi$lang['by'] = 'by'; 200bc3b6aecSandi$lang['deleted'] = 'removed'; 201bc3b6aecSandi$lang['created'] = 'created'; 202d6b9c7bfSlupo49$lang['restored'] = 'old revision restored (%s)'; 2035aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 204bc3b6aecSandi$lang['summary'] = 'Edit summary'; 20507bf32b2SAndreas Gohr$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 2063d491f75SAndreas Gohr$lang['download'] = 'Download Snippet'; 20761917024SAnika Henke$lang['tools'] = 'Tools'; 20861917024SAnika Henke$lang['user_tools'] = 'User Tools'; 20961917024SAnika Henke$lang['site_tools'] = 'Site Tools'; 21061917024SAnika Henke$lang['page_tools'] = 'Page Tools'; 21161917024SAnika Henke$lang['skip_to_content'] = 'skip to content'; 212a655c878SAnika Henke$lang['sidebar'] = 'Sidebar'; 213b5941dfaSKate Arzamastseva 214241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 215241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 2165b75cd1fSAdrian Lang$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 21775030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 21875030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 219bc3b6aecSandi 2208bfdbb5eSMatthias Schulte$lang['changes_type'] = 'View changes of'; 2218bfdbb5eSMatthias Schulte$lang['pages_changes'] = 'Pages'; 2228bfdbb5eSMatthias Schulte$lang['media_changes'] = 'Media files'; 2238bfdbb5eSMatthias Schulte$lang['both_changes'] = 'Both pages and media files'; 224bc3b6aecSandi 225bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 226bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 227bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 2282bc9e793SAndreas Gohr$lang['qb_code'] = 'Monospaced Text'; 229bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 230bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 231bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 232bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 233bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 234bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 235a2be6cd9SAndreas Gohr$lang['qb_h'] = 'Headline'; 236a2be6cd9SAndreas Gohr$lang['qb_hs'] = 'Select Headline'; 237a2be6cd9SAndreas Gohr$lang['qb_hplus'] = 'Higher Headline'; 238a2be6cd9SAndreas Gohr$lang['qb_hminus'] = 'Lower Headline'; 239a2be6cd9SAndreas Gohr$lang['qb_hequal'] = 'Same Level Headline'; 240bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 241bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 242bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 243bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 244bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 2455a99d25bSAnika Henke$lang['qb_media'] = 'Add Images and other files (opens in a new window)'; 246bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 24720d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 24820d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 24920d062caSAndreas Gohr 2503c2d94a3SAndreas Gohr$lang['upperns'] = 'jump to parent namespace'; 2513e23cbfdSAndreas Gohr 2522411dd85SAndreas Gohr$lang['admin_register'] = 'Add new user'; 253bc3b6aecSandi 25436df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 25536df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 25636df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 25755efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 25855efc227SAndreas Gohr$lang['img_title'] = 'Title'; 25955efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 26055efc227SAndreas Gohr$lang['img_date'] = 'Date'; 26155efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 26255efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 26355efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 26455efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 26555efc227SAndreas Gohr$lang['img_format'] = 'Format'; 26655efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 26755efc227SAndreas Gohr$lang['img_keywords'] = 'Keywords'; 2682e55802cSKate Arzamastseva$lang['img_width'] = 'Width'; 2692e55802cSKate Arzamastseva$lang['img_height'] = 'Height'; 270e9eba4b1SKate Arzamastseva$lang['img_manager'] = 'View in media manager'; 27155efc227SAndreas Gohr 2725b75cd1fSAdrian Lang$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 2735b75cd1fSAdrian Lang$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 2745b75cd1fSAdrian Lang$lang['subscr_subscribe_noaddress'] = 'There is no address associated with your login, you cannot be added to the subscription list'; 2755b75cd1fSAdrian Lang$lang['subscr_unsubscribe_success'] = 'Removed %s from subscription list for %s'; 2765b75cd1fSAdrian Lang$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 2775b75cd1fSAdrian Lang$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 2785b75cd1fSAdrian Lang$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 2795b75cd1fSAdrian Lang// Manage page for subscriptions 28015741132SAndreas Gohr$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 2815b75cd1fSAdrian Lang$lang['subscr_m_new_header'] = 'Add subscription'; 28215741132SAndreas Gohr$lang['subscr_m_current_header'] = 'Current subscriptions'; 28315741132SAndreas Gohr$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 2845b75cd1fSAdrian Lang$lang['subscr_m_subscribe'] = 'Subscribe'; 285056c2049SAndreas Gohr$lang['subscr_m_receive'] = 'Receive'; 28615741132SAndreas Gohr$lang['subscr_style_every'] = 'email on every change'; 2876b8f02cfSAdrian Lang$lang['subscr_style_digest'] = 'digest email of changes for each page (every %.2f days)'; 2886b8f02cfSAdrian Lang$lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; 28915741132SAndreas Gohr 290912a0cf3Sgb/* auth.class language support */ 291cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 29269995a16SAndreas Gohr$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; 2933ff230f7SMatthias Grimm 29447248316SAndreas Gohr/* installer strings */ 29547248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 29647248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 29747248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 29847248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 29947248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 3003545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 30147248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 30247248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 30366549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 3048af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 3053afe5d1cSAndreas 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.'; 30647248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 30747248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 30847248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 30947248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 31047248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 31147248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 3122c2ee174SAnika Henke <a href="doku.php?id=wiki:welcome">your new DokuWiki</a>.'; 313c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 3142c2ee174SAnika Henke you can use <a href="doku.php?id=wiki:welcome">your new DokuWiki</a>.'; 3158af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 3168af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 3178af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 3188af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 319ab9346edSAnika Henke$lang['i_allowreg'] = 'Allow users to register themselves'; 32070a6aa16Schris$lang['i_retry'] = 'Retry'; 32106361442SAndreas Gohr$lang['i_license'] = 'Please choose the license you want to put your content under:'; 3222e41a025SHakan Sandell$lang['i_license_none'] = 'Do not show any license information'; 3233a0852d9SAndreas Gohr$lang['i_pop_field'] = 'Please, help us to improve the DokuWiki experience:'; 3243a0852d9SAndreas Gohr$lang['i_pop_label'] = 'Once a month, send anonymous usage data to the DokuWiki developers'; 32547248316SAndreas Gohr 3264bf019deSGina 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>.'; 327f2263577SAndreas Gohr$lang['years'] = '%d years ago'; 328f2263577SAndreas Gohr$lang['months'] = '%d months ago'; 329f2263577SAndreas Gohr$lang['weeks'] = '%d weeks ago'; 330f2263577SAndreas Gohr$lang['days'] = '%d days ago'; 331f2263577SAndreas Gohr$lang['hours'] = '%d hours ago'; 3329c731366SAndreas Gohr$lang['minutes'] = '%d minutes ago'; 333f2263577SAndreas Gohr$lang['seconds'] = '%d seconds ago'; 334c57e365eSAndreas Gohr 3355a932e77SAdrian Lang$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; 3365a932e77SAdrian Lang 3378e69fd30SKate Arzamastseva$lang['media_uploadtab'] = 'Upload'; 3388e69fd30SKate Arzamastseva$lang['media_searchtab'] = 'Search'; 339ba340a70SAnika Henke$lang['media_file'] = 'File'; 3408e69fd30SKate Arzamastseva$lang['media_viewtab'] = 'View'; 3418e69fd30SKate Arzamastseva$lang['media_edittab'] = 'Edit'; 3428e69fd30SKate Arzamastseva$lang['media_historytab'] = 'History'; 343fba0b25dSAnika Henke$lang['media_list_thumbs'] = 'Thumbnails'; 3448db1e1e9SAnika Henke$lang['media_list_rows'] = 'Rows'; 345fba0b25dSAnika Henke$lang['media_sort_name'] = 'Name'; 346fba0b25dSAnika Henke$lang['media_sort_date'] = 'Date'; 347ba340a70SAnika Henke$lang['media_namespaces'] = 'Choose namespace'; 348add1dac0SAnika Henke$lang['media_files'] = 'Files in %s'; 349026d14a9SAnika Henke$lang['media_upload'] = 'Upload to %s'; 350026d14a9SAnika Henke$lang['media_search'] = 'Search in %s'; 351026d14a9SAnika Henke$lang['media_view'] = '%s'; 35208317413SAdrian Lang$lang['media_viewold'] = '%s at %s'; 353026d14a9SAnika Henke$lang['media_edit'] = 'Edit %s'; 354026d14a9SAnika Henke$lang['media_history'] = 'History of %s'; 355cf832786SKate Arzamastseva$lang['media_meta_edited'] = 'metadata edited'; 35688a71175SKate Arzamastseva$lang['media_perm_read'] = 'Sorry, you don\'t have enough rights to read files.'; 35788a71175SKate Arzamastseva$lang['media_perm_upload'] = 'Sorry, you don\'t have enough rights to upload files.'; 35870c3cc9aSKate Arzamastseva$lang['media_update'] = 'Upload new version'; 3599c1bd4bcSKate Arzamastseva$lang['media_restore'] = 'Restore this version'; 3605a932e77SAdrian Lang 361a1288caeSGerrit Uitslag$lang['currentns'] = 'Current namespace'; 362a1288caeSGerrit Uitslag$lang['searchresult'] = 'Search Result'; 363a1288caeSGerrit Uitslag$lang['plainhtml'] = 'Plain HTML'; 364a1288caeSGerrit Uitslag$lang['wikimarkup'] = 'Wiki Markup'; 365e3776c06SMichael Hamann//Setup VIM: ex: et ts=2 : 366