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

📄 zh_cn.lang.php

📁 开源的CRM,功能全面,国内最优秀的源码
💻 PHP
字号:
<?php/***************************************************************************** * The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE * Version 1.1 ("License"); You may not use this file except in compliance * with the License. You may obtain a copy of the License at * http://opensource.org/licenses/rpl.php. Software distributed under the * License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, * either express or implied. * * You may: * a) Use and distribute this code exactly as you received without payment or *    a royalty or other fee. * b) Create extensions for this code, provided that you make the extensions *    publicly available and document your modifications clearly. * c) Charge for a fee for warranty or support or for accepting liability *    obligations for your customers. * * You may NOT: * a) Charge for the use of the original code or extensions, including in *    electronic distribution models, such as ASP (Application Service *    Provider). * b) Charge for the original source code or your extensions other than a *    nominal fee to cover distribution costs where such distribution *    involves PHYSICAL media. * c) Modify or delete any pre-existing copyright notices, change notices, *    or License text in the Licensed Software * d) Assert any patent claims against the Licensor or Contributors, or *    which would in any way restrict the ability of any third party to use the *    Licensed Software. * * You must: * a) Document any modifications you make to this code including the nature of *    the change, the authors of the change, and the date of the change. * b) Make the source code for any extensions you deploy available via an *    Electronic Distribution Mechanism such as FTP or HTTP download. * c) Notify the licensor of the availability of source code to your extensions *    and include instructions on how to acquire the source code and updates. * d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use, *    reproduce, perform, modify, sublicense, and distribute your extensions. * * The Original Code is: C3CRM Team *                       http://www.c3crm.com *                       2006-5-19  * * The Initial Developer of the Original Code is C3CRM Team. * Portions created by C3CRM are Copyright (C) 2005 C3CRM * All Rights Reserved. ********************************************************************************/$mod_strings = array (  'LBL_LIST_JOB_INTERVAL' => '间隔:',  'LBL_LIST_LIST_ORDER' => '工作计划:',  'LBL_LIST_NAME' => '工作计划:',  'LBL_LIST_RANGE' => '范围:',  'LBL_LIST_REMOVE' => '移除:',  'LBL_LIST_STATUS' => '状态:',  'LBL_LIST_TITLE' => '工作计划列表:',  'LBL_LIST_EXECUTE_TIME' => '执行时间:',  'LBL_SUN' => '星期天',  'LBL_MON' => '星期一',  'LBL_TUE' => '星期二',  'LBL_WED' => '星期三',  'LBL_THU' => '星期四',  'LBL_FRI' => '星期五',  'LBL_SAT' => '星期六',  'LBL_ALL' => '每天',  'LBL_EVERY_DAY' => '每天 ',  'LBL_AT_THE' => '在 ',  'LBL_EVERY' => '每',  'LBL_FROM' => '从 ',  'LBL_ON_THE' => '于 ',  'LBL_RANGE' => '到',  'LBL_AT' => ' 在 ',  'LBL_IN' => ' in ',  'LBL_AND' => ' 和 ',  'LBL_MINUTES' => ' 分钟 ',  'LBL_HOUR' => ' 小时',  'LBL_HOUR_SING' => ' 小时',  'LBL_MONTH' => ' 月',  'LBL_OFTEN' => ' 频繁.',  'LBL_MIN_MARK' => ' 分钟标示',  'LBL_MINS' => '分钟',  'LBL_HOURS' => '小时',  'LBL_DAY_OF_MONTH' => '日期',  'LBL_MONTHS' => '月',  'LBL_DAY_OF_WEEK' => '天',  'LBL_CRONTAB_EXAMPLES' => '以上使用标准的crontab语法.',  'LBL_ALWAYS' => '始终',  'LBL_CATCH_UP' => '错过时执行',  'LBL_CATCH_UP_WARNING' => '如果这个任务执行需要一些时间就取消选择.',  'LBL_DATE_TIME_END' => '结束日期和时间',  'LBL_DATE_TIME_START' => '开始日期和时间',  'LBL_INTERVAL' => '间隔',  'LBL_JOB' => '任务',  'LBL_LAST_RUN' => '最后执行时间',  'LBL_MODULE_NAME' => '工作计划',  'LBL_MODULE_TITLE' => '工作计划',  'LBL_NAME' => '任务名称',  'LBL_NEVER' => '从不',  'LBL_NEW_FORM_TITLE' => '新增工作计划',  'LBL_PERENNIAL' => '永久',  'LBL_SEARCH_FORM_TITLE' => '查找工作计划',  'LBL_SCHEDULER' => '工作计划:',  'LBL_STATUS' => '状态',  'LBL_TIME_FROM' => '激活自',  'LBL_TIME_TO' => '激活到',  'LBL_WARN_CURL_TITLE' => 'cURL 警告:',  'LBL_WARN_CURL' => '警告:',  'LBL_WARN_NO_CURL' => '本系统的PHP环境不支持cURL库(--with-curl=/path/to/curl_library).请联系管理员解决这个问题。否则工作计划将不能正常运行。',  'LBL_BASIC_OPTIONS' => '基本设置',  'LBL_ADV_OPTIONS' => '高级选项',  'LBL_TOGGLE_ADV' => '高级选项',  'LBL_TOGGLE_BASIC' => '基本选项',  'LNK_LIST_SCHEDULER' => '工作计划',  'LNK_NEW_SCHEDULER' => '新增工作计划',  'LNK_LIST_SCHEDULED' => '已计划工作',  'SOCK_GREETING' => '这是SugarCRM工作计划服务的接口。',  'ERR_DELETE_RECORD' => '删除工作计划必需指定记录编号.',  'NTC_DELETE_CONFIRMATION' => '确定要删除这个记录吗?',  'NTC_STATUS' => '设置状态为"未激活"会从工作计划下拉框选项中删除。',  'NTC_LIST_ORDER' => '设置工作计划的下拉框选项',  'LBL_CRON_INSTRUCTIONS_WINDOWS' => '设置windows的工作计划',  'LBL_CRON_INSTRUCTIONS_LINUX' => '设置Crontab',  'LBL_CRON_LINUX_DESC' => '在crontab中删除这一行: ',  'LBL_CRON_WINDOWS_DESC' => '用以下的命令创建一个批处理文件:',  'LBL_NO_PHP_CLI' => '如果你的主机没有没有这个PHP二进制程序,你可以使用wget或curl来执行你的调度任务。<br>wget: <b>*    *    *    *    *    wget --spider /cron.php</b><br>curl: <b>*    *    *    *    *    curl --silent /cron.php',  'LBL_JOBS_SUBPANEL_TITLE' => '激活的任务',  'LBL_EXECUTE_TIME' => '执行时间',  'scheduler_status_dom' =>  array (    'Active' => '激活',    'Inactive' => '未激活',  ),  'scheduler_period_dom' =>  array (    'min' => '分钟',    'hour' => '小时',  ),  'LBL_CRON_INSTRUCTIONS_TITLE' => '设定Crontab(Linux环境)或者工作计划(Windows环境)',  'LBL_CRON_LINUX' => 'Linux环境:',  'LBL_CRON_WINDOWS' => 'Windows环境:',);?>

⌨️ 快捷键说明

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