X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=en.lng.php;h=438419219fc267ea865d072cc82b4c1bba1ec5fb;hb=6506c6df874a3e661581eaf78497a652382fff42;hp=e13a50aba19e636446fd1df437398704ab5d78a6;hpb=dc85150af301c14b02888d910e0469d34d7ff82c;p=pukiwiki%2Fpukiwiki.git diff --git a/en.lng.php b/en.lng.php index e13a50a..4384192 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.

', @@ -163,6 +158,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', @@ -176,6 +173,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', @@ -209,7 +207,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'; @@ -221,19 +218,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'; @@ -241,6 +225,8 @@ $_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.
The comment was added, alhough it may be inserted in the wrong position.
'; +$_comment_plugin_fail_msg = 'It seems that someone has already updated the page you were editing.
+ Failed to add the comment.
'; /////////////////////////////////////// // deleted.inc.php @@ -300,7 +286,7 @@ $_navi_home = 'Home'; /////////////////////////////////////// // newpage.inc.php -$_msg_newpage = 'new page'; +$_msg_newpage = 'New page'; /////////////////////////////////////// // paint.inc.php @@ -343,19 +329,6 @@ $_recent_plugin_frame = '
recent(%d)
%s
'; /////////////////////////////////////// -// 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' => '⇑', - 'msg_Chr_darr' => '⇓', -); - -/////////////////////////////////////// // rename.inc.php $_rename_messages = array( 'err' => '

error:%s

', @@ -392,6 +365,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 @@ -451,4 +426,12 @@ $_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.'; -?> + +/////////////////////////////////////// +// loginform.inc.php +$_loginform_messages = array( + 'username' => 'Username', + 'password' => 'Password', + 'login' => 'Log in', + 'invalid_username_or_password' => 'The username or password you entered is incorrect' +);