it-language.php

来自「开源的蜘蛛程序」· PHP 代码 · 共 29 行

PHP
29
字号
<?
$sph_messages =  Array (
	"Categories" => "Categorie",
	"CATEGORIES" => "CATEGORIE",
	"Untitled" => "Documento senza titolo",
	"Powered by" => "Basato su",
	"Previous" => "Precedente",
	"Next" => "Prossimo",
	"Result page" => "Pagina dei risultati",
	"Only in category" => "Solo nella categoria",
	"Search" => "Cerca",
	"All sites" => "Tutti i siti",
	"Web pages" => "Pagine Web",
	"The search" => "La ricerca",
	"noMatch" => "non ha trovato alcun documento",
	"ignoredWords" => "Le seguenti parole sono state ignorate (erano troppo corte o comuni):",
	"resultsFor" => "Risultati per:",
	"Results" => "Visualizzazione dei risultati", //
	"of" => " di",           //Pattern:  Results x-y of z match(es). Change according to the pattern
	"match" => "risultato",     //
	"matches" => "risultati", //
	"seconds" => "seconds",
	"andSearch" => "Ricerca AND",
	"orSearch" => "Ricerca OR",
	"phraseSearch" => "Ricerca per frase",
	"show" => "Mostra ",
	"resultsPerPage" => "risultati per pagina"
);
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?