[21118] reviewed by DB (fix provided by DM)
diff --git a/org.eclipse.search/plugin.xml b/org.eclipse.search/plugin.xml
index b7d4b59..708de11 100644
--- a/org.eclipse.search/plugin.xml
+++ b/org.eclipse.search/plugin.xml
@@ -1,138 +1,138 @@
-<?xml version="1.0" encoding="UTF-8"?>

-

-<!-- ======================================================================= -->

-<!-- Search Plugin                                                           -->

-<!-- ======================================================================= -->

-<plugin

-	name="%pluginName"

-	id="org.eclipse.search"

-	version="2.0.0"

-	provider-name="%providerName"

-	class="org.eclipse.search.internal.ui.SearchPlugin">

-

-<requires>

-  <import plugin="org.apache.xerces"/>

-  <import plugin="org.eclipse.core.resources"/>

-  <import plugin="org.eclipse.ui"/>

-</requires>

-

-<runtime>

-	<library name="search.jar" >

-		<export name = "*"/>

-	</library>

-</runtime>

-

-

-<!-- Search extension point definitions -->

-

-<extension-point name="%searchPages" id="searchPages"/>

-<extension-point name="%searchResultSorters" id="searchResultSorters"/>

-

-

-<!-- Extensions -->

-

-<extension id="searchmarker" point="org.eclipse.core.resources.markers" name="%searchMarker">

-	<super type="org.eclipse.core.resources.textmarker"/>

-	<attribute name="line"/>

-	<attribute name="potentialMatch"/>

-</extension>

-

-<extension 

-	point="org.eclipse.ui.markerImageProviders">

-	<imageprovider 

-		id="org.eclipse.ui.searchMarkerProvider"

-		markertype="org.eclipse.search.searchmarker"

-		icon="icons/full/obj16/searchm_obj.gif">

-	</imageprovider>

-</extension>

-

-<extension point="org.eclipse.ui.actionSets">

-	<actionSet

-		id="org.eclipse.search.searchActionSet"

-        label="%search"

-		visible="true">

-

-		<!-- =================================================================== -->

-		<!-- Search Menu                                                         -->

-		<!-- =================================================================== -->

-		

-      	<menu

-            id="org.eclipse.search.menu"

-            label="%searchMenu.label"

-            path="navigate">

-			<groupMarker name="internalDialogGroup"/>   <!-- not to be used by clients  -->

-			<groupMarker name="dialogGroup"/>           <!-- to be used by clients      -->

-         	<separator name="contextMenuActionsGroup"/>

-      	</menu>

-      	

-      	<!-- dialog group  -->

-		<action id="org.eclipse.search.OpenFileSearchPage"

-			menubarPath="org.eclipse.search.menu/internalDialogGroup"

-			label="%openFileSearchPageAction.label"

-			icon="icons/full/obj16/tsearch_obj.gif"

-			class="org.eclipse.search.internal.ui.OpenFileSearchPageAction"/>

-

-		<action id="org.eclipse.search.OpenSearchDialog"

-			toolbarPath="Normal/Search"			

-			menubarPath="org.eclipse.search.menu/internalDialogGroup"

-			label="%openSearchDialogAction.label"

-			tooltip="%openSearchDialogAction.tooltip"

-			icon="icons/full/ctool16/search.gif"

-			accelerator="Ctrl+H"

-			class="org.eclipse.search.internal.ui.OpenSearchDialogAction"/>

-

-     </actionSet>

-</extension>

-

-<extension point="org.eclipse.ui.views">

-	<view

-	   id="org.eclipse.search.SearchResultView"

-	   name="%searchResultViewName"

-	   category="org.eclipse.ui"

-	   class="org.eclipse.search.internal.ui.SearchResultView"

-	   icon="icons/full/cview16/searchres.gif">

-	</view>

-</extension>

-

-<extension point="org.eclipse.search.searchPages">

-	<page

-		id="org.eclipse.search.internal.ui.text.TextSearchPage"

-		label="%fileSearch"

-		icon="icons/full/obj16/tsearch_obj.gif"

-		sizeHint="250,160"

-		tabPosition="1"

-		extensions="*:1"

-		showScopeSection="true"		

-		class="org.eclipse.search.internal.ui.text.TextSearchPage">

-	</page>

-</extension>

-

-<extension point="org.eclipse.search.searchResultSorters">

-	<sorter

-		id="org.eclipse.search.internal.ui.ResourcenameSorter"

-		pageId="org.eclipse.search.internal.ui.text.TextSearchPage"

-		label="%ResourcenameSorter.label"

-		tooltip="%ResourcenameSorter.tooltip"

-		icon="icons/full/clcl16/search_sortmatch.gif"

-		class="org.eclipse.search.internal.ui.text.ResourcenameSorter">

-	</sorter>

-	<sorter

-		id="org.eclipse.search.internal.ui.ResourcePathSorter"

-		pageId="org.eclipse.search.internal.ui.text.TextSearchPage"

-		label="%ResourcePathSorter.label"

-		tooltip="%ResourcePathSorter.tooltip"

-		icon="icons/full/clcl16/search_sortmatch.gif"

-		class="org.eclipse.search.internal.ui.text.ResourcePathSorter">

-	</sorter>

-</extension>

-

-<extension

-	point="org.eclipse.ui.preferencePages">

-	<page name="%SearchPreferencePage.label"

-		id="org.eclipse.search.preferences.SearchPreferencePage"

-		class="org.eclipse.search.internal.ui.SearchPreferencePage"

-		category="org.eclipse.ui.preferencePages.Workbench">

-	</page>

-</extension>

-

+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ======================================================================= -->
+<!-- Search Plugin                                                           -->
+<!-- ======================================================================= -->
+<plugin
+	name="%pluginName"
+	id="org.eclipse.search"
+	version="2.0.1"
+	provider-name="%providerName"
+	class="org.eclipse.search.internal.ui.SearchPlugin">
+
+<requires>
+  <import plugin="org.apache.xerces"/>
+  <import plugin="org.eclipse.core.resources"/>
+  <import plugin="org.eclipse.ui"/>
+</requires>
+
+<runtime>
+	<library name="search.jar" >
+		<export name = "*"/>
+	</library>
+</runtime>
+
+
+<!-- Search extension point definitions -->
+
+<extension-point name="%searchPages" id="searchPages"/>
+<extension-point name="%searchResultSorters" id="searchResultSorters"/>
+
+
+<!-- Extensions -->
+
+<extension id="searchmarker" point="org.eclipse.core.resources.markers" name="%searchMarker">
+	<super type="org.eclipse.core.resources.textmarker"/>
+	<attribute name="line"/>
+	<attribute name="potentialMatch"/>
+</extension>
+
+<extension 
+	point="org.eclipse.ui.markerImageProviders">
+	<imageprovider 
+		id="org.eclipse.ui.searchMarkerProvider"
+		markertype="org.eclipse.search.searchmarker"
+		icon="icons/full/obj16/searchm_obj.gif">
+	</imageprovider>
+</extension>
+
+<extension point="org.eclipse.ui.actionSets">
+	<actionSet
+		id="org.eclipse.search.searchActionSet"
+        label="%search"
+		visible="true">
+
+		<!-- =================================================================== -->
+		<!-- Search Menu                                                         -->
+		<!-- =================================================================== -->
+		
+      	<menu
+            id="org.eclipse.search.menu"
+            label="%searchMenu.label"
+            path="navigate">
+			<groupMarker name="internalDialogGroup"/>   <!-- not to be used by clients  -->
+			<groupMarker name="dialogGroup"/>           <!-- to be used by clients      -->
+         	<separator name="contextMenuActionsGroup"/>
+      	</menu>
+      	
+      	<!-- dialog group  -->
+		<action id="org.eclipse.search.OpenFileSearchPage"
+			menubarPath="org.eclipse.search.menu/internalDialogGroup"
+			label="%openFileSearchPageAction.label"
+			icon="icons/full/obj16/tsearch_obj.gif"
+			class="org.eclipse.search.internal.ui.OpenFileSearchPageAction"/>
+
+		<action id="org.eclipse.search.OpenSearchDialog"
+			toolbarPath="Normal/Search"			
+			menubarPath="org.eclipse.search.menu/internalDialogGroup"
+			label="%openSearchDialogAction.label"
+			tooltip="%openSearchDialogAction.tooltip"
+			icon="icons/full/ctool16/search.gif"
+			accelerator="Ctrl+H"
+			class="org.eclipse.search.internal.ui.OpenSearchDialogAction"/>
+
+     </actionSet>
+</extension>
+
+<extension point="org.eclipse.ui.views">
+	<view
+	   id="org.eclipse.search.SearchResultView"
+	   name="%searchResultViewName"
+	   category="org.eclipse.ui"
+	   class="org.eclipse.search.internal.ui.SearchResultView"
+	   icon="icons/full/cview16/searchres.gif">
+	</view>
+</extension>
+
+<extension point="org.eclipse.search.searchPages">
+	<page
+		id="org.eclipse.search.internal.ui.text.TextSearchPage"
+		label="%fileSearch"
+		icon="icons/full/obj16/tsearch_obj.gif"
+		sizeHint="250,160"
+		tabPosition="1"
+		extensions="*:1"
+		showScopeSection="true"		
+		class="org.eclipse.search.internal.ui.text.TextSearchPage">
+	</page>
+</extension>
+
+<extension point="org.eclipse.search.searchResultSorters">
+	<sorter
+		id="org.eclipse.search.internal.ui.ResourcenameSorter"
+		pageId="org.eclipse.search.internal.ui.text.TextSearchPage"
+		label="%ResourcenameSorter.label"
+		tooltip="%ResourcenameSorter.tooltip"
+		icon="icons/full/clcl16/search_sortmatch.gif"
+		class="org.eclipse.search.internal.ui.text.ResourcenameSorter">
+	</sorter>
+	<sorter
+		id="org.eclipse.search.internal.ui.ResourcePathSorter"
+		pageId="org.eclipse.search.internal.ui.text.TextSearchPage"
+		label="%ResourcePathSorter.label"
+		tooltip="%ResourcePathSorter.tooltip"
+		icon="icons/full/clcl16/search_sortmatch.gif"
+		class="org.eclipse.search.internal.ui.text.ResourcePathSorter">
+	</sorter>
+</extension>
+
+<extension
+	point="org.eclipse.ui.preferencePages">
+	<page name="%SearchPreferencePage.label"
+		id="org.eclipse.search.preferences.SearchPreferencePage"
+		class="org.eclipse.search.internal.ui.SearchPreferencePage"
+		category="org.eclipse.ui.preferencePages.Workbench">
+	</page>
+</extension>
+
 </plugin>
\ No newline at end of file
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
index adf5380..9788dfc 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
@@ -1,185 +1,185 @@
-#########################################

-# (c) Copyright IBM Corp. 2000, 2002.

-# All Rights Reserved.

-#########################################

-

-SearchDialog.title= Search

-SearchDialog.performAction= &Search

-SearchDialog.customize= Customi&ze...

-SearchDialog.noSearchExtension= No Search Extensions plugged into workbench or all search pages disabled.

-

-SearchPageSelectionDialog.title= Search Page Selection

-SearchPageSelectionDialog.message= S&elect the pages which are shown in the dialog:

-

-SearchManager.resourceChangedWarning= Changed Resources

-SearchManager.resourceChanged= Some of the resources have changed. Matches might be at wrong positions.

-SearchManager.resourceDeleted= Some of the resources no longer exist. Corresponding matches are removed from the search results.

-SearchManager.updating= Updating...

-

-SearchResultView.title= Search

-SearchResultView.titleWithDescription= Search ({0})

-SearchResultView.matches= matches

-SearchResultView.removed_resource= <removed resource>

-SearchResultView.removeAllResults.text= Remove &All Matches

-SearchResultView.removeAllResults.tooltip= Remove All Matches

-SearchResultView.removeAllSearches.text= &Clear History

-SearchResultView.removeAllSearches.tooltip= Clear the search result history

-SearchResultView.searchAgain.text= &Search Again

-SearchResultView.searchAgain.tooltip= Search Again

-SearchResultView.previousSearches.text= Previous Search Results

-SearchResultView.previousSearches.tooltip= Previous Search Results

-SearchResultView.removeEntry.text= &Remove Selected Match

-SearchResultView.removeEntry.tooltip= Remove Selected Match

-SearchResultView.removeEntries.text= &Remove Selected Matches

-SearchResultView.removeEntries.tooltip= Remove Selected Matches

-SearchResultView.removeMatch.text= Remove Current &Match

-SearchResultView.removeMatch.tooltip= Remove Current Match

-SearchResultView.gotoMarker.text= &Go to File

-SearchResultView.gotoMarker.tooltip= Go to File

-SearchResultView.showNext.text= Next Match

-SearchResultView.showNext.tooltip= Show Next Match

-SearchResultView.showPrev.text= Previous Match

-SearchResultView.showPrev.tooltip= Show Previous Match

-

-SearchDialogClosingDialog.title= Search Dialog Closing

-SearchDialogClosingDialog.message= Dialog can not be closed due to an active operation. You must cancel the operation before you can close the dialog.

-

-Search.Error.search.title= Search Error

-Search.Error.search.message= An error occurred during the search operation

-

-Search.Error.setDescription.title= Search Error

-Search.Error.setDescription.message= Can not save workspace description

-

-Search.Error.openEditor.title= Search Error

-Search.Error.openEditor.message= Could not open the editor

-

-Search.Error.openResultView.title= Search Error

-Search.Error.openResultView.message= Could not open the search results view

-

-Search.Error.deleteMarkers.title= Search Error

-Search.Error.deleteMarkers.message= An error occurred during deletion of search markers

-

-Search.Error.createMarker.title=Search Error

-Search.Error.createMarker.message= Could not create the search marker

-

-Search.Error.markerAttributeAccess.title= Search Error

-Search.Error.markerAttributeAccess.message= An error occurred while accessing a marker attribute

-

-Search.Error.switchSearch.title= Search Error

-Search.Error.switchSearch.message= An error occurred while switching to a previous search result

-

-Search.Error.createSearchPage.title= Search Error

-Search.Error.createSearchPage.message= An error occurred while creating a search page

-

-Search.Error.createSorter.title= Search Error

-Search.Error.createSorter.message= An error occurred while creating a sorter

-

-Search.Error.incorrectIconLocation.message= Invalid icon location

-

-Search.Problems.title= Text Search Problems

-

-SearchResultCollector.match= 1 match

-SearchResultCollector.matches= {0} matches

-SearchResultCollector.done= Search done: {0}.

-

-SearchPage.containingText.text= C&ontaining text:

-SearchPage.containingText.hint= (* = any string, ? = any character, \\ = escape for literals: * ? \\)

-SearchPage.browse= &Browse...

-SearchPage.fileNamePatterns.text= File name &patterns:

-SearchPage.fileNamePatterns.hint= The patterns are separated by comma (* = any string, ? = any character)

-SearchPage.caseSensitive= Case sens&itive

-

-TextSearchEngine.scanning= Scanning...

-TextSearchEngine.statusMessage= Problems encountered during text search.

-

-TextSearchVisitor.error= Error reading file during search: {0}

-TextSearchVisitor.canceled= Operation Canceled

-

-SortDropDownAction.label= S&ort By

-SortDropDownAction.tooltip= Sort By

-

-ShowOtherSearchesAction.label= &Other...

-ShowOtherSearchesAction.tooltip= Open Other Searches Dialog

-

-OtherSearchesDialog.title= Other Searches

-OtherSearchesDialog.message= &Select one of the searches

-

-PreviousSearchesDialog.title=  Previous Searches

-PreviousSearchesDialog.message= &Select one of the searches

-

-# The first argument will be replaced by the pattern, the second by the scope

-TextSearchOperation.singularLabelPostfix= "{0}" - 1 Occurrence in {1}

-

-# The argument will be replaced by the scope

-FileSearchOperation.singularLabelPostfix= 1 File in {0}

-

-# The first argument will be replaced by the pattern, the second by the count and the last by the scope

-TextSearchOperation.pluralLabelPatternPostfix= "{0}" - {1} Occurrences in {2}

-

-# The first argument will be replaced by the count and the second by the scope

-FileSearchOperation.pluralLabelPatternPostfix= {0} Files in {1}

-

-OpenSearchDialogAction.label= Search

-OpenSearchDialogAction.tooltip= Search

-

-FileTypeEditor.typeDelimiter=  ,

-

-FileLabelProvider.dashSeparated= {0} - {1}

-

-TypesFiltering.title= Select Types

-TypesFiltering.message = S&elect the types to scan.

-TypesFiltering.otherExtensions = &Other Patterns:

-TypesFiltering.selectAll= &Select All

-TypesFiltering.deselectAll= &Deselect All

-

-WorkspaceScope= Workspace

-WorkingSetScope= Working Set - {0}

-SelectionScope= Selection

-

-ScopePart.group.text=Scope

-ScopePart.selectedResourcesScope.text=Selecte&d Resources

-ScopePart.workingSetChooseButton.text=C&hoose...

-ScopePart.workingSetScope.text=Wor&king Set:

-ScopePart.workspaceScope.text=&Workspace

-

-# Concatenate two working set names e.g. "Source, Lib"

-ScopePart.workingSetConcatenation= {0}, {1}

-

-CopyToClipboardAction.label = Copy to Clip&board

-CopyToClipboardAction.tooltip = Copy to Clipboard

-CopyToClipboardAction.error.title= Problem Copying to Clipboard

-CopyToClipboardAction.error.message= There was a problem when accessing the system clipboard. Retry?

-

-ExceptionDialog.seeErrorLogMessage= See error log for more details

-

-SearchPreferencePage.emphasizePotentialMatches= &Emphasize inexact matches

-SearchPreferencePage.potentialMatchFgColor= &Foreground color for inexact matches:

-SearchPreferencePage.reuseEditor= &Reuse editors to show matches

-

-ReplaceAction.label_all= Replace...

-ReplaceAction.label_selected= Replace Selected...

-ReplaceAction.error.only_on_text_search= Replace is only available on text search.

-ReplaceAction.error.unable_to_perform= Replace operation can\'t be performed.

-ReplaceAction.error.changed_file= The content of the following file has changed. Please redo the search to ensure that all matches are correct.

-ReplaceAction.error.changed_files= The content of the following files have changed. Please redo the search to ensure that all matches are correct.

-ReplaceAction.error.opened_file= The following file is already open in an editor, but the replace operation cannot handle this editor. Please close the editor.

-ReplaceAction.error.opened_files= The following files are already open in editors, but the replace operation cannot handle these editors. Please close the editors.

-ReplaceAction.error.not_file= The following resource is not a file and cannot be handled. Please exclude it from the replace operation.

-ReplaceAction.error.not_files= The following resources are not files and cannot be handled. Please exclude them from the replace operation.

-ReplaceAction.dialog.title= Replace

-

-ReplaceDialog.replace_label= Replace:

-ReplaceDialog.with_label= With:

-ReplaceDialog.replace_next= Replace/Next

-ReplaceDialog.replace= Replace

-ReplaceDialog.next= Next

-ReplaceDialog.close= Close

-ReplaceDialog.save_changes=Automatically &save changes

-ReplaceDialog.dialog.title= Replace

-ReplaceDialog.error.unexpected_exception=Unexpected exception during replace operation.

-ReplaceDialog.error.different_content= File content differs from search result.

-ReplaceDialog.error.reenable_auto_build_failed=Couldn\'t reactivate auto building.

-ReplaceDialog.error.auto_building= Couldn\'t disable auto building.

-ReplaceDialog.error.no_matches= Couldn\'t find first match.

-ReplaceDialog.error.no_file_for_marker=Current match is not associated with a file. It is not possible to open an editor.

+#########################################
+# (c) Copyright IBM Corp. 2000, 2002.
+# All Rights Reserved.
+#########################################
+
+SearchDialog.title= Search
+SearchDialog.performAction= &Search
+SearchDialog.customize= Customi&ze...
+SearchDialog.noSearchExtension= No Search Extensions plugged into workbench or all search pages disabled.
+
+SearchPageSelectionDialog.title= Search Page Selection
+SearchPageSelectionDialog.message= S&elect the pages which are shown in the dialog:
+
+SearchManager.resourceChangedWarning= Changed Resources
+SearchManager.resourceChanged= Some of the resources have changed. Matches might be at wrong positions.
+SearchManager.resourceDeleted= Some of the resources no longer exist. Corresponding matches are removed from the search results.
+SearchManager.updating= Updating...
+
+SearchResultView.title= Search
+SearchResultView.titleWithDescription= Search ({0})
+SearchResultView.matches= matches
+SearchResultView.removed_resource= <removed resource>
+SearchResultView.removeAllResults.text= Remove &All Matches
+SearchResultView.removeAllResults.tooltip= Remove All Matches
+SearchResultView.removeAllSearches.text= &Clear History
+SearchResultView.removeAllSearches.tooltip= Clear the search result history
+SearchResultView.searchAgain.text= &Search Again
+SearchResultView.searchAgain.tooltip= Search Again
+SearchResultView.previousSearches.text= Previous Search Results
+SearchResultView.previousSearches.tooltip= Previous Search Results
+SearchResultView.removeEntry.text= &Remove Selected Match
+SearchResultView.removeEntry.tooltip= Remove Selected Match
+SearchResultView.removeEntries.text= &Remove Selected Matches
+SearchResultView.removeEntries.tooltip= Remove Selected Matches
+SearchResultView.removeMatch.text= Remove Current &Match
+SearchResultView.removeMatch.tooltip= Remove Current Match
+SearchResultView.gotoMarker.text= &Go to File
+SearchResultView.gotoMarker.tooltip= Go to File
+SearchResultView.showNext.text= Next Match
+SearchResultView.showNext.tooltip= Show Next Match
+SearchResultView.showPrev.text= Previous Match
+SearchResultView.showPrev.tooltip= Show Previous Match
+
+SearchDialogClosingDialog.title= Search Dialog Closing
+SearchDialogClosingDialog.message= Dialog can not be closed due to an active operation. You must cancel the operation before you can close the dialog.
+
+Search.Error.search.title= Search Error
+Search.Error.search.message= An error occurred during the search operation
+
+Search.Error.setDescription.title= Search Error
+Search.Error.setDescription.message= Can not save workspace description
+
+Search.Error.openEditor.title= Search Error
+Search.Error.openEditor.message= Could not open the editor
+
+Search.Error.openResultView.title= Search Error
+Search.Error.openResultView.message= Could not open the search results view
+
+Search.Error.deleteMarkers.title= Search Error
+Search.Error.deleteMarkers.message= An error occurred during deletion of search markers
+
+Search.Error.createMarker.title=Search Error
+Search.Error.createMarker.message= Could not create the search marker
+
+Search.Error.markerAttributeAccess.title= Search Error
+Search.Error.markerAttributeAccess.message= An error occurred while accessing a marker attribute
+
+Search.Error.switchSearch.title= Search Error
+Search.Error.switchSearch.message= An error occurred while switching to a previous search result
+
+Search.Error.createSearchPage.title= Search Error
+Search.Error.createSearchPage.message= An error occurred while creating a search page
+
+Search.Error.createSorter.title= Search Error
+Search.Error.createSorter.message= An error occurred while creating a sorter
+
+Search.Error.incorrectIconLocation.message= Invalid icon location
+
+Search.Problems.title= Text Search Problems
+
+SearchResultCollector.match= 1 match
+SearchResultCollector.matches= {0} matches
+SearchResultCollector.done= Search done: {0}.
+
+SearchPage.containingText.text= C&ontaining text:
+SearchPage.containingText.hint= (* = any string, ? = any character, \\ = escape for literals: * ? \\)
+SearchPage.browse= &Browse...
+SearchPage.fileNamePatterns.text= File name &patterns:
+SearchPage.fileNamePatterns.hint= The patterns are separated by comma (* = any string, ? = any character)
+SearchPage.caseSensitive= Case sens&itive
+
+TextSearchEngine.scanning= Scanning...
+TextSearchEngine.statusMessage= Problems encountered during text search.
+
+TextSearchVisitor.error= Error reading file during search: {0}
+TextSearchVisitor.canceled= Operation Canceled
+
+SortDropDownAction.label= S&ort By
+SortDropDownAction.tooltip= Sort By
+
+ShowOtherSearchesAction.label= &Other...
+ShowOtherSearchesAction.tooltip= Open Other Searches Dialog
+
+OtherSearchesDialog.title= Other Searches
+OtherSearchesDialog.message= &Select one of the searches
+
+PreviousSearchesDialog.title=  Previous Searches
+PreviousSearchesDialog.message= &Select one of the searches
+
+# The first argument will be replaced by the pattern, the second by the scope
+TextSearchOperation.singularLabelPostfix= "{0}" - 1 Occurrence in {1}
+
+# The argument will be replaced by the scope
+FileSearchOperation.singularLabelPostfix= 1 File in {0}
+
+# The first argument will be replaced by the pattern, the second by the count and the last by the scope
+TextSearchOperation.pluralLabelPatternPostfix= "{0}" - {1} Occurrences in {2}
+
+# The first argument will be replaced by the count and the second by the scope
+FileSearchOperation.pluralLabelPatternPostfix= {0} Files in {1}
+
+OpenSearchDialogAction.label= Search
+OpenSearchDialogAction.tooltip= Search
+
+FileTypeEditor.typeDelimiter=  ,
+
+FileLabelProvider.dashSeparated= {0} - {1}
+
+TypesFiltering.title= Select Types
+TypesFiltering.message = S&elect the types to scan.
+TypesFiltering.otherExtensions = &Other Patterns:
+TypesFiltering.selectAll= &Select All
+TypesFiltering.deselectAll= &Deselect All
+
+WorkspaceScope= Workspace
+WorkingSetScope= Working Set - {0}
+SelectionScope= Selection
+
+ScopePart.group.text=Scope
+ScopePart.selectedResourcesScope.text=Selecte&d Resources
+ScopePart.workingSetChooseButton.text=C&hoose...
+ScopePart.workingSetScope.text=Wor&king Set:
+ScopePart.workspaceScope.text=&Workspace
+
+# Concatenate two working set names e.g. "Source, Lib"
+ScopePart.workingSetConcatenation= {0}, {1}
+
+CopyToClipboardAction.label = Copy to Clip&board
+CopyToClipboardAction.tooltip = Copy to Clipboard
+CopyToClipboardAction.error.title= Problem Copying to Clipboard
+CopyToClipboardAction.error.message= There was a problem when accessing the system clipboard. Retry?
+
+ExceptionDialog.seeErrorLogMessage= See error log for more details
+
+SearchPreferencePage.emphasizePotentialMatches= &Emphasize inexact matches
+SearchPreferencePage.potentialMatchFgColor= &Foreground color for inexact matches:
+SearchPreferencePage.reuseEditor= &Reuse editors to show matches
+
+ReplaceAction.label_all= Re&place...
+ReplaceAction.label_selected= Rep&lace Selected...
+ReplaceAction.error.only_on_text_search= Replace is only available on text search.
+ReplaceAction.error.unable_to_perform= Replace operation can\'t be performed.
+ReplaceAction.error.changed_file= The content of the following file has changed. Please redo the search to ensure that all matches are correct.
+ReplaceAction.error.changed_files= The content of the following files have changed. Please redo the search to ensure that all matches are correct.
+ReplaceAction.error.opened_file= The following file is already open in an editor, but the replace operation cannot handle this editor. Please close the editor.
+ReplaceAction.error.opened_files= The following files are already open in editors, but the replace operation cannot handle these editors. Please close the editors.
+ReplaceAction.error.not_file= The following resource is not a file and cannot be handled. Please exclude it from the replace operation.
+ReplaceAction.error.not_files= The following resources are not files and cannot be handled. Please exclude them from the replace operation.
+ReplaceAction.dialog.title= Replace
+
+ReplaceDialog.replace_label= Replace:
+ReplaceDialog.with_label= &With:
+ReplaceDialog.replace_next= Re&place/Next
+ReplaceDialog.replace= &Replace
+ReplaceDialog.next= &Next
+ReplaceDialog.close= &Close
+ReplaceDialog.save_changes=Automatically &save changes
+ReplaceDialog.dialog.title= Replace
+ReplaceDialog.error.unexpected_exception=Unexpected exception during replace operation.
+ReplaceDialog.error.different_content= File content differs from search result.
+ReplaceDialog.error.reenable_auto_build_failed=Couldn\'t reactivate auto building.
+ReplaceDialog.error.auto_building= Couldn\'t disable auto building.
+ReplaceDialog.error.no_matches= Couldn\'t find first match.
+ReplaceDialog.error.no_file_for_marker=Current match is not associated with a file. It is not possible to open an editor.
 ReplaceDialog.error.unable_to_open_text_editor=It is not possible to open the built-in text editor for file ''{0}''.
\ No newline at end of file