14dc4b499Smatthiasgrimm<?php 2bc3b6aecSandi/** 3bc3b6aecSandi * english language file 4bc3b6aecSandi * 5bc3b6aecSandi * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6bc3b6aecSandi * @author Andreas Gohr <andi@splitbrain.org> 7bc3b6aecSandi * @author Anika Henke <henke@cosmocode.de> 8753d5abfSMatthias Grimm * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> 9bc3b6aecSandi */ 10bc3b6aecSandi$lang['encoding'] = 'utf-8'; 11bc3b6aecSandi$lang['direction'] = 'ltr'; 12bc3b6aecSandi 13bc3b6aecSandi$lang['btn_edit'] = 'Edit this page'; 14bc3b6aecSandi$lang['btn_source'] = 'Show pagesource'; 15bc3b6aecSandi$lang['btn_show'] = 'Show page'; 16bc3b6aecSandi$lang['btn_create'] = 'Create this page'; 17bc3b6aecSandi$lang['btn_search'] = 'Search'; 18bc3b6aecSandi$lang['btn_save'] = 'Save'; 19bc3b6aecSandi$lang['btn_preview']= 'Preview'; 20bc3b6aecSandi$lang['btn_top'] = 'Back to top'; 21bc3b6aecSandi$lang['btn_newer'] = '<< more recent'; 22bc3b6aecSandi$lang['btn_older'] = 'less recent >>'; 23bc3b6aecSandi$lang['btn_revs'] = 'Old revisions'; 24bc3b6aecSandi$lang['btn_recent'] = 'Recent changes'; 25bc3b6aecSandi$lang['btn_upload'] = 'Upload'; 26bc3b6aecSandi$lang['btn_cancel'] = 'Cancel'; 27bc3b6aecSandi$lang['btn_index'] = 'Index'; 28bc3b6aecSandi$lang['btn_secedit']= 'Edit'; 29bc3b6aecSandi$lang['btn_login'] = 'Login'; 30bc3b6aecSandi$lang['btn_logout'] = 'Logout'; 31bc3b6aecSandi$lang['btn_admin'] = 'Admin'; 32bc3b6aecSandi$lang['btn_update'] = 'Update'; 33bc3b6aecSandi$lang['btn_delete'] = 'Delete'; 34bc3b6aecSandi$lang['btn_back'] = 'Back'; 35f00151b4Schris$lang['btn_backlink'] = "Backlinks"; 36d67ca2c0Smatthiasgrimm$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 371380fc45SAndreas Gohr$lang['btn_subscribe'] = 'Subscribe Changes'; 381380fc45SAndreas Gohr$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; 398b06d178Schris$lang['btn_profile'] = 'Update Profile'; 408b06d178Schris$lang['btn_reset'] = 'Reset'; 41753d5abfSMatthias Grimm$lang['btn_resendpwd'] = 'Send new password'; 42ee4c4a1bSAndreas Gohr$lang['btn_draft'] = 'Edit draft'; 43ee4c4a1bSAndreas Gohr$lang['btn_recover'] = 'Recover draft'; 44ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft'; 45bc3b6aecSandi 46bc3b6aecSandi$lang['loggedinas'] = 'Logged in as'; 47bc3b6aecSandi$lang['user'] = 'Username'; 48bc3b6aecSandi$lang['pass'] = 'Password'; 498b06d178Schris$lang['newpass'] = 'New password'; 508b06d178Schris$lang['oldpass'] = 'Confirm current password'; 51d6c9c552Smatthiasgrimm$lang['passchk'] = 'once again'; 52bc3b6aecSandi$lang['remember'] = 'Remember me'; 53bc3b6aecSandi$lang['fullname'] = 'Full name'; 54bc3b6aecSandi$lang['email'] = 'E-Mail'; 55bc3b6aecSandi$lang['register'] = 'Register'; 568b06d178Schris$lang['profile'] = 'User Profile'; 57bc3b6aecSandi$lang['badlogin'] = 'Sorry, username or password was wrong.'; 58753d5abfSMatthias Grimm$lang['minoredit'] = 'Minor Changes'; 59ee4c4a1bSAndreas Gohr$lang['draftdate'] = 'Draft autosaved on'; // full dformat date will be added 60bc3b6aecSandi 61bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 62bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 63bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 64bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.'; 65bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 66bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 67bc3b6aecSandi$lang['regbadpass'] = 'The two given passwords are not identically, please try again.'; 68bc3b6aecSandi$lang['regpwmail'] = 'Your DokuWiki password'; 69bc3b6aecSandi$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 70bc3b6aecSandi 718b06d178Schris$lang['profna'] = 'This wiki does not support profile modification'; 728b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.'; 738b06d178Schris$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 744cb79657SMatthias Grimm$lang['profchanged'] = 'User profile sucessfully updated.'; 758b06d178Schris 76753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one'; 778b06d178Schris$lang['resendna'] = 'This wiki does not support password resending.'; 78753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for'; 798b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 808b06d178Schris$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 811d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.'; 821d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; 838b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 848b06d178Schris 85bc3b6aecSandi$lang['txt_upload'] = 'Select file to upload'; 862411dd85SAndreas Gohr$lang['txt_filename'] = 'Upload as (optional)'; 87bc3b6aecSandi$lang['txt_overwrt'] = 'Overwrite existing file'; 88bc3b6aecSandi$lang['lockedby'] = 'Currently locked by'; 89bc3b6aecSandi$lang['lockexpire'] = 'Lock expires at'; 90bc3b6aecSandi$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.'; 91bc3b6aecSandi 9208478e65SAndreas Gohr$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 93bc3b6aecSandi$lang['rssfailed'] = 'An error occured while fetching this feed: '; 94bc3b6aecSandi$lang['nothingfound']= 'Nothing was found.'; 95bc3b6aecSandi 96cf6894dfSAndreas Gohr$lang['mediaselect'] = 'Media Files'; 97cf6894dfSAndreas Gohr$lang['fileupload'] = 'Media File Upload'; 98bc3b6aecSandi$lang['uploadsucc'] = 'Upload successful'; 99bc3b6aecSandi$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 100bc3b6aecSandi$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 101bc3b6aecSandi$lang['uploadexist'] = 'File already exists. Nothing done.'; 102b59a406bSmatthiasgrimm$lang['deletesucc'] = 'The file "%s" has been deleted.'; 1039ec7f428SJorge Barrera Grandon$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 104b59a406bSmatthiasgrimm$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 105bc3b6aecSandi$lang['namespaces'] = 'Namespaces'; 106bc3b6aecSandi$lang['mediafiles'] = 'Available files in'; 107bc3b6aecSandi 1083df72098SAndreas Gohr$lang['js']['keepopen'] = 'Keep window open on selection'; 1098073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details'; 11064c9cfd5SAndreas Gohr$lang['mediausage'] = 'Use the following syntax to reference this file:'; 111cf6894dfSAndreas Gohr$lang['mediaview'] = 'View original file'; 112256ca81eSAndreas Gohr$lang['mediaroot'] = 'root'; 11382599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; 11444409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; 1153df72098SAndreas Gohr 116d67ca2c0Smatthiasgrimm$lang['reference'] = 'References for'; 117d67ca2c0Smatthiasgrimm$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 118d67ca2c0Smatthiasgrimm$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 119d67ca2c0Smatthiasgrimm 120bc3b6aecSandi$lang['hits'] = 'Hits'; 121bc3b6aecSandi$lang['quickhits'] = 'Matching pagenames'; 122bc3b6aecSandi$lang['toc'] = 'Table of Contents'; 123bc3b6aecSandi$lang['current'] = 'current'; 124bc3b6aecSandi$lang['yours'] = 'Your Version'; 125bc3b6aecSandi$lang['diff'] = 'show differences to current version'; 126bc3b6aecSandi$lang['line'] = 'Line'; 127bc3b6aecSandi$lang['breadcrumb'] = 'Trace'; 12831e187f8SSean Coates$lang['youarehere'] = 'You are here'; 129bc3b6aecSandi$lang['lastmod'] = 'Last modified'; 130bc3b6aecSandi$lang['by'] = 'by'; 131bc3b6aecSandi$lang['deleted'] = 'removed'; 132bc3b6aecSandi$lang['created'] = 'created'; 133bc3b6aecSandi$lang['restored'] = 'old revision restored'; 134bc3b6aecSandi$lang['summary'] = 'Edit summary'; 135bc3b6aecSandi 136241f3a36Sandi$lang['mail_newpage'] = 'page added:'; 137241f3a36Sandi$lang['mail_changed'] = 'page changed:'; 138a06e4bdbSSebastian Harl$lang['mail_new_user'] = 'New user:'; 139bc3b6aecSandi 140bc3b6aecSandi$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 141bc3b6aecSandi 142bc3b6aecSandi$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 143bc3b6aecSandi$lang['qb_bold'] = 'Bold Text'; 144bc3b6aecSandi$lang['qb_italic'] = 'Italic Text'; 145bc3b6aecSandi$lang['qb_underl'] = 'Underlined Text'; 146bc3b6aecSandi$lang['qb_code'] = 'Code Text'; 147bc3b6aecSandi$lang['qb_strike'] = 'Strike-through Text'; 148bc3b6aecSandi$lang['qb_h1'] = 'Level 1 Headline'; 149bc3b6aecSandi$lang['qb_h2'] = 'Level 2 Headline'; 150bc3b6aecSandi$lang['qb_h3'] = 'Level 3 Headline'; 151bc3b6aecSandi$lang['qb_h4'] = 'Level 4 Headline'; 152bc3b6aecSandi$lang['qb_h5'] = 'Level 5 Headline'; 153bc3b6aecSandi$lang['qb_link'] = 'Internal Link'; 154bc3b6aecSandi$lang['qb_extlink'] = 'External Link'; 155bc3b6aecSandi$lang['qb_hr'] = 'Horizontal Rule'; 156bc3b6aecSandi$lang['qb_ol'] = 'Ordered List Item'; 157bc3b6aecSandi$lang['qb_ul'] = 'Unordered List Item'; 158bc3b6aecSandi$lang['qb_media'] = 'Add Images and other files'; 159bc3b6aecSandi$lang['qb_sig'] = 'Insert Signature'; 16020d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys'; 16120d062caSAndreas Gohr$lang['qb_chars'] = 'Special Chars'; 16220d062caSAndreas Gohr 1632411dd85SAndreas Gohr$lang['del_confirm']= 'Really delete selected item(s)?'; 1642411dd85SAndreas Gohr$lang['admin_register']= 'Add new user'; 165bc3b6aecSandi 166dc57ef04Sandi$lang['spell_start'] = 'Check Spelling'; 167dc57ef04Sandi$lang['spell_stop'] = 'Resume Editing'; 168dc57ef04Sandi$lang['spell_wait'] = 'Please wait...'; 169dc57ef04Sandi$lang['spell_noerr'] = 'No Mistakes found'; 170dc57ef04Sandi$lang['spell_nosug'] = 'No Suggestions'; 1719af6e647Sandi$lang['spell_change']= 'Change'; 172dc57ef04Sandi 17336df6fa3SAndreas Gohr$lang['metaedit'] = 'Edit Metadata'; 17436df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed'; 17536df6fa3SAndreas Gohr$lang['metasaveok'] = 'Metadata saved'; 17655efc227SAndreas Gohr$lang['img_backto'] = 'Back to'; 17755efc227SAndreas Gohr$lang['img_title'] = 'Title'; 17855efc227SAndreas Gohr$lang['img_caption'] = 'Caption'; 17955efc227SAndreas Gohr$lang['img_date'] = 'Date'; 18055efc227SAndreas Gohr$lang['img_fname'] = 'Filename'; 18155efc227SAndreas Gohr$lang['img_fsize'] = 'Size'; 18255efc227SAndreas Gohr$lang['img_artist'] = 'Photographer'; 18355efc227SAndreas Gohr$lang['img_copyr'] = 'Copyright'; 18455efc227SAndreas Gohr$lang['img_format'] = 'Format'; 18555efc227SAndreas Gohr$lang['img_camera'] = 'Camera'; 18655efc227SAndreas Gohr$lang['img_keywords']= 'Keywords'; 18755efc227SAndreas Gohr 188f9eb5648Ssteven-danz$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 189f9eb5648Ssteven-danz$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 190f9eb5648Ssteven-danz$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 191f9eb5648Ssteven-danz$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 192f9eb5648Ssteven-danz$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 19355efc227SAndreas Gohr 194912a0cf3Sgb/* auth.class language support */ 195cd52f92dSchris$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; 196cd52f92dSchris$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; 1973ff230f7SMatthias Grimm 19847248316SAndreas Gohr/* installer strings */ 19947248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language'; 20047248316SAndreas Gohr$lang['i_installer'] = 'DokuWiki Installer'; 20147248316SAndreas Gohr$lang['i_wikiname'] = 'Wiki Name'; 20247248316SAndreas Gohr$lang['i_enableacl'] = 'Enable ACL (recommended)'; 20347248316SAndreas Gohr$lang['i_superuser'] = 'Superuser'; 204*3545b2e0Schris$lang['i_problems'] = 'The installer found some problems, indicated below. You can not continue until you have fixed them.'; 20547248316SAndreas Gohr$lang['i_modified'] = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation. 20647248316SAndreas Gohr You should either re-extract the files from the downloaded package or consult the complete 20747248316SAndreas Gohr <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki installation instructions</a>'; 20847248316SAndreas Gohr$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your provider disabled it for some reason?'; 20947248316SAndreas Gohr$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!'; 21047248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists'; 21147248316SAndreas Gohr$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.'; 21247248316SAndreas Gohr$lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)'; 21347248316SAndreas Gohr$lang['i_badval'] = '<code>%s</code> - illegal or empty value'; 21447248316SAndreas Gohr$lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to 21547248316SAndreas Gohr <a href="doku.php">your new DokuWiki</a>.'; 21647248316SAndreas Gohr$lang['i_failure'] = 'Some errors occured while writing the configuration files. You may need to fix them manually before 21747248316SAndreas Gohr you can use <a href="doku.php">your new DokuWiki</a>.'; 21847248316SAndreas Gohr 21947248316SAndreas Gohr 220bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 : 221