xref: /dokuwiki/inc/lang/en/lang.php (revision 3c2d94a305b6f0f97a947d09e805676bcd733090)
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']  = '“';//&ldquo;
1371b40da2SAnika Henke$lang['doublequoteclosing']  = '”';//&rdquo;
1471b40da2SAnika Henke$lang['singlequoteopening']  = '‘';//&lsquo;
1571b40da2SAnika Henke$lang['singlequoteclosing']  = '’';//&rsquo;
1657d757d1SAndreas Gohr$lang['apostrophe']          = '’';//&rsquo;
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';
4252b0dd67SGuy Brand$lang['btn_subscribe']   = 'Subscribe Page Changes';
4352b0dd67SGuy Brand$lang['btn_unsubscribe'] = 'Unsubscribe Page Changes';
4452b0dd67SGuy Brand$lang['btn_subscribens']   = 'Subscribe Namespace Changes';
4552b0dd67SGuy Brand$lang['btn_unsubscribens'] = 'Unsubscribe Namespace Changes';
468b06d178Schris$lang['btn_profile']     = 'Update Profile';
478b06d178Schris$lang['btn_reset']       = 'Reset';
48753d5abfSMatthias Grimm$lang['btn_resendpwd']   = 'Send new password';
49ee4c4a1bSAndreas Gohr$lang['btn_draft']    = 'Edit draft';
50ee4c4a1bSAndreas Gohr$lang['btn_recover']  = 'Recover draft';
51ee4c4a1bSAndreas Gohr$lang['btn_draftdel'] = 'Delete draft';
52bc3b6aecSandi
53bc3b6aecSandi$lang['loggedinas'] = 'Logged in as';
54bc3b6aecSandi$lang['user']       = 'Username';
55bc3b6aecSandi$lang['pass']       = 'Password';
568b06d178Schris$lang['newpass']    = 'New password';
578b06d178Schris$lang['oldpass']    = 'Confirm current password';
58d6c9c552Smatthiasgrimm$lang['passchk']    = 'once again';
59bc3b6aecSandi$lang['remember']   = 'Remember me';
603cd36d10SAndreas Gohr$lang['fullname']   = 'Real name';
61bc3b6aecSandi$lang['email']      = 'E-Mail';
62bc3b6aecSandi$lang['register']   = 'Register';
638b06d178Schris$lang['profile']    = 'User Profile';
64bc3b6aecSandi$lang['badlogin']   = 'Sorry, username or password was wrong.';
65753d5abfSMatthias Grimm$lang['minoredit']  = 'Minor Changes';
66ee4c4a1bSAndreas Gohr$lang['draftdate']  = 'Draft autosaved on'; // full dformat date will be added
677b3a6803SAndreas Gohr$lang['nosecedit']  = 'The page was changed in the meantime, section info was out of date loaded full page instead.';
68bc3b6aecSandi
69bc3b6aecSandi$lang['regmissing'] = 'Sorry, you must fill in all fields.';
70bc3b6aecSandi$lang['reguexists'] = 'Sorry, a user with this login already exists.';
71bc3b6aecSandi$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
72bc3b6aecSandi$lang['regsuccess2']= 'The user has been created.';
73bc3b6aecSandi$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
74bc3b6aecSandi$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
7511120ca9Schris$lang['regbadpass'] = 'The two given passwords are not identical, please try again.';
76bc3b6aecSandi$lang['regpwmail']  = 'Your DokuWiki password';
77bc3b6aecSandi$lang['reghere']    = 'You don\'t have an account yet? Just get one';
78bc3b6aecSandi
798b06d178Schris$lang['profna']       = 'This wiki does not support profile modification';
808b06d178Schris$lang['profnochange'] = 'No changes, nothing to do.';
818b06d178Schris$lang['profnoempty']  = 'An empty name or email address is not allowed.';
824e1578a0SAndreas Gohr$lang['profchanged']  = 'User profile successfully updated.';
838b06d178Schris
84753d5abfSMatthias Grimm$lang['pwdforget'] = 'Forgotten your password? Get a new one';
858b06d178Schris$lang['resendna']  = 'This wiki does not support password resending.';
86753d5abfSMatthias Grimm$lang['resendpwd'] = 'Send new password for';
878b06d178Schris$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.';
888b06d178Schris$lang['resendpwdnouser']  = 'Sorry, we can\'t find this user in our database.';
891d5856cfSAndreas Gohr$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.';
901d5856cfSAndreas Gohr$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.';
918b06d178Schris$lang['resendpwdsuccess'] = 'Your new password has been sent by email.';
928b06d178Schris
93066fee30SAndreas Gohr$lang['license']   = 'Except where otherwise noted, content on this wiki is licensed under the following license:';
94066fee30SAndreas Gohr$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:';
95066fee30SAndreas Gohr
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
10308478e65SAndreas Gohr$lang['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
1233df72098SAndreas Gohr$lang['js']['keepopen']    = 'Keep window open on selection';
1248073bfb3SAndreas Gohr$lang['js']['hidedetails'] = 'Hide Details';
12564c9cfd5SAndreas Gohr$lang['mediausage']  = 'Use the following syntax to reference this file:';
126cf6894dfSAndreas Gohr$lang['mediaview']   = 'View original file';
127256ca81eSAndreas Gohr$lang['mediaroot']   = 'root';
12882599fb8SAndreas Gohr$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.';
12944409c3dSAndreas Gohr$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!';
1303df72098SAndreas Gohr
131d67ca2c0Smatthiasgrimm$lang['reference']   = 'References for';
132d67ca2c0Smatthiasgrimm$lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
133d67ca2c0Smatthiasgrimm$lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
134d67ca2c0Smatthiasgrimm
135bc3b6aecSandi$lang['hits']       = 'Hits';
136bc3b6aecSandi$lang['quickhits']  = 'Matching pagenames';
137bc3b6aecSandi$lang['toc']        = 'Table of Contents';
138bc3b6aecSandi$lang['current']    = 'current';
139bc3b6aecSandi$lang['yours']      = 'Your Version';
14077707b04SAndreas Gohr$lang['diff']       = 'Show differences to current revisions';
14177707b04SAndreas Gohr$lang['diff2']      = 'Show differences between selected revisions';
142bc3b6aecSandi$lang['line']       = 'Line';
143bc3b6aecSandi$lang['breadcrumb'] = 'Trace';
14431e187f8SSean Coates$lang['youarehere'] = 'You are here';
145bc3b6aecSandi$lang['lastmod']    = 'Last modified';
146bc3b6aecSandi$lang['by']         = 'by';
147bc3b6aecSandi$lang['deleted']    = 'removed';
148bc3b6aecSandi$lang['created']    = 'created';
149bc3b6aecSandi$lang['restored']   = 'old revision restored';
1505aa52fafSBen Coburn$lang['external_edit'] = 'external edit';
151bc3b6aecSandi$lang['summary']    = 'Edit summary';
15207bf32b2SAndreas Gohr$lang['noflash']    = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.';
1533d491f75SAndreas Gohr$lang['download']   = 'Download Snippet';
154bc3b6aecSandi
155241f3a36Sandi$lang['mail_newpage']  = 'page added:';
156241f3a36Sandi$lang['mail_changed']  = 'page changed:';
15775030359SAndreas Gohr$lang['mail_new_user'] = 'new user:';
15875030359SAndreas Gohr$lang['mail_upload']   = 'file uploaded:';
159bc3b6aecSandi
1603b1290f5SMichael Klier$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.";
161bc3b6aecSandi
162bc3b6aecSandi$lang['qb_bold']    = 'Bold Text';
163bc3b6aecSandi$lang['qb_italic']  = 'Italic Text';
164bc3b6aecSandi$lang['qb_underl']  = 'Underlined Text';
165bc3b6aecSandi$lang['qb_code']    = 'Code Text';
166bc3b6aecSandi$lang['qb_strike']  = 'Strike-through Text';
167bc3b6aecSandi$lang['qb_h1']      = 'Level 1 Headline';
168bc3b6aecSandi$lang['qb_h2']      = 'Level 2 Headline';
169bc3b6aecSandi$lang['qb_h3']      = 'Level 3 Headline';
170bc3b6aecSandi$lang['qb_h4']      = 'Level 4 Headline';
171bc3b6aecSandi$lang['qb_h5']      = 'Level 5 Headline';
172a2be6cd9SAndreas Gohr
173a2be6cd9SAndreas Gohr$lang['qb_h']       = 'Headline';
174a2be6cd9SAndreas Gohr$lang['qb_hs']      = 'Select Headline';
175a2be6cd9SAndreas Gohr$lang['qb_hplus']   = 'Higher Headline';
176a2be6cd9SAndreas Gohr$lang['qb_hminus']  = 'Lower Headline';
177a2be6cd9SAndreas Gohr$lang['qb_hequal']  = 'Same Level Headline';
178a2be6cd9SAndreas Gohr
179bc3b6aecSandi$lang['qb_link']    = 'Internal Link';
180bc3b6aecSandi$lang['qb_extlink'] = 'External Link';
181bc3b6aecSandi$lang['qb_hr']      = 'Horizontal Rule';
182bc3b6aecSandi$lang['qb_ol']      = 'Ordered List Item';
183bc3b6aecSandi$lang['qb_ul']      = 'Unordered List Item';
184bc3b6aecSandi$lang['qb_media']   = 'Add Images and other files';
185bc3b6aecSandi$lang['qb_sig']     = 'Insert Signature';
18620d062caSAndreas Gohr$lang['qb_smileys'] = 'Smileys';
18720d062caSAndreas Gohr$lang['qb_chars']   = 'Special Chars';
18820d062caSAndreas Gohr
189*3c2d94a3SAndreas Gohr$lang['upperns']       = 'jump to parent namespace';
1903e23cbfdSAndreas Gohr$lang['js']['linkwiz'] = 'Link Wizard';
1913e23cbfdSAndreas Gohr$lang['js']['linkto']  = 'Link to:';
1923e23cbfdSAndreas Gohr
1930071aa21SAndreas Gohr$lang['js']['del_confirm']= 'Really delete selected item(s)?';
1942411dd85SAndreas Gohr$lang['admin_register']= 'Add new user';
195bc3b6aecSandi
19636df6fa3SAndreas Gohr$lang['metaedit']    = 'Edit Metadata';
19736df6fa3SAndreas Gohr$lang['metasaveerr'] = 'Writing metadata failed';
19836df6fa3SAndreas Gohr$lang['metasaveok']  = 'Metadata saved';
19955efc227SAndreas Gohr$lang['img_backto']  = 'Back to';
20055efc227SAndreas Gohr$lang['img_title']   = 'Title';
20155efc227SAndreas Gohr$lang['img_caption'] = 'Caption';
20255efc227SAndreas Gohr$lang['img_date']    = 'Date';
20355efc227SAndreas Gohr$lang['img_fname']   = 'Filename';
20455efc227SAndreas Gohr$lang['img_fsize']   = 'Size';
20555efc227SAndreas Gohr$lang['img_artist']  = 'Photographer';
20655efc227SAndreas Gohr$lang['img_copyr']   = 'Copyright';
20755efc227SAndreas Gohr$lang['img_format']  = 'Format';
20855efc227SAndreas Gohr$lang['img_camera']  = 'Camera';
20955efc227SAndreas Gohr$lang['img_keywords']= 'Keywords';
21055efc227SAndreas Gohr
211f9eb5648Ssteven-danz$lang['subscribe_success']  = 'Added %s to subscription list for %s';
212f9eb5648Ssteven-danz$lang['subscribe_error']    = 'Error adding %s to subscription list for %s';
213f9eb5648Ssteven-danz$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list';
214f9eb5648Ssteven-danz$lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
215f9eb5648Ssteven-danz$lang['unsubscribe_error']  = 'Error removing %s from subscription list for %s';
21655efc227SAndreas Gohr
217912a0cf3Sgb/* auth.class language support */
218cd52f92dSchris$lang['authmodfailed']   = 'Bad user authentication configuration. Please inform your Wiki Admin.';
219cd52f92dSchris$lang['authtempfail']    = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
2203ff230f7SMatthias Grimm
22147248316SAndreas Gohr/* installer strings */
22247248316SAndreas Gohr$lang['i_chooselang'] = 'Choose your language';
22347248316SAndreas Gohr$lang['i_installer']  = 'DokuWiki Installer';
22447248316SAndreas Gohr$lang['i_wikiname']   = 'Wiki Name';
22547248316SAndreas Gohr$lang['i_enableacl']  = 'Enable ACL (recommended)';
22647248316SAndreas Gohr$lang['i_superuser']  = 'Superuser';
2273545b2e0Schris$lang['i_problems']   = 'The installer found some problems, indicated below. You can not continue until you have fixed them.';
22847248316SAndreas Gohr$lang['i_modified']   = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation.
22947248316SAndreas Gohr                         You should either re-extract the files from the downloaded package or consult the complete
23066549c4aSAnika Henke                         <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>';
2318af2e4bbSAndreas Gohr$lang['i_funcna']     = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?';
2323afe5d1cSAndreas 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.';
23347248316SAndreas Gohr$lang['i_permfail']   = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!';
23447248316SAndreas Gohr$lang['i_confexists'] = '<code>%s</code> already exists';
23547248316SAndreas Gohr$lang['i_writeerr']   = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.';
23647248316SAndreas Gohr$lang['i_badhash']    = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)';
23747248316SAndreas Gohr$lang['i_badval']     = '<code>%s</code> - illegal or empty value';
23847248316SAndreas Gohr$lang['i_success']    = 'The configuration was finished successfully. You may delete the install.php file now. Continue to
23947248316SAndreas Gohr                        <a href="doku.php">your new DokuWiki</a>.';
240c9db30f9SAndreas Gohr$lang['i_failure']    = 'Some errors occurred while writing the configuration files. You may need to fix them manually before
24147248316SAndreas Gohr                         you can use <a href="doku.php">your new DokuWiki</a>.';
2428af2e4bbSAndreas Gohr$lang['i_policy']     = 'Initial ACL policy';
2438af2e4bbSAndreas Gohr$lang['i_pol0']       = 'Open Wiki (read, write, upload for everyone)';
2448af2e4bbSAndreas Gohr$lang['i_pol1']       = 'Public Wiki (read for everyone, write and upload for registered users)';
2458af2e4bbSAndreas Gohr$lang['i_pol2']       = 'Closed Wiki (read, write, upload for registered users only)';
24647248316SAndreas Gohr
24770a6aa16Schris$lang['i_retry']      = 'Retry';
24847248316SAndreas Gohr
249d00ec455SAndreas 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.';
250d00ec455SAndreas Gohr$lang['js']['mu_btn'] = 'Upload multiple files at once';
251d00ec455SAndreas Gohr$lang['mu_gridname']  = 'Filename';
252d00ec455SAndreas Gohr$lang['mu_gridsize']  = 'Size';
253d00ec455SAndreas Gohr$lang['mu_gridstat']  = 'Status';
254d00ec455SAndreas Gohr$lang['mu_namespace'] = 'Namespace';
255d00ec455SAndreas Gohr$lang['mu_browse']    = 'Browse';
256d00ec455SAndreas Gohr$lang['mu_toobig']    = 'too big';
257d00ec455SAndreas Gohr$lang['mu_ready']     = 'ready for upload';
258d00ec455SAndreas Gohr$lang['mu_done']      = 'complete';
259d00ec455SAndreas Gohr$lang['mu_fail']      = 'failed';
260d00ec455SAndreas Gohr$lang['mu_authfail']  = 'session expired';
261d00ec455SAndreas Gohr$lang['mu_progress']  = '@PCT@% uploaded';
262d00ec455SAndreas Gohr$lang['mu_filetypes'] = 'Allowed Filetypes';
26358b091deSAndreas Gohr$lang['mu_info']      = 'files uploaded.';
26458b091deSAndreas Gohr$lang['mu_lasterr']   = 'Last error:';
265d00ec455SAndreas Gohr
2664bf019deSGina 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>.';
267d00ec455SAndreas Gohr
268bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 :
269