blob: 7d44d68f2a0f11c27657f503d82d82733bc65b64 [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-2008 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.
## HelpStringCustomEditor.java (and inner classes)
LBL_Arguments=Ar&gumentos:
#$InitCodeEditor
LBL_InitCodeFormat=&Init Code Format:
#$RegExpEditor
# negation gives all keys and bundle names
LBL_NonI18nRegExpFormat=&Non-Internationalization Regular Expression Format:
#$I18nRegExpEditor
# key
LBL_I18nRegExpFormat=&Internationalization Regular Expression Format:
ACS_HelpStringCustomEditor=N/D
ACS_HelpStringCombo=N/D
ACS_HelpStringList=N/D
#I18nAction
CTL_I18nAction=Inte&rnacionalizar...
#I18nGroupAction
LBL_I18nGroupActionName=Internacionali&zaci\u00f3n
#I18nManager
CTL_I18nDialogTitle=Internacionalizar
CTL_InfoPanelTitle=Informaci\u00f3n da cadea encontrada
EXC_BadKey=A chave para a s\u00faa propiedade non \u00e9 correcta. Elixa outra cahve
MSG_NoInternationalizableString=No hard-coded, non-internationalized strings were found in this file.
MSG_CouldNotOpen=Non se pode abrir o documento. Non se pode internacionalizar
## I18nPanel.java
CTL_CancelButton=Cancelar
ACS_CTL_CancelButton=N/D
CTL_HelpButton=A&xuda
ACS_CTL_HelpButton=N/D
CTL_InfoButton=&Informaci\u00f3n
ACS_CTL_InfoButton=N/D
CTL_ReplaceButton=Su&bstitu\u00edr
ACS_CTL_ReplaceButton=N/D
CTL_SkipButton=&Ignorar
ACS_CTL_SkipButton=N/D
CTL_IgnoreButton=Ig&nore
ACS_CTL_IgnoreButton=N/D
TT_IgnoreButton=Append the //NOI18N comment
LBL_Replace=Substitu\u00edr:
ACS_I18nPanel=This panel allows you to choose or create a bundle, set the replace string format, and set property keys and values.
CTL_CloseButton=Pe&char
#I18nUtil
TXT_Alnum=any character of [:digit:] or [:alpha:] class
TXT_Alpha=any letter.
TXT_Arguments=message format arguments.
TXT_Blank=espazo ou separador.
TXT_Cntrl=any character with octal codes 000 through 037, or DEL (octal code 177).
TXT_Digit=calquera d\u00edxito.
TXT_FieldIdentifier=field identifier initialized with bundle.
TXT_Graph=any character that is not a [:alnum:] or [:punct:] class.
TXT_HardString=hard-coded string to be found.
TXT_Javapart=java part.
TXT_Javastart=java start.
TXT_KeyHelp=key from resource.
TXT_Lower=any lower case letter.
TXT_PackageNameDots=package name of bundle separated by dots.
TXT_PackageNameSlashes=package name of bundle separated with slashes.
TXT_Print=any character from the [:space:] class, and any character that is not in the [:graph:] class.
TXT_Punct=any one of ! \" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \\ ] ^ _ ` { | } ~
TXT_SourceDataObjectName=name of target data object. (The name of the file that is searched for the hard-coded string.)
TXT_Space=any character of CR FF HT NL VT SPACE.
TXT_Upper=any upper case letter.
TXT_Xdigit=any hexa digit character.
#InfoPanel
CTL_ComponentLabel=&Compo\u00f1ente:
CTL_FoundInLabel=&Encontrouse en:
CTL_PropertyLabel=&Propiedade:
CTL_StringLabel=Ca&dea:
ACS_InfoPanel=N/D
ACS_stringText=N/D
ACS_propertyText=N/D
ACS_componentText=N/D
ACS_foundInText=N/D
#InsertI18NStringAction
CTL_InsertI18nDialogTitle=Inserir cadea internacionalizada
CTL_InsertI18nString=In&serir cadea internacionalizada...
CTL_OKButton=Aceptar
ACS_CTL_OKButton=N/D
MSG_CantInsertInGuarded=Non \u00e9 pos\u00edbel inserir unha cadea internacionalizada nun bloque bloqueado.
# manifest.mf
OpenIDE-Module-Name=Internacionalizaci\u00f3n
OpenIDE-Module-Display-Category=Ferramentas
OpenIDE-Module-Short-Description=Simplifica a internacionalizaci\u00f3n dos aplicativos.
OpenIDE-Module-Long-Description=The Internationalization module, combined with the Properties module, simplifies internationalization of Java applications. It includes a wizard, which enables you to internationalize all of your Java at once, a test tool, which reports any missing key-value pairs, and an execution service, which enables you to set the locale in which the application is to run.
## PropertyPanel.java
CTL_Format=Fo&rmato...
ACS_CTL_Format=N/D
LBL_Key=&Chave:
LBL_ReplaceFormat=C\u00f3digo:
LBL_ReplaceStringFormatEditor=Substitu\u00edr o formato do c\u00f3digo do editor
LBL_Value=&Valor:
ACS_PropertyPanel=Este panel perm\u00edtelle configurar o formado do c\u00f3digo das cadeas internacionalizadas e definir as chaves de propiedades e os seus valores.
ACS_valueText=N/D
ACS_commentText=N/D
ACS_replaceFormatTextField=N/D
LBL_Comment=Comen&tario:
LBL_ReplaceCodeFormat=&Substitu\u00edr o formato do c\u00f3digo do editor
CTL_Arguments=Ar&gumentos...
LBL_InvalidBundle=Cami\u00f1o incorrecto:
## ResourcePanel.java
CTL_BrowseButton=Se&lectar...
ACS_CTL_BrowseButton=N/D
CTL_NewButton=Novo...
ACS_CTL_NewButton=N/D
ACS_ResourceText=N/D
CTL_SelectPropDO_Dialog_RootTitle=&Seleccionar:
CTL_SelectPropDO_Dialog_Title=Seleccione o paquete de recursos
CTL_Template_Dialog_Title=Novo paquete
CTL_Template_Dialog_RootTitle=Sistema de &ficheiros:
LBL_BundleName=Nome do &paquete:
LBL_ResourceTitleBorder=Elixa un paquete
LBL_TemplateName=&Nome do obxecto
ACS_TEXT_ObjectNameInputPanel=N/D
ACS_ResourcePanel=Este panel perm\u00edtelle crear un novo paquete ou abrir un xa existente.
LBL_Sources=C\u00f3digo fonte
## FileSelector.java
LBL_ExistingBundles=Paquetes de recursos &existentes:
CTL_CreateNewButton=Crear &novo
ACSN_CreateNewBundle=Crear novo paquete de recursos
ACSD_CreateNewBundle=Crea un novo ficheiro paquete de recursos co nome especificado
ACSN_CancelSelection=Cancelar selecci\u00f3n
ACSD_CancelSelection=Cancela a selecci\u00f3n actual e pecha o di\u00e1logo
LBL_FileName=Nome do &ficheiro:
ACSN_FileName=Nome do novo ficheiro
ACSD_FileName=Determina o nome do novo ficheiro paquete de recursos
ACSN_FileSelectorTreeView=Visualizaci\u00f3n en \u00e1rbore
ACSD_FileSelectorTreeView=Visualizaci\u00f3n en \u00e1rbore no selector de ficheiros
ACSD_FileSelectorPanel=Di\u00e1logo de selecci\u00f3n de ficheiros
#filenames
Services/org-netbeans-modules-i18n-I18nOptions.settings=Internacionalizaci\u00f3n
#---
TXT_NoMoreStrings=No more hard-coded strings found.
TXT_SearchingForStrings=Searching for hard-coded strings...
TXT_NoHardcodedString=No hard-coded strings were found in this file.