extcountry_es.php

来自「网络硬盘_支持1GB文件上传和续传_无错版」· PHP 代码 · 共 21 行

PHP
21
字号
<?php
$_LANG = array(
	'de' => array(
		"spainconstitutionday" 	=> 'Tag der Verfassung',
		"spainnationalday"		=> 'Tag der Nation',
		"doctor"				=> 'Arztbesuch ABC.'
	),
	'es' => array(
		"spainconstitutionday" 	=> 'D韆 de la Constituci髇"',
		"spainnationalday"		=> 'D韆 Nacional',
		"doctor"				=> 'Ir al doctor ABC. '	
	),	
	'en' => array(
		"spainconstitutionday" 	=> 'Spain Constitution Day',
		"spainnationalday"		=> 'Spain National Day',
		"doctor"				=> 'Doctor'			
	)		
);

$GLOBALS['_LOCALLANG'] = array_merge_recursive ($GLOBALS['_LOCALLANG'], $_LANG);
?>

⌨️ 快捷键说明

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