OSDN Git Service

BugTrack2/361 Send Canonical URL link http header for Search Engines
[pukiwiki/pukiwiki.git] / en.lng.php
index 828d6ee..4384192 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: en.lng.php,v 1.16 2007/02/11 05:53:29 henoheno Exp $
-// Copyright (C)
-//   2002-2005 PukiWiki Developers Team
+// en.lng.php
+// Copyright
+//   2002-2016 PukiWiki Development Team
 //   2001-2002 Originally written by yu-ji
 // License: GPL v2 or (at your option) any later version
 //
@@ -71,6 +71,7 @@ $_btn_template  = 'Use page as template';
 $_btn_load      = 'Load';
 $_btn_edit      = 'Edit';
 $_btn_delete    = 'Delete';
+$_label_template_pages = 'Template pages';
 
 ///////////////////////////////////////
 // Authentication
@@ -114,7 +115,7 @@ $_LANG['skin']['rss20']     = & $_LANG['skin']['rss'];
 $_LANG['skin']['search']    = 'Search';
 $_LANG['skin']['top']       = 'Front page';    // Top page
 $_LANG['skin']['unfreeze']  = 'Unfreeze';
-$_LANG['skin']['upload']    = 'Upload';        // Attach a file
+$_LANG['skin']['upload']    = 'Attach';        // Attach a file
 $_LANG['skin']['login']     = 'Log in';
 $_LANG['skin']['logout']    = 'Log out';
 
@@ -224,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.<br />
  The comment was added, alhough it may be inserted in the wrong position.<br />';
+$_comment_plugin_fail_msg = 'It seems that someone has already updated the page you were editing.<br />
+ Failed to add the comment.<br />';
 
 ///////////////////////////////////////
 // deleted.inc.php
@@ -423,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'
+);