Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c209334057f8ffde9f41eedb332b44c645ecd8d2 (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
###############################################################################
# Copyright (c) 2004, 2008 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
#     Anton Leherbauer (Wind River Systems)
###############################################################################

# ------- AbstractFileCreationWizard -------
AbstractFileCreationWizard_title= New File

# ----------- AbstractFileCreationWizardPage -------------
AbstractFileCreationWizardPage_description=Creates a new file
AbstractFileCreationWizardPage_sourceFolder_label=Source Fol&der:
AbstractFileCreationWizardPage_sourceFolder_button=&Browse...
AbstractFileCreationWizardPage_error_EnterSourceFolderName=Source folder name is empty.
AbstractFileCreationWizardPage_error_NotAFolder=''{0}'' is not a project or folder.
AbstractFileCreationWizardPage_error_NotASourceFolder=Folder ''{0}'' is not a source folder.
AbstractFileCreationWizardPage_error_FolderDoesNotExist=Folder ''{0}'' does not exist.
AbstractFileCreationWizardPage_template_label=&Template:
AbstractFileCreationWizardPage_configure_label=Configure...
AbstractFileCreationWizardPage_noTemplate=<None>
AbstractFileCreationWizardPage_warning_NotACProject=Folder is not a C/C++ project.
AbstractFileCreationWizardPage_warning_NotInACProject=Folder is not in a C/C++ project.

# ------- NewHeaderFileCreationWizard -------
NewHeaderFileCreationWizard_title= New Header File

# ------- NewSourceFileCreationWizard -------
NewSourceFileCreationWizard_title= New Source File

# ----------- NewHeaderFileCreationWizardPage -------------
NewHeaderFileCreationWizardPage_title= New Header File
NewHeaderFileCreationWizardPage_description= Create a new header file.
NewHeaderFileCreationWizardPage_headerFile_label= Header Fil&e:
NewHeaderFileCreationWizardPage_error_EnterFileName=File name is empty.
NewHeaderFileCreationWizardPage_error_FileNotInSourceFolder=File must be inside source folder.
NewHeaderFileCreationWizardPage_error_FileExists=File already exists.
NewHeaderFileCreationWizardPage_error_MatchingFolderExists=A folder with the same name already exists.
NewHeaderFileCreationWizardPage_error_MatchingResourceExists=A resource with the same name already exists.
NewHeaderFileCreationWizardPage_error_FolderDoesNotExist=Folder ''{0}'' does not exist.
NewHeaderFileCreationWizardPage_warning_FileNameDiscouraged=File name is discouraged. {0}.
NewHeaderFileCreationWizardPage_error_InvalidFileName=File name is not valid. {0}.

# ----------- NewSourceFileCreationWizardPage -------------
NewSourceFileCreationWizardPage_title= New Source File
NewSourceFileCreationWizardPage_description= Create a new source file.
NewSourceFileCreationWizardPage_sourceFile_label= Source Fil&e:
NewSourceFileCreationWizardPage_error_EnterFileName=File name is empty.
NewSourceFileCreationWizardPage_error_FileNotInSourceFolder=File must be inside source folder.
NewSourceFileCreationWizardPage_error_FileExists=File already exists.
NewSourceFileCreationWizardPage_error_MatchingFolderExists=A folder with the same name already exists.
NewSourceFileCreationWizardPage_error_MatchingResourceExists=A resource with the same name already exists.
NewSourceFileCreationWizardPage_error_FolderDoesNotExist=Folder ''{0}'' does not exist.
NewSourceFileCreationWizardPage_warning_FileNameDiscouraged=File name is discouraged. {0}.
NewSourceFileCreationWizardPage_error_InvalidFileName=File name is not valid. {0}.

# ----------- NewSourceFileGenerator -------------
NewSourceFileGenerator_createFile_task= Creating

# ----- NewFileFromTemplateWizard ------
NewFileFromTemplateWizard_pageTitle= File
NewFileFromTemplateWizard_description=Create a new file resource from a template.
NewFileFromTemplateWizard_shellTitle= New File
NewFileFromTemplateWizard_errorMessage= Problems Opening Editor

WizardNewFileFromTemplateCreationPage_configure_label=Configure...
WizardNewFileFromTemplateCreationPage_noTemplate_name=<None>
WizardNewFileFromTemplateCreationPage_useTemplate_label=Use template:

Back to the top