OSDN Git Service

Simplify: $adminpass default is 'locked'
[pukiwiki/pukiwiki.git] / en.lng.php
index ee8f974..8c2a4d7 100644 (file)
@@ -1,10 +1,12 @@
 <?php
-/////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
+// $Id: en.lng.php,v 1.15 2006/04/10 17:36:56 teanan Exp $
+// Copyright (C)
+//   2002-2005 PukiWiki Developers Team
+//   2001-2002 Originally written by yu-ji
+// License: GPL v2 or (at your option) any later version
 //
-// $Id: en.lng.php,v 1.5 2004/12/05 10:16:18 henoheno Exp $
-//
-// PukiWiki message file (english)
+// PukiWiki message file (English)
 
 // NOTE: Encoding of this file, must equal to encoding setting
 
@@ -76,19 +78,12 @@ $_title_cannotread = ' $1 is not readable';
 $_msg_auth         = 'PukiWikiAuth';
 
 ///////////////////////////////////////
-// Help 'wiki format rule'.
-$rule_page = 'Text Formatting Rules';
-$help_page = 'Help';
+// Page name
+$rule_page = 'FormattingRules';        // Formatting rules
+$help_page = 'Help';           // 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:';
+// TrackBack (REMOVED)
 $_tb_date   = 'F j, Y, g:i A';
 
 /////////////////////////////////////////////////
@@ -150,6 +145,7 @@ $_attach_messages = array(
        'msg_deleted'  => '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'  => '<p>Delete %s.</p>',
@@ -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&gt;&gt;';
 $_msg_calendar_viewer_left     = '&lt;&lt; Prev %d';
@@ -289,7 +287,7 @@ $_navi_home = 'Home';
 
 ///////////////////////////////////////
 // newpage.inc.php
-$_msg_newpage = 'new page';
+$_msg_newpage = 'New page';
 
 ///////////////////////////////////////
 // paint.inc.php
@@ -381,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