blob: 35eaa121d55f600e9d4c85fc4878c46d96074e74 [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
TITLE_x_of_y={0} de {1}
# FormBeanPropertiesPanelVisual
LBL_Properties=Propiedades
LBL_PropertiesTableHeader_Property=Propiedade
LBL_PropertiesTableHeader_Value=Tipo
LBL_AddButton=Engadir
LBL_RemoveButton=Eliminar
LBL_AddButton_LabelMnemonic=A
LBL_RemoveButton_LabelMnemonic=R
# ActionPanel
LBL_ActionPath=Cami\u00f1o da acci\u00f3n\:
LBL_ActionPath_mnem=A
LBL_ConfigFile_mnem=O
LBL_Superclass=Superclase\:
LBL_Superlass_mnem=S
TITLE_FormBean&Parameter=Bean ActionForm, Par\u00e1metro
LBL_FormName=Nome do Bean ActionForm\:
CB_UseFormBean=Usar o Bean ActionForm
RB_InputResource=Recurso de entrada\:
RB_InputAction=Acci\u00f3n de entrada\:
CB_Validate=Validar o Bean ActionForm
LBL_Scope=\u00c1mbito\:
RB_Sesson=Sesi\u00f3n
RB_Request=Petici\u00f3n
LBL_Attribute=Atributo\:
LBL_Parameter=Par\u00e1metro\:
TITLE_StrutsAction=Acci\u00f3n de Struts
LBL_ConfigFile=Ficheiro de configuraci\u00f3n\:
LBL_BrowseButton=Examinar...
LBL_UseFormBean_mnem=U
LBL_FormName_mnem=N
RB_Session_mnem=S
RB_Request_mnem=R
CB_Validate_mnem=V
LBL_Attribute_mnem=A
LBL_Parameter_mnem=P
RB_InputResource_mnem=I
RB_InputAction_mnem=O
LBL_BrowseButton_mnem=W
# Messages for Specific parameter label in ActionPanel1Visual
LBL_Dispatch_Action=URL name which contains called method on action.
LBL_Mapping_Dispatch_Action=Name of called method on action.
LBL_Lookup_Dispatch_Action=URL name which contains key of called method on action.
ACSD_ConfiguratioFile=Seleccionar un ficheiro de configuraci\u00f3n de Struts.
ACSD_CHBUseFormBean=A acci\u00f3n usa un Bean ActionForm?
ACSD_CBFormName=Name of the form bean, if any, that is associated with this action mapping.
ACSD_TFInputResource=Un ficheiro JSP ou outro recurso.
ACSD_CBInputAction=Write a path of already defined action.
ACSD_TFAttribute=Name of the request-scope or session-scope attribute that is used to access our ActionForm bean, if it is other than the bean's specified "name". Optional if "name" is specified, else not valid.
ACSD_CHBValidate=Set to "true" if the validate method of the ActionForm bean should be called prior to calling the Action object for this action mapping, or set to "false" if you do not want the validate method called.
ACSD_TFParameter=General-purpose configuration parameter that can be used to pass extra information to the Action object selected by this action mapping.
ACSD_jButtonBrowse=Examinar os ficheiros no m\u00f3dulo web.
ACSD_RBInputResource=Seleccionar un recurso no m\u00f3dulo web.
RBInputAction=Seleccionar unha acci\u00f3n xa definida.
ACSD_RBSession=\u00c1mbito da sesi\u00f3n
ACSD_Request=Solicitar \u00e1mbito
ACSD_ActionPanel1=Definir par\u00e1metros da acci\u00f3n
ACSD_jTextFieldPath=The module-relative path of the submitted request, starting with a "/" character, and without the filename extension if extension mapping is used.
ACSD_jComboBoxConfigFile=Select Struts configuration file, where will be the definition written.
ACSD_jComboBoxSuperclass=The fully qualified Java class name of the ActionMapping subclass to use for this action mapping object.
MSG_NoSuperClassSelected=Debe definirse unha superclase.
MSG_NoConfFileSelectedForAction=There is no configuration file, where the action should be defined.
MSG_WrongConfFileSelected=Struts configuration file doesn't exist on specified path or isn't readable.
MSG_ConfFileWithErrors=Entered configuration file contains errors.
MSG_NoConfFileSelectedForBean=There is no configuration file, where the ActionForm should be defined.
MSG_WrongActionPath=Enter valid Action Path.