blob: 2cd34a3e1a0840e4eb1d016bdcba66e5d9723977 [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.
# ResourceBundle properties file for Translating messages in the REST Test Client
##
# Note: If you like to use apos (') or double quots (") in the messages, please try
# to use as follows
# - quote (") -> "
# - apostrophe (') -> '
# Otherwise it will interfere with the JavaScript string delimeters.
##
#test-resbeans.html messages
TTL_TEST_RESBEANS=Provar serveis web RESTful
MSG_TEST_RESBEANS_INFO=Select a node on the navigation bar (on the left side of this page) to test.
#test-resbeans.js messages
MSG_TEST_RESBEANS_wadlErr=Cannot access WADL: Please restart your RESTful application, and refresh this page.
MSG_TEST_RESBEANS_No_AJAX=Your browser does not support AJAX!
MSG_TEST_RESBEANS_Resource=Recurs
MSG_TEST_RESBEANS_See=See
MSG_TEST_RESBEANS_No_Container=Content may not have Container-Containee Relationship. See Raw View for content.
MSG_TEST_RESBEANS_No_SubResources=No Sub-Resources available.
MSG_TEST_RESBEANS_Content=Contingut
MSG_TEST_RESBEANS_Status=Estat
MSG_TEST_RESBEANS_TabularView=Tabular View
MSG_TEST_RESBEANS_RawView=Raw View
MSG_TEST_RESBEANS_SubResources=Sub-Resource
MSG_TEST_RESBEANS_Headers=Headers
MSG_TEST_RESBEANS_Monitor=Http Monitor
MSG_TEST_RESBEANS_HeaderName=Nom
MSG_TEST_RESBEANS_HeaderValue=Valor
MSG_TEST_RESBEANS_ResponseHeaders=Response Headers:
MSG_TEST_RESBEANS_Help=<span class=bld>Help Page</span><br/><br/><p>Cannot access WADL: Please restart your REST application, and refresh this page.</p><p>If you still see this error and if you are accessing this page using Firefox with Firebug plugin, then<br/>you need to disable firebug for local files. That is from Firefox menubar, check <br/>Tools > Firebug > Disable Firebug for Local Files</p>
MSG_TEST_RESBEANS_TestButton=Provar
MSG_TEST_RESBEANS_Loading=Carregant...
MSG_TEST_RESBEANS_Insert=Insert content here.
MSG_TEST_RESBEANS_NoContents=---No Content---
MSG_TEST_RESBEANS_AddParamButton=Add Parameter
MSG_TEST_RESBEANS_ChooseMethod=Choose method to test
MSG_TEST_RESBEANS_ChooseMime=MIME
MSG_TEST_RESBEANS_Continue=Click Test to continue
#Add translation if necessary
MSG_TEST_RESBEANS_AdditionalParams=
MSG_TEST_RESBEANS_Request=Request
MSG_TEST_RESBEANS_Sent=Sent
MSG_TEST_RESBEANS_Received=Received
MSG_TEST_RESBEANS_TimeStamp=Time-Stamp
MSG_TEST_RESBEANS_Response=Response
MSG_TEST_RESBEANS_CurrentSelection=Current Selection: Text Field
MSG_TEST_RESBEANS_DebugWindow=Rest Debug Window
#Add translation if necessary
MSG_TEST_RESBEANS_Wadl=
MSG_TEST_RESBEANS_RequestFailed=
ApplicationConfigPanel.jLabel2.text=Especificar la manera en que es registraran els recursos REST en l'aplicaci\u00f3:
ApplicationConfigPanel.jRadioButton2.text=<html>&User is responsible for REST resources registration,<br>e.g. by implementing a specific subclass of javax.ws.rs.core.Application,<br>or by registering a specific servlet adaptor in web.xml.</html>
ApplicationConfigPanel.jRadioButton3.text=Create default Jersey REST servlet adaptor in &web.xml.
ApplicationConfigPanel.jLabel1.text=&REST Resources Path:
#ApplicationConfigPanel.jTextField1.text=/resources
ApplicationConfigPanel.jRadioButton1.text=<html>&Netbeans will generate a subclass of javax.ws.rs.core.Application,<br> all REST resources will be registered by this class automatically(JavaEE 6).</html>
TTL_ApplicationConfigPanel=REST Resources Configuration
ApplicationConfigPanel.jCheckBox1.text=&Add Jersey library (JAX-RS reference implementation) to project classpath.
MSG_InvalidDD=Invalid web.xml:\n\n{0}
TXT_UseServerLibrary=Use server-bundled Jersey library
TXT_UseNbLibrary=Use IDE-bundled Jersey library
LBL_Source=Font:
ACSN_Source=Source of Jersey library
ACSD_Source=Choose source of Jersey library
MSG_MissingServer=Sembla que el servidor remot no ha estat establer o b\u00e9 ha estat eliminar.\n\nPrimer corregiu el problema del servidor.