View | Details | Raw Unified | Return to bug 180193 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/messages.properties (-3 / +3 lines)
Lines 969-978 Link Here
969
FilteredItemsSelectionDialog_cacheRefreshJob = Cache refresh
969
FilteredItemsSelectionDialog_cacheRefreshJob = Cache refresh
970
FilteredItemsSelectionDialog_cacheRefreshJob_checkDuplicates = Checking for duplicates
970
FilteredItemsSelectionDialog_cacheRefreshJob_checkDuplicates = Checking for duplicates
971
FilteredItemsSelectionDialog_cacheRefreshJob_getFilteredElements = Get filtered elements
971
FilteredItemsSelectionDialog_cacheRefreshJob_getFilteredElements = Get filtered elements
972
FilteredItemsSelectionDialog_cacheSearchJob_taskName = Searching in cache ...
972
FilteredItemsSelectionDialog_cacheSearchJob_taskName = Searching in cache
973
FilteredItemsSelectionDialog_patternLabel = &Select an item to open (? = any character, * = any string):
973
FilteredItemsSelectionDialog_patternLabel = &Select an item to open (? = any character, * = any string):
974
FilteredItemsSelectionDialog_listLabel = &Matching items:
974
FilteredItemsSelectionDialog_listLabel = &Matching items:
975
FilteredItemsSelectionDialog_searchJob_taskName = Searching...
975
FilteredItemsSelectionDialog_searchJob_taskName = Searching
976
FilteredItemsSelectionDialog_toggleStatusAction = &Show Status Line
976
FilteredItemsSelectionDialog_toggleStatusAction = &Show Status Line
977
FilteredItemsSelectionDialog_removeItemsFromHistoryAction = &Remove from History
977
FilteredItemsSelectionDialog_removeItemsFromHistoryAction = &Remove from History
978
FilteredItemsSelectionDialog_separatorLabel = Workspace matches
978
FilteredItemsSelectionDialog_separatorLabel = Workspace matches
Lines 985-991 Link Here
985
FilteredItemsSelectionDialog_restoreError=Restoring the dialog failed
985
FilteredItemsSelectionDialog_restoreError=Restoring the dialog failed
986
986
987
FilteredItemsSelectionDialog_taskProgressMessage={0} ({1}%)
987
FilteredItemsSelectionDialog_taskProgressMessage={0} ({1}%)
988
FilteredItemsSelectionDialog_subtaskProgressMessage={0} {1}
988
FilteredItemsSelectionDialog_subtaskProgressMessage={0}: {1}
989
989
990
#==============================================================
990
#==============================================================
991
# Content Assist
991
# Content Assist

Return to bug 180193