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

📄 es.lang.php

📁 软件的主要特点: 1.专门针对有"验证码"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有"验证码"要求的网站是每次打开一个
💻 PHP
字号:
<?php    /**     * @file   /modules/editor/components/cc_license/lang/ko.lang.php     * @author zero <zero@zeroboard.com>     * @brief  WYSIWYG module >  CCL display component     **/    $lang->ccl_default_title = 'Creative Commons Corea derechos de autor';    $lang->ccl_default_message = 'Este componente puede ser usado por <a rel="licencia" href="http://creativecommons.org/licenses/by% s% s% s% s" onclick="winopen (this.href); retorno false;" >% S% s% s% s </ a> ';    $lang->ccl_title = 'Titulo';    $lang->ccl_use_mark = 'Utilice Mark';    $lang->ccl_allow_commercial = 'Permitir el uso comercial';    $lang->ccl_allow_modification = 'Permitir la modificacion de componente';    $lang->ccl_allow = 'Permitir';    $lang->ccl_disallow = 'Disallow';    $lang->ccl_sa = 'Modificar identica condicion';    $lang->ccl_options = array(        'ccl_allow_commercial' => array('Y'=>'-Commertial', 'N'=>'-Noncommertial'),        'ccl_allow_modification' => array('Y'=>'-Inhibit', 'N'=>'-Inhibit', 'SA'=>'-Under Identical Condition'),    );    $lang->about_ccl_title = 'Titulo en la pantalla. Default mensaje se muestra cuando no hay nada de entrada.';    $lang->about_ccl_use_mark = 'Puede mostrar u ocultar la marca. (Por defecto: pantalla)';    $lang->about_ccl_allow_commercial = 'Usted puede permitir o no permitir el uso comercial. (Por defecto: inhabilitar)';    $lang->about_ccl_allow_modification = 'Usted puede habilitar o inhabilitar la modificacion de la obra. (Por defecto: permitir)';?>

⌨️ 快捷键说明

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