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 10340f3c0b5SGina Haeussge$lang['js']['notsavedyet'] = "Unsaved changes will be lost."; 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'; 122*0b34c70fSGina Haeussge$lang['accessdenied'] = 'You are not allowed to view this page.'; 123bc3b6aecSandi 124bf1f3ac4Ssarnowski$lang['js']['searchmedia'] = 'Search for files'; 1253df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1268073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 12764c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 128cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 129256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 13082599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 13144409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1323df72098SAndreas Gohr 133149e5f26SDominik Eckelmann$lang['js']['mediatitle'] = 'Link settings'; 134149e5f26SDominik Eckelmann$lang['js']['mediadisplay'] = 'Link type'; 135149e5f26SDominik Eckelmann$lang['js']['mediaalign'] = 'Alignment'; 136149e5f26SDominik Eckelmann$lang['js']['mediasize'] = 'Image size'; 137149e5f26SDominik Eckelmann$lang['js']['mediatarget'] = 'Link target'; 138149e5f26SDominik Eckelmann$lang['js']['mediaclose'] = 'Close'; 139149e5f26SDominik Eckelmann$lang['js']['mediainsert'] = 'Insert'; 140149e5f26SDominik Eckelmann$lang['js']['mediadisplayimg'] = 'Show the image.'; 141149e5f26SDominik Eckelmann$lang['js']['mediadisplaylnk'] = 'Show only the link.'; 142149e5f26SDominik Eckelmann$lang['js']['mediasmall'] = 'Small version'; 143149e5f26SDominik Eckelmann$lang['js']['mediamedium'] = 'Medium version'; 144149e5f26SDominik Eckelmann$lang['js']['medialarge'] = 'Large version'; 1451410ed4bSAdrian Lang$lang['js']['mediaoriginal'] = 'Original version'; 146149e5f26SDominik Eckelmann$lang['js']['medialnk'] = 'Link to detail page'; 147149e5f26SDominik Eckelmann$lang['js']['mediadirect'] = 'Direct link to original'; 148149e5f26SDominik Eckelmann$lang['js']['medianolnk'] = 'No link'; 149149e5f26SDominik Eckelmann$lang['js']['medianolink'] = 'Do not link the image'; 150149e5f26SDominik Eckelmann$lang['js']['medialeft'] = 'Align the image on the left.'; 151149e5f26SDominik Eckelmann$lang['js']['mediaright'] = 'Align the image on the right.'; 152149e5f26SDominik Eckelmann$lang['js']['mediacenter'] = 'Align the image in the middle.'; 153149e5f26SDominik Eckelmann$lang['js']['medianoalign'] = 'Use no align.'; 154149e5f26SDominik Eckelmann 155d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 156d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 157d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 158d67ca2c0Smatthiasgrimm 159bc3b6aecSandi$lang['hits'] = 'Hits'; 160bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 161bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 162bc3b6aecSandi$lang['current'] = 'current'; 163bc3b6aecSandi$lang['yours'] = 'Your Version'; 16477707b04SAndreas Gohr$lang['diff'] = 'Show differences to current revisions'; 16577707b04SAndreas Gohr$lang['diff2'] = 'Show differences between selected revisions'; 166bc3b6aecSandi$lang['line'] = 'Line'; 167bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 16831e187f8SSean Coates$lang['youarehere'] = 'You are here'; 169bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 170bc3b6aecSandi$lang['by'] = 'by'; 171bc3b6aecSandi$lang['deleted'] = 'removed'; 172bc3b6aecSandi$lang['created'] = 'created'; 173bc3b6aecSandi$lang['restored'] = 'old revision restored'; 1745aa52fafSBen Coburn$lang['external_edit'] = 'external edit'; 175bc3b6aecSandi$lang['summary'] = 'Edit summary'; 17607bf32b2SAndreas Gohr$lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; 1773d491f75SAndreas Gohr$lang['download'] = 'Download Snippet'; 178bc3b6aecSandi 179241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 180241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 1815b75cd1fSAdrian Lang$lang['mail_subscribe_list'] = 'pages changed in namespace:'; 18275030359SAndreas Gohr$lang['mail_new_user'] = 'new user:'; 18375030359SAndreas Gohr$lang['mail_upload'] = 'file uploaded:'; 184bc3b6aecSandi 1853b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link."; 186bc3b6aecSandi 187bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 188bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 189bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 190bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 191bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 192bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 193bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 194bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 195bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 196bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 197a2be6cd9SAndreas Gohr 198a2be6cd9SAndreas Gohr$lang['qb_h'] = 'Headline'; 199a2be6cd9SAndreas Gohr$lang['qb_hs'] = 'Select Headline'; 200a2be6cd9SAndreas Gohr$lang['qb_hplus'] = 'Higher Headline'; 201a2be6cd9SAndreas Gohr$lang['qb_hminus'] = 'Lower Headline'; 202a2be6cd9SAndreas Gohr$lang['qb_hequal'] = 'Same Level Headline'; 203a2be6cd9SAndreas Gohr 204bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 205bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 206bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 207bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 208bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 209bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 210bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 21120d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 21220d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 21320d062caSAndreas Gohr 2143c2d94a3SAndreas Gohr$lang['upperns'] = 'jump to parent namespace'; 2153e23cbfdSAndreas Gohr$lang['js']['linkwiz'] = 'Link Wizard'; 2163e23cbfdSAndreas Gohr$lang['js']['linkto'] = 'Link to:'; 2173e23cbfdSAndreas Gohr 2180071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Really delete selected item(s)?'; 2192411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 220bc3b6aecSandi 22136df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 22236df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 22336df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 22455efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 22555efc227SAndreas Gohr$lang['img_title'] = 'Title'; 22655efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 22755efc227SAndreas Gohr$lang['img_date'] = 'Date'; 22855efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 22955efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 23055efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 23155efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 23255efc227SAndreas Gohr$lang['img_format'] = 'Format'; 23355efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 23455efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 23555efc227SAndreas Gohr 2365b75cd1fSAdrian Lang$lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 2375b75cd1fSAdrian Lang$lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 2385b75cd1fSAdrian Lang$lang['subscr_subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 2395b75cd1fSAdrian Lang$lang['subscr_unsubscribe_success']= 'Removed %s from subscription list for %s'; 2405b75cd1fSAdrian Lang$lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 2415b75cd1fSAdrian Lang$lang['subscr_already_subscribed'] = '%s is already subscribed to %s'; 2425b75cd1fSAdrian Lang$lang['subscr_not_subscribed'] = '%s is not subscribed to %s'; 2435b75cd1fSAdrian Lang// Manage page for subscriptions 24415741132SAndreas Gohr$lang['subscr_m_not_subscribed'] = 'You are currently not subscribed to the current page or namespace.'; 2455b75cd1fSAdrian Lang$lang['subscr_m_new_header'] = 'Add subscription'; 24615741132SAndreas Gohr$lang['subscr_m_current_header'] = 'Current subscriptions'; 24715741132SAndreas Gohr$lang['subscr_m_unsubscribe'] = 'Unsubscribe'; 2485b75cd1fSAdrian Lang$lang['subscr_m_subscribe'] = 'Subscribe'; 249056c2049SAndreas Gohr$lang['subscr_m_receive'] = 'Receive'; 25015741132SAndreas Gohr$lang['subscr_style_every'] = 'email on every change'; 2516b8f02cfSAdrian Lang$lang['subscr_style_digest'] = 'digest email of changes for each page (every %.2f days)'; 2526b8f02cfSAdrian Lang$lang['subscr_style_list'] = 'list of changed pages since last email (every %.2f days)'; 25315741132SAndreas Gohr 25415741132SAndreas Gohr 255912a0cf3Sgb/* auth.class language support */ 256cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 257cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 2583ff230f7SMatthias Grimm 25947248316SAndreas Gohr/* installer strings */ 26047248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 26147248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 26247248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 26347248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 26447248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 2653545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 26647248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 26747248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 26866549c4aSAnika Henke <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; 2698af2e4bbSAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?'; 2703afe5d1cSAndreas 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.'; 27147248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 27247248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 27347248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 27447248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 27547248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 27647248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 27747248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 278c9db30f9SAndreas Gohr$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before 27947248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 2808af2e4bbSAndreas Gohr$lang['i_policy'] = 'Initial ACL policy'; 2818af2e4bbSAndreas Gohr$lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; 2828af2e4bbSAndreas Gohr$lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; 2838af2e4bbSAndreas Gohr$lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; 28447248316SAndreas Gohr 28570a6aa16Schris$lang['i_retry'] = 'Retry'; 28606361442SAndreas Gohr$lang['i_license'] = 'Please choose the license you want to put your content under:'; 28747248316SAndreas Gohr 288d00ec455SAndreas 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.'; 289d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once'; 290d00ec455SAndreas Gohr$lang['mu_gridname'] = 'Filename'; 291d00ec455SAndreas Gohr$lang['mu_gridsize'] = 'Size'; 292d00ec455SAndreas Gohr$lang['mu_gridstat'] = 'Status'; 293d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace'; 294d00ec455SAndreas Gohr$lang['mu_browse'] = 'Browse'; 295d00ec455SAndreas Gohr$lang['mu_toobig'] = 'too big'; 296d00ec455SAndreas Gohr$lang['mu_ready'] = 'ready for upload'; 297d00ec455SAndreas Gohr$lang['mu_done'] = 'complete'; 298d00ec455SAndreas Gohr$lang['mu_fail'] = 'failed'; 299d00ec455SAndreas Gohr$lang['mu_authfail'] = 'session expired'; 300d00ec455SAndreas Gohr$lang['mu_progress'] = '@PCT@% uploaded'; 301d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes'; 30258b091deSAndreas Gohr$lang['mu_info'] = 'files uploaded.'; 30358b091deSAndreas Gohr$lang['mu_lasterr'] = 'Last error:'; 304d00ec455SAndreas Gohr 3054bf019deSGina 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>.'; 306d00ec455SAndreas Gohr 307f2263577SAndreas Gohr$lang['years'] = '%d years ago'; 308f2263577SAndreas Gohr$lang['months'] = '%d months ago'; 309f2263577SAndreas Gohr$lang['weeks'] = '%d weeks ago'; 310f2263577SAndreas Gohr$lang['days'] = '%d days ago'; 311f2263577SAndreas Gohr$lang['hours'] = '%d hours ago'; 3129c731366SAndreas Gohr$lang['minutes'] = '%d minutes ago'; 313f2263577SAndreas Gohr$lang['seconds'] = '%d seconds ago'; 314c57e365eSAndreas Gohr 3155a932e77SAdrian Lang$lang['wordblock'] = 'Your change was not saved because it contains blocked text (spam).'; 3165a932e77SAdrian Lang 3175a932e77SAdrian Lang 318bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 319