Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2011-04-19 17:06:50 +0000
committerSergey Prigogin2011-04-19 17:06:50 +0000
commit95eeab8640281c32b88e744ec9fef7fc12310121 (patch)
treec3085a954fa9e38c21163765be678d9055818caa /codan/org.eclipse.cdt.codan.ui
parentaffb984a3df12d6a9c74cef268f12472c5b79d8e (diff)
downloadorg.eclipse.cdt-95eeab8640281c32b88e744ec9fef7fc12310121.tar.gz
org.eclipse.cdt-95eeab8640281c32b88e744ec9fef7fc12310121.tar.xz
org.eclipse.cdt-95eeab8640281c32b88e744ec9fef7fc12310121.zip
Renamed messages.properties to CeheckersMessages.properties.
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui')
-rw-r--r--codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/messages.properties96
1 files changed, 0 insertions, 96 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/messages.properties b/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/messages.properties
deleted file mode 100644
index 50306301edc..00000000000
--- a/codan/org.eclipse.cdt.codan.ui/src/org/eclipse/cdt/codan/internal/ui/messages.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-###############################################################################
-# Copyright (c) 2010, 2011 Alena Laskavaia 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Alena Laskavaia - initial API and implementation
-# IBM Corporation
-###############################################################################
-BuildPropertyPage_RunAsYouType=Run as you &type (selected checkers)
-BuildPropertyPage_RunWithBuild=&Run with build
-CheckedTreeEditor_SelectionCannotBeEmpty=Selection cannot be empty
-CodanPreferencePage_Customize=Customize Selected...
-CodanPreferencePage_Description=Description:
-CodanPreferencePage_HasPreferences=This problem has extra preferences
-CodanPreferencePage_Info=Info
-CodanPreferencePage_MessageLabel=Message:
-CodanPreferencePage_NoInfo=No description
-CodanPreferencePage_Parameters=Parameters:
-CustomizeProblemComposite_LaunchingTab=Launching
-CustomizeProblemComposite_TabParameters=Preferences
-CustomizeProblemComposite_TabScope=Scope
-CustomizeProblemDialog_Message=Edit problem preferences, scope and launch options
-CustomizeProblemDialog_Title=Customize Problem...
-Job_TitleRunningAnalysis=Running Code Analysis
-ParametersComposite_DoNotChange=<do not change>
-ParametersComposite_IsEnabled=This problem is enabled
-ParametersComposite_MessagePattern=Message Pattern
-ParametersComposite_NewValue=New Value
-ParametersComposite_None=No extra preferences
-ParametersComposite_Severity=Severity
-ProblemsTreeEditor_NameColumn=Name
-ProblemsTreeEditor_Problems=Problems
-ProblemsTreeEditor_SeverityColumn=Severity
-ProblemsTreeEditor_ToolTip=Sample Message:
-OverlayPage_Use_Workspace_Settings=Use &workspace settings
-OverlayPage_Use_Project_Settings=Use pr&oject settings
-OverlayPage_Configure_Workspace_Settings=&Configure Workspace Settings...
-PropertyStore_Cannot_write_resource_property=Cannot write resource property
-
-# ------- ExclusionInclusionDialog -------
-
-ExclusionInclusionDialog_title=Inclusion and Exclusion Patterns
-ExclusionInclusionDialog_description=Included and excluded resources for ''{0}''.
-ExclusionInclusionDialog_description2=Add or remove inclusion and exclusion patterns to resources for which problem is reported
-
-ExclusionInclusionDialog_exclusion_pattern_label=E&xclusion patterns:
-ExclusionInclusionDialog_inclusion_pattern_label=I&nclusion patterns:
-
-ExclusionInclusionDialog_inclusion_pattern_add=A&dd...
-ExclusionInclusionDialog_inclusion_pattern_add_multiple=Add &Multiple...
-ExclusionInclusionDialog_inclusion_pattern_remove=&Remove
-ExclusionInclusionDialog_inclusion_pattern_edit=&Edit...
-
-ExclusionInclusionDialog_exclusion_pattern_add=&Add...
-ExclusionInclusionDialog_exclusion_pattern_add_multiple=Add M&ultiple...
-ExclusionInclusionDialog_exclusion_pattern_remove=Rem&ove
-ExclusionInclusionDialog_exclusion_pattern_edit=Edi&t...
-
-ExclusionInclusionDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
-ExclusionInclusionDialog_ChooseExclusionPattern_description=&Choose folders or files to exclude:
-
-ExclusionInclusionDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
-ExclusionInclusionDialog_ChooseInclusionPattern_description=&Choose folders or files to include:
-
-# ------- ExclusionInclusionEntryDialog -------
-
-ExclusionInclusionEntryDialog_exclude_add_title=Add Exclusion Pattern
-ExclusionInclusionEntryDialog_exclude_edit_title=Edit Exclusion Pattern
-ExclusionInclusionEntryDialog_exclude_description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'src/util/a*.c', 'src/util/', '**/Test*'.
-
-ExclusionInclusionEntryDialog_exclude_pattern_label=E&xclusion pattern (Path relative to ''{0}''):
-
-ExclusionInclusionEntryDialog_include_add_title=Add Inclusion Pattern
-ExclusionInclusionEntryDialog_include_edit_title=Edit Inclusion Pattern
-ExclusionInclusionEntryDialog_include_description=Enter a pattern for including files to the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'src/util/a*.c', 'src/util/', '**/Test*'.
-
-ExclusionInclusionEntryDialog_include_pattern_label=I&nclusion pattern (Path relative to ''{0}''):
-
-ExclusionInclusionEntryDialog_pattern_button=Bro&wse...
-
-ExclusionInclusionEntryDialog_error_empty=Enter a pattern.
-ExclusionInclusionEntryDialog_error_notrelative=Pattern must be a relative path.
-ExclusionInclusionEntryDialog_error_exists=Pattern already exists.
-
-ExclusionInclusionEntryDialog_ChooseExclusionPattern_title=Exclusion Pattern Selection
-ExclusionInclusionEntryDialog_ChooseExclusionPattern_description=&Choose a folder or file to exclude:
-
-ExclusionInclusionEntryDialog_ChooseInclusionPattern_title=Inclusion Pattern Selection
-ExclusionInclusionEntryDialog_ChooseInclusionPattern_description=&Choose a folder or file to include:
-LaunchModesPropertyPage_RunAsYouType=Run as you type
-LaunchModesPropertyPage_RunOnDemand=Run on demand
-LaunchModesPropertyPage_RunOnFullBuild=Run on full build
-LaunchModesPropertyPage_RunOnIncrementalBuild=Run on incremental build

Back to the top