📄 language.es.php
字号:
<?php
/**
* GentleSource - 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',
'txt_url_opening_mode_curl' => '<br /><br/>By the way: The module uses Curl to execute the cron jobs.',
'txt_url_opening_mode_fopen' => '<br /><br/>By the way: The module uses fopen() to execute the cron jobs.',
'txt_url_opening_requirements' => '<br /><br/>In order for the Cron Job module to work it requires either the PHP function <strong>fopen()</strong> or the <strong>Curl Extension</strong>. Unfortunately, neither of them are supported on your server. Please contact your webhost about this.',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -