src/fr/other/installer/infra/build/web/js/common_strings_fr.js
author Masaki Katakai <masaki@netbeans.org>
Fri, 21 Sep 2012 09:40:40 +0900
branchrelease73_beta
changeset 1793 29ae204d037d
parent 1787 346fc16afbfa
permissions -rw-r--r--
7.3 beta
     1 /*
     2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3  *
     4  * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     5  *
     6  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
     7  * Other names may be trademarks of their respective owners.
     8  *
     9  * The contents of this file are subject to the terms of either the GNU General
    10  * Public License Version 2 only ("GPL") or the Common Development and Distribution
    11  * License("CDDL") (collectively, the "License"). You may not use this file except in
    12  * compliance with the License. You can obtain a copy of the License at
    13  * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
    14  * License for the specific language governing permissions and limitations under the
    15  * License.  When distributing the software, include this License Header Notice in
    16  * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
    17  * designates this particular file as subject to the "Classpath" exception as
    18  * provided by Oracle in the GPL Version 2 section of the License file that
    19  * accompanied this code. If applicable, add the following below the License Header,
    20  * with the fields enclosed by brackets [] replaced by your own identifying
    21  * information: "Portions Copyrighted [year] [name of copyright owner]"
    22  * 
    23  * Contributor(s):
    24  * 
    25  * The Original Software is NetBeans. The Initial Developer of the Original Software
    26  * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
    27  * Rights Reserved.
    28  * 
    29  * If you wish your version of this file to be governed by only the CDDL or only the
    30  * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
    31  * this software in this distribution under the [CDDL or GPL Version 2] license." If
    32  * you do not indicate a single choice of license, a recipient has the option to
    33  * distribute your version of this file under either the CDDL, the GPL Version 2 or
    34  * to extend the choice of license to its licensees as provided above. However, if
    35  * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
    36  * the option applies only if the new code is made subject to such option by the
    37  * copyright holder.
    38  */
    39 
    40 
    41 
    42 PLATFORM_LONG_NAMES  [0] = "Windows";
    43 
    44 PLATFORM_SHORT_NAMES [0] = "Windows";
    45 
    46 PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
    47 
    48 PLATFORM_SHORT_NAMES [1] = "Linux";
    49 
    50 PLATFORM_LONG_NAMES  [2] = "Solaris (x86/x64)";
    51 
    52 PLATFORM_SHORT_NAMES [2] = "Solaris (x86/x64)";
    53 
    54 PLATFORM_LONG_NAMES  [3] = "Solaris (sparc)";
    55 
    56 PLATFORM_SHORT_NAMES [3] = "Solaris (sparc)";
    57 
    58 PLATFORM_LONG_NAMES  [4] = "Mac OS X";
    59 
    60 PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    61 
    62 PLATFORM_LONG_NAMES  [5] = "OS Independent Zip";
    63 
    64 PLATFORM_SHORT_NAMES [5] = "OS Independent Zip";
    65 
    66 /*
    67 
    68 // Commented since NBI installers are not used for now
    69 
    70 // Translate these strings as well (if they can be translated) and leave them commented
    71 
    72 PLATFORM_LONG_NAMES  [4] = "Mac OS X (intel)";
    73 
    74 PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    75 
    76 
    77 
    78 PLATFORM_LONG_NAMES  [5] = "Mac OS X (powerpc)";
    79 
    80 PLATFORM_SHORT_NAMES [5] = "Mac OS X";
    81 
    82 */
    83 
    84 
    85 BUNDLE_SHORT_NAMES[0] = "Java&nbsp;SE";
    86 //BUNDLE_SHORT_NAMES[1] = "JavaFX";
    87 BUNDLE_SHORT_NAMES[1] = "Java&nbsp;EE";
    88 //BUNDLE_SHORT_NAMES[2] = "Ruby";
    89 BUNDLE_SHORT_NAMES[2] = "C/C++";
    90 BUNDLE_SHORT_NAMES[3] = "PHP";
    91 BUNDLE_SHORT_NAMES[4] = "";
    92 
    93 BUNDLE_LONG_NAMES[0] = "Java&nbsp;SE";
    94 //BUNDLE_LONG_NAMES[1] = "JavaFX";
    95 BUNDLE_LONG_NAMES[1] = "Java&nbsp;EE";
    96 //BUNDLE_LONG_NAMES[2] = "Ruby";
    97 BUNDLE_LONG_NAMES[2] = "C/C++";
    98 BUNDLE_LONG_NAMES[3] = "PHP";
    99 BUNDLE_LONG_NAMES[4] = "Tous";
   100 
   101 
   102 var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/70/relnotes.html";
   103 var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/70/install.html";
   104 
   105 
   106 var LEGAL_INFO_HEADER = "Important Legal Information:";
   107 
   108 var CDDL_GPLV2_LINK = "http://www.netbeans.org/cddl-gplv2.html";
   109 var LICENSE_3RD_PARTY_LINK = "http://www.netbeans.info/downloads/licence/netbeans-3rd-party.txt";
   110 
   111 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>. See the <a href=\"{1}\">third-party readme</a> for external components included in NetBeans and their associated licenses.";