1<?php 2/** 3 * english language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Andreas Gohr <andi@splitbrain.org> 7 * @author Anika Henke <henke@cosmocode.de> 8 */ 9$lang['encoding'] = 'utf-8'; 10$lang['direction'] = 'ltr'; 11 12$lang['btn_edit'] = 'Edit this page'; 13$lang['btn_source'] = 'Show pagesource'; 14$lang['btn_show'] = 'Show page'; 15$lang['btn_create'] = 'Create this page'; 16$lang['btn_search'] = 'Search'; 17$lang['btn_save'] = 'Save'; 18$lang['btn_preview']= 'Preview'; 19$lang['btn_top'] = 'Back to top'; 20$lang['btn_newer'] = '<< more recent'; 21$lang['btn_older'] = 'less recent >>'; 22$lang['btn_revs'] = 'Old revisions'; 23$lang['btn_recent'] = 'Recent changes'; 24$lang['btn_upload'] = 'Upload'; 25$lang['btn_cancel'] = 'Cancel'; 26$lang['btn_index'] = 'Index'; 27$lang['btn_secedit']= 'Edit'; 28$lang['btn_login'] = 'Login'; 29$lang['btn_logout'] = 'Logout'; 30$lang['btn_admin'] = 'Admin'; 31$lang['btn_update'] = 'Update'; 32$lang['btn_delete'] = 'Delete'; 33$lang['btn_back'] = 'Back'; 34$lang['btn_backlink'] = "Backlinks"; 35$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; 36$lang['btn_subscribe'] = 'Subscribe Changes'; 37$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; 38$lang['btn_profile'] = 'Update Profile'; 39$lang['btn_reset'] = 'Reset'; 40$lang['btn_resendpwd'] = 'Send password'; 41 42$lang['loggedinas'] = 'Logged in as'; 43$lang['user'] = 'Username'; 44$lang['pass'] = 'Password'; 45$lang['newpass'] = 'New password'; 46$lang['oldpass'] = 'Confirm current password'; 47$lang['passchk'] = 'once again'; 48$lang['remember'] = 'Remember me'; 49$lang['fullname'] = 'Full name'; 50$lang['email'] = 'E-Mail'; 51$lang['register'] = 'Register'; 52$lang['profile'] = 'User Profile'; 53$lang['badlogin'] = 'Sorry, username or password was wrong.'; 54$lang['minoredit'] = 'Minor Edit'; 55 56$lang['regmissing'] = 'Sorry, you must fill in all fields.'; 57$lang['reguexists'] = 'Sorry, a user with this login already exists.'; 58$lang['regsuccess'] = 'The user has been created and the password was sent by email.'; 59$lang['regsuccess2']= 'The user has been created.'; 60$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!'; 61$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin'; 62$lang['regbadpass'] = 'The two given passwords are not identically, please try again.'; 63$lang['regpwmail'] = 'Your DokuWiki password'; 64$lang['reghere'] = 'You don\'t have an account yet? Just get one'; 65 66$lang['profna'] = 'This wiki does not support profile modification'; 67$lang['profnochange'] = 'No changes, nothing to do.'; 68$lang['profnoempty'] = 'An empty name or email address is not allowed.'; 69 70$lang['pwdforget'] = 'Forgotten your password? Get it resent'; 71$lang['resendna'] = 'This wiki does not support password resending.'; 72$lang['resendpwd'] = 'Resend password'; 73$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.'; 74$lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; 75$lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 76 77$lang['txt_upload'] = 'Select file to upload'; 78$lang['txt_filename'] = 'Enter wikiname (optional)'; 79$lang['txt_overwrt'] = 'Overwrite existing file'; 80$lang['lockedby'] = 'Currently locked by'; 81$lang['lockexpire'] = 'Lock expires at'; 82$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.'; 83 84$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; 85 86$lang['rssfailed'] = 'An error occured while fetching this feed: '; 87$lang['nothingfound']= 'Nothing was found.'; 88 89$lang['mediaselect'] = 'Mediafile Selection'; 90$lang['fileupload'] = 'Mediafile Upload'; 91$lang['uploadsucc'] = 'Upload successful'; 92$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; 93$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; 94$lang['uploadexist'] = 'File already exists. Nothing done.'; 95$lang['deletesucc'] = 'The file "%s" has been deleted.'; 96$lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.'; 97$lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.'; 98$lang['namespaces'] = 'Namespaces'; 99$lang['mediafiles'] = 'Available files in'; 100 101$lang['reference'] = 'References for'; 102$lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; 103$lang['ref_hidden'] = 'Some references are on pages you don\'t have permission to read'; 104 105$lang['hits'] = 'Hits'; 106$lang['quickhits'] = 'Matching pagenames'; 107$lang['toc'] = 'Table of Contents'; 108$lang['current'] = 'current'; 109$lang['yours'] = 'Your Version'; 110$lang['diff'] = 'show differences to current version'; 111$lang['line'] = 'Line'; 112$lang['breadcrumb'] = 'Trace'; 113$lang['lastmod'] = 'Last modified'; 114$lang['by'] = 'by'; 115$lang['deleted'] = 'removed'; 116$lang['created'] = 'created'; 117$lang['restored'] = 'old revision restored'; 118$lang['summary'] = 'Edit summary'; 119 120$lang['mail_newpage'] = 'page added:'; 121$lang['mail_changed'] = 'page changed:'; 122 123$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; 124 125$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.'; 126$lang['qb_bold'] = 'Bold Text'; 127$lang['qb_italic'] = 'Italic Text'; 128$lang['qb_underl'] = 'Underlined Text'; 129$lang['qb_code'] = 'Code Text'; 130$lang['qb_strike'] = 'Strike-through Text'; 131$lang['qb_h1'] = 'Level 1 Headline'; 132$lang['qb_h2'] = 'Level 2 Headline'; 133$lang['qb_h3'] = 'Level 3 Headline'; 134$lang['qb_h4'] = 'Level 4 Headline'; 135$lang['qb_h5'] = 'Level 5 Headline'; 136$lang['qb_link'] = 'Internal Link'; 137$lang['qb_extlink'] = 'External Link'; 138$lang['qb_hr'] = 'Horizontal Rule'; 139$lang['qb_ol'] = 'Ordered List Item'; 140$lang['qb_ul'] = 'Unordered List Item'; 141$lang['qb_media'] = 'Add Images and other files'; 142$lang['qb_sig'] = 'Insert Signature'; 143$lang['qb_smileys'] = 'Smileys'; 144$lang['qb_chars'] = 'Special Chars'; 145 146 147$lang['del_confirm']= 'Delete this entry?'; 148 149$lang['admin_acl'] = 'Access Control List Management...'; 150$lang['admin_register']= 'Add new user...'; 151 152$lang['acl_group'] = 'Group'; 153$lang['acl_user'] = 'User'; 154$lang['acl_perms'] = 'Permissions for'; 155$lang['page'] = 'Page'; 156$lang['namespace'] = 'Namespace'; 157 158$lang['acl_perm1'] = 'Read'; 159$lang['acl_perm2'] = 'Edit'; 160$lang['acl_perm4'] = 'Create'; 161$lang['acl_perm8'] = 'Upload'; 162$lang['acl_perm16'] = 'Delete'; 163$lang['acl_new'] = 'Add new Entry'; 164 165$lang['spell_start'] = 'Check Spelling'; 166$lang['spell_stop'] = 'Resume Editing'; 167$lang['spell_wait'] = 'Please wait...'; 168$lang['spell_noerr'] = 'No Mistakes found'; 169$lang['spell_nosug'] = 'No Suggestions'; 170$lang['spell_change']= 'Change'; 171 172$lang['metaedit'] = 'Edit Metadata'; 173$lang['metasaveerr'] = 'Writing metadata failed'; 174$lang['metasaveok'] = 'Metadata saved'; 175$lang['img_backto'] = 'Back to'; 176$lang['img_title'] = 'Title'; 177$lang['img_caption'] = 'Caption'; 178$lang['img_date'] = 'Date'; 179$lang['img_fname'] = 'Filename'; 180$lang['img_fsize'] = 'Size'; 181$lang['img_artist'] = 'Photographer'; 182$lang['img_copyr'] = 'Copyright'; 183$lang['img_format'] = 'Format'; 184$lang['img_camera'] = 'Camera'; 185$lang['img_keywords']= 'Keywords'; 186 187$lang['subscribe_success'] = 'Added %s to subscription list for %s'; 188$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; 189$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; 190$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; 191$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 192 193//Setup VIM: ex: et ts=2 enc=utf-8 : 194