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