src/pt_BR/other/installer/infra/build/web/js/start_strings_pt_BR.js
author PGebauer <pgebauer@netbeans.org>
Fri, 06 Jan 2017 17:40:26 +0100
changeset 2006 fbab5b6ecbc9
parent 976 07134039cacd
permissions -rw-r--r--
The SHA-256 hash is used instead of the MD5 hash.
jeremie@204
     1
/*
jeremie@132
     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@132
     9
 * The contents of this file are subject to the terms of either the GNU General
jeremie@132
    10
 * Public License Version 2 only ("GPL") or the Common Development and Distribution
jeremie@132
    11
 * License("CDDL") (collectively, the "License"). You may not use this file except in
jeremie@132
    12
 * compliance with the License. You can obtain a copy of the License at
jeremie@132
    13
 * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
jeremie@132
    14
 * License for the specific language governing permissions and limitations under the
jeremie@132
    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@132
    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@132
    19
 * accompanied this code. If applicable, add the following below the License Header,
jeremie@132
    20
 * with the fields enclosed by brackets [] replaced by your own identifying
jeremie@132
    21
 * information: "Portions Copyrighted [year] [name of copyright owner]"
jeremie@132
    22
 * 
jeremie@132
    23
 * Contributor(s):
jeremie@132
    24
 * 
jeremie@132
    25
 * The Original Software is NetBeans. The Initial Developer of the Original Software
jeremie@132
    26
 * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
jeremie@132
    27
 * Rights Reserved.
jeremie@132
    28
 * 
jeremie@132
    29
 * If you wish your version of this file to be governed by only the CDDL or only the
jeremie@132
    30
 * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
jeremie@132
    31
 * this software in this distribution under the [CDDL or GPL Version 2] license." If
jeremie@132
    32
 * you do not indicate a single choice of license, a recipient has the option to
jeremie@132
    33
 * distribute your version of this file under either the CDDL, the GPL Version 2 or
jeremie@132
    34
 * to extend the choice of license to its licensees as provided above. However, if
jeremie@132
    35
 * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
jeremie@132
    36
 * the option applies only if the new code is made subject to such option by the
jeremie@132
    37
 * copyright holder.
jeremie@132
    38
 */
masaki@181
    39
jeremie@204
    40
var AUTOMATIC_DOWNLOAD_MESSAGE = "A transfer\u00eancia deve iniciar automaticamente.<br>Caso contr\u00e1rio, <a href=\"{0}\" class=\"download_link\">baixe ele aqui</a>.<br>";
jeremie@132
    41
jeremie@204
    42
var PRODUCT_NAME = "NetBeans {0}";
jeremie@132
    43
var INSTALLER_MESSAGE = "Instalador para {0}";
jeremie@204
    44
var NOFILE_MESSAGE = "Nenhum arquivo foi requisitado";
jeremie@132
    45
jeremie@543
    46
var NETBEANS_DOWNLOAD_STARTED_PAGE_TITLE       = "O download do NetBeans foi iniciado";
jeremie@543
    47
var NETBEANS_DOWNLOAD_STARTED_PAGE_DESCRIPTION = "O download do NetBeans foi iniciado";
jeremie@539
    48
jeremie@204
    49
var NETBEANS_DOWNLOAD_STARTED_HEADER = "A transfer\u00eancia do IDE NetBeans {0} foi iniciada";
jeremie@132
    50
var RELEASE_NOTES_LABEL = "Notas da vers\u00e3o";
jeremie@132
    51
var INSTALL_NOTES_LABEL = "Instru\u00e7\u00f5es de instala\u00e7\u00e3o";
jeremie@132
    52
var FIND_OUT_MORE_LABEL = "Localizar mais";
jeremie@204
    53
var PLUGINS_LABEL = "Plugins";
jeremie@132
    54
var PLUGINS_DESCRIPTION = "Contribui\u00e7\u00e3o da comunidade NetBeans e terceiros.";
jeremie@204
    55
var TUTORIALS_LABEL = "Tutorials";
jeremie@132
    56
var TUTORIALS_DESCRIPTION = "Escrito e gravado pela comunidade NetBeans e profissionais.";
jeremie@132
    57
var TRAINING_LABEL = "Treinamento";
jeremie@132
    58
var TRAINING_DESCRIPTION = "Cursos para ajud\u00e1-lo a melhorar suas habilidades.";
jeremie@204
    59
var SUPPORT_LABEL = "Suporte";
jeremie@204
    60
var SUPPORT_DESCRIPTION = "Op\u00e7\u00f5es de suporte flex\u00edveis para ajud\u00e1-lo a ficar focado em inova\u00e7\u00f5es.";
masaki@181
    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@132
    65
jeremie@132
    66
//DO NOT TRANSLATE
jeremie@132
    67
var SUBSCRIPTION_PHP_URL = "http://services.netbeans.org/sub.php";