1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR Free Software Foundation, Inc. 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: \n" 11"POT-Creation-Date: 2004-11-08 11:25-0500\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Transfer-Encoding: 8bit\n" 18 19#: jv-exp.y:394 20msgid "FIXME - ClassInstanceCreationExpression" 21msgstr "" 22 23#: jv-exp.y:413 jv-exp.y:416 24msgid "FIXME - ArrayCreationExpression" 25msgstr "" 26 27#: jv-exp.y:462 jv-exp.y:464 28msgid "Form of method invocation not implemented" 29msgstr "" 30 31#: jv-exp.y:554 32msgid "Invalid cast expression" 33msgstr "" 34 35#: jv-exp.y:810 36msgid "Numeric constant too large" 37msgstr "" 38 39#: jv-exp.y:920 40msgid "Empty character constant" 41msgstr "" 42 43#: jv-exp.y:933 44msgid "Unmatched single quote" 45msgstr "" 46 47#: jv-exp.y:938 48msgid "Invalid character constant" 49msgstr "" 50 51#: jv-exp.y:1023 52#, possible-c-format 53msgid "Invalid number \"%s\"" 54msgstr "" 55 56#: jv-exp.y:1095 57msgid "Unterminated string in expression" 58msgstr "" 59 60#. We must have come across a bad character (e.g. ';'). 61#: jv-exp.y:1107 62#, possible-c-format 63msgid "Invalid character '%c' in expression" 64msgstr "" 65 66#: jv-exp.y:1219 67#, possible-c-format 68msgid "%s: near `%s'" 69msgstr "" 70 71#: jv-exp.y:1221 72#, possible-c-format 73msgid "error in expression, near `%s'" 74msgstr "" 75 76#: jv-exp.y:1232 77#, possible-c-format 78msgid "No class named `%s'" 79msgstr "" 80 81#: jv-exp.y:1371 82#, possible-c-format 83msgid "unknown type `%.*s'" 84msgstr "" 85 86#: jv-exp.y:1420 87msgid "No symbol table is loaded. Use the \"file\" command" 88msgstr "" 89 90#: jv-exp.y:1422 91#, possible-c-format 92msgid "No symbol \"%s\" in current context" 93msgstr "" 94 95#: main.c:389 96#, possible-c-format 97msgid "%s: unable to load tclcommand file \"%s\"" 98msgstr "" 99 100#: main.c:436 101#, possible-c-format 102msgid "warning: could not set baud rate to `%s'.\n" 103msgstr "" 104 105#: main.c:454 106#, possible-c-format 107msgid "warning: could not set timeout limit to `%s'.\n" 108msgstr "" 109 110#: main.c:462 111#, possible-c-format 112msgid "Use `%s --help' for a complete list of options.\n" 113msgstr "" 114 115#: main.c:482 116#, possible-c-format 117msgid "%s: `--args' specified but no program specified\n" 118msgstr "" 119 120#: main.c:509 121#, possible-c-format 122msgid "Excess command line arguments ignored. (%s%s)\n" 123msgstr "" 124 125#. We may get more than one warning, don't double space all of them... 126#: main.c:595 main.c:663 127msgid "" 128"\n" 129"warning: " 130msgstr "" 131 132#: main.c:689 133msgid "warning: " 134msgstr "" 135 136#: main.c:753 137#, possible-c-format 138msgid "Startup time: %ld.%06ld\n" 139msgstr "" 140 141#: main.c:763 142#, possible-c-format 143msgid "Startup size: data size %ld\n" 144msgstr "" 145 146#: main.c:824 147msgid "" 148"This is the GNU debugger. Usage:\n" 149"\n" 150" gdb [options] [executable-file [core-file or process-id]]\n" 151" gdb [options] --args executable-file [inferior-arguments ...]\n" 152"\n" 153"Options:\n" 154"\n" 155msgstr "" 156 157#: main.c:830 158msgid "" 159" --args Arguments after executable-file are passed to inferior\n" 160msgstr "" 161 162#: main.c:833 163msgid " --[no]async Enable (disable) asynchronous version of CLI\n" 164msgstr "" 165 166#: main.c:836 167msgid "" 168" -b BAUDRATE Set serial port baud rate used for remote debugging.\n" 169" --batch Exit after processing options.\n" 170" --cd=DIR Change current directory to DIR.\n" 171" --command=FILE Execute GDB commands from FILE.\n" 172" --core=COREFILE Analyze the core dump COREFILE.\n" 173" --pid=PID Attach to running process PID.\n" 174msgstr "" 175 176#: main.c:844 177msgid "" 178" --dbx DBX compatibility mode.\n" 179" --directory=DIR Search for source files in DIR.\n" 180" --epoch Output information used by epoch emacs-GDB interface.\n" 181" --exec=EXECFILE Use EXECFILE as the executable.\n" 182" --fullname Output information used by emacs-GDB interface.\n" 183" --help Print this message.\n" 184msgstr "" 185 186#: main.c:852 187msgid "" 188" --interpreter=INTERP\n" 189" Select a specific interpreter / user interface\n" 190msgstr "" 191 192#: main.c:856 193msgid "" 194" --mapped Use mapped symbol files if supported on this system.\n" 195" --nw\t\t Do not use a window interface.\n" 196" --nx Do not read " 197msgstr "" 198 199#: main.c:861 200msgid "" 201" file.\n" 202" --quiet Do not print version number on startup.\n" 203" --readnow Fully read symbol files on first access.\n" 204msgstr "" 205 206#: main.c:865 207msgid "" 208" --se=FILE Use FILE as symbol file and executable file.\n" 209" --symbols=SYMFILE Read symbols from SYMFILE.\n" 210" --tty=TTY Use TTY for input/output by the program being " 211"debugged.\n" 212msgstr "" 213 214#: main.c:871 215msgid " --tui Use a terminal user interface.\n" 216msgstr "" 217 218#: main.c:875 219msgid "" 220" --version Print version information and then exit.\n" 221" -w Use a window interface.\n" 222" --write Set writing into executable and core files.\n" 223" --xdb XDB compatibility mode.\n" 224msgstr "" 225 226#: main.c:881 227msgid "" 228"\n" 229"For more information, type \"help\" from within GDB, or consult the\n" 230"GDB manual (available as on-line info or a printed manual).\n" 231"Report bugs to \"bug-gdb@gnu.org\"." 232msgstr "" 233