OSDN Git Service

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