Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 36f2fe80a7bd641de018b0fbe54a11f0278f57f8 (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) 2004, 2006 QNX Software Systems 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:
#     QNX Software Systems - Initial API and implementation
###############################################################################

# ------- NewSourceFolderCreationWizard ------- 
NewSourceFolderCreationWizard.title= New Source Folder

# ------- NewSourceFolderWizardPage-------

NewSourceFolderCreationWizard.title=New Source Folder

NewSourceFolderWizardPage.title=Source folder
NewSourceFolderWizardPage.description=Add a new source folder

NewSourceFolderWizardPage.root.label=Fol&der name:
NewSourceFolderWizardPage.root.button=Br&owse...

NewSourceFolderWizardPage.project.label=Project &name:
NewSourceFolderWizardPage.project.button=Bro&wse...

NewSourceFolderWizardPage.operation=Creating new source folder...

NewSourceFolderWizardPage.exclude.label=&Update exclusion filters in other source folders to solve nesting.

NewSourceFolderWizardPage.ChooseExistingRootDialog.title=Existing Folder Selection
NewSourceFolderWizardPage.ChooseExistingRootDialog.description=&Choose folder as source folder:

NewSourceFolderWizardPage.ChooseProjectDialog.title=Project Selection
NewSourceFolderWizardPage.ChooseProjectDialog.description=&Choose project for the new source folder:

NewSourceFolderWizardPage.error.EnterRootName=Root name must be entered.
NewSourceFolderWizardPage.error.InvalidRootName=Invalid folder name. {0}
NewSourceFolderWizardPage.error.NotAFolder=Not a folder.
NewSourceFolderWizardPage.error.AlreadyExisting=The folder is already a source folder.

NewSourceFolderWizardPage.error.EnterProjectName=Project name must be entered.
NewSourceFolderWizardPage.error.InvalidProjectPath=Invalid project path.
NewSourceFolderWizardPage.error.NotACProject=Project is not a C project.
NewSourceFolderWizardPage.error.ProjectNotExists=Project does not exist.

NewSourceFolderWizardPage.warning.ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output folder set to ''{0}''.
NewSourceFolderWizardPage.warning.ReplaceOL=An exclusion pattern will be added to the project source folder entry and the output folder will be set to ''{0}''.
NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
NewSourceFolderWizardPage.warning.AddedExclusions=Exclusion patterns of {0} source folder(s) updated to solve nesting.

Back to the top