Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties22
1 files changed, 21 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
index e7fd85e5a7d..d3204d4c07d 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
+++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/internal/ui/Messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation, QNX Software Systems, and others.
+# Copyright (c) 2000, 2011 IBM Corporation, QNX Software Systems, and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1_0
# which accompanies this distribution, and is available at
@@ -198,6 +198,26 @@ NewBuildMacroDialog_label_title_new=Define a New Build Variable
NewBuildMacroDialog_label_title_edit=Edit Existing Build Variable
NewBuildMacroDialog_label_list_title=Value of Build Variable
+# ----------- Refresh Policy Tab and Exception Dialog -----------
+RefreshPolicyExceptionDialog_addButtonLabel=Add...
+RefreshPolicyExceptionDialog_addDialogLabel=Add Exception
+RefreshPolicyExceptionDialog_contentTypeDropdownLabel=Content Type:
+RefreshPolicyExceptionDialog_deleteButtonLabel=Delete
+RefreshPolicyExceptionDialog_editDialogLabel=Edit Exception
+RefreshPolicyExceptionDialog_exceptionPropertiesGroupLabel=Exception Properties
+RefreshPolicyExceptionDialog_exceptionTypeContentType=Content Type
+RefreshPolicyExceptionDialog_exceptionTypeDropdownLabel=Exception Type:
+RefreshPolicyExceptionDialog_exceptionTypeResourceNamePattern=Resource Name Pattern
+RefreshPolicyExceptionDialog_exceptionTypeResources=Resources
+RefreshPolicyExceptionDialog_patternsGroupLabel=Patterns
+RefreshPolicyTab_addExceptionButtonLabel=Add Exception...
+RefreshPolicyTab_addResourceButtonLabel=Add Resource...
+RefreshPolicyTab_deleteButtonLabel=Delete...
+RefreshPolicyTab_editButtonLabel=Edit...
+RefreshPolicyTab_exceptionsLabel=Exceptions
+RefreshPolicyTab_resourcesGroupLabel=Resources
+RefreshPolicyTab_tabLabel=The following resources will be refreshed after the project is built:
+
# ----------- Resource Custom Build Step Block -----------
ResourceCustomBuildStepBlock_label_applicability=Custom Build Step Applicability
ResourceCustomBuildStepBlock_label_applicability_rule_before=Apply Custom Build Step Before Other Tools

Back to the top