src/pt_BR/ide/db-sql-editor/db-sql-editor/org/netbeans/modules/db/sql/editor/Bundle_pt_BR.properties
author Masaki Katakai <masaki@netbeans.org>
Thu, 10 Oct 2013 20:46:41 +0900
branchrelease74
changeset 1877 713378bd0d4b
parent 1851 b0a7f59ffdac
permissions -rw-r--r--
bug 236824
masaki@906
     1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@906
     2
#
masaki@964
     3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
masaki@964
     4
#
masaki@964
     5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
masaki@964
     6
# Other names may be trademarks of their respective owners.
masaki@906
     7
#
masaki@906
     8
# The contents of this file are subject to the terms of either the GNU
masaki@906
     9
# General Public License Version 2 only ("GPL") or the Common
masaki@906
    10
# Development and Distribution License("CDDL") (collectively, the
masaki@906
    11
# "License"). You may not use this file except in compliance with the
masaki@906
    12
# License. You can obtain a copy of the License at
masaki@906
    13
# http://www.netbeans.org/cddl-gplv2.html
masaki@906
    14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
masaki@906
    15
# specific language governing permissions and limitations under the
masaki@906
    16
# License.  When distributing the software, include this License Header
masaki@906
    17
# Notice in each file and include the License file at
masaki@964
    18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
masaki@906
    19
# particular file as subject to the "Classpath" exception as provided
masaki@964
    20
# by Oracle in the GPL Version 2 section of the License file that
masaki@906
    21
# accompanied this code. If applicable, add the following below the
masaki@906
    22
# License Header, with the fields enclosed by brackets [] replaced by
masaki@906
    23
# your own identifying information:
masaki@906
    24
# "Portions Copyrighted [year] [name of copyright owner]"
masaki@906
    25
#
masaki@906
    26
# Contributor(s):
masaki@906
    27
#
masaki@906
    28
# The Original Software is NetBeans. The Initial Developer of the Original
masaki@906
    29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
masaki@906
    30
# Microsystems, Inc. All Rights Reserved.
masaki@906
    31
#
masaki@906
    32
# If you wish your version of this file to be governed by only the CDDL
masaki@906
    33
# or only the GPL Version 2, indicate your decision by adding
masaki@906
    34
# "[Contributor] elects to include this software in this distribution
masaki@906
    35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
masaki@906
    36
# single choice of license, a recipient has the option to distribute
masaki@906
    37
# your version of this file under either the CDDL, the GPL Version 2 or
masaki@906
    38
# to extend the choice of license to its licensees as provided above.
masaki@906
    39
# However, if you add GPL Version 2 code and therefore, elected the GPL
masaki@906
    40
# Version 2 license, then the option applies only if the new code is
masaki@906
    41
# made subject to such option by the copyright holder.
masaki@906
    42
masaki@906
    43
OPTIONS_sql=Editor SQL
masaki@906
    44
masaki@906
    45
#SQLEditorProviderImpl
masaki@906
    46
#{0} = command number
masaki@1851
    47
#PARTI18N - only localize "SQL" and do not add anything after ".sql" - keep it short!
masaki@1877
    48
masaki@906
    49
masaki@906
    50
#options
masaki@1744
    51
NAME_coloring_sql-whitespace=Espa\u00e7o em Branco
masaki@1744
    52
HINT_coloring_sql-whitespace=Espa\u00e7o em Branco
masaki@1833
    53
masaki@906
    54
masaki@1744
    55
NAME_coloring_sql-line-comment=Coment\u00e1rio de Linha
masaki@1744
    56
HINT_coloring_sql-line-comment=Coment\u00e1rio de Linha \u00danica
masaki@1833
    57
masaki@906
    58
masaki@1744
    59
NAME_coloring_sql-block-comment=Coment\u00e1rio em Bloco
masaki@1744
    60
HINT_coloring_sql-block-comment=Coment\u00e1rio em Bloco
masaki@1833
    61
masaki@906
    62
masaki@1744
    63
NAME_coloring_sql-string-literal=Literal de String
masaki@1744
    64
HINT_coloring_sql-string-literal=Literal de String
masaki@1833
    65
masaki@906
    66
masaki@906
    67
NAME_coloring_sql-identifier=Identificador
masaki@906
    68
HINT_coloring_sql-identifier=Identificador
masaki@1833
    69
masaki@906
    70
masaki@906
    71
NAME_coloring_sql-operator=Operador
masaki@906
    72
HINT_coloring_sql-operator=Operador
masaki@1833
    73
masaki@906
    74
masaki@1744
    75
NAME_coloring_sql-int-literal=Literal Inteiro
masaki@1744
    76
HINT_coloring_sql-int-literal=Literal Inteiro
masaki@1833
    77
masaki@906
    78
masaki@1744
    79
NAME_coloring_sql-double-literal=Literal de Ponto Flutuante
masaki@1744
    80
HINT_coloring_sql-double-literal=Literal de ponto flutuante
masaki@1833
    81
masaki@906
    82
masaki@1744
    83
NAME_coloring_sql-dot=Ponto
masaki@1744
    84
HINT_coloring_sql-dot=Ponto
masaki@1833
    85
masaki@906
    86
masaki@1744
    87
NAME_coloring_sql-keyword=Palavra-chave SQL
masaki@1744
    88
HINT_coloring_sql-keyword=Palavra-chave SQL
masaki@1833
    89
masaki@906
    90
masaki@906
    91
NAME_coloring_sql-errors=Erro SQL
masaki@906
    92
HINT_coloring_sql-errors=Erro SQL
masaki@906
    93
masaki@1833
    94