OSDN Git Service

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