OSDN Git Service

BugTrack/2520 Remove spaces between heading text and dagger
[pukiwiki/pukiwiki.git] / en.lng.php
1 <?php
2 // PukiWiki - Yet another WikiWikiWeb clone.
3 // en.lng.php
4 // Copyright
5 //   2002-2020 PukiWiki Development Team
6 //   2001-2002 Originally written by yu-ji
7 // License: GPL v2 or (at your option) any later version
8 //
9 // PukiWiki message file (English)
10
11 // NOTE: Encoding of this file, must equal to encoding setting
12
13 // Encoding hint
14 $_LANG['encode_hint']['en'] = '';
15
16 ///////////////////////////////////////
17 // Page titles
18 $_title_cannotedit = ' $1 is not editable';
19 $_title_edit       = 'Edit of  $1';
20 $_title_preview    = 'Preview of  $1';
21 $_title_collided   = 'On updating  $1, a collision has occurred.';
22 $_title_updated    = ' $1 was updated';
23 $_title_deleted    = ' $1 was deleted';
24 $_title_help       = 'Help';
25 $_title_invalidwn  = 'It is not a valid WikiName';
26 $_title_backuplist = 'Backup list';
27
28 ///////////////////////////////////////
29 // Messages
30 $_msg_unfreeze = 'Unfreeze';
31 $_msg_preview  = 'To confirm the changes, click the button at the bottom of the page';
32 $_msg_preview_delete = '(The contents of the page are empty. Updating deletes this page.)';
33 $_msg_collided = 'It seems that someone has already updated this page while you were editing it.<br />
34  + is placed at the beginning of a line that was newly added.<br />
35  ! is placed at the beginning of a line that has possibly been updated.<br />
36  Edit those lines, and submit again.';
37
38 $_msg_collided_auto = 'It seems that someone has already updated this page while you were editing it.<br /> The collision has been corrected automatically, but there may still be some problems with the page.<br />
39  To confirm the changes to the page, press [Update].<br />';
40
41 $_msg_invalidiwn  = ' $1 is not a valid $2.';
42 $_msg_invalidpass = 'Invalid password.';
43 $_msg_notfound    = 'The page was not found.';
44 $_msg_addline     = 'The added line is <span class="diff_added">THIS COLOR</span>.';
45 $_msg_delline     = 'The deleted line is <span class="diff_removed">THIS COLOR</span>.';
46 $_msg_goto        = 'Go to $1.';
47 $_msg_andresult   = '$1 was found on <strong>$2</strong> pages out of <strong>$3</strong> pages.';
48 $_msg_orresult    = 'At least one of the terms $1 was found on <strong>$2</strong> pages out of <strong>$3</strong> pages.';
49 $_msg_notfoundresult = 'There are no pages containing $1 in <strong>$3</strong> pages.';
50 $_msg_prev_results = '&lt;&lt; Previous $1 pages';
51 $_msg_more_results = 'Next $1 pages &gt;&gt;';
52 $_msg_symbol      = 'Symbols';
53 $_msg_other       = 'Others';
54 $_msg_help        = 'View Text Formatting Rules';
55 $_msg_week        = array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
56 $_msg_content_back_to_top = '<div class="jumpmenu"><a href="#navigator">&uarr;</a></div>';
57 $_msg_word        = 'These search terms have been highlighted:';
58 $_msg_unsupported_webbrowser = 'This function doesn\'t support your current Web browser.';
59 $_msg_use_alternative_link = 'Please go to the following link destination: $1';
60 $_msg_general_error  = 'An error occurred while processing.';
61
62 $_msg_edit_cancel_confirm = 'The text you have entered will be discarded. Is it OK?';
63 $_msg_edit_unloadbefore_message = 'Data you have entered will not be saved.';
64
65 ///////////////////////////////////////
66 // Symbols
67 $_symbol_anchor   = '&dagger;';
68 $_symbol_noexists = '';
69
70 ///////////////////////////////////////
71 // Form buttons
72 $_btn_preview   = 'Preview';
73 $_btn_repreview = 'Preview again';
74 $_btn_update    = 'Update';
75 $_btn_cancel    = 'Cancel';
76 $_btn_notchangetimestamp = 'Do not change timestamp';
77 $_btn_addtop    = 'Add to top of page';
78 $_btn_template  = 'Use page as template';
79 $_btn_load      = 'Load';
80 $_btn_edit      = 'Edit';
81 $_btn_delete    = 'Delete';
82
83 ///////////////////////////////////////
84 // Authentication
85 $_title_cannotread = ' $1 is not readable';
86 $_msg_auth         = 'PukiWikiAuth';
87
88 ///////////////////////////////////////
89 // Page name
90 $rule_page = 'FormattingRules'; // Formatting rules
91 $help_page = 'Help';            // Help
92
93 /////////////////////////////////////////////////
94 // No subject (article)
95 $_no_subject = 'no subject';
96
97 /////////////////////////////////////////////////
98 // No name (article,comment,pcomment)
99 $_no_name = '';
100
101 /////////////////////////////////////////////////
102 // Skin
103 /////////////////////////////////////////////////
104
105 $_LANG['skin']['add']       = 'Add';
106 $_LANG['skin']['backup']    = 'Backup';
107 $_LANG['skin']['copy']      = 'Copy';
108 $_LANG['skin']['diff']      = 'Diff';
109 $_LANG['skin']['edit']      = 'Edit';
110 $_LANG['skin']['filelist']  = 'List of page files';     // List of filenames
111 $_LANG['skin']['freeze']    = 'Freeze';
112 $_LANG['skin']['help']      = 'Help';
113 $_LANG['skin']['list']      = 'List of pages';
114 $_LANG['skin']['new']       = 'New';
115 $_LANG['skin']['rdf']       = 'RDF of recent changes';
116 $_LANG['skin']['recent']    = 'Recent changes'; // RecentChanges
117 $_LANG['skin']['reload']    = 'Reload';
118 $_LANG['skin']['rename']    = 'Rename'; // Rename a page (and related)
119 $_LANG['skin']['rss']       = 'RSS of recent changes';
120 $_LANG['skin']['rss10']     = & $_LANG['skin']['rss'];
121 $_LANG['skin']['rss20']     = & $_LANG['skin']['rss'];
122 $_LANG['skin']['search']    = 'Search';
123 $_LANG['skin']['top']       = 'Front page';     // Top page
124 $_LANG['skin']['unfreeze']  = 'Unfreeze';
125 $_LANG['skin']['upload']    = 'Attach'; // Attach a file
126 $_LANG['skin']['login']     = 'Log in';
127 $_LANG['skin']['logout']    = 'Log out';
128
129 ///////////////////////////////////////
130 // Plug-in message
131 ///////////////////////////////////////
132 // add.inc.php
133 $_title_add = 'Add to $1';
134 $_msg_add   = 'Two and the contents of an input are added for a new-line to the contents of a page of present addition.';
135         // This message is such bad english that I don't understand it, sorry. --Bjorn De Meyer
136
137 ///////////////////////////////////////
138 // article.inc.php
139 $_btn_name    = 'Name: ';
140 $_btn_article = 'Submit';
141 $_btn_subject = 'Subject: ';
142 $_msg_article_mail_sender = 'Author: ';
143 $_msg_article_mail_page   = 'Page: ';
144
145 ///////////////////////////////////////
146 // attach.inc.php
147 $_attach_messages = array(
148         'msg_uploaded' => 'Uploaded the file to  $1',
149         'msg_deleted'  => 'Deleted the file in  $1',
150         'msg_freezed'  => 'The file has been frozen.',
151         'msg_unfreezed'=> 'The file has been unfrozen',
152         'msg_renamed'  => 'The file has been renamed',
153         'msg_upload'   => 'Upload to $1',
154         'msg_info'     => 'File information',
155         'msg_confirm'  => '<p>Delete %s.</p>',
156         'msg_list'     => 'List of attached file(s)',
157         'msg_listpage' => 'File already exists in  $1',
158         'msg_listall'  => 'Attached file list of all pages',
159         'msg_file'     => 'Attach file',
160         'msg_maxsize'  => 'Maximum file size is %s.',
161         'msg_count'    => ' <span class="small">%s download</span>',
162         'msg_password' => 'password',
163         'msg_adminpass'=> 'Administrator password',
164         'msg_delete'   => 'Delete file.',
165         'msg_freeze'   => 'Freeze file.',
166         'msg_unfreeze' => 'Unfreeze file.',
167         'msg_isfreeze' => 'File is frozen.',
168         'msg_rename'   => 'Rename',
169         'msg_newname'  => 'New file name',
170         'msg_require'  => '(require administrator password)',
171         'msg_filesize' => 'size',
172         'msg_date'     => 'date',
173         'msg_dlcount'  => 'access count',
174         'msg_md5hash'  => 'MD5 hash',
175         'msg_page'     => 'Page',
176         'msg_filename' => 'Stored filename',
177         'err_noparm'   => 'Cannot upload/delete file in  $1',
178         'err_exceed'   => 'File size too large to  $1',
179         'err_exists'   => 'File already exists in  $1',
180         'err_notfound' => 'Could not fid the file in  $1',
181         'err_noexist'  => 'File does not exist.',
182         'err_delete'   => 'Cannot delete file in  $1',
183         'err_rename'   => 'Cannot rename this file',
184         'err_password' => 'Wrong password.',
185         'err_adminpass'=> 'Wrong administrator password',
186         'btn_upload'   => 'Upload',
187         'btn_info'     => 'Information',
188         'btn_submit'   => 'Submit'
189 );
190
191 ///////////////////////////////////////
192 // back.inc.php
193 $_msg_back_word = 'Back';
194
195 ///////////////////////////////////////
196 // backup.inc.php
197 $_title_backup_delete  = 'Deleting backup of  $1';
198 $_title_backupdiff     = 'Backup diff of  $1(No. $2)';
199 $_title_backupnowdiff  = 'Backup diff of  $1 vs current(No. $2)';
200 $_title_backupsource   = 'Backup source of  $1(No. $2)';
201 $_title_backup         = 'Backup of  $1(No. $2)';
202 $_title_pagebackuplist = 'Backup list of  $1';
203 $_title_backuplist     = 'Backup list';
204 $_msg_backup_deleted   = 'Backup of  $1 has been deleted.';
205 $_msg_backup_adminpass = 'Please input the password for deleting.';
206 $_msg_backuplist       = 'List of Backups';
207 $_msg_nobackup         = 'There are no backup(s) of  $1.';
208 $_msg_diff             = 'diff';
209 $_msg_nowdiff          = 'diff current';
210 $_msg_source           = 'source';
211 $_msg_backup           = 'backup';
212 $_msg_view             = 'View the  $1.';
213 $_msg_deleted          = ' $1 has been deleted.';
214
215 ///////////////////////////////////////
216 // calendar_viewer.inc.php
217 $_err_calendar_viewer_param2   = 'Wrong second parameter.';
218 $_msg_calendar_viewer_right    = 'Next %d&gt;&gt;';
219 $_msg_calendar_viewer_left     = '&lt;&lt; Prev %d';
220 $_msg_calendar_viewer_restrict = 'Due to the blocking, the calendar_viewer cannot refer to $1.';
221
222 ///////////////////////////////////////
223 // calendar2.inc.php
224 $_calendar2_plugin_edit  = '[edit]';
225 $_calendar2_plugin_empty = '%s is empty.';
226
227 ///////////////////////////////////////
228 // comment.inc.php
229 $_btn_name    = 'Name: ';
230 $_btn_comment = 'Post Comment';
231 $_msg_comment = 'Comment: ';
232 $_title_comment_collided = 'On updating  $1, a collision has occurred.';
233 $_msg_comment_collided   = 'It seems that someone has already updated the page you were editing.<br />
234  The comment was added, alhough it may be inserted in the wrong position.<br />';
235 $_comment_plugin_fail_msg = 'It seems that someone has already updated the page you were editing.<br />
236  Failed to add the comment.<br />';
237
238 ///////////////////////////////////////
239 // deleted.inc.php
240 $_deleted_plugin_title = 'The list of deleted pages';
241 $_deleted_plugin_title_withfilename = 'The list of deleted pages (with filename)';
242
243 ///////////////////////////////////////
244 // diff.inc.php
245 $_title_diff         = 'Diff of  $1';
246 $_title_diff_delete  = 'Deleting diff of  $1';
247 $_msg_diff_deleted   = 'Diff of  $1 has been deleted.';
248 $_msg_diff_adminpass = 'Please input the password for deleting.';
249
250 ///////////////////////////////////////
251 // filelist.inc.php (list.inc.php)
252 $_title_filelist = 'List of page files';
253
254 ///////////////////////////////////////
255 // freeze.inc.php
256 $_title_isfreezed = ' $1 has already been frozen';
257 $_title_freezed   = ' $1 has been frozen.';
258 $_title_freeze    = 'Freeze  $1';
259 $_msg_freezing    = 'Please input the password for freezing.';
260 $_btn_freeze      = 'Freeze';
261
262 ///////////////////////////////////////
263 // include.inc.php
264 $_msg_include_restrict = 'Due to the blocking, $1 cannot be include(d).';
265
266 ///////////////////////////////////////
267 // insert.inc.php
268 $_btn_insert = 'add';
269
270 ///////////////////////////////////////
271 // interwiki.inc.php
272 $_title_invalidiwn = 'This is not a valid InterWikiName';
273
274 ///////////////////////////////////////
275 // list.inc.php
276 $_title_list = 'List of pages';
277
278 ///////////////////////////////////////
279 // ls2.inc.php
280 $_ls2_err_nopages = '<p>There is no child page in \' $1\'</p>';
281 $_ls2_msg_title   = 'List of pages which begin with \' $1\'';
282
283 ///////////////////////////////////////
284 // memo.inc.php
285 $_btn_memo_update = 'update';
286
287 ///////////////////////////////////////
288 // navi.inc.php
289 $_navi_prev = 'Prev';
290 $_navi_next = 'Next';
291 $_navi_up   = 'Up';
292 $_navi_home = 'Home';
293
294 ///////////////////////////////////////
295 // newpage.inc.php
296 $_msg_newpage = 'New page';
297
298 ///////////////////////////////////////
299 // paint.inc.php
300 $_paint_messages = array(
301         'field_name'    => 'Name',
302         'field_filename'=> 'Filename',
303         'field_comment' => 'Comment',
304         'btn_submit'    => 'paint',
305         'msg_max'       => '(Max %d x %d)',
306         'msg_title'     => 'Paint and Attach to  $1',
307         'msg_title_collided' => 'On updating  $1, there was a collision.',
308         'msg_collided'  => 'It seems that someone has already updated this page while you were editing it.<br />
309  The picture and the comment were added to this page, but there may be a problem.<br />'
310 );
311
312 ///////////////////////////////////////
313 // pcomment.inc.php
314 $_pcmt_messages = array(
315         'btn_name'       => 'Name: ',
316         'btn_comment'    => 'Post Comment',
317         'msg_comment'    => 'Comment: ',
318         'msg_recent'     => 'Show recent %d comments.',
319         'msg_all'        => 'Go to the comment page.',
320         'msg_none'       => 'No comment.',
321         'title_collided' => 'On updating  $1, there was a collision.',
322         'msg_collided'   => 'It seems that someone has already updated this page while you were editing it.<br />
323         The comment was added to the page, but there may be a problem.<br />',
324         'err_pagename'   => '[[%s]] : not a valid page name.',
325 );
326 $_msg_pcomment_restrict = 'Due to the blocking, no comments could be read from  $1 at all.';
327
328 ///////////////////////////////////////
329 // popular.inc.php
330 $_popular_plugin_frame       = '<h5>popular(%d)</h5><div>%s</div>';
331 $_popular_plugin_today_frame = '<h5>today\'s(%d)</h5><div>%s</div>';
332
333 ///////////////////////////////////////
334 // recent.inc.php
335 $_recent_plugin_frame = '<h5>recent(%d)</h5>
336  <div>%s</div>';
337
338 ///////////////////////////////////////
339 // rename.inc.php
340 $_rename_messages  = array(
341         'err'            => '<p>error:%s</p>',
342         'err_nomatch'    => 'no matching page(s)',
343         'err_notvalid'   => 'the new name is invalid.',
344         'err_adminpass'  => 'Incorrect administrator password.',
345         'err_notpage'    => '%s is not a valid pagename.',
346         'err_norename'   => 'cannot rename %s.',
347         'err_already'    => 'already exists :%s.',
348         'err_already_below' => 'The following files already exist.',
349         'msg_title'      => 'Rename page',
350         'msg_page'       => 'specify source page name',
351         'msg_regex'      => 'rename with regular expressions.',
352         'msg_related'    => 'related pages',
353         'msg_do_related' => 'A related page is also renamed.',
354         'msg_rename'     => 'rename %s',
355         'msg_oldname'    => 'current page name',
356         'msg_newname'    => 'new page name',
357         'msg_adminpass'  => 'Administrator password',
358         'msg_arrow'      => '->',
359         'msg_exist_none' => 'page is not processed when it already exists.',
360         'msg_exist_overwrite' => 'page is overwritten when it already exists.',
361         'msg_confirm'    => 'The following files will be renamed.',
362         'msg_result'     => 'The following files have been overwritten.',
363         'btn_submit'     => 'Submit',
364         'btn_next'       => 'Next'
365 );
366
367 ///////////////////////////////////////
368 // search.inc.php
369 $_title_search  = 'Search';
370 $_title_result  = 'Search result of  $1';
371 $_msg_searching = 'Key words are case-insenstive, and are searched for in all pages.';
372 $_btn_search    = 'Search';
373 $_btn_and       = 'AND';
374 $_btn_or        = 'OR';
375 $_search_pages  = 'Search for page starts from $1';
376 $_search_all    = 'Search for all pages';
377 $_search_searching = 'Searching...';
378 $_search_showing_result = 'Showing search results';
379 $_search_detail = 'Show details';
380
381 ///////////////////////////////////////
382 // source.inc.php
383 $_source_messages = array(
384         'msg_title'    => 'Source of  $1',
385         'msg_notfound' => ' $1 was not found.',
386         'err_notfound' => 'cannot display the page source.'
387 );
388
389 ///////////////////////////////////////
390 // template.inc.php
391 $_msg_template_start   = 'Start:<br />';
392 $_msg_template_end     = 'End:<br />';
393 $_msg_template_page    = '$1/copy';
394 $_msg_template_refer   = 'Page:';
395 $_msg_template_force   = 'Edit with a page name which already exists';
396 $_err_template_already = ' $1 already exists.';
397 $_err_template_invalid = ' $1 is not a valid page name.';
398 $_btn_template_create  = 'Create';
399 $_title_templatei      = 'create a new page, using  $1 as a template.';
400
401 ///////////////////////////////////////
402 // tracker.inc.php
403 $_tracker_messages = array(
404         'msg_list'   => 'List items of  $1',
405         'msg_back'   => '<p> $1</p>',
406         'msg_limit'  => 'top  $2 results out of  $1.',
407         'btn_page'   => 'Page',
408         'btn_name'   => 'Name',
409         'btn_real'   => 'Realname',
410         'btn_submit' => 'Add',
411         'btn_date'   => 'Date',
412         'btn_refer'  => 'Refer page',
413         'btn_base'   => 'Base page',
414         'btn_update' => 'Update',
415         'btn_past'   => 'Past',
416 );
417
418 ///////////////////////////////////////
419 // unfreeze.inc.php
420 $_title_isunfreezed = ' $1 is not frozen';
421 $_title_unfreezed   = ' $1 has been unfrozen.';
422 $_title_unfreeze    = 'Unfreeze  $1';
423 $_msg_unfreezing    = 'Please input the password for unfreezing.';
424 $_btn_unfreeze      = 'Unfreeze';
425
426 ///////////////////////////////////////
427 // versionlist.inc.php
428 $_title_versionlist = 'version list';
429
430 ///////////////////////////////////////
431 // vote.inc.php
432 $_vote_plugin_choice = 'Selection';
433 $_vote_plugin_votes  = 'Vote';
434
435 ///////////////////////////////////////
436 // yetlist.inc.php
437 $_title_yetlist = 'List of pages which have not yet been created.';
438 $_err_notexist  = 'All pages have been created.';
439
440 ///////////////////////////////////////
441 // loginform.inc.php
442 $_loginform_messages = array(
443         'username' => 'Username',
444         'password' => 'Password',
445         'login' => 'Log in',
446         'invalid_username_or_password' => 'The username or password you entered is incorrect'
447 );
448
449 ///////////////////////////////////////
450 // external_link.inc.php
451 $_external_link_messages = array(
452         'page_title' => 'External link: %s',
453         'desc' => 'The selected URL is not the contents of this site.',
454         'wait_n_seconds' => 'It will move to the page automatically after %s seconds.',
455 );