Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: c3c3687dc278b6f50565d04adf907b253989773c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
StaticWebProjectCreationWizard_Wizard_Title=New Static Web Project
StaticWebProjectWizardBasePage_Page_Description=Create a Web project for simple content (HTML files) only.
StaticWebSettingsPropertiesPage_Web_Content_Label=&Web content folder name:
StaticContextRootComposite_Context_Root_Label=&Context root:
StaticWebProjectWizardBasePage_Page_Title=Static Web Project
StaticWebSettingsPropertiesPage_Not_available_for_closed_projects=Web settings are not available for a closed project.
TargetRuntime=Target r&untime
NewDotDotDot=N&ew...
InvalidServerTarget=Invalid target server selected.
ConfigureSettings=Configure Static Web module settings.
Context_Root_cannot_be_empty_2=Context root cannot be empty
Names_cannot_contain_whitespace=Context root cannot contain whitespace
The_character_is_invalid_in_a_context_root=The character ''{0}'' is invalid in a context root.

Back to the top