Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2010-04-26 18:02:39 +0000
committerVivian Kong2010-04-26 18:02:39 +0000
commit5fad5a3b0c43b7a2acc35caaa686d348e87bed29 (patch)
tree7a196355a5af9f7ac604cb170b673de3b841b095 /xlc
parent3e7072e2ac7952f86b218af1a33c17420180a5df (diff)
downloadorg.eclipse.cdt-5fad5a3b0c43b7a2acc35caaa686d348e87bed29.tar.gz
org.eclipse.cdt-5fad5a3b0c43b7a2acc35caaa686d348e87bed29.tar.xz
org.eclipse.cdt-5fad5a3b0c43b7a2acc35caaa686d348e87bed29.zip
mark non-translatable strings as non-translatable in properties file
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
index fd92395d42a..89c0bddd88c 100644
--- a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
+++ b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
@@ -22,6 +22,7 @@ CDTXLCErrorParser.name=CDT xlC Error Parser
# Following are patterns of xlC compiler messages. While translating the patterns should be replaced
# with corresponding patterns matchind localized compiler messages
+# START NON-TRANSLATABLE
# "hello.c", line 5.9: 1506-358 (I) "MACRO" is defined on line 3 of hello.h.
CDTXLCErrorParser.pattern.macro=["]?(.*?)["]?, line ([0-9]+)\\.[0-9]+:( [0-9]*-[0-9]*)? \\(I\\)\\s*["]?(\\w*)["]? is defined on line ([0-9]+) of (.*)\\.
CDTXLCErrorParser.pattern.macro.replacement=Macro name $4 originally defined in file $6
@@ -37,4 +38,4 @@ CDTXLCErrorParser.pattern.ld.warning=ld: ([0-9]+-[0-9]+)\\s*WARNING:\\s*(.*)
CDTXLCErrorParser.pattern.ld.error2=ld: ([0-9]+-[0-9]+)\\s*(Error .*)
# ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
CDTXLCErrorParser.pattern.ld.info=ld: ([0-9]+-[0-9]+)\\s*(.*)
-
+# END NON-TRANSLATABLE

Back to the top