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'; 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'; 50bc3b6aecSandi 51bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 52bc3b6aecSandi$lang['user'] = 'Username'; 53bc3b6aecSandi$lang['pass'] = 'Password'; 548b06d178Schris$lang['newpass'] = 'New password'; 558b06d178Schris$lang['oldpass'] = 'Confirm current password'; 56d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 57bc3b6aecSandi$lang['remember'] = 'Remember me'; 583cd36d10SAndreas Gohr$lang['fullname'] = 'Real name'; 59bc3b6aecSandi$lang['email'] = 'E-Mail'; 60bc3b6aecSandi$lang['register'] = 'Register'; 618b06d178Schris$lang['profile'] = 'User Profile'; 62bc3b6aecSandi$lang['badlogin'] = 'Sorry, username or password was wrong.'; 63753d5abfSMatthias Grimm$lang['minoredit'] = 'Minor Changes'; 64ee4c4a1bSAndreas Gohr$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 657b3a6803SAndreas Gohr$lang['nosecedit'] = 'The page was changed in the meantime, section info was out of date loaded full page instead.'; 66bc3b6aecSandi 67bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 68bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 69bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 70bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.'; 71bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 72bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 7311120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.'; 74bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 75bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 76bc3b6aecSandi 778b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 788b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 798b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 804e1578a0SAndreas Gohr$lang['profchanged'] = 'User profile successfully updated.'; 818b06d178Schris 82753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 838b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 84753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for'; 858b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 868b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 871d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 881d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 898b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 908b06d178Schris 91066fee30SAndreas Gohr$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; 92066fee30SAndreas Gohr$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; 93066fee30SAndreas Gohr 9456fe6664SAndreas Gohr$lang['searchmedia'] = 'Search file name:'; 9556fe6664SAndreas Gohr$lang['searchmedia_in'] = 'Search in %s'; 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 10326ee1edfSAdrian Lang$lang['js']['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.'; 116a93e6f85SAndreas Gohr$lang['uploadsize'] = 'The uploaded file was too big. (max. %s)'; 117b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1189ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 119b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 120bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 121bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 122bc3b6aecSandi 123bf1f3ac4Ssarnowski$lang['js']['searchmedia'] = 'Search for files'; 1243df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1258073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12664c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 127cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 128256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 12982599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 13044409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1313df72098SAndreas Gohr 132149e5f26SDominik Eckelmann$lang['js']['mediatitle'] = 'Link settings'; 133149e5f26SDominik Eckelmann$lang['js']['mediadisplay'] = 'Link type'; 134149e5f26SDominik Eckelmann$lang['js']['mediaalign'] = 'Alignment'; 135149e5f26SDominik Eckelmann$lang['js']['mediasize'] = 'Image size'; 136149e5f26SDominik Eckelmann$lang['js']['mediatarget'] = 'Link target'; 137149e5f26SDominik Eckelmann$lang['js']['mediaclose'] = 'Close'; 138149e5f26SDominik Eckelmann$lang['js']['mediainsert'] = 'Insert'; 139149e5f26SDominik Eckelmann$lang['js']['mediadisplayimg'] = 'Show the image.'; 140149e5f26SDominik Eckelmann$lang['js']['mediadisplaylnk'] = 'Show only the link.'; 141149e5f26SDominik Eckelmann$lang['js']['mediasmall'] = 'Small version'; 142149e5f26SDominik Eckelmann$lang['js']['mediamedium'] = 'Medium version'; 143149e5f26SDominik Eckelmann$lang['js']['medialarge'] = 'Large version'; 1441410ed4bSAdrian Lang$lang['js']['mediaoriginal'] = 'Original version'; 145149e5f26SDominik Eckelmann$lang['js']['medialnk'] = 'Link to detail page'; 146149e5f26SDominik Eckelmann$lang['js']['mediadirect'] = 'Direct link to original'; 147149e5f26SDominik Eckelmann$lang['js']['medianolnk'] = 'No link'; 148149e5f26SDominik Eckelmann$lang['js']['medianolink'] = 'Do not link the image'; 149149e5f26SDominik Eckelmann$lang['js']['medialeft'] = 'Align the image on the left.'; 150149e5f26SDominik Eckelmann$lang['js']['mediaright'] = 'Align the image on the right.'; 151149e5f26SDominik Eckelmann$lang['js']['mediacenter'] = 'Align the image in the middle.'; 152149e5f26SDominik Eckelmann$lang['js']['medianoalign'] = 'Use no align.'; 153149e5f26SDominik Eckelmann 154d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 155d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 156d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 157d67ca2c0Smatthiasgrimm 158bc3b6aecSandi$lang['hits'] = 'Hits'; 159bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 160bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 161bc3b6aecSandi$lang['current'] = 'current'; 162bc3b6aecSandi$lang['yours'] = 'Your Version'; 16377707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 16477707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 165bc3b6aecSandi$lang['line'] = 'Line'; 166bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 16731e187f8SSean Coates$lang['youarehere'] = 'You are here'; 168bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 169bc3b6aecSandi$lang['by'] = 'by'; 170bc3b6aecSandi$lang['deleted'] = 'removed'; 171bc3b6aecSandi$lang['created'] = 'created'; 172bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1735aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 174bc3b6aecSandi$lang['summary'] = 'Edit summary'; 17507bf32b2SAndreas Gohr$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 1763d491f75SAndreas Gohr$lang['download'] = 'Download Snippet'; 177bc3b6aecSandi 178241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 179241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 1805b75cd1fSAdrian Lang$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 18175030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 18275030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 183bc3b6aecSandi 1843b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 185bc3b6aecSandi 186bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 187bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 188bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 189bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 190bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 191bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 192bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 193bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 194bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 195bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 196a2be6cd9SAndreas Gohr 197a2be6cd9SAndreas Gohr$lang['qb_h'] = 'Headline'; 198a2be6cd9SAndreas Gohr$lang['qb_hs'] = 'Select Headline'; 199a2be6cd9SAndreas Gohr$lang['qb_hplus'] = 'Higher Headline'; 200a2be6cd9SAndreas Gohr$lang['qb_hminus'] = 'Lower Headline'; 201a2be6cd9SAndreas Gohr$lang['qb_hequal'] = 'Same Level Headline'; 202a2be6cd9SAndreas Gohr 203bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 204bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 205bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 206bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 207bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 208bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 209bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 21020d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 21120d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 21220d062caSAndreas Gohr 2133c2d94a3SAndreas Gohr$lang['upperns'] = 'jump to parent namespace'; 2143e23cbfdSAndreas Gohr$lang['js']['linkwiz'] = 'Link Wizard'; 2153e23cbfdSAndreas Gohr$lang['js']['linkto'] = 'Link to:'; 2163e23cbfdSAndreas Gohr 2170071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Really delete selected item(s)?'; 2182411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 219bc3b6aecSandi 22036df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 22136df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 22236df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 22355efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 22455efc227SAndreas Gohr$lang['img_title'] = 'Title'; 22555efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 22655efc227SAndreas Gohr$lang['img_date'] = 'Date'; 22755efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 22855efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 22955efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 23055efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 23155efc227SAndreas Gohr$lang['img_format'] = 'Format'; 23255efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 23355efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 23455efc227SAndreas Gohr 2355b75cd1fSAdrian Lang$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 2365b75cd1fSAdrian Lang$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 2375b75cd1fSAdrian Lang$lang['subscr_subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 2385b75cd1fSAdrian Lang$lang['subscr_unsubscribe_success']= 'Removed %s from subscription list for %s'; 2395b75cd1fSAdrian Lang$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 2405b75cd1fSAdrian Lang$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 2415b75cd1fSAdrian Lang$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 2425b75cd1fSAdrian Lang// Manage page for subscriptions 24315741132SAndreas Gohr$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 2445b75cd1fSAdrian Lang$lang['subscr_m_new_header'] = 'Add subscription'; 24515741132SAndreas Gohr$lang['subscr_m_current_header'] = 'Current subscriptions'; 24615741132SAndreas Gohr$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 2475b75cd1fSAdrian Lang$lang['subscr_m_subscribe'] = 'Subscribe'; 248056c2049SAndreas Gohr$lang['subscr_m_receive'] = 'Receive'; 24915741132SAndreas Gohr$lang['subscr_style_every'] = 'email on every change'; 250*6b8f02cfSAdrian Lang$lang['subscr_style_digest'] = 'digest email of changes for each page (every %.2f days)'; 251*6b8f02cfSAdrian Lang$lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; 25215741132SAndreas Gohr 25315741132SAndreas Gohr 254912a0cf3Sgb/* auth.class language support */ 255cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 256cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2573ff230f7SMatthias Grimm 25847248316SAndreas Gohr/* installer strings */ 25947248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 26047248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 26147248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 26247248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 26347248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2643545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 26547248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 26647248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 26766549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 2688af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2693afe5d1cSAndreas 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.'; 27047248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 27147248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 27247248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 27347248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 27447248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 27547248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 27647248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 277c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 27847248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2798af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2808af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2818af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2828af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 28347248316SAndreas Gohr 28470a6aa16Schris$lang['i_retry'] = 'Retry'; 28547248316SAndreas Gohr 286d00ec455SAndreas 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.'; 287d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once'; 288d00ec455SAndreas Gohr$lang['mu_gridname'] = 'Filename'; 289d00ec455SAndreas Gohr$lang['mu_gridsize'] = 'Size'; 290d00ec455SAndreas Gohr$lang['mu_gridstat'] = 'Status'; 291d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace'; 292d00ec455SAndreas Gohr$lang['mu_browse'] = 'Browse'; 293d00ec455SAndreas Gohr$lang['mu_toobig'] = 'too big'; 294d00ec455SAndreas Gohr$lang['mu_ready'] = 'ready for upload'; 295d00ec455SAndreas Gohr$lang['mu_done'] = 'complete'; 296d00ec455SAndreas Gohr$lang['mu_fail'] = 'failed'; 297d00ec455SAndreas Gohr$lang['mu_authfail'] = 'session expired'; 298d00ec455SAndreas Gohr$lang['mu_progress'] = '@PCT@% uploaded'; 299d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes'; 30058b091deSAndreas Gohr$lang['mu_info'] = 'files uploaded.'; 30158b091deSAndreas Gohr$lang['mu_lasterr'] = 'Last error:'; 302d00ec455SAndreas Gohr 3034bf019deSGina 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>.'; 304d00ec455SAndreas Gohr 305f2263577SAndreas Gohr$lang['years'] = '%d years ago'; 306f2263577SAndreas Gohr$lang['months'] = '%d months ago'; 307f2263577SAndreas Gohr$lang['weeks'] = '%d weeks ago'; 308f2263577SAndreas Gohr$lang['days'] = '%d days ago'; 309f2263577SAndreas Gohr$lang['hours'] = '%d hours ago'; 3109c731366SAndreas Gohr$lang['minutes'] = '%d minutes ago'; 311f2263577SAndreas Gohr$lang['seconds'] = '%d seconds ago'; 312c57e365eSAndreas Gohr 3135a932e77SAdrian Lang$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; 3145a932e77SAdrian Lang 3155a932e77SAdrian Lang 316bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 317