xref: /dokuwiki/inc/lang/en/lang.php (revision 42208b030af8151de0f39d22d4b04264db93e498)
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
39$lang['loggedinas'] = 'Logged in as';
40$lang['user']       = 'Username';
41$lang['pass']       = 'Password';
42$lang['passchk']    = 'once again';
43$lang['remember']   = 'Remember me';
44$lang['fullname']   = 'Full name';
45$lang['email']      = 'E-Mail';
46$lang['register']   = 'Register';
47$lang['badlogin']   = 'Sorry, username or password was wrong.';
48
49$lang['regmissing'] = 'Sorry, you must fill in all fields.';
50$lang['reguexists'] = 'Sorry, a user with this login already exists.';
51$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
52$lang['regsuccess2']= 'The user has been created.';
53$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
54$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
55$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
56$lang['regpwmail']  = 'Your DokuWiki password';
57$lang['reghere']    = 'You don\'t have an account yet? Just get one';
58
59$lang['txt_upload']   = 'Select file to upload';
60$lang['txt_filename'] = 'Enter wikiname (optional)';
61$lang['txt_overwrt']  = 'Overwrite existing file';
62$lang['lockedby']     = 'Currently locked by';
63$lang['lockexpire']   = 'Lock expires at';
64$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.';
65
66$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?';
67
68$lang['rssfailed']   = 'An error occured while fetching this feed: ';
69$lang['nothingfound']= 'Nothing was found.';
70
71$lang['mediaselect'] = 'Mediafile Selection';
72$lang['fileupload']  = 'Mediafile Upload';
73$lang['uploadsucc']  = 'Upload successful';
74$lang['uploadfail']  = 'Upload failed. Maybe wrong permissions?';
75$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
76$lang['uploadexist'] = 'File already exists. Nothing done.';
77$lang['deletesucc']  = 'The file "%s" has been deleted.';
78$lang['deletefail']  = '"%s" couldn\'t be deleted - check permissions.';
79$lang['mediainuse']  = 'The file "%s" hasn\'t been deleted - it is still in use.';
80$lang['namespaces']  = 'Namespaces';
81$lang['mediafiles']  = 'Available files in';
82
83$lang['reference']   = 'References for';
84$lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
85$lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
86
87$lang['hits']       = 'Hits';
88$lang['quickhits']  = 'Matching pagenames';
89$lang['toc']        = 'Table of Contents';
90$lang['current']    = 'current';
91$lang['yours']      = 'Your Version';
92$lang['diff']       = 'show differences to current version';
93$lang['line']       = 'Line';
94$lang['breadcrumb'] = 'Trace';
95$lang['lastmod']    = 'Last modified';
96$lang['by']         = 'by';
97$lang['deleted']    = 'removed';
98$lang['created']    = 'created';
99$lang['restored']   = 'old revision restored';
100$lang['summary']    = 'Edit summary';
101
102$lang['mail_newpage'] = 'page added:';
103$lang['mail_changed'] = 'page changed:';
104
105$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
106
107$lang['qb_alert']   = 'Please enter the text you want to format.\nIt will be appended to the end of the document.';
108$lang['qb_bold']    = 'Bold Text';
109$lang['qb_italic']  = 'Italic Text';
110$lang['qb_underl']  = 'Underlined Text';
111$lang['qb_code']    = 'Code Text';
112$lang['qb_strike']  = 'Strike-through Text';
113$lang['qb_h1']      = 'Level 1 Headline';
114$lang['qb_h2']      = 'Level 2 Headline';
115$lang['qb_h3']      = 'Level 3 Headline';
116$lang['qb_h4']      = 'Level 4 Headline';
117$lang['qb_h5']      = 'Level 5 Headline';
118$lang['qb_link']    = 'Internal Link';
119$lang['qb_extlink'] = 'External Link';
120$lang['qb_hr']      = 'Horizontal Rule';
121$lang['qb_ol']      = 'Ordered List Item';
122$lang['qb_ul']      = 'Unordered List Item';
123$lang['qb_media']   = 'Add Images and other files';
124$lang['qb_sig']     = 'Insert Signature';
125
126$lang['del_confirm']= 'Delete this entry?';
127
128$lang['admin_acl']  = 'Access Control List Management...';
129$lang['admin_register']= 'Add new user...';
130
131$lang['acl_group']  = 'Group';
132$lang['acl_user']   = 'User';
133$lang['acl_perms']  = 'Permissions for';
134$lang['page']       = 'Page';
135$lang['namespace']  = 'Namespace';
136
137$lang['acl_perm1']  = 'Read';
138$lang['acl_perm2']  = 'Edit';
139$lang['acl_perm4']  = 'Create';
140$lang['acl_perm8']  = 'Upload';
141$lang['acl_perm16'] = 'Delete';
142$lang['acl_new']    = 'Add new Entry';
143
144$lang['spell_start'] = 'Check Spelling';
145$lang['spell_stop']  = 'Resume Editing';
146$lang['spell_wait']  = 'Please wait...';
147$lang['spell_noerr'] = 'No Mistakes found';
148$lang['spell_nosug'] = 'No Suggestions';
149$lang['spell_change']= 'Change';
150
151$lang['metaedit']    = 'Edit Metadata';
152$lang['metasaveerr'] = 'Writing metadata failed';
153$lang['metasaveok']  = 'Metadata saved';
154$lang['img_backto']  = 'Back to';
155$lang['img_title']   = 'Title';
156$lang['img_caption'] = 'Caption';
157$lang['img_date']    = 'Date';
158$lang['img_fname']   = 'Filename';
159$lang['img_fsize']   = 'Size';
160$lang['img_artist']  = 'Photographer';
161$lang['img_copyr']   = 'Copyright';
162$lang['img_format']  = 'Format';
163$lang['img_camera']  = 'Camera';
164$lang['img_keywords']= 'Keywords';
165
166$lang['subscribe_success']  = 'Added %s to subscription list for %s';
167$lang['subscribe_error']    = 'Error adding %s to subscription list for %s';
168$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list';
169$lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
170$lang['unsubscribe_error']  = 'Error removing %s from subscription list for %s';
171
172//Setup VIM: ex: et ts=2 enc=utf-8 :
173