Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7094cb68dea34511dced838b47a175d6121116a6 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation 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 API and implementation
###############################################################################

AntClasspathBlock.&Choose_a_folder_to_add_to_the_classpath__1=&Choose a folder to add to the classpath:
AntClasspathBlock.addFolderButtonTitle = Add &Folder...
AntClasspathBlock.addJarButtonTitle = Add &JARs...
AntClasspathBlock.upButtonTitle = &Up
AntClasspathBlock.downButtonTitle = Do&wn
AntClasspathBlock.removeButtonTitle = R&emove
AntClasspathBlock.addFolderButtonTitle2 = Add F&older...
AntClasspathBlock.addJarButtonTitle2 = Add JAR&s...
AntClasspathBlock.upButtonTitle2 = U&p
AntClasspathBlock.downButtonTitle2 = Dow&n
AntClasspathBlock.removeButtonTitle2 = Re&move
AntClasspathBlock.&Choose_a_folder_that_will_be_used_as_the_location_of_ANT_HOME_3=&Choose a folder that will be used as the location of ANT_HOME
AntClasspathBlock.Specified_ANT_HOME_does_not_contain_a___lib___directory_7=Specified ANT_HOME does not contain a \"lib\" directory
AntClasspathBlock.Run&time_classpath__8=Runt&ime classpath:
AntClasspathBlock.Set_ANT_HO&ME_9=Set ANT_&HOME
AntClasspathBlock.&Browse..._10=&Browse...
AntClasspathBlock.Additional_classpath_entries__11=Additional &classpath entries:

AntClasspathPage.title = C&lasspath

AddCustomDialog.Bad_Format=Specified zip file is not in the correct format
AddCustomDialog.Unreadable=Specified zip file could not be read
AddCustomDialog.&Name__3=&Name:
AddCustomDialog.Could_not_close_zip_file_{0}_4=Could not close zip file {0}
AddCustomDialog.&Location=&Location:
AddCustomDialog.name=A name must be provided for the new {0}
AddCustomDialog.exists=A {0} with the name {1} already exists
AddCustomDialog.mustSelect=A class file must be selected from the specified location

AntPreferencePage.description = Settings used when running Ant build files:
AntPreferencePage.General=General Ant Settings:
AntPreferencePage.Enter=File names used to emulate \"-find\".\nUsed by \"Run As > Ant Build\" when the current selection is not a build file.\nList is comma separated (e.g export.xml, build.xml, clean.xml).
AntPreferencePage.&Names__3=&Names:
AntPreferencePage.Ant_Color_Options__6=Ant Color &Options:
AntPreferencePage.Color__7=&Color:
AntPreferencePage.&Error__2=Ant error message in console
AntPreferencePage.&Warning__3=Ant warning message in console
AntPreferencePage.I&nformation__4=Ant information message in console
AntPreferencePage.Ve&rbose__5=Ant verbose message in console
AntPreferencePage.Deb&ug__6=Ant debug message in console

AntTasksPage.addTaskButtonTitle = Add &Task...
AntTasksPage.editTaskButtonTitle = &Edit Task...
AntTasksPage.removeButtonTitle = Remo&ve
AntTasksPage.addTaskDialogDescription = Enter a name, Java class, and library for your custom task:
AntTasksPage.addTaskDialogTitle = Add Task
AntTasksPage.title = Tas&ks
AntTasksPage.editTaskDialogDescription = Modify the name, Java class, and library of your custom task:
AntTasksPage.editTaskDialogTitle = Edit Task
AntTasksPage.task_1=task
AntTasksPage._[system_task]_3=\ [system task]

AntTypesPage.removeButtonTitle = Remo&ve
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
AntTypesPage.type_1=type
AntTypesPage._[system_type]_3=\ [system type]

AntPropertiesPage.title = P&roperties
AntPropertiesPage.&Global_properties__1=&Global properties:
AntPropertiesPage.Glo&bal_property_files__2=Glo&bal property files:

AntPropertiesBlock.addButton = Add&...
AntPropertiesBlock.editButton = &Edit...
AntPropertiesBlock.removeButton = Rem&ove
AntPropertiesBlock.addFileButton = A&dd...
AntPropertiesBlock.removeFileButton = Re&move
AntPropertiesBlock.Add_Property_2=Add Property
AntPropertiesBlock.Edit_User_Property_5=Edit User Property

AddPropertyDialog.&Name__1=&Name:
AddPropertyDialog.&Value__2=&Value:

AntEditorPreferencePage.description=Ant Editor settings:
AntEditorPreferencePage.annotationsTab.title= Annotation&s
AntEditorPreferencePage.annotationPresentationOptions= Annotation &presentation:
AntEditorPreferencePage.annotations.bookmarks= Bookmarks
AntEditorPreferencePage.annotations.searchResults= Search Results
AntEditorPreferencePage.annotations.errors= Errors
AntEditorPreferencePage.annotations.warnings= Warnings
AntEditorPreferencePage.annotations.infos= Infos
AntEditorPreferencePage.annotations.tasks= Tasks
AntEditorPreferencePage.annotations.others= Others
AntEditorPreferencePage.annotations.showInText= Show in &text
AntEditorPreferencePage.annotations.showInOverviewRuler= Show in overview &ruler
AntEditorPreferencePage.annotations.color= C&olor:
AntEditorPreferencePage.invalid_input= Invalid print margin column specified
AntEditorPreferencePage.empty_input= No print margin column specified

AntEditorPreferencePage.general=Appeara&nce
AntEditorPreferencePage.printMarginColumn=Print margin col&umn:
AntEditorPreferencePage.showOverviewRuler=Show overview &ruler
AntEditorPreferencePage.showLineNumbers=Show lin&e numbers
AntEditorPreferencePage.highlightCurrentLine=Hi&ghlight current line
AntEditorPreferencePage.showPrintMargin=Sho&w print margin
AntEditorPreferencePage.color=C&olor:
AntEditorPreferencePage.appearanceOptions=Appearance co&lor options:
AntEditorPreferencePage.lineNumberForegroundColor=Line number foreground
AntEditorPreferencePage.currentLineHighlighColor=Current line highlight
AntEditorPreferencePage.printMarginColor=Print margin
AntEditorPreferencePage.Ant_editor_text_1=Text
AntEditorPreferencePage.Ant_editor_processing_instuctions_2=Processing instructions
AntEditorPreferencePage.Ant_editor_constant_strings_3=Constant strings
AntEditorPreferencePage.Ant_editor_tags_4=Tags
AntEditorPreferencePage.Ant_editor_comments_5=Comments

Back to the top