src/lt/other/installer/infra/build/web/js/common_strings_lt.js
author Masaki Katakai <masaki@netbeans.org>
Wed, 15 Jan 2014 07:19:15 -0800
branchrelease80_beta
changeset 1883 480d29efc7da
parent 1840 d40fedc57dd5
child 1919 7d6607e3cf98
permissions -rw-r--r--
download page update
masaki@963
     1
/*
masaki@963
     2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@963
     3
 *
masaki@1883
     4
 * Copyright 1997-2013 Oracle and/or its affiliates. All rights reserved.
masaki@963
     5
 *
masaki@963
     6
 * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
masaki@963
     7
 * Other names may be trademarks of their respective owners.
masaki@963
     8
 *
masaki@963
     9
 * The contents of this file are subject to the terms of either the GNU General
masaki@963
    10
 * Public License Version 2 only ("GPL") or the Common Development and Distribution
masaki@963
    11
 * License("CDDL") (collectively, the "License"). You may not use this file except in
masaki@963
    12
 * compliance with the License. You can obtain a copy of the License at
masaki@963
    13
 * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
masaki@963
    14
 * License for the specific language governing permissions and limitations under the
masaki@963
    15
 * License.  When distributing the software, include this License Header Notice in
masaki@963
    16
 * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
masaki@963
    17
 * designates this particular file as subject to the "Classpath" exception as
masaki@963
    18
 * provided by Oracle in the GPL Version 2 section of the License file that
masaki@963
    19
 * accompanied this code. If applicable, add the following below the License Header,
masaki@963
    20
 * with the fields enclosed by brackets [] replaced by your own identifying
masaki@963
    21
 * information: "Portions Copyrighted [year] [name of copyright owner]"
masaki@963
    22
 * 
masaki@963
    23
 * Contributor(s):
masaki@963
    24
 * 
masaki@963
    25
 * The Original Software is NetBeans. The Initial Developer of the Original Software
masaki@963
    26
 * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
masaki@963
    27
 * Rights Reserved.
masaki@963
    28
 * 
masaki@963
    29
 * If you wish your version of this file to be governed by only the CDDL or only the
masaki@963
    30
 * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
masaki@963
    31
 * this software in this distribution under the [CDDL or GPL Version 2] license." If
masaki@963
    32
 * you do not indicate a single choice of license, a recipient has the option to
masaki@963
    33
 * distribute your version of this file under either the CDDL, the GPL Version 2 or
masaki@963
    34
 * to extend the choice of license to its licensees as provided above. However, if
masaki@963
    35
 * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
masaki@963
    36
 * the option applies only if the new code is made subject to such option by the
masaki@963
    37
 * copyright holder.
masaki@963
    38
 */
masaki@963
    39
masaki@1527
    40
PLATFORM_LONG_NAMES  [0] = "Windows";
masaki@963
    41
PLATFORM_SHORT_NAMES [0] = "Windows";
masaki@963
    42
PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
masaki@963
    43
PLATFORM_SHORT_NAMES [1] = "Linux";
masaki@1883
    44
PLATFORM_LONG_NAMES  [2] = "Mac OS X";
masaki@1883
    45
PLATFORM_SHORT_NAMES [2] = "Mac OS X";
masaki@1883
    46
PLATFORM_LONG_NAMES  [3] = "OS Independent Zip";
masaki@1883
    47
PLATFORM_SHORT_NAMES [3] = "OS Independent Zip";
masaki@1550
    48
masaki@963
    49
BUNDLE_SHORT_NAMES[0] = "Java&nbsp;SE";
masaki@1550
    50
//BUNDLE_SHORT_NAMES[1] = "JavaFX";
masaki@1569
    51
BUNDLE_SHORT_NAMES[1] = "Java&nbsp;EE";
masaki@1569
    52
//BUNDLE_SHORT_NAMES[2] = "Ruby";
masaki@1569
    53
BUNDLE_SHORT_NAMES[2] = "C/C++";
masaki@1569
    54
BUNDLE_SHORT_NAMES[3] = "PHP";
masaki@1569
    55
BUNDLE_SHORT_NAMES[4] = "";
masaki@963
    56
masaki@963
    57
BUNDLE_LONG_NAMES[0] = "Java&nbsp;SE";
masaki@1550
    58
//BUNDLE_LONG_NAMES[1] = "JavaFX";
masaki@1569
    59
BUNDLE_LONG_NAMES[1] = "Java&nbsp;EE";
masaki@1569
    60
//BUNDLE_LONG_NAMES[2] = "Ruby";
masaki@1569
    61
BUNDLE_LONG_NAMES[2] = "C/C++";
masaki@1569
    62
BUNDLE_LONG_NAMES[3] = "PHP";
masaki@1569
    63
BUNDLE_LONG_NAMES[4] = "All";
masaki@1550
    64
masaki@1883
    65
var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/74/relnotes.html";
masaki@1883
    66
var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/74/install.html";
masaki@963
    67
masaki@963
    68
var LEGAL_INFO_HEADER = "Important Legal Information:";
masaki@963
    69
masaki@1787
    70
var CDDL_GPLV2_LINK = "http://netbeans.org/cddl-gplv2.html";
masaki@1787
    71
var LICENSE_FILES_LINK = "http://netbeans.org/about/legal/product-licences.html";
masaki@963
    72
masaki@1787
    73
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
    74
masaki@1787
    75
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.";