OSDN Git Service

PKWK_READONLY prohibits writing
[pukiwiki/pukiwiki.git] / en.lng.php
index 835b29d..1870d89 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: en.lng.php,v 1.4 2004/11/07 13:09:37 henoheno Exp $
+// $Id: en.lng.php,v 1.6 2005/01/15 02:51:44 henoheno Exp $
 //
 // PukiWiki message file (english)
 
@@ -211,7 +211,6 @@ $_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>>';
 $_msg_calendar_viewer_left     = '<< Prev %d';
@@ -223,19 +222,6 @@ $_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 = 'Post Comment';