src/tr/other/installer/infra/build/web/js/start_strings_tr.js
author PGebauer <pgebauer@netbeans.org>
Fri, 06 Jan 2017 17:40:26 +0100
changeset 2006 fbab5b6ecbc9
parent 1919 7d6607e3cf98
permissions -rw-r--r--
The SHA-256 hash is used instead of the MD5 hash.
jeremie@639
     1
/*
jeremie@639
     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
 *
jeremie@639
     9
 * The contents of this file are subject to the terms of either the GNU General
jeremie@639
    10
 * Public License Version 2 only ("GPL") or the Common Development and Distribution
jeremie@639
    11
 * License("CDDL") (collectively, the "License"). You may not use this file except in
jeremie@639
    12
 * compliance with the License. You can obtain a copy of the License at
jeremie@639
    13
 * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
jeremie@639
    14
 * License for the specific language governing permissions and limitations under the
jeremie@639
    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
jeremie@639
    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
jeremie@639
    19
 * accompanied this code. If applicable, add the following below the License Header,
jeremie@639
    20
 * with the fields enclosed by brackets [] replaced by your own identifying
jeremie@639
    21
 * information: "Portions Copyrighted [year] [name of copyright owner]"
jeremie@639
    22
 * 
jeremie@639
    23
 * Contributor(s):
jeremie@639
    24
 * 
jeremie@639
    25
 * The Original Software is NetBeans. The Initial Developer of the Original Software
jeremie@639
    26
 * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
jeremie@639
    27
 * Rights Reserved.
jeremie@639
    28
 * 
jeremie@639
    29
 * If you wish your version of this file to be governed by only the CDDL or only the
jeremie@639
    30
 * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
jeremie@639
    31
 * this software in this distribution under the [CDDL or GPL Version 2] license." If
jeremie@639
    32
 * you do not indicate a single choice of license, a recipient has the option to
jeremie@639
    33
 * distribute your version of this file under either the CDDL, the GPL Version 2 or
jeremie@639
    34
 * to extend the choice of license to its licensees as provided above. However, if
jeremie@639
    35
 * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
jeremie@639
    36
 * the option applies only if the new code is made subject to such option by the
jeremie@639
    37
 * copyright holder.
jeremie@639
    38
 */
jeremie@639
    39
jeremie@639
    40
var AUTOMATIC_DOWNLOAD_MESSAGE  = "Your download should start automatically.<br>If not, <a href=\"{0}\" class=\"download_link\">download it here</a>.<br>";
jeremie@639
    41
jeremie@639
    42
var PRODUCT_NAME      = "NetBeans {0}";
jeremie@639
    43
var INSTALLER_MESSAGE = "Installer for {0}";
jeremie@639
    44
var NOFILE_MESSAGE    = "No file requested" ;
jeremie@639
    45
jeremie@639
    46
var NETBEANS_DOWNLOAD_STARTED_PAGE_TITLE       = "NetBeans IDE Download Started";
jeremie@639
    47
var NETBEANS_DOWNLOAD_STARTED_PAGE_DESCRIPTION = "NetBeans IDE Download Started";
jeremie@639
    48
jeremie@639
    49
var NETBEANS_DOWNLOAD_STARTED_HEADER = "NetBeans IDE {0} Download Started";
jeremie@639
    50
var RELEASE_NOTES_LABEL = "Release Notes";
jeremie@639
    51
var INSTALL_NOTES_LABEL = "Installation Instructions";
jeremie@639
    52
var FIND_OUT_MORE_LABEL = "Find Out More";
jeremie@639
    53
var PLUGINS_LABEL       = "Plugins";
jeremie@639
    54
var PLUGINS_DESCRIPTION = "Contributed by the NetBeans community and 3rd party vendors.";
jeremie@639
    55
var TUTORIALS_LABEL     = "Tutorials";
jeremie@639
    56
var TUTORIALS_DESCRIPTION = "Written and recorded by the NetBeans community and professionals.";
jeremie@639
    57
var TRAINING_LABEL = "Training";
jeremie@639
    58
var TRAINING_DESCRIPTION = "Courses to help you improve your skills.";
jeremie@639
    59
var SUPPORT_LABEL        = "Support";
jeremie@639
    60
var SUPPORT_DESCRIPTION  = "Flexible support options to help you stay focused on innovation.";
jeremie@639
    61
pgebauer@2006
    62
// $PRODUCT_NAME $TYPE (Installer for $PLATFORM/Zip)/$Language ($Language_ID) $filename ($SIZE) SHA-256: $MD5
pgebauer@2006
    63
var INFO_MESSAGE = "{0}{1} {2}/{3} ({4})<br>{5} ({6} MB)<br>SHA-256: {7}";
pgebauer@2006
    64
var INFO_MESSAGE_OTHER = "{0} ({1} MB)<br>SHA-256: {2}";
jeremie@639
    65
jeremie@639
    66
//DO NOT TRANSLATE
jeremie@639
    67
var SUBSCRIPTION_PHP_URL = "http://services.netbeans.org/sub.php";
jeremie@639
    68