Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6f4a040113362ab7e05314607870213fb8bd7ca8 (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
###############################################################################
# Copyright (c) 2003, 2010 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
ReleaseWizard.6=Project Selection
ReleaseWizard.7=Select the projects to be considered for release.
ReleaseWizard.9=Release Tag
ReleaseWizard.4=Map Project Selection
ReleaseWizard.3=Specify a map project to release projects
ReleaseWizard.0=List of changes for this build.
ReleaseWizard.10=Enter the tag to be used for this release.
ReleaseWizard.12=Changed Projects
ReleaseWizard.13=Review the changes that will be released.
ReleaseWizard.15=Map File Changes
ReleaseWizard.16=Review changes applied to map files.
ReleaseWizard.18=Commit Comment
ReleaseWizard.19=Enter the commit comment for changed map files.
ReleaseWizard.1=Notes for Build Changes
ReleaseWizard.20=Releasing build notes file...
ReleaseWizard.21=Releasing
ReleaseWizard.22=Map file was not committed
ReleaseWizard.23=Errors occurred during release
ReleaseWizard.24=Release Failed
ReleaseWizard.25=There were errors reported during the release. The map files have not been updated
ReleaseWizard.26=Releng Release
ReleaseWizard.validatePageTitle=Release Validation
MapProjectSelectionWizard.1=Map Project Selection
MapProjectSelectionWizard.2=Specify a map project to perform action with local file
MapProjectSelectionPage.0=&Always use this map project
MapProjectSelectionPage.1=Invalid map project selected
MapProjectSelectionPage.2=Project
MapProjectSelectionPage.3=\ is not shared
ProjectSelectionPage.0=ProjectSelectionPage.selected
ProjectSelectionPage.1=ProjectSelectionPage.compareButton
ProjectSelectionPage.2=&Select the projects to be released:
ProjectSelectionPage.3=&Release only projects that have changed since the last release
TagPage.1=TagPage.Tag
TagPage.2=TagPage.Compare
TagPage.3=TagPage.Commmit
TagPage.4=TagPage.move
TagPage.5=TagePage.validate
TagPage.6=&Tag name:
TagPage.7=&Move tag if it already exists
TagPage.8=&Validate the release once completed
TagPage.9=Action for changed map files
TagPage.10=&Show the file change before committing
TagPage.11=&Commit the files without showing changes
RepositorySelectionDialog.0=Select Repository Location
RepositorySelectionDialog.1=Select the repository location to be used for tagging
ProjectComparePage.1=There were no changes in the selected projects.
ProjectComparePage.2=&Generate Build Notes
ProjectComparePage.3=RelEng Release
RelEngPlugin.1=org.eclipse.releng
RelEngPlugin.2=maps
RelEngPlugin.3=RelEngPluginResources
ProjectValidationDialog.2=Project Validation
RelEngPreferenceInitializer.0=Copyright (c) ${date} IBM Corporation and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public License v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n    IBM Corporation - initial API and implementation
CopyrightPreferencePage.0=Use "${date}" to substitute in "creation_year, revision_year"
CopyrightPreferencePage.1=Default creation year:
CopyrightPreferencePage.2=Replace all existing copyright comments with this copyright template
CopyrightPreferencePage.4=Skip over properties files
CopyrightPreferencePage.5=Copyright template
CopyrightPreferencePage.6=Default year must be a positive number
CopyrightPreferencePage.7=Default revision year:
CopyrightPreferencePage.8=Always use default revision year instead of repository lookup
CopyrightPreferencePage.9=Skip over XML files
BuildNotesPage.2=&Update Build Notes file
BuildNotesPage.3=Build Notes &file:
BuildNotesPage.5=Invalid file extension.
BuildNotesPage.6=Invalid path.
BuildNotesPage.7=Input a file path.
BuildNotesPage.8=&Browse...
BuildNotesPage.11=Creating file...
BuildNotesPage.38=Updating File...
BuildNotesPage.42=Select Build Notes File
BuildNotesPage.43=&Select the file to update with the new build notes:
GetBugsOperation.0=Beginning Bug Operation
GetBugsOperation.1=Fetching Bugzilla Summaries.
GetBugsOperation.Error=Problem while fetching Bugzilla summaries
CopyrightDialog.1=Fix Copyrights
CopyrightDialog.2=&Enter a search string:
CopyrightDialog.3=Any file whose last CVS commit comment contained the above as a substring will be excluded from this copyright update.\nThis is to prevent these files from being updated multiple times if the copyright update needs to be run again in the near future.\nLeave the field empty to include all files in this update.
MapProjectPreferencePage.1=Choose the name of the project which contains your map files.
MapProjectPreferencePage.2=&Select one of the following to be used as your default map project:
MapProjectPreferencePage.0=&Always prompt
MapProjectPreferencePage.3=No project from the selected map file in the workspace.
CompareLocalToMap.1=Map file entry was not found for the following project(s), comparison will be done from HEAD
CompareLocalToMap.0=Compare With
CVSTagHelper.1=Would you like to continue anyways?
CVSTagHelper.2=Map file entry not found
ReplaceLocalFromMap.1=Map file entry was not found for the following project(s), replacement will be done from HEAD
ReplaceLocalFromMap.0=Replace With
SourceFile.0=The file buffer could not be acquired for: {0}
ValidatePage.description=Projects tagged and map files released. Validating the release...

Back to the top