~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to httpserver/src/org/netbeans/modules/httpserver/Bundle.properties

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
2
#
 
3
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
4
#
 
5
# The contents of this file are subject to the terms of either the GNU
 
6
# General Public License Version 2 only ("GPL") or the Common
 
7
# Development and Distribution License("CDDL") (collectively, the
 
8
# "License"). You may not use this file except in compliance with the
 
9
# License. You can obtain a copy of the License at
 
10
# http://www.netbeans.org/cddl-gplv2.html
 
11
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
 
12
# specific language governing permissions and limitations under the
 
13
# License.  When distributing the software, include this License Header
 
14
# Notice in each file and include the License file at
 
15
# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
 
16
# particular file as subject to the "Classpath" exception as provided
 
17
# by Sun in the GPL Version 2 section of the License file that
 
18
# accompanied this code. If applicable, add the following below the
 
19
# License Header, with the fields enclosed by brackets [] replaced by
 
20
# your own identifying information:
 
21
# "Portions Copyrighted [year] [name of copyright owner]"
 
22
#
 
23
# Contributor(s):
 
24
#
 
25
# The Original Software is NetBeans. The Initial Developer of the Original
 
26
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 
27
# Microsystems, Inc. All Rights Reserved.
 
28
#
 
29
# If you wish your version of this file to be governed by only the CDDL
 
30
# or only the GPL Version 2, indicate your decision by adding
 
31
# "[Contributor] elects to include this software in this distribution
 
32
# under the [CDDL or GPL Version 2] license." If you do not indicate a
 
33
# single choice of license, a recipient has the option to distribute
 
34
# your version of this file under either the CDDL, the GPL Version 2 or
 
35
# to extend the choice of license to its licensees as provided above.
 
36
# However, if you add GPL Version 2 code and therefore, elected the GPL
 
37
# Version 2 license, then the option applies only if the new code is
 
38
# made subject to such option by the copyright holder.
 
39
 
 
40
# module description
 
41
OpenIDE-Module-Name=HTTP Server
 
42
OpenIDE-Module-Display-Category=Web
 
43
OpenIDE-Module-Short-Description=Provides infrastructure for testing applets, RMI applications, and so on.
 
44
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.
 
45
 
 
46
CTL_HTTP_sett_HINT=Embedded HTTP server (not the server for running web applications)
 
47
CTL_Local_host=Selected Hosts: 
 
48
CTL_Any_host=Any Host
 
49
 
 
50
#properties and hints
 
51
PROP_HostProperty=Hosts with Granted Access
 
52
HINT_HostProperty=Hosts that are allowed to connect to the HTTP Server.
 
53
PROP_Port=Port
 
54
HINT_Port=Port number of the HTTP Server.
 
55
PROP_Running=Running
 
56
HINT_Running=If True, the HTTP Server is running.
 
57
# PROP_Granted=Grant Access To
 
58
# HINT_Granted=IP addresses to which access to the server is granted (comma separated list).
 
59
PROP_showGrantAccess=Show Grant Access Dialog
 
60
HINT_showGrantAccess=If True user is asked to allow access from hosts without granted access. If False access is automatically denied.
 
61
LBL_HTTPServerSettings=HTTP Server
 
62
 
 
63
# NbBaseServlet.class
 
64
MSG_HTTP_FORBIDDEN=You are not authorized to view this page.
 
65
 
 
66
# HttpServerModule.class
 
67
MSG_HTTP_SERVER_incompatbleClasses=The HTTP server could not start. There might be another version of Servlet API on the classpath \
 
68
  that clashes with version required by this server.
 
69
MSG_HTTP_SERVER_START_FAIL=The HTTP server could not start. Check that the port is not in use.
 
70
MSG_HTTP_SERVER_START_FAIL_unknown=The HTTP server could not start. Check messages.log for more information.
 
71
# 0 .. port number for the server
 
72
CTL_ServerStarted=Internal HTTP server running on port {0,number,####}
 
73
CTL_ServerStopped=Internal HTTP server stopped
 
74
 
 
75
# HttpServerSettings.class              
 
76
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?
 
77
 
 
78
MSG_BaseServletDescr=Base servlet for servlets which access IDE Open APIs
 
79
MSG_onlyRootOnUnix=Only root can open port lower than 1024 on UNIX machines.
 
80
# {0}: invalid port number
 
81
ERR_PortNumberOutOfRange={0} is not a valid port number.
 
82
 
 
83
#WrapperServlet.class
 
84
MSG_WrapperServletDescr=Servlet for handling IDE Javadoc requests
 
85
MSG_HTTP_NOT_FOUND=Cannot access requested resource.
 
86
 
 
87
#HostPropertyCustomEditor.class
 
88
CTL_GrantLabel=&Grant Access to:
 
89
CTL_HostLabel=Host:
 
90
CTL_AnyRadioButton=\ A&ny Host
 
91
CTL_SelectedRadioButton=\ &Selected Hosts
 
92
 
 
93
ACS_HostPropertyPanelA11yDesc=Use this dialog box to specify the machines that are allowed to access the HTTP server.
 
94
ACS_GrantLabelA11yDesc=Select hosts to grant access to.
 
95
ACS_GrantTextAreaA11yName=Host list
 
96
ACS_GrantTextAreaA11yDesc=Select a host to grant access to.
 
97
ACS_HostLabelA11yDesc=Host selection.
 
98
ACS_AnyRadioButtonA11yDesc=Select this option to use any host.
 
99
ACS_SelectedRadioButtonA11yDesc=Select this option to use selected hosts.
 
100
 
 
101
#GrantAccessPanel.class
 
102
CTL_GrantAccessTitle=Grant Access Request
 
103
CTL_DNSTDNT=\ &Do Not Show This Dialog Next Time
 
104
ACSD_CTL_DNSTDNT=\ Do Not Show This Dialog Next Time
 
105
 
 
106
# Actions API
 
107
LBL_StartHttpServerAction=Start HTTP Server
 
108
LBL_StopHttpServerAction=Stop HTTP Server
 
109
HINT_StartHttpServerAction=Starts internal HTTP Server.
 
110
HINT_StopHttpServerAction=Stops internal HTTP Server.
 
111
MSG_ServerAlreadyRunning=Internal HTTP server is already running.
 
112
MSG_ServerAlreadyStopped=Internal HTTP server is not running.