OSDN Git Service

BugTrack/2557 touchgraph plugin: Show only existing pages
[pukiwiki/pukiwiki.git] / en.lng.php
index feb8e1e..84ae873 100644 (file)
@@ -2,7 +2,7 @@
 // PukiWiki - Yet another WikiWikiWeb clone.
 // en.lng.php
 // Copyright
-//   2002-2017 PukiWiki Development Team
+//   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,9 +44,9 @@ $_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';
@@ -59,10 +59,13 @@ $_msg_unsupported_webbrowser = 'This function doesn\'t support your current Web
 $_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
@@ -76,7 +79,6 @@ $_btn_template  = 'Use page as template';
 $_btn_load      = 'Load';
 $_btn_edit      = 'Edit';
 $_btn_delete    = 'Delete';
-$_label_template_pages = 'Template pages';
 
 ///////////////////////////////////////
 // Authentication
@@ -101,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';
@@ -192,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.';
 
@@ -443,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.',
+);