OSDN Git Service

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