xref: /dokuwiki/inc/lang/en/lang.php (revision 10f8a4bf26b969e6347d78749bc170ea3f097482)
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 <anika@selfthinker.org>
8 * @author     Matthias Grimm <matthiasgrimm@users.sourceforge.net>
9 */
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12$lang['doublequoteopening']  = '“';//&ldquo;
13$lang['doublequoteclosing']  = '”';//&rdquo;
14$lang['singlequoteopening']  = '‘';//&lsquo;
15$lang['singlequoteclosing']  = '’';//&rsquo;
16$lang['apostrophe']          = '’';//&rsquo;
17
18$lang['btn_edit']   = 'Edit this page';
19$lang['btn_source'] = 'Show pagesource';
20$lang['btn_show']   = 'Show page';
21$lang['btn_create'] = 'Create this page';
22$lang['btn_search'] = 'Search';
23$lang['btn_save']   = 'Save';
24$lang['btn_preview']= 'Preview';
25$lang['btn_top']    = 'Back to top';
26$lang['btn_newer']  = '<< more recent';
27$lang['btn_older']  = 'less recent >>';
28$lang['btn_revs']   = 'Old revisions';
29$lang['btn_recent'] = 'Recent changes';
30$lang['btn_upload'] = 'Upload';
31$lang['btn_cancel'] = 'Cancel';
32$lang['btn_index']  = 'Index';
33$lang['btn_secedit']= 'Edit';
34$lang['btn_login']  = 'Login';
35$lang['btn_logout'] = 'Logout';
36$lang['btn_admin']  = 'Admin';
37$lang['btn_update'] = 'Update';
38$lang['btn_delete'] = 'Delete';
39$lang['btn_back']   = 'Back';
40$lang['btn_backlink']    = "Backlinks";
41$lang['btn_backtomedia'] = 'Back to Mediafile Selection';
42$lang['btn_subscribe']   = 'Subscribe Page Changes';
43$lang['btn_unsubscribe'] = 'Unsubscribe Page Changes';
44$lang['btn_subscribens']   = 'Subscribe Namespace Changes';
45$lang['btn_unsubscribens'] = 'Unsubscribe Namespace Changes';
46$lang['btn_profile']     = 'Update Profile';
47$lang['btn_reset']       = 'Reset';
48$lang['btn_resendpwd']   = 'Send new password';
49$lang['btn_draft']    = 'Edit draft';
50$lang['btn_recover']  = 'Recover draft';
51$lang['btn_draftdel'] = 'Delete draft';
52$lang['btn_revert'] = 'Restore';
53
54$lang['loggedinas'] = 'Logged in as';
55$lang['user']       = 'Username';
56$lang['pass']       = 'Password';
57$lang['newpass']    = 'New password';
58$lang['oldpass']    = 'Confirm current password';
59$lang['passchk']    = 'once again';
60$lang['remember']   = 'Remember me';
61$lang['fullname']   = 'Real name';
62$lang['email']      = 'E-Mail';
63$lang['register']   = 'Register';
64$lang['profile']    = 'User Profile';
65$lang['badlogin']   = 'Sorry, username or password was wrong.';
66$lang['minoredit']  = 'Minor Changes';
67$lang['draftdate']  = 'Draft autosaved on'; // full dformat date will be added
68$lang['nosecedit']  = 'The page was changed in the meantime, section info was out of date loaded full page instead.';
69
70$lang['regmissing'] = 'Sorry, you must fill in all fields.';
71$lang['reguexists'] = 'Sorry, a user with this login already exists.';
72$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
73$lang['regsuccess2']= 'The user has been created.';
74$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
75$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
76$lang['regbadpass'] = 'The two given passwords are not identical, please try again.';
77$lang['regpwmail']  = 'Your DokuWiki password';
78$lang['reghere']    = 'You don\'t have an account yet? Just get one';
79
80$lang['profna']       = 'This wiki does not support profile modification';
81$lang['profnochange'] = 'No changes, nothing to do.';
82$lang['profnoempty']  = 'An empty name or email address is not allowed.';
83$lang['profchanged']  = 'User profile successfully updated.';
84
85$lang['pwdforget'] = 'Forgotten your password? Get a new one';
86$lang['resendna']  = 'This wiki does not support password resending.';
87$lang['resendpwd'] = 'Send new password for';
88$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.';
89$lang['resendpwdnouser']  = 'Sorry, we can\'t find this user in our database.';
90$lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you used the complete confirmation link.';
91$lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.';
92$lang['resendpwdsuccess'] = 'Your new password has been sent by email.';
93
94$lang['license']   = 'Except where otherwise noted, content on this wiki is licensed under the following license:';
95$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:';
96
97$lang['searchmedia']  = 'Search file name:';
98$lang['searchmedia_in']  = 'Search in %s';
99$lang['txt_upload']   = 'Select file to upload';
100$lang['txt_filename'] = 'Upload as (optional)';
101$lang['txt_overwrt']  = 'Overwrite existing file';
102$lang['lockedby']     = 'Currently locked by';
103$lang['lockexpire']   = 'Lock expires at';
104$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.';
105
106$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?';
107$lang['rssfailed']   = 'An error occurred while fetching this feed: ';
108$lang['nothingfound']= 'Nothing was found.';
109
110$lang['mediaselect'] = 'Media Files';
111$lang['fileupload']  = 'Media File Upload';
112$lang['uploadsucc']  = 'Upload successful';
113$lang['uploadfail']  = 'Upload failed. Maybe wrong permissions?';
114$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
115$lang['uploadexist'] = 'File already exists. Nothing done.';
116$lang['uploadbadcontent'] = 'The uploaded content did not match the %s file extension.';
117$lang['uploadspam']  = 'The upload was blocked by the spam blacklist.';
118$lang['uploadxss']   = 'The upload was blocked for possibly malicious content.';
119$lang['uploadsize']  = 'The uploaded file was too big. (max. %s)';
120$lang['deletesucc']  = 'The file "%s" has been deleted.';
121$lang['deletefail']  = '"%s" couldn\'t be deleted - check permissions.';
122$lang['mediainuse']  = 'The file "%s" hasn\'t been deleted - it is still in use.';
123$lang['namespaces']  = 'Namespaces';
124$lang['mediafiles']  = 'Available files in';
125
126$lang['js']['searchmedia']    = 'Search for files';
127$lang['js']['keepopen']    = 'Keep window open on selection';
128$lang['js']['hidedetails'] = 'Hide Details';
129$lang['mediausage']  = 'Use the following syntax to reference this file:';
130$lang['mediaview']   = 'View original file';
131$lang['mediaroot']   = 'root';
132$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.';
133$lang['mediaextchange'] = 'Filextension changed from .%s to .%s!';
134
135$lang['reference']   = 'References for';
136$lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
137$lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
138
139$lang['hits']       = 'Hits';
140$lang['quickhits']  = 'Matching pagenames';
141$lang['toc']        = 'Table of Contents';
142$lang['current']    = 'current';
143$lang['yours']      = 'Your Version';
144$lang['diff']       = 'Show differences to current revisions';
145$lang['diff2']      = 'Show differences between selected revisions';
146$lang['line']       = 'Line';
147$lang['breadcrumb'] = 'Trace';
148$lang['youarehere'] = 'You are here';
149$lang['lastmod']    = 'Last modified';
150$lang['by']         = 'by';
151$lang['deleted']    = 'removed';
152$lang['created']    = 'created';
153$lang['restored']   = 'old revision restored';
154$lang['external_edit'] = 'external edit';
155$lang['summary']    = 'Edit summary';
156$lang['noflash']    = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.';
157$lang['download']   = 'Download Snippet';
158
159$lang['mail_newpage']  = 'page added:';
160$lang['mail_changed']  = 'page changed:';
161$lang['mail_new_user'] = 'new user:';
162$lang['mail_upload']   = 'file uploaded:';
163
164$lang['js']['nosmblinks'] = "Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.";
165
166$lang['qb_bold']    = 'Bold Text';
167$lang['qb_italic']  = 'Italic Text';
168$lang['qb_underl']  = 'Underlined Text';
169$lang['qb_code']    = 'Code Text';
170$lang['qb_strike']  = 'Strike-through Text';
171$lang['qb_h1']      = 'Level 1 Headline';
172$lang['qb_h2']      = 'Level 2 Headline';
173$lang['qb_h3']      = 'Level 3 Headline';
174$lang['qb_h4']      = 'Level 4 Headline';
175$lang['qb_h5']      = 'Level 5 Headline';
176
177$lang['qb_h']       = 'Headline';
178$lang['qb_hs']      = 'Select Headline';
179$lang['qb_hplus']   = 'Higher Headline';
180$lang['qb_hminus']  = 'Lower Headline';
181$lang['qb_hequal']  = 'Same Level Headline';
182
183$lang['qb_link']    = 'Internal Link';
184$lang['qb_extlink'] = 'External Link';
185$lang['qb_hr']      = 'Horizontal Rule';
186$lang['qb_ol']      = 'Ordered List Item';
187$lang['qb_ul']      = 'Unordered List Item';
188$lang['qb_media']   = 'Add Images and other files';
189$lang['qb_sig']     = 'Insert Signature';
190$lang['qb_smileys'] = 'Smileys';
191$lang['qb_chars']   = 'Special Chars';
192
193$lang['upperns']       = 'jump to parent namespace';
194$lang['js']['linkwiz'] = 'Link Wizard';
195$lang['js']['linkto']  = 'Link to:';
196
197$lang['js']['del_confirm']= 'Really delete selected item(s)?';
198$lang['admin_register']= 'Add new user';
199
200$lang['metaedit']    = 'Edit Metadata';
201$lang['metasaveerr'] = 'Writing metadata failed';
202$lang['metasaveok']  = 'Metadata saved';
203$lang['img_backto']  = 'Back to';
204$lang['img_title']   = 'Title';
205$lang['img_caption'] = 'Caption';
206$lang['img_date']    = 'Date';
207$lang['img_fname']   = 'Filename';
208$lang['img_fsize']   = 'Size';
209$lang['img_artist']  = 'Photographer';
210$lang['img_copyr']   = 'Copyright';
211$lang['img_format']  = 'Format';
212$lang['img_camera']  = 'Camera';
213$lang['img_keywords']= 'Keywords';
214
215$lang['subscribe_success']  = 'Added %s to subscription list for %s';
216$lang['subscribe_error']    = 'Error adding %s to subscription list for %s';
217$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list';
218$lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
219$lang['unsubscribe_error']  = 'Error removing %s from subscription list for %s';
220
221/* auth.class language support */
222$lang['authmodfailed']   = 'Bad user authentication configuration. Please inform your Wiki Admin.';
223$lang['authtempfail']    = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
224
225/* installer strings */
226$lang['i_chooselang'] = 'Choose your language';
227$lang['i_installer']  = 'DokuWiki Installer';
228$lang['i_wikiname']   = 'Wiki Name';
229$lang['i_enableacl']  = 'Enable ACL (recommended)';
230$lang['i_superuser']  = 'Superuser';
231$lang['i_problems']   = 'The installer found some problems, indicated below. You can not continue until you have fixed them.';
232$lang['i_modified']   = 'For security reasons this script will only work with a new and unmodified Dokuwiki installation.
233                         You should either re-extract the files from the downloaded package or consult the complete
234                         <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>';
235$lang['i_funcna']     = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?';
236$lang['i_phpver']     = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.';
237$lang['i_permfail']   = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!';
238$lang['i_confexists'] = '<code>%s</code> already exists';
239$lang['i_writeerr']   = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.';
240$lang['i_badhash']    = 'unrecognised or modified dokuwiki.php (hash=<code>%s</code>)';
241$lang['i_badval']     = '<code>%s</code> - illegal or empty value';
242$lang['i_success']    = 'The configuration was finished successfully. You may delete the install.php file now. Continue to
243                        <a href="doku.php">your new DokuWiki</a>.';
244$lang['i_failure']    = 'Some errors occurred while writing the configuration files. You may need to fix them manually before
245                         you can use <a href="doku.php">your new DokuWiki</a>.';
246$lang['i_policy']     = 'Initial ACL policy';
247$lang['i_pol0']       = 'Open Wiki (read, write, upload for everyone)';
248$lang['i_pol1']       = 'Public Wiki (read for everyone, write and upload for registered users)';
249$lang['i_pol2']       = 'Closed Wiki (read, write, upload for registered users only)';
250
251$lang['i_retry']      = 'Retry';
252
253$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.';
254$lang['js']['mu_btn'] = 'Upload multiple files at once';
255$lang['mu_gridname']  = 'Filename';
256$lang['mu_gridsize']  = 'Size';
257$lang['mu_gridstat']  = 'Status';
258$lang['mu_namespace'] = 'Namespace';
259$lang['mu_browse']    = 'Browse';
260$lang['mu_toobig']    = 'too big';
261$lang['mu_ready']     = 'ready for upload';
262$lang['mu_done']      = 'complete';
263$lang['mu_fail']      = 'failed';
264$lang['mu_authfail']  = 'session expired';
265$lang['mu_progress']  = '@PCT@% uploaded';
266$lang['mu_filetypes'] = 'Allowed Filetypes';
267$lang['mu_info']      = 'files uploaded.';
268$lang['mu_lasterr']   = 'Last error:';
269
270$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>.';
271
272$lang['years']   = '%d years ago';
273$lang['months']  = '%d months ago';
274$lang['weeks']   = '%d weeks ago';
275$lang['days']    = '%d days ago';
276$lang['hours']   = '%d hours ago';
277$lang['minutes'] = '%d minutes ago';
278$lang['seconds'] = '%d seconds ago';
279
280//Setup VIM: ex: et ts=2 enc=utf-8 :
281