src/zh_CN/other/installer/infra/build/web/js/common_strings_zh_CN.js
author Masaki Katakai <masaki@netbeans.org>
Fri, 16 Oct 2015 00:04:27 -0700
branchrelease81
changeset 1976 222cd187e0c7
parent 1940 5eac802f5658
child 1999 a35c107094f8
permissions -rw-r--r--
relnotes url for supported languages to 81
rebeccaliu@61
     1
/*
rebeccaliu@61
     2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@976
     3
 *
masaki@976
     4
 * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
masaki@976
     5
 *
masaki@976
     6
 * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
masaki@976
     7
 * Other names may be trademarks of their respective owners.
masaki@976
     8
 *
rebeccaliu@61
     9
 * The contents of this file are subject to the terms of either the GNU General
rebeccaliu@61
    10
 * Public License Version 2 only ("GPL") or the Common Development and Distribution
rebeccaliu@61
    11
 * License("CDDL") (collectively, the "License"). You may not use this file except in
rebeccaliu@61
    12
 * compliance with the License. You can obtain a copy of the License at
rebeccaliu@61
    13
 * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
rebeccaliu@61
    14
 * License for the specific language governing permissions and limitations under the
rebeccaliu@61
    15
 * License.  When distributing the software, include this License Header Notice in
masaki@976
    16
 * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
rebeccaliu@61
    17
 * designates this particular file as subject to the "Classpath" exception as
masaki@976
    18
 * provided by Oracle in the GPL Version 2 section of the License file that
rebeccaliu@61
    19
 * accompanied this code. If applicable, add the following below the License Header,
rebeccaliu@61
    20
 * with the fields enclosed by brackets [] replaced by your own identifying
rebeccaliu@61
    21
 * information: "Portions Copyrighted [year] [name of copyright owner]"
rebeccaliu@61
    22
 * 
rebeccaliu@61
    23
 * Contributor(s):
rebeccaliu@61
    24
 * 
rebeccaliu@61
    25
 * The Original Software is NetBeans. The Initial Developer of the Original Software
rebeccaliu@61
    26
 * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
rebeccaliu@61
    27
 * Rights Reserved.
rebeccaliu@61
    28
 * 
rebeccaliu@61
    29
 * If you wish your version of this file to be governed by only the CDDL or only the
rebeccaliu@61
    30
 * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
rebeccaliu@61
    31
 * this software in this distribution under the [CDDL or GPL Version 2] license." If
rebeccaliu@61
    32
 * you do not indicate a single choice of license, a recipient has the option to
rebeccaliu@61
    33
 * distribute your version of this file under either the CDDL, the GPL Version 2 or
rebeccaliu@61
    34
 * to extend the choice of license to its licensees as provided above. However, if
rebeccaliu@61
    35
 * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
rebeccaliu@61
    36
 * the option applies only if the new code is made subject to such option by the
rebeccaliu@61
    37
 * copyright holder.
rebeccaliu@61
    38
 */
rebeccaliu@61
    39
rebeccaliu@1547
    40
PLATFORM_LONG_NAMES  [0] = "Windows";
rebeccaliu@61
    41
PLATFORM_SHORT_NAMES [0] = "Windows";
rebeccaliu@61
    42
PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
rebeccaliu@61
    43
PLATFORM_SHORT_NAMES [1] = "Linux";
masaki@1884
    44
PLATFORM_LONG_NAMES  [2] = "Mac OS X";
masaki@1884
    45
PLATFORM_SHORT_NAMES [2] = "Mac OS X";
masaki@1884
    46
PLATFORM_LONG_NAMES  [3] = "\u4E0D\u53D7\u5E73\u53F0\u9650\u5236\u7684 Zip";
masaki@1884
    47
PLATFORM_SHORT_NAMES [3] = "\u4E0D\u53D7\u5E73\u53F0\u9650\u5236\u7684 Zip";
masaki@1550
    48
rebeccaliu@197
    49
BUNDLE_SHORT_NAMES[0] = "Java&nbsp;SE";
masaki@1569
    50
BUNDLE_SHORT_NAMES[1] = "Java&nbsp;EE";
masaki@1940
    51
BUNDLE_SHORT_NAMES[2] = "HTML5/JS";
masaki@1569
    52
BUNDLE_SHORT_NAMES[3] = "PHP";
masaki@1940
    53
BUNDLE_SHORT_NAMES[4] = "C/C++";
masaki@1940
    54
BUNDLE_SHORT_NAMES[5] = "";
rebeccaliu@61
    55
rebeccaliu@197
    56
BUNDLE_LONG_NAMES[0] = "Java&nbsp;SE";
masaki@1569
    57
BUNDLE_LONG_NAMES[1] = "Java&nbsp;EE";
masaki@1940
    58
BUNDLE_LONG_NAMES[2] = "HTML5/JavaScript";
masaki@1569
    59
BUNDLE_LONG_NAMES[3] = "PHP";
masaki@1940
    60
BUNDLE_LONG_NAMES[4] = "C/C++";
masaki@1940
    61
BUNDLE_LONG_NAMES[5] = "All";
masaki@1550
    62
masaki@1976
    63
var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/81/relnotes_zh_CN.html";
masaki@1976
    64
var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/81/install_zh_CN.html";
masaki@818
    65
masaki@819
    66
var LEGAL_INFO_HEADER = "\u91CD\u8981\u7684\u6CD5\u5F8B\u4FE1\u606F\uFF1A";
masaki@819
    67
masaki@1787
    68
var CDDL_GPLV2_LINK = "http://netbeans.org/cddl-gplv2.html";
masaki@1787
    69
var LICENSE_FILES_LINK = "http://netbeans.org/about/legal/product-licences.html";
masaki@818
    70
masaki@1787
    71
var LEGAL_INFO_MESSAGE = "NetBeans Community Distributions are available under a Dual License consisting of the <a href=\"{0}\">Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2</a>. Such distributions include additional components under separate licenses identified in the <a href=\"{1}\">License file</a>. See the <a href=\"{2}\">Third Party License file</a> for external components included in NetBeans and their associated licenses.";
masaki@1787
    72
masaki@1787
    73
var LEGAL_WARNING_MESSAGE = "<b>WARNING:</b> These builds are still under development and could contain defects that lead to data loss. They are meant for evaluation of new features. As always, be sure to back up your changes if you use these builds on your production code.";