OSDN Git Service

Remove unused vars, cleanup a little
[pukiwiki/pukiwiki.git] / en.lng
diff --git a/en.lng b/en.lng
index d7378e5..c9ce634 100644 (file)
--- a/en.lng
+++ b/en.lng
-<?
-///////////////////////////////////////
+<?php
+/////////////////////////////////////////////////
+// PukiWiki - Yet another WikiWikiWeb clone.
+//
+// $Id: en.lng,v 1.26 2004/04/03 15:27:07 arino Exp $
+//
 // PukiWiki message file (english)
 
 ///////////////////////////////////////
 // page titles
-$_title_list = 'List of pages';
-$_title_filelist = 'List of page files';
-$_title_cannotedit = '$1 is not editable';
-$_title_add = 'Add to $1';
-$_title_edit = 'Edit of $1';
-$_title_preview = 'Preview of $1';
-$_title_collided = 'The collision of updating broke out in the $1.';
-$_title_updated = '$1 was updated';
-$_title_deleted = '$1 was deleted';
-$_title_freeze = 'Freezing $1';
-$_title_isfreezed = '$1 is already frozen';
-$_title_freezed = '$1 was frozen.';
-$_title_unfreeze = 'Unfreezing $1';
-$_title_isunfreezed = '$1 is not unfrozen';
-$_title_unfreezed = '$1 was unfrozen.';
-$_title_diff = 'Diff of $1';
-$_title_result = 'Search result of $1';
-$_title_search = 'Search';
-$_title_backupdiff = 'Backup diff of $1';
-$_title_backupnowdiff = 'Backup diff of $1 vs current';
-$_title_backupsource = 'Backup source of $1';
-$_title_backup = 'Backup of $1';
-$_title_pagebackuplist = 'Backup list of $1';
-$_title_backuplist = 'Backup list';
+$_title_cannotedit = ' $1 is not editable';
+$_title_edit = 'Edit of  $1';
+$_title_preview = 'Preview of  $1';
+$_title_collided = 'On updating  $1, a collision has occurred.';
+$_title_updated = ' $1 was updated';
+$_title_deleted = ' $1 was deleted';
 $_title_help = 'Help';
-$_title_invalidiwn = 'It is not an effective InterWikiName';
+$_title_invalidwn = 'It is not a valid WikiName';
 $_title_backuplist = 'Backup list';
 
 ///////////////////////////////////////
 // messages
 $_msg_unfreeze = 'Unfreeze';
-$_msg_add = 'Two and the contents of an input are added for a new-line to the contents of a page of present addition.';
-$_msg_preview = 'If the following previews are checked and avoided, please update with the button of the page lower part.';
-$_msg_preview_delete = '(The contents of a page are empty.Updating deletes this page.)';
-$_msg_collided = 'It seems that other user have updated the same page while you are editing this page.<br />
-Since there is a text which you edited into below, please copy & paste to<br />
-an editor so that your contents of edit are not lost.<br />
-Please reedit again from the contents newest after that.';
-$_msg_freezing = 'Please input the password for freezing.';
-$_msg_unfreezing = 'Please input the password for unfreezing.';
+$_msg_preview = 'To confirm the changes, click the button at the bottom of the page';
+$_msg_preview_delete = '(The contents of the page are empty. Updating deletes this page.)';
+$_msg_collided = 'It seems that someone has already updated this page while you were editing it.<br />
+ + is placed at the beginning of a line that was newly added.<br />
+ ! is placed at the beginning of a line that has possibly been updated.<br />
+ Edit those lines, and submit again.';
+$_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 />
+ To confirm the changes to the page, press [Update].<br />';
+$_msg_invalidiwn = ' $1 is not a valid $2.';
 $_msg_invalidpass = 'Invalid password.';
-$_msg_notfound = 'The page is not found.';
+$_msg_notfound = 'The page was not found.';
 $_msg_addline = 'The added line is <span class="diff_added">THIS COLOR</span>.';
 $_msg_delline = 'The deleted line is <span class="diff_removed">THIS COLOR</span>.';
-$_msg_goto = 'Goto $1.';
-$_msg_searching = 'Some words are searched from all pages.There is no distinction of a capital letter small letter.';
-$_msg_backuplist = 'List of Backup';
-$_msg_diff = 'diff';
-$_msg_nowdiff = 'diff current';
-$_msg_source = 'source';
-$_msg_backup = 'backup';
-$_msg_view = 'View the $1.';
-$_msg_deleleted = '$1 is deleted.';
-$_msg_invalidiwn = '$1 is not an effective $2.';
-$_msg_andresult = 'In <strong>$2</strong> page, <strong>$3</strong> pages of pages containing all the <strong>$1</strong> were found.';
-$_msg_orresult = 'In <strong>$2</strong> page, <strong>$3</strong> pages of pages containing either of the <strong>$1</strong> were found.';
-$_msg_notfoundresult = 'Not found word of <strong>$1</strong> in pages.';
+$_msg_goto = 'Go to $1.';
+$_msg_andresult = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain all the terms $1 were found.';
+$_msg_orresult = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain at least one of the terms $1 were found.';
+$_msg_notfoundresult = 'No page which contains $1 has been found.';
 $_msg_symbol = 'Symbols';
 $_msg_other = 'Others';
-$_msg_help = 'View rules of text formatting';
+$_msg_help = 'View Text Formatting Rules';
+$_msg_week = array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
+$_msg_content_back_to_top = '<div class="jumpmenu"><a href="#navigator">&uarr;</a></div>';
+$_msg_word = 'These search terms have been highlighted:';
+
+///////////////////////////////////////
+// symbols
+$_symbol_anchor = '&dagger;';
+$_symbol_noexists = '?';
 
 ///////////////////////////////////////
 // form buttons
 $_btn_preview = 'Preview';
 $_btn_repreview = 'Preview again';
 $_btn_update = 'Update';
-$_btn_search = 'Search';
-$_btn_and = 'AND';
-$_btn_or = 'OR';
-$_btn_freeze = 'Freeze';
-$_btn_unfreeze = 'Unfreeze';
-$_btn_notchangetimestamp = 'Not change timestamp';
+$_btn_notchangetimestamp = 'Do not change timestamp';
 $_btn_addtop = 'Add to top of page';
-$_btn_template = 'Page for use template';
+$_btn_template = 'Use page as template';
 $_btn_load = 'Load';
 $_btn_edit = 'Edit';
+$_btn_delete = 'Delete';
+
+///////////////////////////////////////
+// authentication
+$_title_cannotread = ' $1 is not readable';
+$_msg_auth = 'PukiWikiAuth';
+
+///////////////////////////////////////
+// help 'wiki format rule'.
+$rule_page = 'Text Formatting Rules';
+$help_page = 'Help';
+
+///////////////////////////////////////
+// TrackBack
+$_tb_title = 'TrackBack: Discussion on TrackBack in %s';
+$_tb_header = 'Continuing the discussion...';
+$_tb_entry = 'TrackBack URL for this entry:';
+$_tb_refer = ' Listed below are links to weblogs that reference %s from %s.';
+$_tb_header_Excerpt = 'Summary:';
+$_tb_header_Weblog = 'Weblog:';
+$_tb_header_Tracked = 'Tracked:';
+$_tb_date = 'F j, Y, g:i A';
+
+/////////////////////////////////////////////////
+// no subject (article)
+$_no_subject = 'no subject';
+
+/////////////////////////////////////////////////
+// no name (article,comment,pcomment)
+$_no_name = '';
 
 ///////////////////////////////////////
 // plug-in message
+///////////////////////////////////////
+// add.inc.php
+$_title_add = 'Add to $1';
+$_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
+
+///////////////////////////////////////
+// article.inc.php
+$_btn_name = 'Name: ';
+$_btn_article = 'Submit';
+$_btn_subject = 'Subject: ';
+$_msg_article_mail_sender = 'Author: ';
+$_msg_article_mail_page = 'Page: ';
+
+///////////////////////////////////////
+// attach.inc.php
+$_attach_messages = array(
+       'msg_uploaded' => 'Uploaded the file to  $1',
+       'msg_deleted'  => 'Deleted the file in  $1',
+       'msg_freezed'  => 'The file has been frozen.',
+       'msg_unfreezed'=> 'The file has been unfrozen',
+       'msg_upload'   => 'Upload to $1',
+       'msg_info'     => 'File information',
+       'msg_confirm'  => '<p>Delete %s.</p>',
+       'msg_list'     => 'List of attached file(s)',
+       'msg_listpage' => 'File already exists in  $1',
+       'msg_listall'  => 'Attached file list of all pages',
+       'msg_file'     => 'Attach file',
+       'msg_maxsize'  => 'Maximum file size is %s.',
+       'msg_count'    => ' <span class="small">%s download</span>',
+       'msg_password' => 'password',
+       'msg_adminpass'=> 'Administrator password',
+       'msg_delete'   => 'Delete file.',
+       'msg_freeze'   => 'Freeze file.',
+       'msg_unfreeze' => 'Unfreeze file.',
+       'msg_isfreeze' => 'File is frozen.',
+       'msg_require'  => '(require administrator password)',
+       'msg_filesize' => 'size',
+       'msg_date'     => 'date',
+       'msg_dlcount'  => 'access count',
+       'msg_md5hash'  => 'MD5 hash',
+       'msg_page'     => 'Page',
+       'msg_filename' => 'Stored filename',
+       'err_noparm'   => 'Cannot upload/delete file in  $1',
+       'err_exceed'   => 'File size too large to  $1',
+       'err_exists'   => 'File already exists in  $1',
+       'err_notfound' => 'Could not fid the file in  $1',
+       'err_noexist'  => 'File does not exist.',
+       'err_delete'   => 'Cannot delete file in  $1',
+       'err_password' => 'Wrong password.',
+       'err_adminpass'=> 'Wrong administrator password',
+       'btn_upload'   => 'Upload',
+       'btn_info'     => 'Information',
+       'btn_submit'   => 'Submit'
+);
+
+///////////////////////////////////////
+// back.inc.php
+$_msg_back_word = 'Back';
+
+///////////////////////////////////////
+// backup.inc.php
+$_title_backup_delete = 'Deleting backup of  $1';
+$_title_backupdiff = 'Backup diff of  $1(No. $2)';
+$_title_backupnowdiff = 'Backup diff of  $1 vs current(No. $2)';
+$_title_backupsource = 'Backup source of  $1(No. $2)';
+$_title_backup = 'Backup of  $1(No. $2)';
+$_title_pagebackuplist = 'Backup list of  $1';
+$_title_backuplist = 'Backup list';
+$_msg_backup_deleted = 'Backup of  $1 has been deleted.';
+$_msg_backup_adminpass = 'Please input the password for deleting.';
+$_msg_backuplist = 'List of Backups';
+$_msg_nobackup = 'There are no backup(s) of  $1.';
+$_msg_diff = 'diff';
+$_msg_nowdiff = 'diff current';
+$_msg_source = 'source';
+$_msg_backup = 'backup';
+$_msg_view = 'View the  $1.';
+$_msg_deleted = ' $1 has been deleted.';
+
+///////////////////////////////////////
+// calendar_viewer.inc.php
+$_err_calendar_viewer_param  = 'Parameter is required.';
+$_err_calendar_viewer_param2 = 'Wrong second parameter.';
+$_msg_calendar_viewer_right  = 'Next %d&gt;&gt;';
+$_msg_calendar_viewer_left   = '&lt;&lt; Prev %d';
+$_msg_calendar_viewer_restrict = 'Due to the blocking, the calendar_viewer cannot refer to $1.';
 
 ///////////////////////////////////////
-// comment
+// calendar2.inc.php
+$_calendar2_plugin_edit = '[edit]';
+$_calendar2_plugin_empty = '%s is empty.';
+
+///////////////////////////////////////
+// chmod.inc.php
+$_chmod_messages = array(
+       'title_chmod' => 'Change Permissions',
+       'msg_chmod' => 'change permission of all files (excluding dot file) in the checked directory.',
+       'msg_execute' => 'Execute',
+       'msg_complete' => 'Done processing.',
+       'msg_adminpass' => 'Administrator Password.',
+       'err_invalid_pass' => 'Wrong Password.',
+       'err_cannot_opendir' => 'Cannot open directory  $1.<br />',
+       'err_cannot_change_permit' => 'Cannot change permissions  $1.<br />'
+);
+
+///////////////////////////////////////
+// comment.inc.php
 $_btn_name = 'Name: ';
-$_btn_comment = 'Submit';
+$_btn_comment = 'Post Comment';
 $_msg_comment = 'Comment: ';
+$_title_comment_collided = 'On updating  $1, a collision has occurred.';
+$_msg_comment_collided = 'It seems that someone has already updated the page you were editing.<br />
+ The comment was added, alhough it may be inserted in the wrong position.<br />';
 
 ///////////////////////////////////////
-// attach file
-$_title_uploaded = 'Uploaded file to $1';
-$_title_file_deleted = 'Deleted file in $1';
-$_title_notfound = 'Not found the file in $1';
-$_title_upload = 'Upload at $1';
-$_title_confirm_delete = 'Delete %s';
+// deleted.inc.php
+$_deleted_plugin_title = 'The list of deleted pages';
+$_deleted_plugin_title_withfilename = 'The list of deleted pages (with filename)';
 
-$_msg_noparm = 'Cannot upload/delete in $1';
-$_msg_already_exists = 'Already exists file in $1';
-$_msg_attach_filelist = 'Attached file list of all pages';
-$_msg_maxsize = 'Maximum file size is $1.';
-$_msg_delete = 'Delete \'$1\'';
-$_msg_exceed = 'File size is too big to $1';
-$_msg_attachfile = 'Attach file';
-$_msg_confirm_delete = '<div style="text-align:center">comfirm Delete '%s'<br />%s</div>';
-$_btn_upload = 'Upload';
-$_btn_delete = 'Del';
+///////////////////////////////////////
+// diff.inc.php
+$_title_diff = 'Diff of  $1';
+$_title_diff_delete = 'Deleting diff of  $1';
+$_msg_diff_deleted = 'Diff of  $1 has been deleted.';
+$_msg_diff_adminpass = 'Please input the password for deleting.';
 
 ///////////////////////////////////////
-// newpage
-$_msg_newpage = 'new page';
+// filelist.inc.php (list.inc.php)
+$_title_filelist = 'List of page files';
+
+///////////////////////////////////////
+// freeze.inc.php
+$_title_isfreezed = ' $1 has already been frozen';
+$_title_freezed = ' $1 has been frozen.';
+$_title_freeze = 'Freeze  $1';
+$_msg_freezing = 'Please input the password for freezing.';
+$_btn_freeze = 'Freeze';
+
+///////////////////////////////////////
+// include.inc.php
+$_msg_include_restrict = 'Due to the blocking, $1 cannot be include(d).';
 
 ///////////////////////////////////////
-// insert
+// insert.inc.php
 $_btn_insert = 'add';
 
 ///////////////////////////////////////
-// recent
-$_recent_plugin_frame = '<h5 class="side_label">recent(%d)</h5><span class="small">%s</span>';
-$_recent_plugin_li = '.';
+// interwiki.inc.php
+$_title_invalidiwn = 'This is not a valid InterWikiName';
 
 ///////////////////////////////////////
-// help 'wiki format rule'.
-$rule_body = '
-sorry. Japanese only
-';
+// list.inc.php
+$_title_list = 'List of pages';
+
+///////////////////////////////////////
+// ls2.inc.php
+$_ls2_err_nopages = '<p>There is no child page in \' $1\'</p>';
+$_ls2_msg_title = 'List of pages which begin with \' $1\'';
+
+///////////////////////////////////////
+// memo.inc.php
+$_btn_memo_update = 'update';
+
+///////////////////////////////////////
+// navi.inc.php
+$_navi_prev = 'Prev';
+$_navi_next = 'Next';
+$_navi_up   = 'Up';
+$_navi_home = 'Home';
+
+///////////////////////////////////////
+// newpage.inc.php
+$_msg_newpage = 'new page';
+
+///////////////////////////////////////
+// paint.inc.php
+$_paint_messages = array(
+       'field_name'    => 'Name',
+       'field_filename'=> 'Filename',
+       'field_comment' => 'Comment',
+       'btn_submit'    => 'paint',
+       'msg_max'       => '(Max %d x %d)',
+       'msg_title'     => 'Paint and Attach to  $1',
+       'msg_title_collided' => 'On updating  $1, there was a collision.',
+       'msg_collided'  => 'It seems that someone has already updated this page while you were editing it.<br />
+ The picture and the comment were added to this page, but there may be a problem.<br />'
+);
+
+///////////////////////////////////////
+// pcomment.inc.php
+$_pcmt_messages = array(
+       'btn_name' => 'Name: ',
+       'btn_comment' => 'Post Comment',
+       'msg_comment' => 'Comment: ',
+       'msg_recent' => 'Show recent %d comments.',
+       'msg_all' => 'Go to the comment page.',
+       'msg_none' => 'No comment.',
+       'title_collided' => 'On updating  $1, there was a collision.',
+       'msg_collided' => 'It seems that someone has already updated this page while you were editing it.<br />
+       The comment was added to the page, but there may be a problem.<br />',
+       'err_pagename' => '[[%s]] : not a valid page name.',
+);
+$_msg_pcomment_restrict = 'Due to the blocking, no comments could be read from  $1 at all.';
+
+///////////////////////////////////////
+// popular.inc.php
+$_popular_plugin_frame = '<h5>popular(%d)</h5><div>%s</div>';
+$_popular_plugin_today_frame = '<h5>today\'s(%d)</h5><div>%s</div>';
+
+///////////////////////////////////////
+// recent.inc.php
+$_recent_plugin_frame = '<h5>recent(%d)</h5>
+ <div>%s</div>';
+
+///////////////////////////////////////
+// referer.inc.php
+$_referer_msg = array(
+       'msg_H0_Refer'       => 'Referer',
+       'msg_Hed_LastUpdate' => 'LastUpdate',
+       'msg_Hed_1stDate'    => 'First Register',
+       'msg_Hed_RefCounter' => 'RefCounter',
+       'msg_Hed_Referer'    => 'Referer',
+       'msg_Fmt_Date'       => 'F j, Y, g:i A',
+       'msg_Chr_uarr'       => '&uArr;',
+       'msg_Chr_darr'       => '&dArr;',
+);
+
+///////////////////////////////////////
+// rename.inc.php
+$_rename_messages  = array(
+       'err' => '<p>error:%s</p>',
+       'err_nomatch' => 'no matching page(s)',
+       'err_notvalid' => 'the new name is invalid.',
+       'err_adminpass' => 'Incorrect administrator password.',
+       'err_notpage' => '%s is not a valid pagename.',
+       'err_norename' => 'cannot rename %s.',
+       'err_already' => 'already exists :%s.',
+       'err_already_below' => 'The following files already exist.',
+       'msg_title' => 'Rename page',
+       'msg_page' => 'specify source page name',
+       'msg_regex' => 'rename with regular expressions.',
+       'msg_related' => 'related pages',
+       'msg_do_related' => 'A related page is also renamed.',
+       'msg_rename' => 'rename %s',
+       'msg_oldname' => 'current page name',
+       'msg_newname' => 'new page name',
+       'msg_adminpass' => 'Administrator password',
+       'msg_arrow' => '->',
+       'msg_exist_none' => 'page is not processed when it already exists.',
+       'msg_exist_overwrite' => 'page is overwritten when it already exists.',
+       'msg_confirm' => 'The following files will be renamed.',
+       'msg_result' => 'The following files have been overwritten.',
+       'btn_submit' => 'Submit',
+       'btn_next' => 'Next'
+);
+
+///////////////////////////////////////
+// search.inc.php
+$_title_search = 'Search';
+$_title_result = 'Search result of  $1';
+$_msg_searching = 'Key words are case-insenstive, and are searched for in all pages.';
+$_btn_search = 'Search';
+$_btn_and = 'AND';
+$_btn_or = 'OR';
+
+///////////////////////////////////////
+// source.inc.php
+$_source_messages = array(
+       'msg_title' => 'Source of  $1',
+       'msg_notfound' => ' $1 was not found.',
+       'err_notfound' => 'cannot display the page source.'
+);
+
+///////////////////////////////////////
+// template.inc.php
+$_msg_template_start = 'Start:<br />';
+$_msg_template_end = 'End:<br />';
+$_msg_template_page = '$1/copy';
+$_msg_template_refer = 'Page:';
+$_msg_template_force = 'Edit with a page name which already exists';
+$_err_template_already = ' $1 already exists.';
+$_err_template_invalid = ' $1 is not a valid page name.';
+$_btn_template_create = 'Create';
+$_title_template = 'create a new page, using  $1 as a template.';
+
+///////////////////////////////////////
+// tracker.inc.php
+$_tracker_messages = array(
+       'msg_list' => 'List items of  $1',
+       'msg_back' => '<p> $1</p>',
+       'msg_limit' => 'top  $2 results out of  $1.',
+       'btn_page' => 'Page',
+       'btn_name' => 'Name',
+       'btn_real' => 'Realname',
+       'btn_submit' => 'Add',
+       'btn_date' => 'Date',
+       'btn_refer' => 'Refer page',
+       'btn_base' => 'Base page',
+       'btn_update' => 'Update',
+       'btn_past' => 'Past',
+);
+
+///////////////////////////////////////
+// unfreeze.inc.php
+$_title_isunfreezed = ' $1 is not frozen';
+$_title_unfreezed = ' $1 has been unfrozen.';
+$_title_unfreeze = 'Unfreeze  $1';
+$_msg_unfreezing = 'Please input the password for unfreezing.';
+$_btn_unfreeze = 'Unfreeze';
+
+///////////////////////////////////////
+// versionlist.inc.php
+$_title_versionlist = 'version list';
+
+///////////////////////////////////////
+// vote.inc.php
+$_vote_plugin_choice = 'Selection';
+$_vote_plugin_votes = 'Vote';
+
+///////////////////////////////////////
+// yetlist.inc.php
+$_title_yetlist = 'List of pages which have not yet been created.';
+$_err_notexist = 'All pages have been created.';
 ?>