| ############################################################################### |
| # Copyright (c) 2004 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 |
| ############################################################################### |
| pluginName=Java Server UI Support |
| providerName=IBM |
| |
| # --------------- Java UI --------------- |
| |
| javaSystemPropertiesTitle=System Properties |
| javaSystemPropertiesDescription=Enter system properties (-D options) to be passed to the server. |
| |
| javaClasspathTitle=Class Path |
| javaClasspathDescription=Change class path entries. |
| |
| javaPathTitle=Java Library Path |
| javaPathDescription=Enter Java Library Path and choose one of the Path Options. |
| javaPathValue=Java Library Path |
| |
| javaVMArgumentsTitle=Java VM Arguments |
| javaVMArgumentsDescription=Enter arguments to the Java VM. |
| |
| javaAdd=Add... |
| javaRemove=Remove |
| javaEdit=Edit... |
| javaDown=Down |
| javaUp=Up |
| javaBrowse=&Browse... |
| |
| javaSystemProperties=System Properties: |
| javaSystemPropertyNameColumn=Name |
| javaSystemPropertyValueColumn=Value |
| javaSystemPropertyAddDialog=Add System Property |
| javaSystemPropertyEditDialog=Edit System Property |
| javaSystemPropertyName=&Name: |
| javaSystemPropertyValue=&Value: |
| |
| javaClasspath=Class Path: |
| javaAddExternalJar=Add External JARs... |
| javaAddExternalJarDialog=Select JAR file |
| javaAddExternalFolder=Add External Folder... |
| javaAddExternalFolderDialog=Select Folder |
| javaAddExternalFolderDialogMessage=Select a folder to add to the class path. |
| javaAddFolder=Add Folder... |
| javaAddFolderDialogTitle=Select Folder |
| javaAddFolderDialogMessage=Select a folder to add to the class path. |
| javaAddVariable=Add Variable... |
| javaAddVariableDialogTitle=Add Class Path Variable |
| javaAddVariableDialogName=&Variable Name: |
| javaAddVariableDialogExtension=&Path Extension: |
| javaAddVariableDialogResolved=Resolved Path: |
| javaAddString=Add Path... |
| javaAddStringDialogTitle=Add Class Path |
| javaAddStringDialogPath=Path: |
| javaAddStringDialogInvalidPath=The path must be absolute. |
| javaEditStringDialogTitle=Edit Class Path |
| |
| javaPath=System Path: |
| javaPathGroup=Path Option |
| javaPathAppend=Append to system path |
| javaPathPrepend=Prepend to system path |
| javaPathReplace=Replace system path |
| |
| javaVMArguments=Java VM Arguments: |
| |
| runtimeTypeTitle=Generic J2EE Runtime |
| runtimeTypeDescription=Define a generic J2EE runtime. Specify a directory containing jar files to compile against. |
| runtimeTypeName=Na&me: |
| runtimeTypeLocation=&Location: |
| browse=B&rowse... |
| runtimeTypeSelectLocation=Select the location of the runtime. |
| runtimeTypeJRE=&JRE: |
| runtimeTypeInstalledJREs=In&stalled JREs... |