Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Pogorzelski2010-03-09 17:39:32 +0000
committerPawel Pogorzelski2010-03-09 17:39:32 +0000
commit0c9910f45f0f470969d89f951742766b61592fb4 (patch)
treea154be6203dd4b9b705039aefd93098db3b45b82 /bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
parent44c8667bd768c49dd090e367c42173b3360a3d54 (diff)
downloadeclipse.platform.team-0c9910f45f0f470969d89f951742766b61592fb4.tar.gz
eclipse.platform.team-0c9910f45f0f470969d89f951742766b61592fb4.tar.xz
eclipse.platform.team-0c9910f45f0f470969d89f951742766b61592fb4.zip
Bug 300348 - [Sync View][Apply Patch] Add Patch Options when sync'ing with patch
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties17
1 files changed, 16 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 0f2d6a729..48d75e71b 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -584,4 +584,19 @@ PatchInaccessibleProjectsPage_message=Select projects to open for applying the p
PatchInaccessibleProjectsPage_projectDoesNotExistInWorkspace={0} (Project does not exist in workspace)
PatchInaccessibleProjectsPage_selectExisting=Select Existing
PatchInaccessibleProjectsPage_deselectAll=Deselect All
-PatchInaccessibleProjectsPage_openingProjects=Opening projects \ No newline at end of file
+PatchInaccessibleProjectsPage_openingProjects=Opening projects
+#
+# IgnoreLeadingPathSegmentsDialog
+#
+IgnoreLeadingPathSegmentsDialog_title=Ignore Leading Path Segments
+IgnoreLeadingPathSegmentsDialog_message=Enter path segments to ignore (0..{0})
+IgnoreLeadingPathSegmentsDialog_notANumber=Not a number
+IgnoreLeadingPathSegmentsDialog_numberOutOfRange=Number out of range
+#
+# FuzzFactorDialog
+#
+FuzzFactorDialog_title=Fuzz Factor
+FuzzFactorDialog_message=Enter Fuzz Factor
+FuzzFactorDialog_guess=Guess
+FuzzFactorDialog_notANumber=Not a number
+FuzzFactorDialog_numberOutOfRange=Number out of range \ No newline at end of file

Back to the top