blob: 595de29dc5b0d60e7f3264610ab0ad71b6b33de0 [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=Http Sunucusu
OpenIDE-Module-Display-Category=A\u011f
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=Se\u00e7ili Hostlar
CTL_Any_host=Any Host
#properties and hints
PROP_HostProperty=Hosts with Granted Access
HINT_HostProperty=Hosts that are allowed to connect to the HTTP Server.
PROP_Port=Port
HINT_Port=Http sunucu Port Numaras\u0131
PROP_Running=\u00c7al\u0131\u015f\u0131yor
HINT_Running=If True, the HTTP Server is running.
# PROP_Granted=Grant Access To
# HINT_Granted=IP addresses to which access to the server is granted (comma separated list).
PROP_showGrantAccess=Show Grant Access Dialog
HINT_showGrantAccess=If True user is asked to allow access from hosts without granted access. If False access is automatically denied.
LBL_HTTPServerSettings=Http Sunucusu
# NbBaseServlet.class
MSG_HTTP_FORBIDDEN=You are not authorized to view this page.
# HttpServerModule.class
MSG_HTTP_SERVER_incompatbleClasses=Http Sunucusu ba\u015flat\u0131lamad\u0131. There might be another version of Servlet API on the classpath that clashes with version required by this server.
MSG_HTTP_SERVER_START_FAIL=Http Sunucusu ba\u015flat\u0131lamad\u0131. Check that the port is not in use.
MSG_HTTP_SERVER_START_FAIL_unknown=Http Sunucusu ba\u015flat\u0131lamad\u0131. 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=Host:
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=\ Do Not Show This Dialog Next Time
# Actions API
LBL_StartHttpServerAction=Http Sunucusunu Ba\u015flat
LBL_StopHttpServerAction=Http Sunucusunu Durdur
HINT_StartHttpServerAction=Dahili Http Sunucusunu Ba\u015flat
HINT_StopHttpServerAction=Dahili Http Sunucusunu Durdur
MSG_ServerAlreadyRunning=Dahili Http Sunucusunu \u00e7oktan \u00e7al\u0131\u015f\u0131yor.
MSG_ServerAlreadyStopped=Dahili Http Sunucusunu \u00e7al\u0131\u015fm\u0131yor.