/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 * 
 * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 * 
 * The contents of this file are subject to the terms of either the GNU General
 * Public License Version 2 only ("GPL") or the Common Development and Distribution
 * License("CDDL") (collectively, the "License"). You may not use this file except in
 * compliance with the License. You can obtain a copy of the License at
 * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
 * License for the specific language governing permissions and limitations under the
 * License.  When distributing the software, include this License Header Notice in
 * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Sun
 * designates this particular file as subject to the "Classpath" exception as
 * provided by Sun in the GPL Version 2 section of the License file that
 * accompanied this code. If applicable, add the following below the License Header,
 * with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions Copyrighted [year] [name of copyright owner]"
 * 
 * Contributor(s):
 * 
 * The Original Software is NetBeans. The Initial Developer of the Original Software
 * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
 * Rights Reserved.
 * 
 * If you wish your version of this file to be governed by only the CDDL or only the
 * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
 * this software in this distribution under the [CDDL or GPL Version 2] license." If
 * you do not indicate a single choice of license, a recipient has the option to
 * distribute your version of this file under either the CDDL, the GPL Version 2 or
 * to extend the choice of license to its licensees as provided above. However, if
 * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
 * the option applies only if the new code is made subject to such option by the
 * copyright holder.
 */

var BUNDLED_SERVERS_GROUP_NAME = "集成的服务器";
                                                   
var MOBILITY_E2E_MESSAGE 	  = "Mobility Web 服务连接向导仅包含在 All 下载中，并不包含在 Mobility 下载中。";
var NETBEANS_DOWNLOAD_BUNDLES_MSG = "NetBeans IDE 下载包";
var NETBEANS_PACKS_MSG 		  = "NetBeans 软件包";

var JDK_DOWNLOAD_LINK    = "http://java.sun.com/javase/downloads/index.jsp";

var JDK_NOTE_ALL      = "安装和运行 NetBeans IDE 必须先安装 JDK 6 或者 JDK 5.0。您可以从<a href=\"{0}\">这里下载 JDK</a>。";
var JDK_NOTE_MACOSX   = "安装和运行 NetBeans IDE 必须先安装 JDK 5.0。";

var FREE_SIZE_MESSAGE  = "Free,&nbsp;{0}&nbsp;MB";
var NOT_AVAILABLE_SIZE = "--";

var NOTE_PREFIX    = "注意：";
var NOTE_AND_SEP   = "{0} 和 {1}";
var NOTE_COMMA_SEP = "{0}，{1}";

var SINGLE_NOT_AVAILABLE_ZIP      = "{0} 不在 {1} 中";
var SINGLE_NOT_AVAILABLE_BUNDLE   = "{0} 不在 {1} 中";
var MULTIPLE_NOT_AVAILABLE_ZIP    = "{0} 不在 {1} 中";
var MULTIPLE_NOT_AVAILABLE_BUNDLE = "{0} 不在 {1} 中";


var NOTE_SOLARIS = "注意：Mobility 仅在 Windows 和 Linux 上可以使用。";
var NOTE_MACOSX  = "注意：Mobility 仅在 Windows 和 Linux 上可以使用。用于 Mac OS X 的 UML 只能通过 IDE 的插件管理器（工具|插件）获取。";
var NOTE_ZIP     = "注意：GlassFish 和 Apache Tomcat 仅存在于与平台相关的安装包中。";


var NETBEANS_DOWNLOAD_HEADER = "NetBeans IDE {build.display.version} 下载";
var DEVELOPMENT_TITLE        = "开发版本";
var ARCHIVE_TITLE            = "早期版本";
var EMAIL_LABEL              = "电子邮件地址（可选）：";
var SUBSCRIBE_LABEL          = "订阅新闻邮件：";
var MONTHLY_LABEL            = "每月&nbsp;&nbsp;&nbsp;&nbsp;";
var WEEKLY_LABEL             = "每周";
var CONTACT_LABEL            = "NetBeans 可使用此地址联系我";
var LANGUAGE_LABEL           = "语言：";
var PLATFORM_LABEL           = "平台：";
var PLUGIN_MANAGER_LABEL     = "您可以安装之后使用 IDE 插件管理器（工具 | 插件）添加或者删除软件包。<br>";
var JAVATOOLSBUNDLE_LABEL    = "您也可以下载 NetBeans IDE 作为 <a href=\"http://java.sun.com/javaee/downloads/index.jsp\">Java EE 5 工具包</a>的一部分。";
var SOURCE_BINARY_LABEL      = "也可获取 NetBeans 源代码和二进制构建文件（但不包括集成的运行环境）的 <a href=\"zip/\">zip 文件格式</a>。<br>";
var BUILD_WIKI_LABEL         = "请参见<a href=\"http://wiki.netbeans.org/wiki/view/WorkingWithNetBeansSources\">如何从源文件生成 IDE 的指导说明</a>。";
var LICENSE_NOTICE_LABEL     = "法律声明";
var INSTALL_NOTES_LABEL      = "安装指导";


var INSTALL_NOTES_LINK       = "http://zh-cn.netbeans.org/community/releases/60/install.html";
var LICENSE_NOTICE_LINK      = "http://www.netbeans.org/about/legal/product-licences.html";


// TRANSLATE NOTE: change download*.gif to download*_<locale>.gif
var DOWNLOAD_BUTTON_NORMAL    = "img/download.gif";
var DOWNLOAD_BUTTON_DISABLED  = "img/download_d.gif";
var DOWNLOAD_BUTTON_HIGHLIGHT = "img/download_h.gif";

// DO NOT TRANSLATE
var START_PAGE = "start.htm";

// DO NOT TRANSLATE
var ZIP_FILES_PREFIX    = "netbeans-6.0.1-200801291616-ml";
var BUNDLE_FILES_PREFIX = "netbeans-6.0.1-ml";
