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

📄 language.en.php

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

/** 
 * GentleSource Module Akismet - 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_akismet_key'                   => 'Akismet API Key',
'txt_akismet_key_description'       => 'You can get a free API key by registering for a WordPress.com user account (http://wordpress.com/signup/). The API key will be emailed to you after you register.',

'txt_error_spam'                    => 'Akismet has marked your comment as spam. It has been, therefore, rejected.',

'txt_moderate'                      => 'Moderate',
'txt_module_description'            => 'Akismet.com analyzes incoming comments and checks if that comment has been listed as Spam. You need to get an API Key from http://www.akismet.com by registering an account at http://www.wordpress.com/. If you leave this API key empty, Akismet will not be used.',
'txt_module_name'                   => 'Akismet',

'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 + -