blob: 8dd5dfa9bb3c4d5eaa32fe08c60e9b0a808f16a9 [file] [log] [blame]
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#
# Sample ResourceBundle properties file
# Code in customizers/common uses these
LBL_Move_Up=Mover cara a arriba
LBL_Move_Down=Mover cara a abaixo
LBL_Go_To_Source=Ir \u00e1 fonte
LBL_New=Novo...
MNC_New=w
ACSN_New=Nova
ACSD_New=Prema este bot\u00f3n para engadir unha entrada \u00e1 t\u00e1boa.
LBL_Edit=Editar...
MNC_Edit=E
ACSN_Edit=Editar
ACSD_Edit=Prema este bot\u00f3n para editar unha entrada seleccionada na t\u00e1boa.
LBL_Delete=Borrar
MNC_Delete=D
ACSN_Delete=Borrar
ACSD_Delete=Prema este bot\u00f3n para borrar unha entrada seleccionada na t\u00e1boa.
LBL_OK=Aceptar
ACSN_OK=Aceptar
ACSD_OK=Prema este bot\u00f3n para aceptar as entradas neste panel.
LBL_Cancel=Cancelar
ACSN_Cancel=Cancelar
ACSD_Cancel=Prema este bot\u00f3n para cancelar este panel e as s\u00faas entradas.
LBL_Help=A&xuda
ACSN_Help=Axuda
ACSD_Help=Press this button to get help on this panel.
ACSN_ErrorTextArea=Mensaxes de erro
ACSD_ErrorTextArea=Messages indicating invalid fields are displayed here.
MSG_Already_Exists=O obxecto xa existe.
MSG_Failure=Failure
LBL_True=True
LBL_False=False
# Shared labels (used across a range customizer panels so be careful that usage
# is consistent.
# "Property" (name/value/description popup) labels
LBL_Name=Nome
LBL_Name_1=Nome:
MNE_Name=N
ACSN_Name=Nome
ACSD_Name=O nome da propiedade.
LBL_Value=Valor
LBL_Value_1=Valor:
MNE_Value=V
ACSN_Value=Valor
ACSD_Value=Introducir o valor para esta propiedade neste campo.
LBL_Description=Descrici\u00f3n
LBL_Description_1=Descrici\u00f3n:
MNE_Description=D
ACSN_Description=Descrici\u00f3n
ACSD_Description=Unha descrici\u00f3n de para que \u00e9 esta propiedade.
# For the 'required mark' that the popups will have to designate required fields.
LBL_RequiredMark=*
LBL_RequiredMessage=* denota que os campos son requiridos
ACSN_RequiredMark=Marca requirida
ACSD_RequiredMark=Os campos marcados con esta etiqueta deben cubrirse.
# For the buttons that manipulate the table and combobox selectors
LBL_Add=Engadir
MNE_Add=A
ACSN_Add=Engadir
ACSD_Add=Engadir unha nova entrada a esta t\u00e1boa ou lista despreg\u00e1bel
LBL_Remove=Eliminar
MNE_Remove=R
ACSN_Remove=Eliminar
ACSD_Remove=Eliminar a entrada seleccionada desta t\u00e1boa ou lista despreg\u00e1bel
# 'toString()' format for ListMapping
LBL_SizeOfListText={0,choice,0#Sen propiedades|1#Unha propiedade|1<{0,number,integer} propiedades}
# Error messages (Is there a good way to put all these in it's own bundle?)
# Perhaps an errors directory off customizer that only contains a bundle?
ERR_ObjectIsDuplicate=Xa existe un obxecto deste tipo.
ERR_NameFieldIsEmpty=Select a property name first.
ERR_SpecifiedFieldIsEmpty=O campo {0} non deber\u00eda estar en branco.
ERR_NameFieldContainsWhitespace=O campo {0} non deber\u00eda conter espazos.
ERR_NumberTooLow={0} \u00e9 demasiado baixo. O valor m\u00ednimo \u00e9 {1}.
ERR_NumberTooHigh={0} \u00e9 demasiado alto. O valor m\u00e1ximo \u00e9 {1}.
ERR_NumberInvalid={0} non \u00e9 un n\u00famero correcto.
ERR_PropertyValueInvalid=Especificouse un valor incorrecto. O valor para a propiedade ''{0}'' deber\u00eda ser do tipo ''{1}''
ERR_NotValidIdentifierForField={0}: ''{1}'' non \u00e9 un identificador correcto.
ERR_NotValidIdentifier=''{0}'' \u00e9 un identificador incorrecto.
ERR_NotValidPackage=''{0}'' \u00e9 un nome de paquete java incorrecto.
ERR_NumberTooLowForField={0}: {1} \u00e9 demasiado baixo. O valor m\u00ednimo \u00e9 {2}.
ERR_NumberTooHighForField={0}: {1} \u00e9 demasiado alto. O valor m\u00e1ximo \u00e9 {2}.
ERR_NumberInvalidForField={0}: {1} \u00e9 un n\u00famero incorrecto.
ERR_CustomizerHelpNotFound=CustomizerTitlePanel not child of panel implementing HelpCtx.Provider.
# Message format for error messages
MSG_ErrorDisplayFormat={0} : {1}
#Format used for marked labels. Marked labels are used for manadatory fields.
FMT_Required_Field_Label={0} {1}
LBL_Method=M\u00e9todo
LBL_Security=Seguranza
LBL_Request_Protection_AuthSource=Request Protection AuthSource
LBL_Request_Protection_AuthRecipient=Request Protection AuthRecipient
LBL_Response_Protection_AuthSource=Response Protection AuthSource
LBL_Response_Protection_AuthRecipient=Response Protection AuthRecipient
LBL_Interface=Interface
LBL_Interface_1=Interface :
LBL_ProviderID=ID do provedor
LBL_ProviderID_1=ID do provedor :
MNC_Provider_ID=P
Provider_ID_Acsbl_Name=ID do provedor
Provider_ID_Acsbl_Desc=ID do provedor
Provider_ID_Tool_Tip=ID do provedor
Webservice_Method_Acsbl_Name=M\u00e9todo ou operaci\u00f3n do servizo web
Webservice_Method_Acsbl_Desc=Webservice Method or Operation list.
Webservice_Method_Tool_Tip=Select the method/operation first and then select the security attributes you would like to assign.
MsgSecBndg_Method_Header_Tool_Tip=Methods to Secure.
Security_Header_Tool_Tip=Secures selected Methods.
ReqProtctn_AuthSrc_Header_Tool_Tip=Request Protection Auth Source.
ReqProtctn_AuthRcpt_Header_Tool_Tip=Request Protection Auth Recipient.
ResProtctn_AuthSrc_Header_Tool_Tip=Response Protection Auth Source.
ResProtctn_AuthRctp_Header_Tool_Tip=Response Protection Auth Recipient.
ACSN_Table=Elementos da t\u00e1boa
ACSD_Table=Elementos da t\u00e1boa
TITLE_ChangeDocType=Cambiar a versi\u00f3n da configuraci\u00f3n
LBL_ServerVersion_1=Versi\u00f3n do servidor :
ACSN_ServerVersion=Versi\u00f3n do servidor
ACSD_ServerVersion=Specifies the server version to use DOCTYPES for.
LBL_DocTypeTag_1=Etiqueta Doctype usada para esta versi\u00f3n :
ACSN_DocTypeTag=Etiqueta doctype
# ACSD_DocTypeTag is a DOCTYPE statement and set dynamically by code.
LBL_EditAsXml=Editar como XML
ACSN_EditAsXml=Editar como XML
ACSD_EditAsXml=Closes the configuration editor and reopens the configuration file in the XML text editor, saving first if necessary.
LBL_DocType=Doctype...
ACSN_Doctype=Doctype
ACSD_Doctype=Displays the current DOCTYPE for this configuration file and lets the user change it to any other valid DOCTYPE for the current target server.
WARN_WillSaveChanges=Unsaved changes in the configuration will be saved before updating the version.
WARN_PossibleDataLoss=When changing to an older version, any fields not supported in the older version will be truncated.
ASCN_WarningMessage=Mensaxe de aviso
ASCN_ErrorMessage=Mensaxe de erro