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