Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-09-23 16:22:25 +0000
committerDarin Wright2003-09-23 16:22:25 +0000
commit10a3de6a27c1b6fa7783f24600f93a895c89e239 (patch)
tree184b077f7434921ad4a5c58821e81fc1c39af19a /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties
parent7cc48b10eee323f1dd284869c17c709a9c98edc2 (diff)
downloadeclipse.platform.debug-10a3de6a27c1b6fa7783f24600f93a895c89e239.tar.gz
eclipse.platform.debug-10a3de6a27c1b6fa7783f24600f93a895c89e239.tar.xz
eclipse.platform.debug-10a3de6a27c1b6fa7783f24600f93a895c89e239.zip
bug 43332 - Re-work launch variable API
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties
index 4669ee01f..b45656cea 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.properties
@@ -12,6 +12,26 @@
PromptExpanderBase.0=Please input a value for {0}
PromptExpanderBase.1=Please input a value
+RefreshTab.0=Recursively &include sub-folders
+RefreshTab.2=Unable to restore working set - no factory ID.
+RefreshTab.3=Unable to restore working set - cannot instantiate factory:
+RefreshTab.4=Unable to restore working set - cannot instantiate working set:
+RefreshTab.5=Unable to restore working set - element is not an IWorkingSet:
+RefreshTab.6=Refresh
+RefreshTab.7=Refresh resources...
+RefreshTab.8=Exception(s) occurred during refresh.
+RefreshTab.31=Refresh resources &upon completion.
+RefreshTab.32=The &entire workspace
+RefreshTab.33=The se&lected resource
+RefreshTab.34=The &project containing the selected resource
+RefreshTab.35=The f&older containing the selected resource
+RefreshTab.36=&Specific resources
+RefreshTab.37=Specify &Resources...
+RefreshTab.38=Refresh scope refers to non-existant resource {0}
+RefreshTab.39=Refresh scope invalid
+RefreshTab.40=workingSet
+RefreshTab.42=Must select resources to refresh.
+
ResourceResolver.6=Variable references non-existant resource : {0}
ResourceResolver.7=Variable references empty selection: {0}
ResourceResolver.8=Variable not recognized: {0}

Back to the top