X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=en.lng.php;h=8c2a4d7350b38a3cf8a97616039d641da4200abd;hb=8ac41a65dc780060423f18471833a5b975966117;hp=835b29d626d42032ecacab880b9a8f0b3d70dbff;hpb=66493c373507cc4bd7e4e7f30482db2a4e1d09f0;p=pukiwiki%2Fpukiwiki.git diff --git a/en.lng.php b/en.lng.php index 835b29d..8c2a4d7 100644 --- a/en.lng.php +++ b/en.lng.php @@ -1,10 +1,12 @@ 'Deleted the file in $1', 'msg_freezed' => 'The file has been frozen.', 'msg_unfreezed'=> 'The file has been unfrozen', + 'msg_renamed' => 'The file has been renamed', 'msg_upload' => 'Upload to $1', 'msg_info' => 'File information', 'msg_confirm' => '

Delete %s.

', @@ -165,6 +161,8 @@ $_attach_messages = array( 'msg_freeze' => 'Freeze file.', 'msg_unfreeze' => 'Unfreeze file.', 'msg_isfreeze' => 'File is frozen.', + 'msg_rename' => 'Rename', + 'msg_newname' => 'New file name', 'msg_require' => '(require administrator password)', 'msg_filesize' => 'size', 'msg_date' => 'date', @@ -178,6 +176,7 @@ $_attach_messages = array( 'err_notfound' => 'Could not fid the file in $1', 'err_noexist' => 'File does not exist.', 'err_delete' => 'Cannot delete file in $1', + 'err_rename' => 'Cannot rename this file', 'err_password' => 'Wrong password.', 'err_adminpass'=> 'Wrong administrator password', 'btn_upload' => 'Upload', @@ -211,7 +210,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 +221,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.
', - 'err_cannot_change_permit' => 'Cannot change permissions $1.
' -); - -/////////////////////////////////////// // comment.inc.php $_btn_name = 'Name: '; $_btn_comment = 'Post Comment'; @@ -302,7 +287,7 @@ $_navi_home = 'Home'; /////////////////////////////////////// // newpage.inc.php -$_msg_newpage = 'new page'; +$_msg_newpage = 'New page'; /////////////////////////////////////// // paint.inc.php @@ -394,6 +379,8 @@ $_msg_searching = 'Key words are case-insenstive, and are searched for in all pa $_btn_search = 'Search'; $_btn_and = 'AND'; $_btn_or = 'OR'; +$_search_pages = 'Search for page starts from $1'; +$_search_all = 'Search for all pages'; /////////////////////////////////////// // source.inc.php