aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-05-26 05:28:26 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-05-26 05:28:26 +0000
commita63719408d011cff3a51cdfaceb61c34f1d9c38e (patch)
treed6c0bf82c607c084bd2e1c006afbeb9fc8813840 /gcc/objc
parent05e126346a8a32f5e34c169a11dc3635d67347f1 (diff)
downloadgcc-a63719408d011cff3a51cdfaceb61c34f1d9c38e.zip
gcc-a63719408d011cff3a51cdfaceb61c34f1d9c38e.tar.gz
gcc-a63719408d011cff3a51cdfaceb61c34f1d9c38e.tar.bz2
toplev.c (debug_args, [...]): Mark descriptions for translation.
* toplev.c (debug_args, f_options, W_options): Mark descriptions for translation. (display_help): Translate descriptions on output. * cp/lang-options.h, f/lang-options.h, java/lang-options.h, objc/lang-options.h: Mark descriptions for translation. From-SVN: r42618
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/lang-options.h19
1 files changed, 12 insertions, 7 deletions
diff --git a/gcc/objc/lang-options.h b/gcc/objc/lang-options.h
index 3d56b96..88e30e5 100644
--- a/gcc/objc/lang-options.h
+++ b/gcc/objc/lang-options.h
@@ -23,16 +23,21 @@ Boston, MA 02111-1307, USA. */
DEFINE_LANG_NAME ("Objective C")
- { "-gen-decls", "Dump decls to a .decl file" },
- { "-fgnu-runtime", "Generate code for GNU runtime environment" },
+ { "-gen-decls",
+ N_("Dump decls to a .decl file") },
+ { "-fgnu-runtime",
+ N_("Generate code for GNU runtime environment") },
{ "-fno-gnu-runtime", "" },
- { "-fnext-runtime", "Generate code for NeXT runtime environment" },
+ { "-fnext-runtime",
+ N_("Generate code for NeXT runtime environment") },
{ "-fno-next-runtime", "" },
- { "-Wselector", "Warn if a selector has multiple methods" },
+ { "-Wselector",
+ N_("Warn if a selector has multiple methods") },
{ "-Wno-selector", "" },
{ "-Wprotocol", "" },
- { "-Wno-protocol", "Do not warn if inherited methods are unimplemented"},
+ { "-Wno-protocol",
+ N_("Do not warn if inherited methods are unimplemented") },
{ "-print-objc-runtime-info",
- "Generate C header of platform specific features" },
+ N_("Generate C header of platform specific features") },
{ "-fconstant-string-class",
- "Specify the name of the class for constant strings" },
+ N_("Specify the name of the class for constant strings") },