blob: baa9c3960390b06f650cb1601b5598fed22c1a05 [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.
# module description
OpenIDE-Module-Name=Servidor HTTP
OpenIDE-Module-Display-Category=Web
OpenIDE-Module-Short-Description=Provides infrastructure for testing applets, RMI applications, and so on.
OpenIDE-Module-Long-Description=The HTTP Server module provides the infrastructure necessary for a variety of tasks, such as testing applets, testing RMI and JINI applications, and viewing Javadoc documentation in the external web browser.
CTL_HTTP_sett_HINT=Embedded HTTP server (not the server for running web applications)
CTL_Local_host=Equipos seleccionados:
CTL_Any_host=Calquera equipo
#properties and hints
PROP_HostProperty=Equipo con acceso garantido
HINT_HostProperty=Equipos que poden conectar co servidor HTTP.
PROP_Port=Porto
HINT_Port=N\u00famero de porto do servidor HTTP.
PROP_Running=Executando
HINT_Running=Se \u00e9 verdadeiro, o servidor HTTP est\u00e1 execut\u00e1ndose.
# PROP_Granted=Grant Access To
# HINT_Granted=IP addresses to which access to the server is granted (comma separated list).
PROP_showGrantAccess=Mostrar o di\u00e1logo de acceso garantido
HINT_showGrantAccess=If True user is asked to allow access from hosts without granted access. If False access is automatically denied.
LBL_HTTPServerSettings=Servidor HTTP
# NbBaseServlet.class
MSG_HTTP_FORBIDDEN=You are not authorized to view this page.
# HttpServerModule.class
MSG_HTTP_SERVER_incompatbleClasses=The HTTP server could not start. There might be another version of Servlet API on the classpath that clashes with version required by this server.
MSG_HTTP_SERVER_START_FAIL=The HTTP server could not start. Check that the port is not in use.
MSG_HTTP_SERVER_START_FAIL_unknown=The HTTP server could not start. Check messages.log for more information.
# 0 .. port number for the server
CTL_ServerStarted=Internal HTTP server running on port {0,number,####}
CTL_ServerStopped=Internal HTTP server stopped
# HttpServerSettings.class
MSG_AddAddress=In order to perform this action, access to the internal web server from address {0} needs to be enabled. Do you wish to enable access from this address?
MSG_BaseServletDescr=Base servlet for servlets which access IDE Open APIs
MSG_onlyRootOnUnix=Only root can open port lower than 1024 on UNIX machines.
# {0}: invalid port number
ERR_PortNumberOutOfRange={0} is not a valid port number.
#WrapperServlet.class
MSG_WrapperServletDescr=Servlet for handling IDE Javadoc requests
MSG_HTTP_NOT_FOUND=Cannot access requested resource.
#HostPropertyCustomEditor.class
CTL_GrantLabel=&Grant Access to:
CTL_HostLabel=Equipo:
CTL_AnyRadioButton=\ A&ny Host
CTL_SelectedRadioButton=\ &Selected Hosts
ACS_HostPropertyPanelA11yDesc=Use this dialog box to specify the machines that are allowed to access the HTTP server.
ACS_GrantLabelA11yDesc=Select hosts to grant access to.
ACS_GrantTextAreaA11yName=Host list
ACS_GrantTextAreaA11yDesc=Select a host to grant access to.
ACS_HostLabelA11yDesc=Host selection.
ACS_AnyRadioButtonA11yDesc=Select this option to use any host.
ACS_SelectedRadioButtonA11yDesc=Select this option to use selected hosts.
#GrantAccessPanel.class
CTL_GrantAccessTitle=Grant Access Request
CTL_DNSTDNT=\ &Do Not Show This Dialog Next Time
ACSD_CTL_DNSTDNT=\ Non mostrar este di\u00e1logo a pr\u00f3xima vez
# Actions API
LBL_StartHttpServerAction=Start HTTP Server
LBL_StopHttpServerAction=Stop HTTP Server
HINT_StartHttpServerAction=Starts internal HTTP Server.
HINT_StopHttpServerAction=Stops internal HTTP Server.
MSG_ServerAlreadyRunning=Internal HTTP server is already running.
MSG_ServerAlreadyStopped=Internal HTTP server is not running.