Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-02-01 16:23:38 +0000
committerVivian Kong2010-02-01 16:23:38 +0000
commit6d906f69c55386245c35bca7ca17648a2cccd76e (patch)
treed32b54ddabfc8e9d0ef4be37962f624732f2ae69 /debug/org.eclipse.cdt.debug.core/plugin.properties
parent85b56d1d8af80dac8a3456970b0ba8117df04b9b (diff)
downloadorg.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.gz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.xz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.zip
externalize strings in plugin.xml in various plugins
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties
index 3a04b93ab66..a545acdc78b 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.core/plugin.properties
@@ -45,3 +45,9 @@ containerName.absolutePath=Absolute File Path
containerDescription.absolutePath=An absolute path to a file in the local file system.
containerName.programRelativePath=Program Relative File Path
containerDescription.programRelativePath=Program relative path to a file in the local file system.
+
+sourceLocator.name = C/C++ Source Locator
+executablesProvider.name = Executables Provider
+sourceFilesProvider.name = Source Files Provider
+sourceRemappingProvider.name = Source Remapping Provider
+executablesImporter.name = Executables Importer \ No newline at end of file

Back to the top