OSDN Git Service

BugTrack/2552 counter plugin: async counter option
[pukiwiki/pukiwiki.git] / en.lng.php
index b6012d1..84ae873 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-2022 PukiWiki Development Team
 //   2001-2002 Originally written by yu-ji
 // License: GPL v2 or (at your option) any later version
 //
@@ -23,7 +23,7 @@ $_title_updated    = ' $1 was updated';
 $_title_deleted    = ' $1 was deleted';
 $_title_help       = 'Help';
 $_title_invalidwn  = 'It is not a valid WikiName';
-$_title_backuplist = 'Backup list';
+$_title_backuplist = 'History';
 
 ///////////////////////////////////////
 // Messages
@@ -44,20 +44,28 @@ $_msg_notfound    = 'The page was not found.';
 $_msg_addline     = 'The added line is <span class="diff_added">THIS COLOR</span>.';
 $_msg_delline     = 'The deleted line is <span class="diff_removed">THIS COLOR</span>.';
 $_msg_goto        = 'Go to $1.';
-$_msg_andresult   = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain all the terms $1 were found.';
-$_msg_orresult    = 'In the page <strong> $2</strong>, <strong> $3</strong> pages that contain at least one of the terms $1 were found.';
-$_msg_notfoundresult = 'No page which contains $1 has been found.';
+$_msg_andresult   = '$1 was found on <strong>$2</strong> pages out of <strong>$3</strong> pages.';
+$_msg_orresult    = 'At least one of the terms $1 was found on <strong>$2</strong> pages out of <strong>$3</strong> pages.';
+$_msg_notfoundresult = 'There are no pages containing $1 in <strong>$3</strong> pages.';
+$_msg_prev_results = '&lt;&lt; Previous $1 pages';
+$_msg_more_results = 'Next $1 pages &gt;&gt;';
 $_msg_symbol      = 'Symbols';
 $_msg_other       = 'Others';
 $_msg_help        = 'View Text Formatting Rules';
 $_msg_week        = array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
 $_msg_content_back_to_top = '<div class="jumpmenu"><a href="#navigator">&uarr;</a></div>';
 $_msg_word        = 'These search terms have been highlighted:';
+$_msg_unsupported_webbrowser = 'This function doesn\'t support your current Web browser.';
+$_msg_use_alternative_link = 'Please go to the following link destination: $1';
+$_msg_general_error  = 'An error occurred while processing.';
+
+$_msg_edit_cancel_confirm = 'The text you have entered will be discarded. Is it OK?';
+$_msg_edit_unloadbefore_message = 'Data you have entered will not be saved.';
 
 ///////////////////////////////////////
 // Symbols
 $_symbol_anchor   = '&dagger;';
-$_symbol_noexists = '?';
+$_symbol_noexists = '';
 
 ///////////////////////////////////////
 // Form buttons
@@ -95,7 +103,7 @@ $_no_name = '';
 /////////////////////////////////////////////////
 
 $_LANG['skin']['add']       = 'Add';
-$_LANG['skin']['backup']    = 'Backup';
+$_LANG['skin']['backup']    = 'History';
 $_LANG['skin']['copy']      = 'Copy';
 $_LANG['skin']['diff']      = 'Diff';
 $_LANG['skin']['edit']      = 'Edit';
@@ -186,21 +194,21 @@ $_msg_back_word = 'Back';
 
 ///////////////////////////////////////
 // backup.inc.php
-$_title_backup_delete  = 'Deleting backup of  $1';
-$_title_backupdiff     = 'Backup diff of  $1(No. $2)';
-$_title_backupnowdiff  = 'Backup diff of  $1 vs current(No. $2)';
-$_title_backupsource   = 'Backup source of  $1(No. $2)';
-$_title_backup         = 'Backup of  $1(No. $2)';
-$_title_pagebackuplist = 'Backup list of  $1';
-$_title_backuplist     = 'Backup list';
-$_msg_backup_deleted   = 'Backup of  $1 has been deleted.';
+$_title_backup_delete  = 'Deleting history of  $1';
+$_title_backupdiff     = 'History diff of  $1(No. $2)';
+$_title_backupnowdiff  = 'History diff of  $1 vs current(No. $2)';
+$_title_backupsource   = 'History source of  $1(No. $2)';
+$_title_backup         = 'History of  $1(No. $2)';
+$_title_pagebackuplist = 'History of  $1';
+$_title_backuplist     = 'History';
+$_msg_backup_deleted   = 'History of  $1 has been deleted.';
 $_msg_backup_adminpass = 'Please input the password for deleting.';
-$_msg_backuplist       = 'List of Backups';
-$_msg_nobackup         = 'There are no backup(s) of  $1.';
+$_msg_backuplist       = 'History';
+$_msg_nobackup         = 'There are no history of  $1.';
 $_msg_diff             = 'diff';
 $_msg_nowdiff          = 'diff current';
 $_msg_source           = 'source';
-$_msg_backup           = 'backup';
+$_msg_backup           = 'history';
 $_msg_view             = 'View the  $1.';
 $_msg_deleted          = ' $1 has been deleted.';
 
@@ -224,6 +232,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
@@ -364,6 +374,9 @@ $_btn_and       = 'AND';
 $_btn_or        = 'OR';
 $_search_pages  = 'Search for page starts from $1';
 $_search_all    = 'Search for all pages';
+$_search_searching = 'Searching...';
+$_search_showing_result = 'Showing search results';
+$_search_detail = 'Show details';
 
 ///////////////////////////////////////
 // source.inc.php
@@ -432,3 +445,11 @@ $_loginform_messages = array(
        'login' => 'Log in',
        'invalid_username_or_password' => 'The username or password you entered is incorrect'
 );
+
+///////////////////////////////////////
+// external_link.inc.php
+$_external_link_messages = array(
+       'page_title' => 'External link: %s',
+       'desc' => 'The selected URL is not the contents of this site.',
+       'wait_n_seconds' => 'It will move to the page automatically after %s seconds.',
+);