Skip to main content
summaryrefslogtreecommitdiffstats
blob: da8707ee84289a3ab44754d78d430d4ec93c3400 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
######################################################################
# Copyright (c) 2002 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
#    IBM Corporation - Initial implementation
######################################################################


AntClasspathPage.&Choose_a_folder_to_add_to_the_classpath__1=&Choose a folder to add to the classpath:
AntClasspathPage.addFolderButtonTitle = Add &Folder...
AntClasspathPage.addJarButtonTitle = Add &JARs...
AntClasspathPage.upButtonTitle = &Up
AntClasspathPage.downButtonTitle = Do&wn
AntClasspathPage.removeButtonTitle = &Remove
AntClasspathPage.title = C&lasspath

AddCustomDialog.name = &Name:
AddCustomDialog.class = &Class:
AddCustomDialog.library = &Library:

AntPreferencePage.description = &Customize the classpath, tasks, types, properties and property files\nused when running Ant build files from Eclipse.

AntPropertiesPage.title = Properties
AntPropertiesPage.addButton = Add &Property...
AntPropertiesPage.editButton = &Edit Property...
AntPropertiesPage.removeButton = &Remove
AntPropertiesPage.addFileButton = Add &Property File...
AntPropertiesPage.editFileButton = &Edit Property File...

AntTasksPage.addTaskButtonTitle = Add &Task...
AntTasksPage.editTaskButtonTitle = &Edit Task...
AntTasksPage.removeButtonTitle = &Remove
AntTasksPage.addTaskDialogDescription = Enter a name, Java class, and library for your custom task:
AntTasksPage.addTaskDialogTitle = Add Task
AntTasksPage.title = Ta&sks
AntTasksPage.editTaskDialogDescription = Modify the name, Java class, and library of your custom task:
AntTasksPage.editTaskDialogTitle = Edit Task

AntTypesPage.removeButtonTitle = &Remove
AntTypesPage.addTypeButtonTitle = Add &Type...
AntTypesPage.editTypeButtonTitle = &Edit Type...
AntTypesPage.typesPageTitle = T&ypes
AntTypesPage.addTypeDialogDescription = Enter a name, Java class, and library for your custom type:
AntTypesPage.addTypeDialogTitle = Add Type
AntTypesPage.editTypeDialogDescription = Modify the name, Java class, and library of your custom type:
AntTypesPage.editTypeDialogTitle = Edit Type

Back to the top