⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 language.en.php

📁 This is the script which used on 10minutemail.com for temporary email.
💻 PHP
字号:
<?php

/** 
 * GentleSource Module Parse URLs - 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_activate_module'               => 'Activate URL/E-mail parsing',
'txt_activate_module_description'   => '',

'txt_module_description'            => 'URLs like http://www.example.com/ or www.example.com and e-mail addresses like info@example.com are parsed and translated into links.',
'txt_module_name'                   => 'Parse URL/E-mail',

'txt_parse_email'                   => 'Parse e-mail',
'txt_parse_email_description'       => 'Parse e-mail addresses like info@example.com',
'txt_parse_url'                     => 'Parse URL',
'txt_parse_url_description'         => 'Parse URLs like http://www.example.com/',
'txt_parse_www'                     => 'Parse www ',
'txt_parse_www_description'         => 'Parse www addresses like www.example.com',

);








?>

⌨️ 快捷键说明

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