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