language.en.php

来自「This is the script which used on 10minut」· PHP 代码 · 共 50 行

PHP
50
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?