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

📄 language.en.php

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

/** 
 * GentleSource Guestbook Script - 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_ban_ip'                        => 'Ban IP',

'txt_error_ip_block'                => 'Your IP address has been blocked. You are not allowed to post a comment.',

'txt_ip_addresses'                  => 'IP Addresses',
'txt_ip_addresses_description'      => 'Enter one IP address per line.',
'txt_ip_block'                      => 'IP Block',
'txt_ip_block_description'          => 'Filters comments on the basis of the users IP address.',

'txt_moderate'                      => 'Moderate',
'txt_module_description'            => 'Filters/blocks comments by IP address.',
'txt_module_name'                   => 'IP Block',

'txt_notice_moderation'             => 'Your comment will be published once it has been approved by our moderators.',

'txt_off'                           => 'Off',

'txt_reject'                        => 'Reject',

);








?>

⌨️ 快捷键说明

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