en-language.php
来自「开源的蜘蛛程序」· PHP 代码 · 共 29 行
PHP
29 行
<?
$sph_messages = Array (
"Categories" => "Categories",
"CATEGORIES" => "CATEGORIES",
"Untitled" => "Untitled document",
"Powered by" => "Powered by",
"Previous" => "Previous",
"Next" => "Next",
"Result page" => "Result page",
"Only in category" => "Only in category",
"Search" => "Search",
"All sites" => "All sites",
"Web pages" => "Web pages",
"The search" => "The search",
"noMatch" => "did not match any documents",
"ignoredWords" => "Following words were ignored (too short or common):",
"resultsFor" => "Results for:",
"Results" => "Displaying results", //
"of" => " of", //Pattern: Results x-y of z match(es). Change according to the pattern
"match" => "match", //
"matches" => "matches", //
"seconds" => "seconds",
"andSearch" => "AND Search",
"orSearch" => "OR Search",
"phraseSearch" => "Phrase Search",
"show" => "Show ",
"resultsPerPage" => "results per page"
);
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?