upload tizen1.0 source
[sdk/ide/product.git] / org.eclipse.cdt.ui / src / org / eclipse / cdt / internal / ui / dialogs / cpaths / CPathEntryMessages.properties
1 ###############################################################################
2 # Copyright (c) 2004, 2008 QNX Software Systems and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 #     QNX Software Systems - initial API and implementation
10 #     Anton Leherbauer (Wind River Systems)
11 ###############################################################################
12
13 CPathsPropertyPage_no_C_project_message=Not a C/C++ project.
14 CPathsPropertyPage_closed_project_message=Path information is not available for a closed project.
15 CPathsPropertyPage_error_title=Error Setting Project Paths
16 CPathsPropertyPage_error_message=An error occurred while setting the project path
17 CPathsPropertyPage_unsavedchanges_title=Setting C/C++ Project Path
18 CPathsPropertyPage_unsavedchanges_message=The C/C++ Project path property page contains unsaved modifications. Do you want to save changes so that other path related property pages can be updated?
19 CPathsPropertyPage_unsavedchanges_button_save=Apply
20 CPathsPropertyPage_unsavedchanges_button_discard=Discard
21
22 # ------- CPathFilterPage-------
23
24 CPathFilterPage_title=Container Paths
25 CPathFilterPage_description=Select path which are to be contributed to the project.
26 CPathFilterPage_label=C/C++ Container path:
27
28 # ------- CPathContainerSelectionPage-------
29
30 CPathContainerSelectionPage_title=Add Contributed
31 CPathContainerSelectionPage_description=Select the library type to add.
32
33 # ------- CPathContainerWizard-------
34
35 CPathContainerWizard_pagecreationerror_title= Library Wizard
36 CPathContainerWizard_pagecreationerror_message=Wizard page creation failed. Check log for details.
37
38 # ------- CPathContainerDefaultPage-------
39
40 CPathContainerDefaultPage_title=C/C++ Path Container
41 CPathContainerDefaultPage_description=Edit the C/C++ container path. First segment is the container type.
42 CPathContainerDefaultPage_path_label=&C/C++ path container path:
43 CPathContainerDefaultPage_path_error_enterpath=Enter path.
44 CPathContainerDefaultPage_path_error_invalidpath=Invalid path.
45 CPathContainerDefaultPage_path_error_needssegment=Path needs at least one segment.
46 CPathContainerDefaultPage_path_error_alreadyexists=Entry already exists.
47
48 # -------- ProjectContainerPage ---------
49 ProjectContainer_label=C/C++ Project Path Entries
50 ProjectContainerPage_title=C/C++ Project Path Entries
51 ProjectContainerPage_description=Select the C/C++ Project which contains path entries to be contributed to this project.
52 ProjectContainerPage_label=C/C++ Projects:
53
54 # -------- CPathIncludeSymbolEntryPage --------
55 IncludeSymbolEntryPage_title=Include/Symbols
56 IncludeSymbolEntryPage_label=Include Paths and Preprocessor Symbols:
57 IncludeSymbolEntryPage_addFolderFile=Add Folder/File...
58 IncludeSymbolEntryPage_addUserSymbol=Add Preprocessor Symbol...
59 IncludeSymbolEntryPage_addExternalInclude=Add External Include Path...
60 IncludeSymbolEntryPage_addFromWorkspace=Add Include Path from Workspace...
61 IncludeSymbolEntryPage_addContributed=Add Contributed...
62 IncludeSymbolEntryPage_edit=Edit...
63 IncludeSymbolEntryPage_remove=Remove
64 IncludeSymbolEntryPage_export=Export
65 IncludeSymbolEntryPage_up=Up
66 IncludeSymbolEntryPage_down=Down
67 IncludeSymbolsEntryPage_show_inherited_check=Show Inherited Paths
68 IncludeSymbolEntryPage_addSymbol_title=Add Preprocessor Symbol
69 IncludeSymbolEntryPage_addSymbol_message=Symbol definition:
70 IncludeSymbolEntryPage_editSymbol_title=Edit Preprocessor Symbol
71 IncludeSymbolEntryPage_editSymbol_message=Symbol definition:
72 IncludeSymbolEntryPage_addExternal_button_browse=Browse...
73 IncludeSymbolEntryPage_addExternal_title=Add External Include Path
74 IncludeSymbolEntryPage_addExternal_message=Include path:
75 IncludeSymbolEntryPage_editExternal_title=Edit External Include Path
76 IncludeSymbolEntryPage_editExternal_message=Include path:
77 IncludeSymbolEntryPage_ContainerDialog_new_title=Contributed Include Path Selection
78 IncludeSymbolEntryPage_ContainerDialog_edit_title=Contributed Include Path Selection
79 IncludeSymbolEntryPage_fromWorkspaceDialog_new_title=New Include Path from Workspace
80 IncludeSymbolEntryPage_fromWorkspaceDialog_new_description=Select a folder as a include path from the workspace.
81 IncludeSymbolEntryPage_fromWorkspaceDialog_edit_title=Edit Include Path from Workspace
82 IncludeSymbolEntryPage_fromWorkspaceDialog_edit_description=Select a folder as a include path from the workspace.
83 IncludeSymbolEntryPage_newResource_title=Add File/Folder
84 IncludeSymbolEntryPage_newResource_description=Select a file or folder to add to the include/symbol list to add/remove paths or symbols on.
85 IncludeSymbolEntryPage_browseForFolder=Browse For Folder
86
87 # ------- CPathContainerEntryPage ------
88 ContainerEntryPage_title=Path Containers
89 ContainerEntryPage_add_button=Add...
90 ContainerEntryPage_edit_button=Edit...
91 ContainerEntryPage_remove_button=Remove
92 ContainerEntryPage_export_button=Export
93 ContainerEntryPage_libraries_label=Containers:
94 ContainerEntryPage_ContainerDialog_new_title=Add New C/C++ Path Container
95 ContainerEntryPage_ContainerDialog_edit_title=Edit C/C++ Path Container
96
97 # ------- BuildPathsBlock -------
98 CPathsBlock_path_up_button=&Up
99 CPathsBlock_path_down_button=&Down
100 CPathsBlock_path_checkall_button=Select &All
101 CPathsBlock_path_uncheckall_button=D&eselect All
102 CPathsBlock_operationdesc_c=Setting project paths...
103
104 CPElement_status_multiplePathErrors={0} project path entries have errors.
105 CPElement_status_pathContainerMissing=Missing project path container.
106 CPElement_status_libraryPathNotFound=Library not found.
107 CPElement_status_sourcePathMissing=Source path does not exist.
108 CPElement_status_outputPathMissing=Output path does not exist.
109 CPElement_status_notOnSourcePath=Project path must exist on source path.
110 CPElement_status_includePathNotFound=Include path not found.
111 CPElement_status_includeFilePathNotFound=Include file path not found.
112 CPElement_status_macrosFilePathNotFound=Macros file path not found.
113 CPElement_status_missingProjectPath=Missing project path.
114
115 # ------- SourcePathEntryPage-------
116 SourcePathEntryPage_title=&Source
117 SourcePathEntryPage_description=Source Path for project
118 SourcePathEntryPage_folders_label=Source folders on build pat&h:
119 SourcePathEntryPage_folders_remove_button=&Remove
120 SourcePathEntryPage_folders_add_button=&Add Folder...
121 SourcePathEntryPath_folders_edit_button=&Edit...
122
123 SourcePathEntryPage_ExistingSourceFolderDialog_new_title=Source Folder Selection
124 SourcePathEntryPage_ExistingSourceFolderDialog_new_description=&Choose source folders to be added to the build path:
125
126 SourcePathEntryPage_ExistingSourceFolderDialog_edit_title=Source Folder Selection
127 SourcePathEntryPage_ExistingSourceFolderDialog_edit_description=&Select the source folder:
128
129 SourcePathEntryPage_NewSourceFolderDialog_new_title=New Source Folder
130 SourcePathEntryPage_NewSourceFolderDialog_edit_title=Edit Source Folder
131
132 SourcePathEntryPage_NewSourceFolderDialog_description=&Enter a path relative to ''{0}'':
133
134 SourcePathEntryPage_exclusion_added_title=Source Folder Added
135 SourcePathEntryPage_exclusion_added_message=Exclusion filters have been added to nesting folders.
136
137 # ------- OutputPathEntryPage-------
138 OutputPathEntryPage_title=&Output
139 OutputPathEntryPage_description=Build Output locations
140 OutputPathEntryPage_folders_label=Output folders on build pat&h:
141 OutputPathEntryPage_folders_remove_button=&Remove
142 OutputPathEntryPage_folders_add_button=&Add Folder...
143 OutputPathEntryPage_folders_edit_button=&Edit...
144
145 OutputPathEntryPage_ExistingOutputFolderDialog_new_title=Output Folder Selection
146 OutputPathEntryPage_ExistingOutputFolderDialog_new_description=&Choose Output folders to be added to the build path:
147
148 OutputPathEntryPage_ExistingOutputFolderDialog_edit_title=Output Folder Selection
149 OutputPathEntryPage_ExistingOutputFolderDialog_edit_description=&Select the Output folder:
150
151 OutputPathEntryPage_exclusion_added_title=Output Folder Added
152 OutputPathEntryPage_exclusion_added_message=Exclusion filters have been added to nesting folders.
153
154 # ------- ProjectsWorkbookPage-------
155 ProjectsEntryPage_title=&Projects
156 ProjectsEntryPage_description=
157 ProjectsEntryPage_projects_label=&Required projects on the build path:
158 ProjectsEntryPage_projects_checkall_button=Select &All
159 ProjectsEntryWorkbookPage_projects_uncheckall_button=&Deselect All
160
161 # ------- LibrariesWorkbookPage-------
162 LibrariesEntryPage_title=&Libraries
163 LibrariesEntryPage_description=
164 LibrariesEntryPage_libraries_label=Libraries on the build path:
165 LibrariesEntryPage_libraries_remove_button=&Remove
166
167 LibrariesEntryPage_libraries_addextlib_button=Add E&xternal Library...
168 LibrariesEntryPage_libraries_addcontriblib_button=Add &Contributed...
169 LibrariesEntryPage_libraries_addworkspacelib_button=Add from Workspace...
170 LibrariesEntryPage_libraries_edit_button=&Edit...
171 LibrariesEntryPage_libraries_export_button=Export
172
173 LibrariesEntryPage_ContainerDialog_new_title=Contributed Library Path Selection
174 LibrariesEntryPage_ContainerDialog_edit_title=Contributed Library Path Selection
175
176 LibrariesEntryPage_ExtLibDialog_new_title=Library Selection
177 LibrariesEntryPage_ExtLibDialog_new_description=&Choose Library to be added to the project paths:
178
179 LibrariesEntryPage_ExtLibDialog_edit_title=Edit Library
180 LibrariesEntryPage_ExtLibDialog_edit_description=&Select the library:
181
182 # -------- OrderExportPage ---------
183 OrderExportsPage_title=&Order and Export
184 OrderExportsPage_description=
185
186 # ------- ExclusionPatternDialog -------
187 ExclusionPatternDialog_title=Source Folder Exclusion Patterns
188 ExclusionPatternDialog_pattern_label=E&xclusion patterns for ''{0}'':
189 ExclusionPatternDialog_pattern_add=A&dd...
190 ExclusionPatternDialog_pattern_add_multiple=Add &Multiple...
191 ExclusionPatternDialog_pattern_remove=&Remove
192 ExclusionPatternDialog_pattern_edit=&Edit...
193 ExclusionPatternDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
194 ExclusionPatternDialog_ChooseExclusionPattern_description=&Choose folders or files to exclude:
195
196 # ------- ExclusionPatternEntryDialog -------
197 ExclusionPatternEntryDialog_add_title=Add Exclusion Pattern
198 ExclusionPatternEntryDialog_edit_title=Edit Exclusion Pattern
199 ExclusionPatternEntryDialog_description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'util/A*.c', 'lib/util/', '**/Test*'.
200 ExclusionPatternEntryDialog_pattern_label=E&xclusion pattern (Path relative to ''{0}''):
201 ExclusionPatternEntryDialog_pattern_button=Bro&wse...
202 ExclusionPatternEntryDialog_error_empty=Enter a pattern.
203 ExclusionPatternEntryDialog_error_notrelative=Pattern must be a relative path.
204 ExclusionPatternEntryDialog_error_exists=Pattern already exists.
205 ExclusionPatternEntryDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
206 ExclusionPatternEntryDialog_ChooseExclusionPattern_description=&Choose a folder or file to exclude:
207
208 # ------- CPListLabelProvider -------
209 CPElementLabelProvider_new=(new)
210 CPElementLabelProvider_willbecreated=(will be created)
211 CPElementLabelProvider_none=(None)
212 CPElementLabelProvider_source_attachment_label=Source attachment:
213 CPElementLabelProvider_source_attachment_root_label=Source attachment root:
214 CPElementLabelProvider_exclusion_filter_label=Exclusion filter:
215 CPElementLabelProvider_exclusion_filter_separator=;
216 CPElementLabelProvider_unknown_element_label=unknown element
217 CPElementLabelProvider_Includes=Include Paths
218 CPElementLabelProvider_IncludeFiles=Include Files
219 CPElementLabelProvider_PreprocessorSymbols=Preprocessor Symbols
220 CPElementLabelProvider_MacrosFiles=Symbol Definitions Files
221 CPElementLabelProvider_Libraries=Libraries
222 CPElementLabelProvider_export_label= (Exported)
223
224 # ------- NewSourceFolderDialog-------
225 NewSourceFolderDialog_useproject_button=&Project as source folder
226 NewSourceFolderDialog_usefolder_button=&Folder as source folder
227 NewSourceFolderDialog_sourcefolder_label=&Source folder name:
228 NewSourceFolderDialog_error_invalidpath=Invalid folder path: ''{0}''
229 NewSourceFolderDialog_error_enterpath=Folder name must be entered.
230 NewSourceFolderDialog_error_pathexists=The folder is already in the list.
231
232 FolderSelectionDialog_button=Create &New Folder...
233 MultipleFolderSelectionDialog_button=Create &New Folder...
234
235 # ------- SourceAttachmentBlock-------
236
237 SourceAttachmentBlock_message=Select the location (folder, JAR or zip) containing the source for ''{0}'':
238
239 SourceAttachmentBlock_filename_label=Lo&cation path:
240 SourceAttachmentBlock_filename_externalfile_button=External &File...
241 SourceAttachmentBlock_filename_externalfolder_button=External F&older...
242 SourceAttachmentBlock_filename_internal_button=&Workspace...
243
244 SourceAttachmentBlock_filename_error_notvalid= The archive path is not a valid path.
245 SourceAttachmentBlock_filename_error_filenotexists= The path ''{0}'' does not exist.
246
247 SourceAttachmentBlock_intjardialog_title=Source Location Selection
248 SourceAttachmentBlock_intjardialog_message=&Select folder or JAR/zip archive containing the source:
249
250 SourceAttachmentBlock_extjardialog_text=JAR/ZIP File Selection
251 SourceAttachmentBlock_extfolderdialog_text=Folder Selection
252
253 SourceAttachmentBlock_putoncpdialog_title=Setting Source Attachment
254 SourceAttachmentBlock_putoncpdialog_message=Source can only be attached to libraries on the build path.\nDo you want to add the library to the build path?
255
256 SourceAttachmentDialog_title=Source Attachment Configuration
257 SourceAttachmentDialog_error_title=Error Attaching Source
258 SourceAttachmentDialog_error_message=An error occurred while associating the source.