?? language.en.php
字號:
<?php
/**
* GentleSource Module Cron Job - language.en.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 :-)
*
*/
$text = array(
'txt_cron_time' => 'Time between each cron execution in seconds. ',
'txt_enable_module' => 'Enable Cron Job',
'txt_enable_module_description' => 'Call a URL.',
'txt_module_description' => 'This module is to schedule and execute the call of a URL.',
'txt_module_name' => 'Cron Job',
'txt_time' => 'Time',
'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 + -