blob: 5b36220e84f12a027dcf77f482e811b856cd1e06 [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.
# message shown when something wrong with guarded blocks
MSG_ERR_GuardesBlocks=The form seems to be corrupted. The GUI builder\nis not able to find the sections with the generated code.\nThe special comments that denote the start and the end\nof these sections were removed or modified.\n\nThe form will be opened in read-only mode.\n\nSee http://wiki.netbeans.org/FormGuardedBlockError\nfor additional information.
MSG_ERR_GuardesBlocksTitle=Error while parsing form java source file
# display names of the buttons switching between form designer and java editor
CTL_DesignTabCaption=&Dese\u00f1o
CTL_SourceTabCaption=C\u00f3digo &fonte
# display name of the Form Settings in Options
CTL_FormSettings=Constructor de interface
# name provided from the top-level component, which does not have a variable name to return
#CTL_FormTopContainerName=Form
# display name of the Form Loader
PROP_FormLoader_Name=Form Objects
# display name of Non-Visual Components Node
CTL_NonVisualComponents=Outros compo\u00f1entes
# formatting of the form multiview title
#FMT_FormTitleWithContainerName={0} [{1}]
MSG_NonEditableTemplate=O modelo {0} non \u00e9 edit\u00e1bel.
# Control Panel -> Form Objects Property Names
PROP_LISTENER_GENERATION_STYLE=Listener Generation Style
HINT_LISTENER_GENERATION_STYLE=The style of generating code of event listeners
PROP_LAYOUT_CODE_TARGET=Layout Generation Style
HINT_LAYOUT_CODE_TARGET=The type of code generated for advanced layout features (requiring Java 6 or a special library).
PROP_AUTO_RESOURCE=Xesti\u00f3n de recurso autom\u00e1tica
HINT_AUTO_RESOURCE_GLOBAL=The automatic internationalization mode for newly created forms.
HINT_AUTO_RESOURCE_LOCAL=Select Internationalization to generate String property values in a resource bundle. Select All Resources to generate string, icon, color, and font values in a resource bundle. Select Resources + Injection to generate runtime resource injection code for resources instead of property setters. Select Off to have all property values generated directly in the Java file.
PROP_AUTO_I18N=Internacionalizaci\u00f3n autom\u00e1tica
HINT_AUTO_I18N=If turned on, all string properties in the form are automatically internationalized. If turned off, all automatically internationalized properties are changed back to hard-coded strings.
PROP_AUTO_SET_COMPONENT_NAME=Set Component Names
HINT_AUTO_SET_COMPONENT_NAME=If selected, the 'name' property of all components is set to the variable name automatically
HINT_SELECTION_BORDER_COLOR=The color of the border that marks components as selected.
HINT_GUIDING_LINE_COLOR=The color of the guiding line.
PROP_VARIABLES_MODIFIER=Modificador das vari\u00e1beis
HINT_VARIABLES_MODIFIER=The access modifier of variables generated for components on the form.
HINT_FOLD_GENERATED_CODE=If selected, the generated code is folded.
PROP_LAYOUT_COMPONENT_HORIZONTAL_SIZE=Tama\u00f1o horizontal
HINT_LAYOUT_COMPONENT_HORIZONTAL_SIZE=Preferred horizontal size of the component in the layout.
PROP_LAYOUT_COMPONENT_VERTICAL_SIZE=Tama\u00f1o vertical
HINT_LAYOUT_COMPONENT_VERTICAL_SIZE=Preferred vertical size of the component in the layout.
PROP_LAYOUT_COMPONENT_HORIZONTAL_RESIZABLE=Horizontal Resizable
HINT_LAYOUT_COMPONENT_HORIZONTAL_RESIZABLE=Determines whether the component is horizontally resizable.
PROP_LAYOUT_COMPONENT_VERTICAL_RESIZABLE=Vertical Resizable
HINT_LAYOUT_COMPONENT_VERTICAL_RESIZABLE=Determines whether the component is vertically resizable.
HINT_ASSISTANT_SHOWN=If selected, the assistant is shown in the designer.
PROP_GENERATE_FQN=Generate Full Classnames
HINT_GENERATE_FQN=If selected then fully qualified names of classes are generated.
# form toolbar
CTL_SelectionButtonHint=Modo de selecci\u00f3n
CTL_ConnectionButtonHint=Modo de conexi\u00f3n
CTL_BeansButtonHint=Engadir modo
CTL_PaletteButton_MenuItem=Mostrar bot\u00f3n engadir
ACSD_SelectionMode=If selected, the Form Editor is in \"Selection Mode\" - you may select components on the form.
ACSD_ConnectionMode=If selected, the Form Editor is in \"Connection Mode\" - you may connect components with a wizard.
ACSD_AddMode=If selected, the Form Editor is in \"Add Mode\" - you may add the selected bean to the form.
# HandleLayer
ACSN_HandleLayer=Visual form designer
ACSD_HandleLayer=Use Component Inspector for keyboard-only navigation
# displayed text of not set value (for "write only" properties)
CTL_ValueNotSet=<Non Definido>
# value type displayed as tooltip in property sheet for properties without description
# {0} = property value type name
HINT_PropertyType=({0})
# value type displayed as tooltip in property sheet for properties having some description
# {0} = property value type name
# {1} = the original short description of the property
HINT_PropertyTypeWithDescription=({0}) {1}
# RADComponent PropertySets
CTL_PropertiesTab=Propiedades
CTL_PropertiesTabHint=Common properties of the JavaBeans component
CTL_Properties2Tab=Outras propiedades
CTL_Properties2TabHint=Other properties of the JavaBeans component
CTL_BindingTab=Binding
CTL_BindingTab0=Preferido
CTL_BindingTabHint0=Preferred binding properties
CTL_BindingTab1=Observable
CTL_BindingTabHint1=Properties that fire property changes.
CTL_BindingTab2=Non-observable
CTL_BindingTabHint2=These properties don't fire property changes and therefore will not work in read/write bindings.
CTL_EventsTab=Eventos
CTL_EventsTabHint=Events of the JavaBean
CTL_SyntheticTab=Xeraci\u00f3n de c\u00f3digo
CTL_SyntheticTabHint=Properties that control the Java code generated for the JavaBeans component
CTL_SyntheticTab_Short=C\u00f3digo
CTL_LayoutTab=Capa
CTL_LayoutTabHint=Layout constraints properties
CTL_SetAction=Definir acci\u00f3n...
# property set for root form's node
CTL_ResourceTab=Recursos e internacionalizaci\u00f3n
CTL_ResourceTabHint=Properties that control automatic resource and internationalization management of the form
# Accessibility support
CTL_AccessibilityTab=Accesibilidade
CTL_AccessibilityTabHint=Properties of AccessibleContext of the component
PROP_AccessibleName=Nome acces\u00edbel
PROP_AccessibleDescription=Descrici\u00f3n acces\u00edbel
PROP_AccessibleParent=Accessible Parent
MSG_CyclicAccessibleContext=the labelFor property can not be set to component itself
# names of PasteType for copy/paste and cut/paste operations
CTL_CopyPaste=Copiar
CTL_CutPaste=Mover
# hint for ButtonGroupProperty
HINT_ButtonGroup=Group of buttons in which this button belongs
ERR_COMPONENT_NAME_ALREADY_IN_USE=Non \u00e9 pos\u00edbel que dous compo\u00f1entes nun formulario te\u00f1an o mesmo nome.
ERR_INVALID_COMPONENT_NAME=O nome do compo\u00f1ente debe ser un nome de vari\u00e1bel Java correcto.
# user entered value that passed through Property Editor, but failed in setter method of the property
MSG_ERR_WRITING_TO_PROPERTY=Failed to write the value to the property \"{0}\".
# formatting of a status line text shown during the opening of the form
# {0} = name of the form data object
FMT_PreparingForm=Preparing form to open: {0}
FMT_OpeningForm=Cargando desde: {0}
LBL_FormLoading=Cargando ...
# error notifications shown when some errors/warnings occur during form loading
FMT_ERR_PersistenceManagerInstantiation=Non \u00e9 pos\u00edbel instanciar o xestor de persistencia:\n {0}
# title of the loading errors dialog
CTL_FormLoadingErrors=Produc\u00edronse erros ao cargar o formulario
# warning message when a form was loaded with errors (not all data loaded)
MSG_FormLoadedWithErrors=Produc\u00edronse erros na carga dos datos do formulario. It is not recommended to use\nthis form now in editable mode - data that could not be loaded would be lost after saving the form.\nPlease go through the reported errors, try to fix them if possible, and open the form again.\nIf you choose to open the form as View Only you may see which beans are missing.
CTL_ViewOnly=S\u00f3 ver
CTL_AllowEditing=Permitir a edici\u00f3n
CTL_LB_InvalidComponent=incorrecto
# title of the warning message above
CTL_FormLoadedWithErrors=Aviso - Cargouse o formulario con erros
# message when there's no PersistenceManager registered for loading forms
MSG_ERR_NoPersistenceManager=Erro interno: non hai ning\u00fan xestor de persistencia rexistrado.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# message when no registered PersistenceManager is capable of loading the form
MSG_ERR_NotRecognizedForm=The form file format is not recognized.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# message when some errors occurred in accessing the form file
MSG_ERR_LoadingErrors=Produc\u00edronse alg\u00fans erros ao tentar cargar o ficheiro do formulario.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# message when the form file contains invalid XML
MSG_ERR_InvalidXML=O ficheiro do formulario non cont\u00e9n XML correcto.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# message when the form file does not contain expected main element
# do not translate "Form"
MSG_ERR_MissingMainElement=Invalid format: main \"Form\" element not found in the form file.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# formatting of message when the for is of unsupported version
# {0} = version number
FMT_ERR_UnsupportedVersion=Unsupported form file version: {0}.\nNon \u00e9 pos\u00edbel que o formulario sexa aberto.
# formatting of warning message printed to console when a substitute form type is used
# {0} name of the opening form
# {1} name of the class used as the fallback form type alternative
# {2} name of the class that could not be used
FMT_FormTypeWarning=[AVISO] Abrindo formulario de {0} como {1}.\n\ Could not use the declared superclass: {2}
# formatting of warning message printed to console when form type in form file
# is not compatible with superclass declared in the java file
# {0} name of the opening form
FMT_IncompatibleFormTypeWarning=[WARNING] Form {0} has an incompatible superclass declared in its Java file.
# formatting of message when the form cannot be based on given class
# {0} = the invalid base class name
FMT_ERR_InvalidBaseClass=Non \u00e9 pos\u00edbel determinar o tipo de formulario ({0}).\nPlease make sure the class is a JavaBeans component.\nNon \u00e9 pos\u00edbel abrir o formulario.
# message when the base class of the form cannot be determined
MSG_ERR_CannotDetermineBaseClass=Cannot determine the form type (the base class of the form cannot be loaded).\nNon \u00e9 pos\u00edbel abrir o formulario.
# message when there's a class name of component missing
MSG_ERR_MissingClass=Invalid format: missing class name.\nNon \u00e9 pos\u00edbel cargar o compo\u00f1ente.
# formatting of message when a component class cannot be loaded
# {0} = name of the class that cannot be loaded
FMT_ERR_CannotLoadClass=Non \u00e9 pos\u00edbel cargar a clase do compo\u00f1ente {0}.\nNon \u00e9 pos\u00edbel cargar o compo\u00f1ente.
# formatting of message when an unknow element is found in form file
# {0} = name of the unknown element
FMT_ERR_UnknownElement=Found unknown component element: {0}
# formatting of message when a component instance cannot be created
# {0} = name of the class which cannot be instantiated
FMT_ERR_CannotCreateInstance=Non \u00e9 pos\u00edbel crear a instancia de {0}.\nNon \u00e9 pos\u00edbel cargar o compo\u00f1ente.
# message when initialization of visual layout of loaded container failed
MSG_ERR_LayoutInitFailed=Failed to initialize layout of this container.
# message when no layout support found for a container
MSG_ERR_NoLayoutSupportFound=No layout support was found.\nLayout information for this container cannot be loaded.
# message when there's a property name missing in form file
MSG_ERR_MissingPropertyName=Invalid format: missing property {0} attribute.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# message when a specified property is unknown
MSG_ERR_UnknownProperty=No such property exists in the component.
# formatting of message when a property type class cannot be loaded
# {0} = name of the class that cannot be loaded
FMT_ERR_CannotLoadClass2=Cannot load property type class {0}.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# message when the stored property type is not compatible with the property
MSG_ERR_IncompatiblePropertyType=Invalid format: the stored property type is incompatible.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# message when there's a property type missing in form file
MSG_ERR_MissingPropertyType=Invalid format: missing property type attribute.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# formatting of message when a property editor class cannot be loaded
# {0} = name of the class that cannot be loaded
FMT_ERR_CannotLoadClass3=Cannot load property editor class {0}.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# formatting of message when a property editor instance cannot be created
# {0} = name of the class which cannot be instantiated
FMT_ERR_CannotCreateInstance2=Cannot create instance of property editor {0}.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# formatting of message when a string cannot be decoded as a primitive value
# {0} = decoded string
# {1) = target primitive type
FMT_ERR_CannotDecodePrimitive=Cannot decode \"{0}\" as {1}.\nNon \u00e9 pos\u00edbel cargar a propiedade.
# message when some error in reading property value occurs
MSG_ERR_CannotReadPropertyValue=Non \u00e9 pos\u00edbel ler o valor da propiedade.
# message when a property value is missing in the form file
MSG_ERR_MissingPropertyValue=Invalid format: the property value is missing.
# message when a loaded value cannot be set to property
MSG_ERR_CannotSetLoadedValue=Cannot set the loaded value to the property.
# formatting of message when trying to save to read only form file
# {0} = name of the form file
FMT_ERR_SaveToReadOnly=Internal error: tried to save to read-only file {0}.
# formatting of message when the form file for saving could not be locked
# {0} = name of the form file
FMT_ERR_CannotLockFormFile=Internal error: cannot obtain lock on file {0}.
# formatting of message when could not write the form file
# {0} = name of the form file
FMT_ERR_CannotWrtiteToFile=Non \u00e9 pos\u00edbel escribir ao ficheiro {0\}
# formatting of message when a value cannot be got from property to be saved
# {0} = name of the property
FMT_ERR_CannotGetPropertyValue=Non \u00e9 pos\u00edbel obter o valor da propiedade \"{0}\".\nNon \u00e9 pos\u00edbel gardar a propiedade.
# formatting of message when a property value cannot be saved
# {0} = name of the property
FMT_ERR_CannotSaveProperty=Non \u00e9 pos\u00edbel gardar o valor da propiedade \"{0}\".
# formatting of message when a property value cannot be saved
# {0} = class name of property editor
FMT_ERR_CannotSaveProperty2=Non \u00e9 pos\u00edbel gardar o valor da propiedade usando o editor de propiedades {0}.
# formatting of message when a property value cannot be saved
# {0} = value type class name
FMT_ERR_CannotSaveProperty3=Cannot save property value of type {0}.
# formats for description labels of various loading errors
FMT_ERR_LoadingComponent=Produciuse un erro ao cargar o compo\u00f1ente: {0}
FMT_ERR_LoadingComponentProperty=Error in loading component property: {0}
FMT_ERR_LoadingLayout=Produciuse un erro ao cargar a capa: {0}
FMT_ERR_LoadingLayoutProperty=Error in loading container layout property: {0}
FMT_ERR_LoadingLayoutConstraints=Error in loading layout constraints: {0}
FMT_ERR_LoadingLayoutConstraintsProperty=Error in loading layout constraint property: {0}
# string used for layout when building a location description of location in
# the tree, e.g. [JFrame]->container1->[layout]->property1
CTL_PathLayout=[capa]
# string used for layout when building a location description of location in
# the tree, e.g. [JFrame]->component1->[layout constraints]->property1
CTL_PathLayoutConstraints=[layout constraints]
# string used as chain link when building a location description in the tree,
# e.g. [JFrame]->container1->component1
CTL_PathLink=->
# formatting of Error message when a layout initialization fails
# {0} = layout class name
FMT_ERR_LayoutInit=Produciuse un fallo ao inicializar a capa {0}.\nThe layout cannot be set.
# formatting of error message when no LayoutSupport is found for layout
# {0} = layout class name
FMT_ERR_LayoutNotFound=No support class found for layout {0}.\nThe layout cannot be set.
# message when initialization of visual layout of loaded container failed
MSG_ERR_LayoutInitFailed2=Initialization of the container layout support failed.\nJust limited basic support will be used.
# message shows restriction of usage of Borders
MSG_BorderNotApplicable=Cannot apply border. Borders can be used only with Swing JComponent subclasses.
# message shows restriction of usage of In-place text editing
MSG_ComponentNotShown=In-place text editing is available only for the shown components.
# formatting of error message when class of component added to form from palette
# cannot be loaded
# {0} = name of the class that cannot be loaded
# {1} = expected source of the component
FMT_ERR_CannotLoadClass4=Cannot load component class {0} from {1}.\nThe class must be compiled and must be on the classpath of the project to which this form belongs.
# component instantiation error message
MSG_ERR_CannotInstantiate=The component cannot be instantiated. Please make sure it is a JavaBeans component.
# component instantiation error during copying
MSG_ERR_CannotCopyInstance=The bean instance of the component cannot be copied.
# message when trying to add (or copy) form class object to the same form
MSG_ERR_CannotAddForm=A form cannot be added to itself.
# Component Inspector Title
CTL_InspectorTitle=Inspector
ACS_ComponentTree=Component tree
ACSD_ComponentTree=N/D
HINT_ComponentInspector=Component Inspector
# formatting of component node display name
# {0} = name of the component (typically variable name)
# {1} = short name of component class (without package)
FMT_ComponentNodeName={0} [{1}]
# formatting of component node display name for a component without a name
# {0} = short name of component class (without package)
FMT_UnnamedComponentNodeName=[{0}]
# formatting of form root node display name
# {0} = name of the form (class name)
FMT_FormNodeName=Formulario {0}
# formatting of a message that is displayed in the status line during setting layout
# {0} = class name of the layout
# {1} = displayName of the container to set the layout on
#FMT_MSG_SetLayout=Set {0} on {1}.
# formatting of a message that is displayed in the status line during setting layout
# when the layout cannot be set
# {0} = displayName of the container it is not possible to set the layout on
#FMT_MSG_CannotSetLayout=Cannot set layout on {0}.
# formatting of a message that is displayed in the status line during setting border
# {0} = class name of the border
# {1} = displayName of the component to set the border on
#FMT_MSG_SetBorder=Set {0} on {1}.
# formatting of a message that is displayed in the status line during setting border
# {0} = displayName of the component, the border cannot be set on
#FMT_MSG_CannotSetBorder=Cannot set border on {0}.
# formatting of a message that is displayed in the status line during adding
# a new component to a container
# {1} = short class name (without package) of the component to add
# {2} = display name of the container to add the component to
#FMT_MSG_AddComponent=Add {0} to {1}.
# formatting of a message that is displayed in the status line during adding
# a new component to "Other Components"
# {0} = short class name (without package) of the component to add
#FMT_MSG_AddToOthers=Add {0} to Other Components.
FMT_MSG_AddingComponent=A engadir {0} ...
# form designer resizing
# {0} = current designer width
# {1} = current designer height
FMT_HINT_DesignerResizing=[{0}, {1}] To change the designer size, drag or doubleclick the border.
FMT_HINT_DesignerSize=[{0}, {1}]
CTL_SetDesignerSize_Title=Set Form Designer Size
CTL_SetDesignerSize_Label=&Novo tama\u00f1o (largura, altura):
# Events
MSG_CannotAttach=Cannot attach to the event handler.\n\tThe event handler is already used for an event of another type.
MSG_CannotRename=Cannot rename to an existing event handler.\n\tTo reattach, first remove the current handler and then attach to the existing one.
# The string event property value name when no event handler is attached to the event
CTL_NoEvent=<ning\u00fan>
FMT_MSG_HandlersFor=Handlers for {0}
FMT_MSG_InvalidJavaIdentifier={0} non \u00e9 un identificador Java.
FMT_MSG_EmptyString=Cadea baleira
# Code Generation
# A code generated into a new event handler method
# PARTIAL do not translate TODO
#MSG_EventHandlerBody=// TODO add your handling code here:\n
CTL_LISTENER_ANONYMOUS_CLASSES=Anonymous Inner Classes
CTL_LISTENER_CEDL_INNERCLASS=One Inner Class
CTL_LISTENER_CEDL_MAINCLASS=Clase principal
CTL_LAYOUT_CODE_AUTO=Autom\u00e1tico
CTL_LAYOUT_CODE_JDK6=Standard Java 6 code
CTL_LAYOUT_CODE_LIBRARY=Swing Layout Extensions Library
CTL_AUTO_RESOURCE_DEFAULT=Predefinido
CTL_AUTO_RESOURCE_ON=Activado
CTL_AUTO_RESOURCE_OFF=Desactivado
CTL_AUTO_NAMING_DEFAULT=Predefinido
CTL_AUTO_NAMING_ON=Activado
CTL_AUTO_NAMING_OFF=Desactivado
CTL_AUTO_OFF=Desactivado
CTL_AUTO_I18N=Internacionalizaci\u00f3n
CTL_AUTO_RESOURCING=Todos os recursos
CTL_AUTO_INJECTION=All Resources + Injection
PROP_FORM_BUNDLE=Properties Bundle File
HINT_FORM_BUNDLE=Resource name of the properties bundle (default file without extension)
PROP_DESIGN_LOCALE=Design Locale
HINT_DESIGN_LOCALE=Specific localization used or modified in the designer
# Comments generated around generated variables declarations
#MSG_VariablesBegin=// Variables declaration - do not modify
#MSG_VariablesEnd=// End of variables declaration
#MSG_EventDispatchCodeComment=// Code for dispatching events from components to event handlers.\n
#MSG_GeneratedCode=Generated Code
#MSG_WrongLocalVariableSettingComment=\n// WARNING: Variable {0} should not be declared as local in initComponents() as long as \n // Forms property '''Listener Generation Style''' is set to '''Main Class''' or '''One Inner Class'''.\n // Check the values set in the components' '''Use Local Variable''' and \n // Forms '''Local Variables''' and '''Listener Generation Style''' properties.\n
VALUE_codeGen_generate=Xerar c\u00f3digo
VALUE_codeGen_serialize=Serializar
MSG_JC_BeanClass=Bean Class
MSG_JC_BeanClassDesc=The bean class for this component.
MSG_JC_VariableName=Nome da vari\u00e1bel
MSG_JC_VariableDesc=O nome da vari\u00e1bel global xerada para este compo\u00f1ente.
MSG_JC_TypeParameters=Tipo dos par\u00e1metros
MSG_JC_TypeParametersDesc=Type parameters string (if the type of this variable uses generics).
MSG_JC_VariableModifiers=Modificadores da vari\u00e1bel
MSG_JC_VariableModifiersDesc=Os modificadores da vari\u00e1bel xerada para este compo\u00f1ente.
MSG_JC_CodeGeneration=Xeraci\u00f3n de c\u00f3digo
MSG_JC_CodeGenerationDesc=Tipo da xeraci\u00f3n de c\u00f3digo para este compo\u00f1ente.
MSG_JC_PreCreationCode=Pre-Creation Code
MSG_JC_PreCreationCodeDesc=Code included before creation of this component.
MSG_JC_PostCreationCode=Post-Creation Code
MSG_JC_PostCreationCodeDesc=Code included after creation of this component.
MSG_JC_PreInitCode=Pre-Init Code
MSG_JC_PreInitCodeDesc=Code included before standard bean properties of this component are set.
MSG_JC_PostInitCode=Post-Init Code
MSG_JC_PostInitCodeDesc=Code included after all standard bean properties of this component are set.
MSG_JC_PostListenersCode=Post-Listeners Code
MSG_JC_PostListenersCodeDesc=Code included after all bean properties are set and listeners registered.
MSG_JC_PreAddCode=Pre-Adding Code
MSG_JC_PreAddCodeDesc=Code included before this component is added to the parent container.
MSG_JC_PostAddCode=Post-Adding Code
MSG_JC_PostAddCodeDesc=Code included after this component is added to the parent container.
MSG_JC_PrePopulationCode=Pre-Population Code
MSG_JC_PrePopulationCodeDesc=Code included before sub-components are added to this container.
MSG_JC_PostPopulationCode=Post-Population Code
MSG_JC_PostPopulationCodeDesc=Code included after sub-components are added to this container.
MSG_JC_AfterAllSetCode=After-All-Set Code
MSG_JC_AfterAllSetCodeDesc=Code included after the component is completely set up.
MSG_JC_PreDeclaration=Pre-Declaration Code
MSG_JC_PreDeclarationDesc=Code included before declaration of the variable.
MSG_JC_PostDeclaration=Post-Declaration Code
MSG_JC_PostDeclarationDesc=Code included after declaration of the variable.
MSG_JC_SerializeTo=Serializar a
MSG_JC_SerializeToDesc=The file into which this component is serialized.
MSG_JC_CustomCreationCode=Custom Creation Code
MSG_JC_CustomCreationCodeDesc=Custom code for creation (instantiation) of this component.
MSG_JC_UseLocalVar=Usar vari\u00e1bel local
MSG_JC_UseLocalVarDesc=If True, the variable is declared as local in initComponents().
HINT_VARIABLES_LOCAL=If selected, variables for components are generated as local in initComponents().
PROP_VARIABLES_LOCAL=Vari\u00e1beis locais
HINT_GENERATE_MNEMONICS=You can define mnemonics of labels and buttons by using the '&' character inside the text property instead of setting the text and mnemonics properties separately. This allows precise mnemonics definition and easy internationalization. However, this feature requires the org.openide.awt.Mnemonics class, so you should turn it on only if you develop forms to be run within NetBeans IDE.
HINT_GENERATE_MNEMONICS2=If True, the "text" property of buttons and labels is generated using org.openide.awt.Mnemonics
PROP_GENERATE_MNEMONICS=Generate Mnemonics Code
# ParametersPicker, PropertyPicker, MethodPicker
# {0} = required type (short class name)
CTL_FMT_CW_SelectMethod=Seleccionar o m\u00e9todo ({0})
# {0} = required type (short class name)
CTL_FMT_CW_SelectProperty=Seleccionar a propiedade ({0})
CTL_CW_Component=&Compo\u00f1ente:
ACSD_CTL_CW_Component=N/D
CTL_CW_NotSet=<sen definir>
CTL_CW_Code=<c\u00f3digo>
CTL_CW_GetParametersFrom=Obter par\u00e1metro dende;
CTL_CW_Value=&Valor:
ACSD_CTL_CW_Value=N/D
CTL_CW_Bean=Bea&n:
ACSD_CTL_CW_Bean=N/D
CTL_CW_Property=&Propiedade:
ACSD_CTL_CW_Property=N/D
CTL_CW_NoProperty=<Non se seleccionou ningunha propiedade>
CTL_CW_Method=Chamada de M\u00e9&todo
CTL_CW_MethodCall=Chamada de M\u00e9todo
ACSD_CTL_CW_Method=N/D
CTL_CW_NoMethod=<Ning\u00fan m\u00e9todo seleccionado>
CTL_CW_UserCode=C\u00f3digo de u&suario:
ACSD_CTL_CW_UserCode=N/D
CTL_CW_SelectBean=<Seleccione unha Bean>
CTL_CW_MethodList=&M\u00e9todos
ACSD_CTL_CW_MethodList=N/D
CTL_CW_PropertyList=&Propiedades
ACSD_CTL_CW_PropertyList=N/D
ACSD_ParametersPicker=N/D
ACSD_PropertyPicker=N/D
ACSD_MethodPicker=N/D
ACSD_CTL_CW_ValueField=N/D
ACSD_CTL_CW_BeanCombo=N/D
ACSD_CTL_CW_PropertyLabel=N/D
ACSD_CTL_CW_MethodLabel=N/D
ACSD_CTL_CW_UserCodeArea=N/D
ACSD_CTL_CW_PropertyButton=N/AreportErrors
ACSD_CTL_CW_MethodButton=N/D
#ParametersPicker - nothing was entered
ERR_NothingEntered=Non se inseriu un valor correcto.
# RADConnectionPropertyEditor - display name
CTL_FormConnection_DisplayName=Valor dende o compo\u00f1ente existente
CTL_CustomCode_DisplayName=C\u00f3digo personalizado
ACSN_CustomCode_EditorPane=Panel do editor de c\u00f3digo personalizado
# text displayed when connection is not valid (e.g. component removed)
CTL_CONNECTION_INVALID=<Conexi\u00f3n incorrecta>
# Formatting of display value for connection to property
# {0} = name of the component to obtain the property from
# {1} = name of the property
FMT_PROPERTY_CONN=<{0}.{1}>
# Formatting of display value for connection to bean
# {0} = name of the component to obtain the property from
FMT_BEAN_CONN=<{0}>
# Formatting of display value for connection to property
# {0} = name of the component to call the method on
# {1} = name of the method
FMT_METHOD_CONN=<{0}.{1}>
# Formatting of display value for connection to value
# {0} = the value string
FMT_VALUE_CONN=<Valor: {0}>
# display value for connection to custom code
CTL_CODE_CONN=<C\u00f3digo de usuario>
# property value of array type is displayed as Array of ...<br>
CTL_ArrayOf=Array de
# default names of adding MenuItems during menu editing.
#CTL_DefaultFileMenu=File
#CTL_DefaultEditMenu=Edit
#ComponentChooserEditor
CTL_NoComponent=<ning\u00fan>
CTL_DefaultComponent=<predefinido>
CTL_InvalidReference=<Referencia incorrecta>
CTL_ComponentChooserEditor_DisplayName=Seleccionador de compo\u00f1ente
#ButtonGroupPropertyEditor
CTL_ButtonGroupPropertyEditor_DisplayName=Seleccionador de grupo de bot\u00f3n
#AccessibleParentEditor
CTL_AccessibleParentEditor_DisplayName=Accessible Parent Editor
#EventCustomEditor
CTL_EE_ADD=Eng&adir...
CTL_EE_REMOVE=Elimina&r
CTL_EE_RENAME=Re&nomear...
CTL_EE_RENAME_CAPTION=Xestor de renomeado
CTL_EE_RENAME_LABEL=&novo nome para o xestor:
CTL_EE_NOT_IDENTIFIER=O nome do xestor non \u00e9 un identificador de Java correcto.
CTL_EE_ALREADY_EXIST=Xa est\u00e1 inclu\u00eddo o xestor de eventos para este nome
CTL_EE_ADD_CAPTION=Engadir xestor
CTL_EE_ADD_LABEL=&Novo nome do xestor:
CTL_EE_Handlers=Xest&ores
ACSD_CTL_EE_Handlers=N/D
ACSD_CTL_EE_ADD=N/D
ACSD_CTL_EE_REMOVE=N/D
ACSD_CTL_EE_RENAME=N/D
ACSD_EventCustomEditor=N/D
MSG_FormSizePolicy=Form Size Policy
HINT_FormSizePolicy=Sets the policy for the generation of resize code.
MSG_FormSize=Tama\u00f1o do formulario
HINT_FormSize=Estabelece o tama\u00f1o inicial do formulario.
MSG_FormPosition=Posici\u00f3n do formulario
HINT_FormPosition=Estabelece a posici\u00f3n da pantalla onde se abre o formulario.
MSG_GeneratePosition=Xerar posici\u00f3n
HINT_GeneratePosition=If True, generates code that positions the form as specified by the Form Position property.
MSG_GenerateSize=Xerar tama\u00f1o
HINT_GenerateSize=If True, generates code that sets the size of the form as specified by the Form Size property.
MSG_GenerateCenter=Generate Center
HINT_GenerateCenter=If True, generates code that positions the form at the center of the screen.
MSG_DesignerSize=Tama\u00f1o do dese\u00f1ador
HINT_DesignerSize=The size of the active form designer area.
# names of property values for Size Policy property
VALUE_sizepolicy_pack=Xerar pack()
VALUE_sizepolicy_full=Generate Resize Code
VALUE_sizepolicy_none=No Resize Code
#Layout Size Property Editor
VALUE_SizeNotExplicitelyDefined=Predefinido
#Form Custom Editor
CTL_PropertyEditorDoesNot=Custom Editing of this Property is not Supported
CTL_DefaultEditor_DisplayName=Editor predefinido
# {0} = description of selected custom editor
ACSD_FormCustomEditor=Editando a propiedade {0}
# Selecting editing mode for the property
# {0} = component name (name of the variable)
# {1} = name of the property being set
# Example:
# Set jButton1's text property using:
FMT_EditingModeLabel1=<html>Set <b>{0}</b>''s <b>{1}</b> property using:
# simplified version - if the edited property is not a bean property
# {0} = name of the property being set
FMT_EditingModeLabel2=<html>Set <b>{0}</b> property using:
EditingMode_Hint=Choose the manner for specifying the property value
ACSD_EditingMode=N/D
# Tooltips of aligning buttons in form designer
CTL_AlignAction_l=Align left in column
CTL_AlignAction_r=Align right in column
CTL_AlignAction_u=Ali\u00f1ar a parte superior da fila
CTL_AlignAction_d=Ali\u00f1ar a parte inferior da fila
CTL_AlignAction_ch=Centrado horizontalmente
CTL_AlignAction_cv=Centrado verticalmente
CTL_ResizeButton_h=Change horizontal resizability
CTL_ResizeButton_v=Change vertical resizability
# MetaComponentCreator
#FMT_CreatorTableTitle=Title
#FMT_CreatorComboBoxItem=Item
#FMT_CreatorListItem=Item
ChangeVariableNameAction=Cambiar o nome da vari\u00e1bel ...
NAME_CustomizeTableAction=T\u00e1boa de contidos ...
#FormEditorCustomizer
KW_FormOptions=GUI Builder,Swing Component Options,GUI Internationalization,Form Options
Form_Editor=Constructor de interface
Form_Editor_Tooltip=GUI Builder Options
Fold=F&old Generated Code
Assistant=Mo&strar asistente
#Public_Modifier=public
Default_Modifier=<predefinido>
#Protected_Modifier=protected
#Private_Modifier=private
Anonymous=Anonymous Inner Classes
InnerClass=One Inner Class
MainClass=Clase principal
Generate_Components=Xerar compo\u00f1entes como:
Generate_Components_Hint=Determines whether fields or local variables should be generated for components.
Generate_Locals=Variables &locais do m\u00e9todo initComponents()
Generate_Locals_ACSD=N/D
Generate_Fields=Campos na clase &Form
Generate_Fields_ACSD=N/D
Variable_Modifier=&Variables Modifier:
Layout_Style=La&yout Generation Style:
Component_Names=Set Component &Names:
Listener_Style=Listener &Generation Style:
Code_Generation=Xeraci\u00f3n de c\u00f3digo
Auto_I18n=Internacionalizaci\u00f3n &autom\u00e1tica:
Selection_Border_Color=Selection &Border Color:
Guiding_Line_Color=Guiding Line &Color:
Generate_FQN=Generate Fully &Qualified Names of Classes
MSG_Paiting_Exception=The following exception has been thrown during painting of the form. Use the Inspector window to fix or remove the problematic component.
TITLE_Choose_Bean=Elixa unha Bean
MSG_Choose_Bean=Nome da clase:
MSG_DefaultPackageBean=Components from the default package cannot be used outside of the default package.
TITLE_UserQuestion=Pregunta
# code customization
# subst messages used as comments in editor in code customizer window
CustomCode-SubstSub=Code of sub-components - not shown here
CustomCode-SubstLayout=Layout setup code - not shown here
CustomCode-SubstSubAndLayout=Code of sub-components and layout - not shown here
CustomCode-SubstAdding=Code adding the component to the parent container - not shown here
CustomCode-SubstNoValue=non se estabeleceu o valor da propiedade
# used with CTL_GuardCombo_Default in a combo box
CustomCode-Creation=creaci\u00f3n personalizada
CustomCode-Creation_Hint=Custom creation (instantiation) code is used for this component
CustomCode-Property=personalizar propiedade
CustomCode-Property_Hint=Usouse c\u00f3digo personalizado para o valor desta propiedade
# parameter {0} is name of the property setter; the result is e.g. pre-setText
CustomCode-PreProperty_Format=pre-{0}
CustomCode-PreProperty_Hint=Inclu\u00eduse c\u00f3digo antes da configuraci\u00f3n do valor da propiedade
CustomCode-PostProperty_Format=post-{0}
CustomCode-PostProperty_Hint=Inclu\u00eduse c\u00f3digo despois da configuraci\u00f3n do valor da propiedade
CustomCode-AfterAllSet=after-all-set
CustomCode-PreCreation=pre-creation
CustomCode-PostCreation=post-create
CustomCode-PreInit=pre-init
CustomCode-PostInit=post-init
CustomCode-PreAdding=pre-adding
CustomCode-PostAdding=post-adding
CustomCode-PrePopulation=pre-population
CustomCode-PostPopulation=post-population
CustomCode-PostListeners=post-listeners
CustomCode-PreDeclaration=pre-declaration
CustomCode-PostDeclaration=post-declaration
# Code Customizer dialog
TITLE_CodeCustomizer=C\u00f3digo personalizado
CustomCodeView.accessibleDescription=A dialog for editing a custom (user) code for selected components
CTL_RenameTitle=Renomear compo\u00f1ente
CTL_RenameLabel=Nome novo
CTL_ApplyChangesLabel=In order to rename the component, the changes in the code need to be applied first.\nQuere continuar?
CTL_ApplyChangesTitle=Aplicar cambios
CustomCodeView.renameButton.text=&Renomear...
CustomCodeView.renameButton.toolTipText=Renomear a vari\u00e1bel do compo\u00f1ente
CustomCodeView.selectComponentLabel.text=&Compo\u00f1ente:
CustomCodeView.componentCombo.toolTipText=Seleccionar compo\u00f1ente para personalizar o c\u00f3digo para
CustomCodeView.initCodeLabel.text=C\u00f3digo de &inicializaci\u00f3n
CustomCodeView.declarationCodeLabel.text=C\u00f3digo de &declaraci\u00f3n de vari\u00e1bel
CustomCodeView.variableScopeLabel.text=&Vari\u00e1bel:
CustomCodeView.variableAccessLabel.text=&Acceso:
CTL_GuardCombo_Default=c\u00f3digo predefinido
CTL_GuardCombo_Default_Hint=Xerouse c\u00f3digo predefinido. You can switch to custom code using this combo box.
CTL_VariableCombo_Local=local
CTL_VariableCombo_Field=campo
CTL_AccessCombo_package_private=<predefinido>
CustomCodeView.finalCheckBox.accessibleDescription=N/D
CustomCodeView.staticCheckBox.accessibleDescription=N/D
CustomCodeView.transientCheckBox.accessibleDescription=N/D
CustomCodeView.volatileCheckBox.accessibleDescription=N/D
MSG_BindingCustomizer_ACSD=N/D
MSG_BindingCustomizer_Bind=<html>Bind property <b>{1}</b> ({2}) to:
MSG_BindingCustomizer_Source=Binding &Source\:
MSG_BindingCustomizer_Source_ACSD=N/D
MSG_BindingCustomizer_Expression=Binding &Expression\:
MSG_BindingCustomizer_Expression_ACSD=N/D
MSG_BindingCustomizer_DisplayExpression=&Display Expression\:
MSG_BindingCustomizer_DisplayExpression_ACSD=N/D
MSG_BindingCustomizer_OK=Aceptar
MSG_BindingCustomizer_Cancel=Cancelar
MSG_BindingCustomizer_Binding=Bind {0}.{1}
MSG_BindingCustomizer_None=<not bound>
MSG_Binding_SelectSubbindings=Choose source attributes you would like to appear in the table as columns.
MSG_BindingCustomizer_SelectAll=Seleccionar todos
MSG_BindingCustomizer_DeselectAll=Deseleccionar todos
MSG_BindingCustomizer_Up=Arriba
MSG_BindingCustomizer_Down=Abaixo
MSG_BindingCustomizer_BindingTab=Binding
MSG_BindingCustomizer_AdvancedTab=Avanzado
MSG_BindingCustomizer_UpdateProperties=<html><b>Actualizar as propiedades
MSG_BindingCustomizer_Update=Especificar como se actualizar\u00e1n o destino e a orixe
MSG_BindingCustomizer_UpdateMode=&Modo de actualizaci\u00f3n\:
MSG_BindingCustomizer_UpdateMode_ACSD=N/D
MSG_BindingCustomizer_UpdateMode1=Always sync (read/write)
MSG_BindingCustomizer_UpdateMode2=Only read from source (read-only)
MSG_BindingCustomizer_UpdateMode3=Read from source once (read once)
MSG_BindingCustomizer_UpdateWhen=Actuali&zar a orixe cando\:
MSG_BindingCustomizer_UpdateWhen_ACSD=N/D
MSG_BindingCustomizer_UpdateWhen1=Enter is pressed or focus is lost
MSG_BindingCustomizer_UpdateWhen2=Focus leaves
MSG_BindingCustomizer_UpdateWhen3=While typing
MSG_BindingCustomizer_IgnoreAdjusting=Ignore Adjusting
MSG_BindingCustomizer_SpecialValues=<html><b>Valores alternativos
MSG_BindingCustomizer_DisplayValues=Use these values if the binding source value is null or incomplete
MSG_BindingCustomizer_NullValue=N&ull Source Value\:
MSG_BindingCustomizer_NullValue_ACSD=N/D
MSG_BindingCustomizer_IncompletePathValue=Un&readable Source Value\:
MSG_BindingCustomizer_IncompletePathValue_ACSD=N/D
MSG_BindingCustomizer_Conversion=<html><b>Conversi\u00f3n do tipo
MSG_BindingCustomizer_Validation=<html><b>Validaci\u00f3n
MSG_BindingCustomizer_Validator=&Validator\:
MSG_BindingCustomizer_Validator_ACSD=N/D
MSG_BindingCustomizer_Converter=&Converter\:
MSG_BindingCustomizer_Converter_ACSD=N/D
MSG_BindingCustomizer_ValidationTxt=Valida cambios usando:
MSG_BindingCustomizer_ConversionTxt=Convert from the source to target using:
MSG_BindingCustomizer_ImportData=&Importar datos ao formulario...
MSG_BindingCustomizer_ImportData_ACSD=N/D
MSG_BindingCustomizer_NullExpression=<use the binding source>
MSG_BindingCustomizer_NullDisplayExpression=<usar element.toString()>
MSG_BindingCustomizer_Identification=<html><b>Identificaci\u00f3n
MSG_BindingCustomizer_Name=&Nome\:
MSG_BindingCustomizer_Name_ACSD=N/D
MSG_BindingCustomizer_Please_Wait=Agarde
MSG_BindingCustomizer_Importing=Importando...
MSG_Binding_NullProperty=Valor nulo
MSG_Binding_IncompletePathProperty=Valor do cami\u00f1o incompleto
MSG_Binding_Converter=Converter
MSG_Binding_Validator=Validator
MSG_Binding_Name=Nome
#ListSelector
MSG_ListSelector_Available=&Dispo\u00f1\u00edbel
MSG_ListSelector_Available_ACSN=Elementos dispo\u00f1\u00edbeis
MSG_ListSelector_Available_ACSD=N/D
MSG_ListSelector_Selected=Se&leccionado
MSG_ListSelector_Selected_ACSN=Elementos seleccionados
MSG_ListSelector_Selected_ACSD=N/D
MSG_ListSelector_Up=&Arriba
MSG_ListSelector_Up_ACSD=N/D
MSG_ListSelector_Down=&Down
MSG_ListSelector_Down_ACSD=N/D
MSG_ListSelector_Add=>
MSG_ListSelector_Add_ACSD=N/D
MSG_ListSelector_AddAll=>>
MSG_ListSelector_AddAll_ACSD=N/D
MSG_ListSelector_Remove=<
MSG_ListSelector_Remove_ACSD=N/D
MSG_ListSelector_RemoveAll=<<
MSG_ListSelector_RemoveAll_ACSD=N/D
# Form Connection custom property editor
ConnectionCustomEditor.jLabel1.text=Get Value From\:
ConnectionCustomEditor.beanRadio.text=&Compo\u00f1ente\:
ConnectionCustomEditor.propertyRadio.text=&Propiedade\:
ConnectionCustomEditor.methodRadio.text=&Method Call\:
ConnectionCustomEditor.propertyDetailsButton.text=...
ConnectionCustomEditor.methodDetailsButton.text=...
ConnectionCustomEditor.beanRadio.accessibleDescription=N/D
ConnectionCustomEditor.propertyRadio.accessibleDescription=N/D
ConnectionCustomEditor.methodRadio.accessibleDescription=N/D
ConnectionCustomEditor.beansCombo.accessibleDescription=N/D
ConnectionCustomEditor.propertyField.accessibleDescription=N/D
ConnectionCustomEditor.methodField.accessibleDescription=N/D
ConnectionCustomEditor.propertyDetailsButton.accessibleDescription=N/D
ConnectionCustomEditor.methodDetailsButton.accessibleDescription=N/D
ConnectionCustomEditor.beanCombo.accessibleDescription=N/D
CodeCustomEditor.codeLabel=Property Code:
# dialog asking about format version upgrade
TITLE_FormatUpgrade=GUI Form Format Upgrade
MSG_UpgradeQuestion=This GUI form comes from a previous version of the NetBeans IDE, but now needs to be upgraded to use the latest format version. After the upgrade you will need NetBeans IDE 6.5 (or newer) to open the form - it will no longer open in the older IDE versions.\n\nDo you want to continue to upgrade the form, or cancel (undo) the last change?
CTL_UpgradeOption=Actualizar
CTL_CancelOption=Cancelar
# Refactoring elements in preview
CTL_RefactoringUpdate1=Update GUI form
CTL_RefactoringUpdate2=Regenerate GUI code in guarded blocks
# Null item display name for EnumEditor combobox
CTL_NullText=nulo
# Options export
Form.Options.Export.displayName=Constructor de interface