Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties')
-rw-r--r--bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
index a8e9009d8b3..a7a3fd41d70 100644
--- a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
+++ b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
@@ -661,6 +661,14 @@ ResourceInfo_other=Other
ResourceInfo_read=Read
ResourceInfo_write=Write
ResourceInfo_execute=Execute
+ResourceInfo_recursiveChangesTitle = Confirm recursive changes
+ResourceInfo_recursiveChangesSummary = The following changes have been made:
+ResourceInfo_recursiveChangesSet = set
+ResourceInfo_recursiveChangesUnset = unset
+ResourceInfo_recursiveChangesQuestion = Do you want to apply these changes to subfolders and files?
+ResourceInfo_recursiveChangesJobName = Applying recursive changes
+ResourceInfo_recursiveChangesSubTaskName = Applying changes for: ''{0}''
+ResourceInfo_recursiveChangesError = Error applying recursive changes
# --- Project References ---
ProjectReferencesPage_label = Projects may refer to other projects in the workspace.\nUse this page to specify what other projects are referenced by the project.\n\n&Project references for ''{0}'':

Back to the top