?? This is the script which used on 10minutemail.com for temporary email.
?? PHP
?? 復制代碼
?? 下載
?全屏
字號:?+
??
<?php
/**
* GentleSource Guestbook Script - language.es.php
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*
* If you have translated this file into another
* language, we would appreciate it if you would
* send us the translated file. Thanks :-)
*
* Spanish language (Espa駉l de Espa馻)
*
* (C) Jes鷖 Puebla http://www.ebhost.es/
*
*/
$text = array(
'txt_cron_time' => 'Tiempo entre cada ejecuci髇 del cron en segundos . ',
'txt_enable_module' => 'Activar Cron Job',
'txt_enable_module_description' => 'Llamar a URL.',
'txt_module_description' => 'Este m骴ulo es para programar la ejecuci髇 de una llamada a una direcci髇 URL .',
'txt_module_name' => 'Cron Job',
'txt_time' => 'Tiempo',
'txt_url' => 'URL',
);
?>