mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
5624 lines
99 KiB
Plaintext
5624 lines
99 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#: array.c:695 array.c:755 array.c:879 bashhist.c:661 bashline.c:801
|
|
#: bashline.c:1416 error.c:88 error.c:318 error.c:320 error.c:322
|
|
#: execute_cmd.c:2005 execute_cmd.c:2007 execute_cmd.c:2195 execute_cmd.c:2441
|
|
#: execute_cmd.c:2580 execute_cmd.c:3186 execute_cmd.c:3838 expr.c:1092
|
|
#: expr.c:1093 general.c:132 jobs.c:1128 jobs.c:1143 jobs.c:2318 jobs.c:2319
|
|
#: locale.c:64 locale.c:422 parse.y:1209 pcomplete.c:937 pcomplete.c:947
|
|
#: pcomplete.c:1076 print_cmd.c:142 print_cmd.c:305 print_cmd.c:364
|
|
#: print_cmd.c:368 print_cmd.c:374 print_cmd.c:378 print_cmd.c:548
|
|
#: print_cmd.c:733 print_cmd.c:847 print_cmd.c:851 subst.c:1483 subst.c:1510
|
|
#: subst.c:1734 subst.c:1754 subst.c:4238 subst.c:4274 subst.c:6391
|
|
#: syntax.h:43 unwind_prot.c:173 variables.c:1631 variables.c:2381
|
|
#: /usr/homes/chet/src/bash/src/parse.y:1209 builtins/common.c:144
|
|
#: builtins/common.c:640 builtins/getopt.c:204 builtins/mkbuiltins.c:1067
|
|
#: builtins/mkbuiltins.c:1070 builtins/mkbuiltins.c:1072
|
|
#: builtins/mkbuiltins.c:1074 builtins/mkbuiltins.c:1079
|
|
#: builtins/mkbuiltins.c:1084 builtins/mkbuiltins.c:1088
|
|
#: builtins/mkbuiltins.c:1094 builtins/mkbuiltins.c:1100
|
|
#: builtins/mkbuiltins.c:1108 builtins/mkbuiltins.c:1111
|
|
#: builtins/mkbuiltins.c:1207 builtins/mkbuiltins.c:1208
|
|
#: builtins/caller.def:127 builtins/caller.def:131 builtins/command.def:134
|
|
#: builtins/complete.def:567 builtins/declare.def:238 builtins/declare.def:355
|
|
#: builtins/declare.def:438 builtins/fc.def:338 builtins/getopts.def:310
|
|
#: builtins/help.def:105 builtins/help.def:110 builtins/history.def:291
|
|
#: builtins/printf.def:123 builtins/printf.def:726 builtins/pushd.def:330
|
|
#: builtins/pushd.def:371 builtins/pushd.def:654 builtins/pushd.def:662
|
|
#: builtins/pushd.def:665 builtins/pushd.def:675 builtins/pushd.def:679
|
|
#: builtins/pushd.def:683 builtins/pushd.def:686 builtins/pushd.def:689
|
|
#: builtins/pushd.def:698 builtins/pushd.def:702 builtins/pushd.def:706
|
|
#: builtins/pushd.def:709 builtins/read.def:258 builtins/read.def:386
|
|
#: builtins/read.def:595 builtins/setattr.def:353 builtins/setattr.def:396
|
|
#: builtins/ulimit.def:111 builtins/umask.def:131 lib/sh/snprintf.c:394
|
|
#: lib/sh/snprintf.c:1691 lib/sh/stringlist.c:235 lib/sh/stringvec.c:223
|
|
#: lib/malloc/stats.c:99
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2003-12-04 16:07-0500\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: arrayfunc.c:43
|
|
msgid "bad array subscript"
|
|
msgstr ""
|
|
|
|
#: arrayfunc.c:304
|
|
#, c-format
|
|
msgid "%s: cannot assign to non-numeric index"
|
|
msgstr ""
|
|
|
|
#: bashhist.c:319
|
|
#, c-format
|
|
msgid "%s: cannot create: %s"
|
|
msgstr ""
|
|
|
|
#: bashline.c:2789
|
|
msgid "bash_execute_unix_command: cannot find keymap for command"
|
|
msgstr ""
|
|
|
|
#: bashline.c:2838
|
|
#, c-format
|
|
msgid "%s: first non-whitespace character is not `\"'"
|
|
msgstr ""
|
|
|
|
#: bashline.c:2867 braces.c:129
|
|
#, c-format
|
|
msgid "no closing `%c' in %s"
|
|
msgstr ""
|
|
|
|
#: bashline.c:2901
|
|
#, c-format
|
|
msgid "%s: missing colon separator"
|
|
msgstr ""
|
|
|
|
#: error.c:163
|
|
#, c-format
|
|
msgid "last command: %s\n"
|
|
msgstr ""
|
|
|
|
#: error.c:168
|
|
#, c-format
|
|
msgid "Report this to %s\n"
|
|
msgstr ""
|
|
|
|
#: error.c:171
|
|
msgid "Stopping myself..."
|
|
msgstr ""
|
|
|
|
#: error.c:258
|
|
#, c-format
|
|
msgid "%s: warning: "
|
|
msgstr ""
|
|
|
|
#: error.c:403
|
|
msgid "unknown command error"
|
|
msgstr ""
|
|
|
|
#: error.c:404
|
|
msgid "bad command type"
|
|
msgstr ""
|
|
|
|
#: error.c:405
|
|
msgid "bad connector"
|
|
msgstr ""
|
|
|
|
#: error.c:406
|
|
msgid "bad jump"
|
|
msgstr ""
|
|
|
|
#: error.c:444
|
|
#, c-format
|
|
msgid "%s: unbound variable"
|
|
msgstr ""
|
|
|
|
#: error.c:451 builtins/common.c:221
|
|
#, c-format
|
|
msgid "%s: readonly variable"
|
|
msgstr ""
|
|
|
|
#: eval.c:173
|
|
msgid "timed out waiting for input: auto-logout\n"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:447
|
|
msgid "close"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:447
|
|
msgid "open"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:465
|
|
#, c-format
|
|
msgid "cannot redirect standard input from /dev/null: %s"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:1035
|
|
#, c-format
|
|
msgid "TIMEFORMAT: `%c': invalid format character"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3520
|
|
#, c-format
|
|
msgid "%s: restricted: cannot specify `/' in command names"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3608
|
|
#, c-format
|
|
msgid "%s: command not found"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3820 shell.c:1393 builtins/evalfile.c:127
|
|
#: builtins/hash.def:158
|
|
#, c-format
|
|
msgid "%s: is a directory"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3838
|
|
#, c-format
|
|
msgid "%s: %s: bad interpreter"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3875 shell.c:1403 builtins/evalfile.c:172
|
|
#, c-format
|
|
msgid "%s: cannot execute binary file"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3948 builtins/declare.def:306
|
|
#, c-format
|
|
msgid "%s: readonly function"
|
|
msgstr ""
|
|
|
|
#: execute_cmd.c:3987
|
|
#, c-format
|
|
msgid "cannot duplicate fd %d to fd %d"
|
|
msgstr ""
|
|
|
|
#: expr.c:238
|
|
msgid "expression recursion level exceeded"
|
|
msgstr ""
|
|
|
|
#: expr.c:262
|
|
msgid "recursion stack underflow"
|
|
msgstr ""
|
|
|
|
#: expr.c:373
|
|
msgid "syntax error in expression"
|
|
msgstr ""
|
|
|
|
#: expr.c:413
|
|
msgid "attempted assignment to non-variable"
|
|
msgstr ""
|
|
|
|
#: expr.c:434 expr.c:439 expr.c:749
|
|
msgid "division by 0"
|
|
msgstr ""
|
|
|
|
#: expr.c:465
|
|
msgid "bug: bad expassign token"
|
|
msgstr ""
|
|
|
|
#: expr.c:495 expr.c:510 builtins/let.def:92 builtins/let.def:117
|
|
msgid "expression expected"
|
|
msgstr ""
|
|
|
|
#: expr.c:507
|
|
msgid "`:' expected for conditional expression"
|
|
msgstr ""
|
|
|
|
#: expr.c:774
|
|
msgid "exponent less than 0"
|
|
msgstr ""
|
|
|
|
#: expr.c:818
|
|
msgid "identifier expected after pre-increment or pre-decrement"
|
|
msgstr ""
|
|
|
|
#: expr.c:846
|
|
msgid "missing `)'"
|
|
msgstr ""
|
|
|
|
#: expr.c:870
|
|
msgid "syntax error: operand expected"
|
|
msgstr ""
|
|
|
|
#: expr.c:1091
|
|
#, c-format
|
|
msgid "%s%s%s: %s (error token is \"%s\")"
|
|
msgstr ""
|
|
|
|
#: expr.c:1145
|
|
msgid "bad number"
|
|
msgstr ""
|
|
|
|
#: expr.c:1149
|
|
msgid "invalid arithmetic base"
|
|
msgstr ""
|
|
|
|
#: expr.c:1169
|
|
msgid "value too great for base"
|
|
msgstr ""
|
|
|
|
#: expr.c:1217
|
|
#, c-format
|
|
msgid "%s: expression error\n"
|
|
msgstr ""
|
|
|
|
#: general.c:58
|
|
msgid "getcwd: cannot access parent directories"
|
|
msgstr ""
|
|
|
|
#: general.c:227 general.c:232 builtins/common.c:193
|
|
#, c-format
|
|
msgid "`%s': not a valid identifier"
|
|
msgstr ""
|
|
|
|
#: input.c:229
|
|
#, c-format
|
|
msgid "cannot allocate new file descriptor for bash input from fd %d"
|
|
msgstr ""
|
|
|
|
#: input.c:237
|
|
#, c-format
|
|
msgid "save_bash_input: buffer already exists for new fd %d"
|
|
msgstr ""
|
|
|
|
#: jobs.c:692
|
|
#, c-format
|
|
msgid "deleting stopped job %d with process group %ld"
|
|
msgstr ""
|
|
|
|
#: jobs.c:1631 nojobs.c:646
|
|
#, c-format
|
|
msgid "wait: pid %ld is not a child of this shell"
|
|
msgstr ""
|
|
|
|
#: jobs.c:1814
|
|
#, c-format
|
|
msgid "wait_for: No record of process %ld"
|
|
msgstr ""
|
|
|
|
#: jobs.c:1957
|
|
#, c-format
|
|
msgid "wait_for: job == NO_JOB, giving the terminal to shell_pgrp (%ld)"
|
|
msgstr ""
|
|
|
|
#: jobs.c:2061
|
|
#, c-format
|
|
msgid "wait_for_job: job %d is stopped"
|
|
msgstr ""
|
|
|
|
#: jobs.c:2283
|
|
#, c-format
|
|
msgid "%s: job has terminated"
|
|
msgstr ""
|
|
|
|
#: jobs.c:2292
|
|
#, c-format
|
|
msgid "%s: job %d already in background"
|
|
msgstr ""
|
|
|
|
#: jobs.c:3036
|
|
msgid "no job control in this shell"
|
|
msgstr ""
|
|
|
|
#: jobs.c:3250
|
|
#, c-format
|
|
msgid "tcsetpgrp(%d) failed: pid %ld to pgrp %ld"
|
|
msgstr ""
|
|
|
|
#: mailcheck.c:381
|
|
msgid "You have mail in $_"
|
|
msgstr ""
|
|
|
|
#: mailcheck.c:406
|
|
msgid "You have new mail in $_"
|
|
msgstr ""
|
|
|
|
#: mailcheck.c:422
|
|
#, c-format
|
|
msgid "The mail in %s has been read\n"
|
|
msgstr ""
|
|
|
|
#: make_cmd.c:316
|
|
msgid "syntax error: arithmetic expression required"
|
|
msgstr ""
|
|
|
|
#: make_cmd.c:318
|
|
msgid "syntax error: `;' unexpected"
|
|
msgstr ""
|
|
|
|
#: make_cmd.c:558
|
|
#, c-format
|
|
msgid "make_here_document: bad instruction type %d"
|
|
msgstr ""
|
|
|
|
#: make_cmd.c:728
|
|
#, c-format
|
|
msgid "make_redirection: redirection instruction `%d' out of range"
|
|
msgstr ""
|
|
|
|
#: mksyntax.c:334
|
|
#, c-format
|
|
msgid "%s: %s: cannot open: %s\n"
|
|
msgstr ""
|
|
|
|
#: parse.y:1663 /usr/homes/chet/src/bash/src/parse.y:1663
|
|
msgid "read_a_line: ignored null byte in input"
|
|
msgstr ""
|
|
|
|
#: parse.y:1928 /usr/homes/chet/src/bash/src/parse.y:1928
|
|
msgid "shell_getc: ignored null byte in input"
|
|
msgstr ""
|
|
|
|
#: parse.y:2724 /usr/homes/chet/src/bash/src/parse.y:2724
|
|
#, c-format
|
|
msgid "unexpected EOF while looking for matching `%c'"
|
|
msgstr ""
|
|
|
|
#: parse.y:3009 /usr/homes/chet/src/bash/src/parse.y:3009
|
|
msgid "unexpected EOF while looking for `]]'"
|
|
msgstr ""
|
|
|
|
#: parse.y:3014 /usr/homes/chet/src/bash/src/parse.y:3014
|
|
#, c-format
|
|
msgid "syntax error in conditional expression: unexpected token `%s'"
|
|
msgstr ""
|
|
|
|
#: parse.y:3018 /usr/homes/chet/src/bash/src/parse.y:3018
|
|
msgid "syntax error in conditional expression"
|
|
msgstr ""
|
|
|
|
#: parse.y:3096 /usr/homes/chet/src/bash/src/parse.y:3096
|
|
#, c-format
|
|
msgid "unexpected token `%s', expected `)'"
|
|
msgstr ""
|
|
|
|
#: parse.y:3100 /usr/homes/chet/src/bash/src/parse.y:3100
|
|
msgid "expected `)'"
|
|
msgstr ""
|
|
|
|
#: parse.y:3128 /usr/homes/chet/src/bash/src/parse.y:3128
|
|
#, c-format
|
|
msgid "unexpected argument `%s' to conditional unary operator"
|
|
msgstr ""
|
|
|
|
#: parse.y:3132 /usr/homes/chet/src/bash/src/parse.y:3132
|
|
msgid "unexpected argument to conditional unary operator"
|
|
msgstr ""
|
|
|
|
#: parse.y:3160 /usr/homes/chet/src/bash/src/parse.y:3160
|
|
msgid "-n"
|
|
msgstr ""
|
|
|
|
#: parse.y:3169 /usr/homes/chet/src/bash/src/parse.y:3169
|
|
#, c-format
|
|
msgid "unexpected token `%s', conditional binary operator expected"
|
|
msgstr ""
|
|
|
|
#: parse.y:3173 /usr/homes/chet/src/bash/src/parse.y:3173
|
|
msgid "conditional binary operator expected"
|
|
msgstr ""
|
|
|
|
#: parse.y:3189 /usr/homes/chet/src/bash/src/parse.y:3189
|
|
#, c-format
|
|
msgid "unexpected argument `%s' to conditional binary operator"
|
|
msgstr ""
|
|
|
|
#: parse.y:3193 /usr/homes/chet/src/bash/src/parse.y:3193
|
|
msgid "unexpected argument to conditional binary operator"
|
|
msgstr ""
|
|
|
|
#: parse.y:3204 /usr/homes/chet/src/bash/src/parse.y:3204
|
|
#, c-format
|
|
msgid "unexpected token `%c' in conditional command"
|
|
msgstr ""
|
|
|
|
#: parse.y:3207 /usr/homes/chet/src/bash/src/parse.y:3207
|
|
#, c-format
|
|
msgid "unexpected token `%s' in conditional command"
|
|
msgstr ""
|
|
|
|
#: parse.y:3211 /usr/homes/chet/src/bash/src/parse.y:3211
|
|
#, c-format
|
|
msgid "unexpected token %d in conditional command"
|
|
msgstr ""
|
|
|
|
#: parse.y:4398 /usr/homes/chet/src/bash/src/parse.y:4398
|
|
#, c-format
|
|
msgid "syntax error near unexpected token `%s'"
|
|
msgstr ""
|
|
|
|
#: parse.y:4416 /usr/homes/chet/src/bash/src/parse.y:4416
|
|
#, c-format
|
|
msgid "syntax error near `%s'"
|
|
msgstr ""
|
|
|
|
#: parse.y:4426 /usr/homes/chet/src/bash/src/parse.y:4426
|
|
msgid "syntax error: unexpected end of file"
|
|
msgstr ""
|
|
|
|
#: parse.y:4426 /usr/homes/chet/src/bash/src/parse.y:4426
|
|
msgid "syntax error"
|
|
msgstr ""
|
|
|
|
#: parse.y:4488 /usr/homes/chet/src/bash/src/parse.y:4488
|
|
#, c-format
|
|
msgid "Use \"%s\" to leave the shell.\n"
|
|
msgstr ""
|
|
|
|
#: parse.y:4647 /usr/homes/chet/src/bash/src/parse.y:4647
|
|
msgid "unexpected EOF while looking for matching `)'"
|
|
msgstr ""
|
|
|
|
#: pcomplete.c:987
|
|
#, c-format
|
|
msgid "completion: function `%s' not found"
|
|
msgstr ""
|
|
|
|
#: pcomplete.c:1222
|
|
msgid "ERROR: command_line_to_word_list returns NULL"
|
|
msgstr ""
|
|
|
|
#: pcomplib.c:177
|
|
#, c-format
|
|
msgid "progcomp_insert: %s: NULL COMPSPEC"
|
|
msgstr ""
|
|
|
|
#: print_cmd.c:259
|
|
#, c-format
|
|
msgid "print_command: bad connector `%d'"
|
|
msgstr ""
|
|
|
|
#: print_cmd.c:1171
|
|
#, c-format
|
|
msgid "cprintf: `%c': invalid format character"
|
|
msgstr ""
|
|
|
|
#: redir.c:98 redir.c:133
|
|
msgid "file descriptor out of range"
|
|
msgstr ""
|
|
|
|
#: redir.c:140
|
|
#, c-format
|
|
msgid "%s: ambiguous redirect"
|
|
msgstr ""
|
|
|
|
#: redir.c:144
|
|
#, c-format
|
|
msgid "%s: cannot overwrite existing file"
|
|
msgstr ""
|
|
|
|
#: redir.c:149
|
|
#, c-format
|
|
msgid "%s: restricted: cannot redirect output"
|
|
msgstr ""
|
|
|
|
#: redir.c:154
|
|
#, c-format
|
|
msgid "cannot create temp file for here document: %s"
|
|
msgstr ""
|
|
|
|
#: redir.c:508
|
|
msgid "/dev/(tcp|udp)/host/port not supported without networking"
|
|
msgstr ""
|
|
|
|
#: redir.c:948
|
|
msgid "redirection error: cannot duplicate fd"
|
|
msgstr ""
|
|
|
|
#: shell.c:300
|
|
msgid "could not find /tmp, please create!"
|
|
msgstr ""
|
|
|
|
#: shell.c:304
|
|
msgid "/tmp must be a valid directory name"
|
|
msgstr ""
|
|
|
|
#: shell.c:463 shell.c:735 builtins/common.c:156
|
|
#, c-format
|
|
msgid "%s: option requires an argument"
|
|
msgstr ""
|
|
|
|
#: shell.c:748 builtins/common.c:179
|
|
#, c-format
|
|
msgid "%s: invalid option"
|
|
msgstr ""
|
|
|
|
#: shell.c:837
|
|
#, c-format
|
|
msgid "%c%c: invalid option"
|
|
msgstr ""
|
|
|
|
#: shell.c:1588
|
|
msgid "I have no name!"
|
|
msgstr ""
|
|
|
|
#: shell.c:1721
|
|
#, c-format
|
|
msgid "GNU bash, version %s-(%s)\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1722
|
|
#, c-format
|
|
msgid ""
|
|
"Usage:\t%s [GNU long option] [option] ...\n"
|
|
"\t%s [GNU long option] [option] script-file ...\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1724
|
|
msgid "GNU long options:\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1726
|
|
#, c-format
|
|
msgid "\t--%s\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1728
|
|
msgid "Shell options:\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1729
|
|
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1732 builtins/mkbuiltins.c:131 builtins/set.def:2
|
|
msgid "set"
|
|
msgstr ""
|
|
|
|
#: shell.c:1744
|
|
#, c-format
|
|
msgid "\t-%s or -o option\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1750
|
|
#, c-format
|
|
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1751
|
|
#, c-format
|
|
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
|
|
msgstr ""
|
|
|
|
#: shell.c:1752
|
|
msgid "Use the `bashbug' command to report bugs.\n"
|
|
msgstr ""
|
|
|
|
#: sig.c:483
|
|
msgid "Bad code in sig.c: sigprocmask"
|
|
msgstr ""
|
|
|
|
#: siglist.c:47
|
|
msgid "Bogus signal"
|
|
msgstr ""
|
|
|
|
#: siglist.c:50
|
|
msgid "Hangup"
|
|
msgstr ""
|
|
|
|
#: siglist.c:54
|
|
msgid "Interrupt"
|
|
msgstr ""
|
|
|
|
#: siglist.c:58
|
|
msgid "Quit"
|
|
msgstr ""
|
|
|
|
#: siglist.c:62
|
|
msgid "Illegal instruction"
|
|
msgstr ""
|
|
|
|
#: siglist.c:66
|
|
msgid "BPT trace/trap"
|
|
msgstr ""
|
|
|
|
#: siglist.c:74
|
|
msgid "ABORT instruction"
|
|
msgstr ""
|
|
|
|
#: siglist.c:78
|
|
msgid "EMT instruction"
|
|
msgstr ""
|
|
|
|
#: siglist.c:82
|
|
msgid "Floating point exception"
|
|
msgstr ""
|
|
|
|
#: siglist.c:86
|
|
msgid "Killed"
|
|
msgstr ""
|
|
|
|
#: siglist.c:90
|
|
msgid "Bus error"
|
|
msgstr ""
|
|
|
|
#: siglist.c:94
|
|
msgid "Segmentation fault"
|
|
msgstr ""
|
|
|
|
#: siglist.c:98
|
|
msgid "Bad system call"
|
|
msgstr ""
|
|
|
|
#: siglist.c:102
|
|
msgid "Broken pipe"
|
|
msgstr ""
|
|
|
|
#: siglist.c:106
|
|
msgid "Alarm clock"
|
|
msgstr ""
|
|
|
|
#: siglist.c:110
|
|
msgid "Terminated"
|
|
msgstr ""
|
|
|
|
#: siglist.c:114
|
|
msgid "Urgent IO condition"
|
|
msgstr ""
|
|
|
|
#: siglist.c:118
|
|
msgid "Stopped (signal)"
|
|
msgstr ""
|
|
|
|
#: siglist.c:126
|
|
msgid "Continue"
|
|
msgstr ""
|
|
|
|
#: siglist.c:134
|
|
msgid "Child death or stop"
|
|
msgstr ""
|
|
|
|
#: siglist.c:138
|
|
msgid "Stopped (tty input)"
|
|
msgstr ""
|
|
|
|
#: siglist.c:142
|
|
msgid "Stopped (tty output)"
|
|
msgstr ""
|
|
|
|
#: siglist.c:146
|
|
msgid "I/O ready"
|
|
msgstr ""
|
|
|
|
#: siglist.c:150
|
|
msgid "CPU limit"
|
|
msgstr ""
|
|
|
|
#: siglist.c:154
|
|
msgid "File limit"
|
|
msgstr ""
|
|
|
|
#: siglist.c:158
|
|
msgid "Alarm (virtual)"
|
|
msgstr ""
|
|
|
|
#: siglist.c:162
|
|
msgid "Alarm (profile)"
|
|
msgstr ""
|
|
|
|
#: siglist.c:166
|
|
msgid "Window changed"
|
|
msgstr ""
|
|
|
|
#: siglist.c:170
|
|
msgid "Record lock"
|
|
msgstr ""
|
|
|
|
#: siglist.c:174
|
|
msgid "User signal 1"
|
|
msgstr ""
|
|
|
|
#: siglist.c:178
|
|
msgid "User signal 2"
|
|
msgstr ""
|
|
|
|
#: siglist.c:182
|
|
msgid "HFT input data pending"
|
|
msgstr ""
|
|
|
|
#: siglist.c:186
|
|
msgid "power failure imminent"
|
|
msgstr ""
|
|
|
|
#: siglist.c:190
|
|
msgid "system crash imminent"
|
|
msgstr ""
|
|
|
|
#: siglist.c:194
|
|
msgid "migrate process to another CPU"
|
|
msgstr ""
|
|
|
|
#: siglist.c:198
|
|
msgid "programming error"
|
|
msgstr ""
|
|
|
|
#: siglist.c:202
|
|
msgid "HFT monitor mode granted"
|
|
msgstr ""
|
|
|
|
#: siglist.c:206
|
|
msgid "HFT monitor mode retracted"
|
|
msgstr ""
|
|
|
|
#: siglist.c:210
|
|
msgid "HFT sound sequence has completed"
|
|
msgstr ""
|
|
|
|
#: siglist.c:214
|
|
msgid "Information request"
|
|
msgstr ""
|
|
|
|
#: siglist.c:222
|
|
msgid "Unknown Signal #"
|
|
msgstr ""
|
|
|
|
#: siglist.c:224
|
|
#, c-format
|
|
msgid "Unknown Signal #%d"
|
|
msgstr ""
|
|
|
|
#: subst.c:666 subst.c:752 subst.c:865 subst.c:1107 subst.c:1370
|
|
msgid "$("
|
|
msgstr ""
|
|
|
|
#: subst.c:876
|
|
msgid "$["
|
|
msgstr ""
|
|
|
|
#: subst.c:876
|
|
msgid "["
|
|
msgstr ""
|
|
|
|
#: subst.c:876
|
|
msgid "]"
|
|
msgstr ""
|
|
|
|
#: subst.c:1010 subst.c:1131
|
|
#, c-format
|
|
msgid "bad substitution: no closing `%s' in %s"
|
|
msgstr ""
|
|
|
|
#: subst.c:2006
|
|
#, c-format
|
|
msgid "%s%s=(%s)\n"
|
|
msgstr ""
|
|
|
|
#: subst.c:2009 variables.c:2123
|
|
#, c-format
|
|
msgid "%s%s=%s\n"
|
|
msgstr ""
|
|
|
|
#: subst.c:2019
|
|
#, c-format
|
|
msgid "%s: cannot assign list to array member"
|
|
msgstr ""
|
|
|
|
#: subst.c:3381
|
|
msgid "sh-np"
|
|
msgstr ""
|
|
|
|
#: subst.c:3449
|
|
#, c-format
|
|
msgid "pid %ld: dev_fd_list:"
|
|
msgstr ""
|
|
|
|
#: subst.c:3455 /usr/local/share/bison/bison.simple:719
|
|
#: /usr/local/share/bison/bison.simple:864
|
|
#, c-format
|
|
msgid " %d"
|
|
msgstr ""
|
|
|
|
#: subst.c:3515 subst.c:3531
|
|
msgid "cannot make pipe for process substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:3562
|
|
msgid "cannot make child for process substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:3605
|
|
#, c-format
|
|
msgid "cannot open named pipe %s for %s"
|
|
msgstr ""
|
|
|
|
#: subst.c:3606
|
|
msgid "reading"
|
|
msgstr ""
|
|
|
|
#: subst.c:3606
|
|
msgid "writing"
|
|
msgstr ""
|
|
|
|
#: subst.c:3613
|
|
#, c-format
|
|
msgid "cannout reset nodelay mode for fd %d"
|
|
msgstr ""
|
|
|
|
#: subst.c:3623
|
|
#, c-format
|
|
msgid "cannot duplicate named pipe %s as fd %d"
|
|
msgstr ""
|
|
|
|
#: subst.c:3647
|
|
msgid "process substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:3697
|
|
msgid "read_comsub: ignored null byte in input"
|
|
msgstr ""
|
|
|
|
#: subst.c:3798
|
|
msgid "cannot make pipe for command substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:3827
|
|
msgid "cannot make child for command substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:3844
|
|
msgid "command_substitute: cannot duplicate pipe as fd 1"
|
|
msgstr ""
|
|
|
|
#: subst.c:3901
|
|
msgid "command substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:4279
|
|
#, c-format
|
|
msgid "%s: parameter null or not set"
|
|
msgstr ""
|
|
|
|
#: subst.c:4524
|
|
#, c-format
|
|
msgid "%s: substring expression < 0"
|
|
msgstr ""
|
|
|
|
#: subst.c:4966 subst.c:4983
|
|
msgid "#%:-=?+/}"
|
|
msgstr ""
|
|
|
|
#: subst.c:5033
|
|
msgid "%:=+/"
|
|
msgstr ""
|
|
|
|
#: subst.c:5204
|
|
#, c-format
|
|
msgid "%s: bad substitution"
|
|
msgstr ""
|
|
|
|
#: subst.c:5204 builtins/history.def:247
|
|
msgid "??"
|
|
msgstr ""
|
|
|
|
#: subst.c:5278
|
|
#, c-format
|
|
msgid "$%s: cannot assign in this way"
|
|
msgstr ""
|
|
|
|
#: subst.c:5792
|
|
msgid "<("
|
|
msgstr ""
|
|
|
|
#: subst.c:5792
|
|
msgid ">("
|
|
msgstr ""
|
|
|
|
#: subst.c:6647
|
|
#, c-format
|
|
msgid "no match: %s"
|
|
msgstr ""
|
|
|
|
#: syntax.h:26
|
|
msgid "\\`$\"\n"
|
|
msgstr ""
|
|
|
|
#: syntax.h:27
|
|
msgid "\\`$"
|
|
msgstr ""
|
|
|
|
#: syntax.h:29
|
|
msgid "()<>;&|"
|
|
msgstr ""
|
|
|
|
#: syntax.h:32
|
|
msgid "\"`'"
|
|
msgstr ""
|
|
|
|
#: syntax.h:35
|
|
msgid "$<>"
|
|
msgstr ""
|
|
|
|
#: syntax.h:41
|
|
msgid "@*+?!"
|
|
msgstr ""
|
|
|
|
#: syntax.h:45
|
|
msgid "*?[]^"
|
|
msgstr ""
|
|
|
|
#: test.c:152
|
|
msgid "argument expected"
|
|
msgstr ""
|
|
|
|
#: test.c:161
|
|
#, c-format
|
|
msgid "%s: integer expression expected"
|
|
msgstr ""
|
|
|
|
#: test.c:176
|
|
msgid "/dev/fd/"
|
|
msgstr ""
|
|
|
|
#: test.c:202
|
|
msgid "/dev/std"
|
|
msgstr ""
|
|
|
|
#: test.c:206
|
|
msgid "out"
|
|
msgstr ""
|
|
|
|
#: test.c:208
|
|
msgid "err"
|
|
msgstr ""
|
|
|
|
#: test.c:359
|
|
msgid "`)' expected"
|
|
msgstr ""
|
|
|
|
#: test.c:361
|
|
#, c-format
|
|
msgid "`)' expected, found %s"
|
|
msgstr ""
|
|
|
|
#: test.c:376 test.c:785 test.c:788
|
|
#, c-format
|
|
msgid "%s: unary operator expected"
|
|
msgstr ""
|
|
|
|
#: test.c:541 test.c:828
|
|
#, c-format
|
|
msgid "%s: binary operator expected"
|
|
msgstr ""
|
|
|
|
#: test.c:903 builtins/test.def:134
|
|
msgid "missing `]'"
|
|
msgstr ""
|
|
|
|
#: test.c:919 builtins/common.c:132
|
|
msgid "too many arguments"
|
|
msgstr ""
|
|
|
|
#: trap.c:171
|
|
msgid "DEFAULT_SIG"
|
|
msgstr ""
|
|
|
|
#: trap.c:173
|
|
msgid "IGNORE_SIG"
|
|
msgstr ""
|
|
|
|
#: trap.c:175
|
|
msgid "IMPOSSIBLE_TRAP_HANDLER"
|
|
msgstr ""
|
|
|
|
#: trap.c:179 builtins/caller.def:94
|
|
msgid "NULL"
|
|
msgstr ""
|
|
|
|
#: trap.c:192
|
|
msgid "invalid signal number"
|
|
msgstr ""
|
|
|
|
#: trap.c:222 builtins/common.c:638 builtins/trap.def:218
|
|
msgid "SIG"
|
|
msgstr ""
|
|
|
|
#: trap.c:307
|
|
#, c-format
|
|
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
|
|
msgstr ""
|
|
|
|
#: trap.c:311
|
|
#, c-format
|
|
msgid ""
|
|
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
|
|
msgstr ""
|
|
|
|
#: trap.c:347
|
|
#, c-format
|
|
msgid "trap_handler: bad signal %d"
|
|
msgstr ""
|
|
|
|
#: trap.c:673
|
|
msgid "exit trap"
|
|
msgstr ""
|
|
|
|
#: trap.c:781
|
|
msgid "debug trap"
|
|
msgstr ""
|
|
|
|
#: trap.c:800
|
|
msgid "error trap"
|
|
msgstr ""
|
|
|
|
#: trap.c:811
|
|
msgid "return trap"
|
|
msgstr ""
|
|
|
|
#: trap.c:821
|
|
msgid "interrupt trap"
|
|
msgstr ""
|
|
|
|
#: variables.c:287
|
|
msgid "() {"
|
|
msgstr ""
|
|
|
|
#: variables.c:309
|
|
#, c-format
|
|
msgid "error importing function definition for `%s'"
|
|
msgstr ""
|
|
|
|
#: variables.c:370
|
|
msgid "NODE"
|
|
msgstr ""
|
|
|
|
#: variables.c:383
|
|
msgid "# "
|
|
msgstr ""
|
|
|
|
#: variables.c:387
|
|
msgid "+ "
|
|
msgstr ""
|
|
|
|
#: variables.c:390 variables.c:2867 variables.c:3464 variables.c:3500
|
|
#: variables.c:3632 variables.c:3735
|
|
msgid "IFS"
|
|
msgstr ""
|
|
|
|
#: variables.c:401
|
|
msgid "600"
|
|
msgstr ""
|
|
|
|
#: variables.c:401
|
|
msgid "60"
|
|
msgstr ""
|
|
|
|
#: variables.c:409 variables.c:3647 variables.c:3955 builtins/getopts.def:231
|
|
msgid "OPTIND"
|
|
msgstr ""
|
|
|
|
#: variables.c:411 variables.c:3646 variables.c:3976
|
|
msgid "OPTERR"
|
|
msgstr ""
|
|
|
|
#: variables.c:420
|
|
msgid "BASH"
|
|
msgstr ""
|
|
|
|
#: variables.c:430
|
|
msgid "BASH_VERSION"
|
|
msgstr ""
|
|
|
|
#: variables.c:436
|
|
msgid "BASH_EXECUTION_STRING"
|
|
msgstr ""
|
|
|
|
#: variables.c:452
|
|
msgid "~/.sh_history"
|
|
msgstr ""
|
|
|
|
#: variables.c:452
|
|
msgid "~/.bash_history"
|
|
msgstr ""
|
|
|
|
#: variables.c:457
|
|
msgid "500"
|
|
msgstr ""
|
|
|
|
#: variables.c:469 variables.c:3633 builtins/set.def:313 builtins/set.def:315
|
|
#: builtins/set.def:316
|
|
msgid "IGNOREEOF"
|
|
msgstr ""
|
|
|
|
#: variables.c:471 variables.c:3669 builtins/set.def:191 builtins/set.def:311
|
|
msgid "ignoreeof"
|
|
msgstr ""
|
|
|
|
#: variables.c:527
|
|
msgid "HOSTTYPE"
|
|
msgstr ""
|
|
|
|
#: variables.c:528
|
|
msgid "OSTYPE"
|
|
msgstr ""
|
|
|
|
#: variables.c:529
|
|
msgid "MACHTYPE"
|
|
msgstr ""
|
|
|
|
#: variables.c:531
|
|
msgid "HOSTNAME"
|
|
msgstr ""
|
|
|
|
#: variables.c:660 variables.c:694
|
|
msgid "SHLVL"
|
|
msgstr ""
|
|
|
|
#: variables.c:669
|
|
#, c-format
|
|
msgid "shell level (%d) too high, resetting to 1"
|
|
msgstr ""
|
|
|
|
#: variables.c:734
|
|
msgid "shell-init"
|
|
msgstr ""
|
|
|
|
#: variables.c:758 variables.c:761
|
|
msgid "PPID"
|
|
msgstr ""
|
|
|
|
#: variables.c:772 variables.c:775
|
|
msgid "UID"
|
|
msgstr ""
|
|
|
|
#: variables.c:782 variables.c:785
|
|
msgid "EUID"
|
|
msgstr ""
|
|
|
|
#: variables.c:798 variables.c:800
|
|
msgid "BASH_VERSINFO"
|
|
msgstr ""
|
|
|
|
#: variables.c:893
|
|
#, c-format
|
|
msgid "%s="
|
|
msgstr ""
|
|
|
|
#: variables.c:1087 variables.c:1093
|
|
msgid "SECONDS"
|
|
msgstr ""
|
|
|
|
#: variables.c:1395
|
|
msgid "BASH_COMMAND"
|
|
msgstr ""
|
|
|
|
#: variables.c:1396
|
|
msgid "BASH_SUBSHELL"
|
|
msgstr ""
|
|
|
|
#: variables.c:1398
|
|
msgid "RANDOM"
|
|
msgstr ""
|
|
|
|
#: variables.c:1399
|
|
msgid "LINENO"
|
|
msgstr ""
|
|
|
|
#: variables.c:1402
|
|
msgid "HISTCMD"
|
|
msgstr ""
|
|
|
|
#: variables.c:1406
|
|
msgid "COMP_WORDBREAKS"
|
|
msgstr ""
|
|
|
|
#: variables.c:1410
|
|
msgid "DIRSTACK"
|
|
msgstr ""
|
|
|
|
#: variables.c:1414
|
|
msgid "GROUPS"
|
|
msgstr ""
|
|
|
|
#: variables.c:1417 variables.c:3554 variables.c:3578 builtins/evalfile.c:101
|
|
msgid "BASH_ARGC"
|
|
msgstr ""
|
|
|
|
#: variables.c:1418 variables.c:3553 variables.c:3577 builtins/evalfile.c:100
|
|
msgid "BASH_ARGV"
|
|
msgstr ""
|
|
|
|
#: variables.c:1609
|
|
msgid "make_local_variable: no function context at current scope"
|
|
msgstr ""
|
|
|
|
#: variables.c:2708
|
|
msgid "all_local_variables: no function context at current scope"
|
|
msgstr ""
|
|
|
|
#: variables.c:2922 variables.c:2931
|
|
#, c-format
|
|
msgid "invalid character %d in exportstr for %s"
|
|
msgstr ""
|
|
|
|
#: variables.c:2937
|
|
#, c-format
|
|
msgid "no `=' in exportstr for %s"
|
|
msgstr ""
|
|
|
|
#: variables.c:3071
|
|
msgid ") {"
|
|
msgstr ""
|
|
|
|
#: variables.c:3222
|
|
msgid "_="
|
|
msgstr ""
|
|
|
|
#: variables.c:3242
|
|
msgid "_GNU_nonoption_argv_flags_"
|
|
msgstr ""
|
|
|
|
#: variables.c:3362
|
|
msgid "pop_var_context: head of shell_variables not a function context"
|
|
msgstr ""
|
|
|
|
#: variables.c:3375
|
|
msgid "pop_var_context: no global_variables context"
|
|
msgstr ""
|
|
|
|
#: variables.c:3441
|
|
msgid "pop_scope: head of shell_variables not a temporary environment scope"
|
|
msgstr ""
|
|
|
|
#: variables.c:3625 builtins/history.def:282
|
|
msgid "HISTTIMEFORMAT"
|
|
msgstr ""
|
|
|
|
#: variables.c:3635
|
|
msgid "LANG"
|
|
msgstr ""
|
|
|
|
#: variables.c:3636
|
|
msgid "LC_ALL"
|
|
msgstr ""
|
|
|
|
#: variables.c:3654
|
|
msgid "TERMCAP"
|
|
msgstr ""
|
|
|
|
#: variables.c:3655
|
|
msgid "TERMINFO"
|
|
msgstr ""
|
|
|
|
#: variables.c:3662 lib/sh/strftime.c:185 lib/sh/strftime.c:187
|
|
msgid "TZ"
|
|
msgstr ""
|
|
|
|
#: variables.c:3867
|
|
msgid "ignorespace"
|
|
msgstr ""
|
|
|
|
#: variables.c:3869
|
|
msgid "ignoredups"
|
|
msgstr ""
|
|
|
|
#: variables.c:3871
|
|
msgid "ignoreboth"
|
|
msgstr ""
|
|
|
|
#: variables.c:3873
|
|
msgid "erasedups"
|
|
msgstr ""
|
|
|
|
#: version.c:60 version.c:62
|
|
#, c-format
|
|
msgid "%s.%d(%d)-%s"
|
|
msgstr ""
|
|
|
|
#: version.c:66 version.c:68
|
|
#, c-format
|
|
msgid "%s.%d(%d)"
|
|
msgstr ""
|
|
|
|
#: version.c:78
|
|
#, c-format
|
|
msgid "GNU bash, version %s (%s)\n"
|
|
msgstr ""
|
|
|
|
#: version.c:80
|
|
msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:91
|
|
#, c-format
|
|
msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:93
|
|
#, c-format
|
|
msgid "xmalloc: cannot allocate %lu bytes"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:113
|
|
#, c-format
|
|
msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:115
|
|
#, c-format
|
|
msgid "xrealloc: cannot allocate %lu bytes"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:149
|
|
#, c-format
|
|
msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:151
|
|
#, c-format
|
|
msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:173
|
|
#, c-format
|
|
msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
|
|
msgstr ""
|
|
|
|
#: xmalloc.c:175
|
|
#, c-format
|
|
msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "error"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "$undefined."
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "IF"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "THEN"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "ELSE"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "ELIF"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "FI"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:469
|
|
msgid "CASE"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "ESAC"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "FOR"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "SELECT"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "WHILE"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "UNTIL"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "DO"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470
|
|
msgid "DONE"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:470 builtins/mkbuiltins.c:425
|
|
msgid "FUNCTION"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "COND_START"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "COND_END"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "COND_ERROR"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "IN"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "BANG"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "TIME"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:471
|
|
msgid "TIMEOPT"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:472
|
|
msgid "WORD"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:472
|
|
msgid "ASSIGNMENT_WORD"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:472
|
|
msgid "NUMBER"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:472
|
|
msgid "ARITH_CMD"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:472
|
|
msgid "ARITH_FOR_EXPRS"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:473
|
|
msgid "COND_CMD"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:473
|
|
msgid "AND_AND"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:473
|
|
msgid "OR_OR"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:473
|
|
msgid "GREATER_GREATER"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:473
|
|
msgid "LESS_LESS"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:474
|
|
msgid "LESS_AND"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:474
|
|
msgid "LESS_LESS_LESS"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:474
|
|
msgid "GREATER_AND"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:474
|
|
msgid "SEMI_SEMI"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:475
|
|
msgid "LESS_LESS_MINUS"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:475
|
|
msgid "AND_GREATER"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:475
|
|
msgid "LESS_GREATER"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:475
|
|
msgid "GREATER_BAR"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:475
|
|
msgid "'&'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "';'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'\\n'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "yacc_EOF"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'|'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'>'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'<'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'-'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'{'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:476
|
|
msgid "'}'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:477
|
|
msgid "'('"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:477
|
|
msgid "')'"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:477
|
|
msgid "inputunit"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:477
|
|
msgid "word_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:477
|
|
msgid "redirection"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:478
|
|
msgid "simple_command_element"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:478
|
|
msgid "redirection_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:478
|
|
msgid "simple_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:479 builtins/command.def:2
|
|
#: builtins/complete.def:82
|
|
msgid "command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:479
|
|
msgid "shell_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:479
|
|
msgid "for_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:479
|
|
msgid "arith_for_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:480
|
|
msgid "select_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:480
|
|
msgid "case_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:480
|
|
msgid "function_def"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:480
|
|
msgid "function_body"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:481
|
|
msgid "subshell"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:481
|
|
msgid "if_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:481
|
|
msgid "group_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:481
|
|
msgid "arith_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:482
|
|
msgid "cond_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:482
|
|
msgid "elif_clause"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:482
|
|
msgid "case_clause"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:482
|
|
msgid "pattern_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:483
|
|
msgid "case_clause_sequence"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:483
|
|
msgid "pattern"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:483
|
|
msgid "list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:483
|
|
msgid "compound_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:483
|
|
msgid "list0"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:484
|
|
msgid "list1"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:484
|
|
msgid "simple_list_terminator"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:484
|
|
msgid "list_terminator"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:484
|
|
msgid "newline_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:485
|
|
msgid "simple_list"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:485
|
|
msgid "simple_list1"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:485
|
|
msgid "pipeline_command"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:485
|
|
msgid "pipeline"
|
|
msgstr ""
|
|
|
|
#: /usr/homes/chet/src/bash/src/parse.y:486
|
|
msgid "timespec"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:156
|
|
msgid "syntax error: cannot back up"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:442
|
|
msgid "Starting parse\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:492
|
|
#: /usr/local/share/bison/bison.simple:499
|
|
#: /usr/local/share/bison/bison.simple:924
|
|
msgid "parser stack overflow"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:538
|
|
#, c-format
|
|
msgid "Stack size increased to %lu\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:545
|
|
#, c-format
|
|
msgid "Entering state %d\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:572
|
|
msgid "Reading a token: "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:583
|
|
msgid "Now at end of input.\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:594
|
|
#, c-format
|
|
msgid "Next token is %d (%s"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:633
|
|
#, c-format
|
|
msgid "Shifting token %d (%s), "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:695
|
|
#, c-format
|
|
msgid "Reducing via rule %d (line %d), "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:701
|
|
#, c-format
|
|
msgid " -> %s\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:717
|
|
msgid "state stack now"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:769
|
|
#: /usr/local/share/bison/bison.simple:774
|
|
msgid "parse error, unexpected "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:785
|
|
msgid ", expecting "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:785
|
|
msgid " or "
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:795
|
|
msgid "parse error; also virtual memory exhausted"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:799
|
|
msgid "parse error"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:816
|
|
#, c-format
|
|
msgid "Discarding token %d (%s).\n"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:862
|
|
msgid "Error: state stack now"
|
|
msgstr ""
|
|
|
|
#: /usr/local/share/bison/bison.simple:895
|
|
msgid "Shifting error token, "
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:102
|
|
#, c-format
|
|
msgid "line %d: "
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:119
|
|
#, c-format
|
|
msgid "%s: usage: "
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:163
|
|
#, c-format
|
|
msgid "%s: numeric argument required"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:170
|
|
#, c-format
|
|
msgid "%s: not found"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:186
|
|
#, c-format
|
|
msgid "%s: invalid option name"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:200
|
|
#, c-format
|
|
msgid "%s: invalid number"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:207
|
|
#, c-format
|
|
msgid "%s: invalid signal specification"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:214
|
|
#, c-format
|
|
msgid "`%s': not a pid or valid job spec"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:229
|
|
#, c-format
|
|
msgid "%s: %s out of range"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:229 builtins/common.c:231
|
|
msgid "argument"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:231
|
|
#, c-format
|
|
msgid "%s out of range"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:239
|
|
#, c-format
|
|
msgid "%s: no such job"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:247
|
|
#, c-format
|
|
msgid "%s: no job control"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:249
|
|
msgid "no job control"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:259
|
|
#, c-format
|
|
msgid "%s: restricted"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:269
|
|
#, c-format
|
|
msgid "%s: not a shell builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:417
|
|
msgid "`'"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:480
|
|
#, c-format
|
|
msgid "%s: could not get current directory: %s: %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:547 builtins/common.c:549
|
|
#, c-format
|
|
msgid "%s: ambiguous job spec"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:631 builtins/common.c:680 builtins/trap.def:214
|
|
msgid "SIGJUNK"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:631 builtins/common.c:680
|
|
msgid "Unknown"
|
|
msgstr ""
|
|
|
|
#: builtins/common.c:644
|
|
#, c-format
|
|
msgid "%2d) %s"
|
|
msgstr ""
|
|
|
|
#: builtins/evalfile.c:132
|
|
#, c-format
|
|
msgid "%s: not a regular file"
|
|
msgstr ""
|
|
|
|
#: builtins/evalfile.c:140
|
|
#, c-format
|
|
msgid "%s: file is too large"
|
|
msgstr ""
|
|
|
|
#: builtins/evalfile.c:178 builtins/evalfile.c:237
|
|
msgid "_evalfile"
|
|
msgstr ""
|
|
|
|
#: builtins/evalfile.c:204 builtins/mkbuiltins.c:130 builtins/source.def:2
|
|
#: builtins/source.def:143 builtins/source.def:170
|
|
msgid "source"
|
|
msgstr ""
|
|
|
|
#: builtins/evalstring.c:76 builtins/evalstring.c:103
|
|
#: builtins/evalstring.c:287
|
|
msgid "parse_and_execute_top"
|
|
msgstr ""
|
|
|
|
#: builtins/evalstring.c:181 builtins/evalstring.c:189
|
|
#: builtins/evalstring.c:223 builtins/evalstring.c:272
|
|
msgid "pe_dispose"
|
|
msgstr ""
|
|
|
|
#: builtins/evalstring.c:205
|
|
msgid "parse_and_execute"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:108
|
|
#, c-format
|
|
msgid "%s: illegal option -- %c\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:109
|
|
#, c-format
|
|
msgid "%s: option requires an argument -- %c\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:231
|
|
msgid "sh_getopt_debug_restore_state: resetting nextchar"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:254
|
|
msgid "abc:d:0123456789"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:271
|
|
msgid "digits occur in two different argv-elements.\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:273
|
|
#, c-format
|
|
msgid "option %c\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:277
|
|
msgid "option a\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:281
|
|
msgid "option b\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:285
|
|
#, c-format
|
|
msgid "option c with value `%s'\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:292
|
|
#, c-format
|
|
msgid "?? sh_getopt returned character code 0%o ??\n"
|
|
msgstr ""
|
|
|
|
#: builtins/getopt.c:298
|
|
msgid "non-option ARGV-elements: "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:47
|
|
msgid "builtins.texi"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:130 builtins/break.def:2
|
|
msgid "break"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:130 builtins/break.def:2
|
|
msgid "continue"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:130 builtins/eval.def:2 builtins/eval.def:52
|
|
msgid "eval"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:130 builtins/exec.def:2
|
|
msgid "exec"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:131 builtins/mkbuiltins.c:138
|
|
#: builtins/complete.def:86 builtins/setattr.def:2
|
|
msgid "export"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:131 builtins/mkbuiltins.c:138 builtins/setattr.def:2
|
|
msgid "readonly"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:131 builtins/return.def:2
|
|
msgid "return"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:131 builtins/shift.def:2
|
|
msgid "shift"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:131 builtins/set.def:2
|
|
msgid "unset"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:138 builtins/alias.def:2 builtins/complete.def:78
|
|
#: builtins/type.def:228
|
|
msgid "alias"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:138 builtins/declare.def:2
|
|
msgid "declare"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:138 builtins/declare.def:2
|
|
msgid "local"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:138
|
|
msgid "typeset"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:194
|
|
msgid "-externfile"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:196
|
|
msgid "-structfile"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:198
|
|
msgid "-noproduction"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:200
|
|
msgid "-document"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:202
|
|
msgid "-D"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:218
|
|
msgid "-documentonly"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:223
|
|
msgid "-H"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:230
|
|
#, c-format
|
|
msgid "%s: Unknown flag %s.\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:245
|
|
#, c-format
|
|
msgid "mk-%ld"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:266
|
|
#, c-format
|
|
msgid "@c Table of builtins created with %s.\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:268
|
|
msgid "@ftable @asis\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:305
|
|
msgid "@end ftable\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:423
|
|
msgid "BUILTIN"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:424
|
|
msgid "DOCNAME"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:426
|
|
msgid "SHORT_DOC"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:428
|
|
msgid "COMMENT"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:429
|
|
msgid "DEPENDS_ON"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:430
|
|
msgid "PRODUCES"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:431
|
|
msgid "END"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:500
|
|
#, c-format
|
|
msgid "mkbuiltins: %s: skipping zero-length file\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:551
|
|
#, c-format
|
|
msgid "Unknown directive `%s'"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:577
|
|
#, c-format
|
|
msgid "#line %d \"%s\"\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:580
|
|
#, c-format
|
|
msgid "#line %d \"%s%s\"\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:582 builtins/mkbuiltins.c:954
|
|
msgid "./"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:703
|
|
#, c-format
|
|
msgid "%s requires an argument"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:715
|
|
#, c-format
|
|
msgid "%s must be inside of a $BUILTIN block"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:740
|
|
msgid "(implied LONGDOC)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:766
|
|
#, c-format
|
|
msgid "%s found before $END"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:812
|
|
msgid "syntax error: no current builtin for $FUNCTION directive"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:816
|
|
#, c-format
|
|
msgid "%s already has a function (%s)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:836
|
|
#, c-format
|
|
msgid "%s already had a docname (%s)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:856
|
|
#, c-format
|
|
msgid "%s already has short documentation (%s)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:910
|
|
#, c-format
|
|
msgid "%s already has a %s definition"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:923
|
|
#, c-format
|
|
msgid "/* %s, created from %s. */\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:955
|
|
#, c-format
|
|
msgid "%s:%d:"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1010
|
|
msgid "mkbuiltins: out of virtual memory\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1066
|
|
msgid "/* builtins.c -- the built in shell commands. */"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1068
|
|
msgid "/* This file is manufactured by ./mkbuiltins, and should not be"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1069
|
|
msgid " edited by hand. See the source to mkbuiltins for details. */"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1071
|
|
msgid "/* Copyright (C) 1987-2002 Free Software Foundation, Inc."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1073
|
|
msgid " This file is part of GNU Bash, the Bourne Again SHell."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1075
|
|
msgid " Bash is free software; you can redistribute it and/or modify it"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1076
|
|
msgid " under the terms of the GNU General Public License as published by"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1077
|
|
msgid " the Free Software Foundation; either version 2, or (at your option)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1078
|
|
msgid " any later version."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1080
|
|
msgid " Bash is distributed in the hope that it will be useful, but WITHOUT"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1081
|
|
msgid " ANY WARRANTY; without even the implied warranty of MERCHANTABILITY"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1082
|
|
msgid " or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1083
|
|
msgid " License for more details."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1085
|
|
msgid " You should have received a copy of the GNU General Public License"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1086
|
|
msgid " along with Bash; see the file COPYING. If not, write to the Free"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1087
|
|
msgid ""
|
|
" Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1089
|
|
msgid "/* The list of shell builtins. Each element is name, function, flags,"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1090
|
|
msgid ""
|
|
" long-doc, short-doc. The long-doc field contains a pointer to an array"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1091
|
|
msgid ""
|
|
" of help lines. The function takes a WORD_LIST *; the first word in the"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1092
|
|
msgid " list is the first arg to the command. The list has already had word"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1093
|
|
msgid " expansion performed."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1095
|
|
msgid " Functions which need to look at only the simple commands (e.g."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1096
|
|
msgid " the enable_builtin ()), should ignore entries where"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1097
|
|
msgid ""
|
|
" (array[i].function == (sh_builtin_func_t *)NULL). Such entries are for"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1098
|
|
msgid ""
|
|
" the list of shell reserved control structures, like `if' and `while'."
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1099
|
|
msgid " The end of the list is denoted with a NULL name field. */"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1101
|
|
msgid "#include \"../builtins.h\""
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1106
|
|
msgid ""
|
|
" { (char *)0x0, (sh_builtin_func_t *)0x0, 0, (char **)0x0, (char *)0x0 }"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1107
|
|
msgid "};"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1109
|
|
msgid "struct builtin *shell_builtins = static_shell_builtins;"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1110
|
|
msgid "struct builtin *current_builtin;"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1112
|
|
msgid "int num_shell_builtins ="
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1113
|
|
msgid "\tsizeof (static_shell_builtins) / sizeof (struct builtin) - 1;"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1130
|
|
#, c-format
|
|
msgid "#include \"%s\"\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1131 builtins/mkbuiltins.c:1138
|
|
msgid "builtext.h"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1132
|
|
msgid ""
|
|
"\n"
|
|
"struct builtin static_shell_builtins[] = {\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1137
|
|
#, c-format
|
|
msgid "/* %s - The list of builtins found in libbuiltins.a. */\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1188
|
|
#, c-format
|
|
msgid "extern int %s __P((WORD_LIST *));\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1191
|
|
#, c-format
|
|
msgid "extern char * const %s_doc[];\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1198
|
|
#, c-format
|
|
msgid " { \"%s\", "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1201
|
|
#, c-format
|
|
msgid "%s, "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1203
|
|
msgid "(sh_builtin_func_t *)0x0, "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1205
|
|
#, c-format
|
|
msgid "%s%s%s, %s_doc,\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1206
|
|
msgid "BUILTIN_ENABLED | STATIC_BUILTIN"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1207
|
|
msgid " | SPECIAL_BUILTIN"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1208
|
|
msgid " | ASSIGNMENT_BUILTIN"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1212
|
|
#, c-format
|
|
msgid " \"%s\", (char *)NULL },\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1235
|
|
#, c-format
|
|
msgid "@item %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1263
|
|
#, c-format
|
|
msgid "char * const %s_doc[] ="
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1269 lib/sh/mailstat.c:126
|
|
#, c-format
|
|
msgid "%s/%s"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1299
|
|
msgid "#if "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1306
|
|
#, c-format
|
|
msgid "!defined (%s)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1308
|
|
#, c-format
|
|
msgid "defined (%s)"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1330
|
|
msgid "#endif /* "
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1340
|
|
msgid " */\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1360
|
|
msgid ""
|
|
" {\n"
|
|
"#if defined (HELP_BUILTIN)\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1373
|
|
msgid " \""
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1387
|
|
#, c-format
|
|
msgid "\\%c"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1391 builtins/mkbuiltins.c:1410
|
|
#, c-format
|
|
msgid "%c"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1395
|
|
msgid "\",\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1406
|
|
#, c-format
|
|
msgid "@%c"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1420
|
|
msgid ""
|
|
"#endif /* HELP_BUILTIN */\n"
|
|
" (char *)NULL\n"
|
|
"};\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1432
|
|
msgid "helpfiles"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1435
|
|
msgid "write_helpfiles: helpfiles: cannot create directory\n"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1439
|
|
msgid "helpfiles/"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1446
|
|
#, c-format
|
|
msgid "helpfiles/%s"
|
|
msgstr ""
|
|
|
|
#: builtins/mkbuiltins.c:1451
|
|
#, c-format
|
|
msgid "write_helpfiles: cannot open %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/alias.def:2
|
|
msgid "unalias"
|
|
msgstr ""
|
|
|
|
#: builtins/alias.def:73
|
|
msgid "p"
|
|
msgstr ""
|
|
|
|
#: builtins/alias.def:160
|
|
msgid "a"
|
|
msgstr ""
|
|
|
|
#: builtins/alias.def:210
|
|
msgid "alias "
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:2
|
|
msgid "bind"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:121 builtins/bind.def:265
|
|
msgid "bind_builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:127
|
|
msgid "lvpVPsSf:q:u:m:r:x:"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:192
|
|
#, c-format
|
|
msgid "`%s': invalid keymap name"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:231
|
|
#, c-format
|
|
msgid "%s: cannot read: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:246
|
|
#, c-format
|
|
msgid "`%s': cannot unbind"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:281 builtins/bind.def:311
|
|
#, c-format
|
|
msgid "`%s': unknown function name"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:289
|
|
#, c-format
|
|
msgid "%s is not bound to any keys.\n"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:293
|
|
#, c-format
|
|
msgid "%s can be invoked via "
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:295
|
|
#, c-format
|
|
msgid "\"%s\"%s"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:295 builtins/help.def:106
|
|
msgid ", "
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:295
|
|
msgid ".\n"
|
|
msgstr ""
|
|
|
|
#: builtins/bind.def:297
|
|
msgid "...\n"
|
|
msgstr ""
|
|
|
|
#: builtins/break.def:71 builtins/break.def:106
|
|
msgid "loop count"
|
|
msgstr ""
|
|
|
|
#: builtins/break.def:126
|
|
msgid "only meaningful in a `for', `while', or `until' loop"
|
|
msgstr ""
|
|
|
|
#: builtins/builtin.def:2 builtins/complete.def:81 builtins/type.def:294
|
|
msgid "builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:2 builtins/caller.def:138
|
|
msgid "caller"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:31
|
|
msgid "$line $filename"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:32
|
|
msgid "$line $subroutine $filename"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:70
|
|
msgid "1 NULL\n"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:94
|
|
#, c-format
|
|
msgid "%s %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:110
|
|
#, c-format
|
|
msgid "%s %s %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:126
|
|
msgid "Returns the context of the current subroutine call."
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:128
|
|
msgid "Without EXPR, returns returns \"$line $filename\". With EXPR,"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:129
|
|
msgid "returns \"$line $subroutine $filename\"; this extra information"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:130
|
|
msgid "can be used used to provide a stack trace."
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:132
|
|
msgid "The value of EXPR indicates how many call frames to go back before the"
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:133
|
|
msgid "current one; the top frame is frame 0."
|
|
msgstr ""
|
|
|
|
#: builtins/caller.def:142
|
|
msgid "caller [EXPR]"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:2 builtins/cd.def:96 builtins/cd.def:130
|
|
msgid "cd"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:2 builtins/cd.def:338
|
|
msgid "pwd"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:105
|
|
msgid "OLDPWD="
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:112
|
|
msgid "PWD="
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:160 builtins/cd.def:318
|
|
msgid "LP"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:187
|
|
msgid "HOME not set"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:199
|
|
msgid "OLDPWD not set"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:210
|
|
msgid "CDPATH"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:349
|
|
#, c-format
|
|
msgid "write error: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/cd.def:378
|
|
msgid "chdir"
|
|
msgstr ""
|
|
|
|
#: builtins/command.def:29
|
|
msgid "command ls"
|
|
msgstr ""
|
|
|
|
#: builtins/command.def:73
|
|
msgid "pvV"
|
|
msgstr ""
|
|
|
|
#: builtins/command.def:120 builtins/command.def:160
|
|
msgid "command_builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:2
|
|
msgid "complete"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:2 builtins/complete.def:589
|
|
msgid "compgen"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:79 builtins/complete.def:458
|
|
msgid "arrayvar"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:80 builtins/complete.def:459
|
|
msgid "binding"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:83
|
|
msgid "directory"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:84 builtins/complete.def:460
|
|
msgid "disabled"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:85 builtins/complete.def:461
|
|
msgid "enabled"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:87 builtins/type.def:315 builtins/type.def:335
|
|
#: builtins/type.def:380
|
|
msgid "file"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:89 builtins/complete.def:463
|
|
msgid "helptopic"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:90 builtins/complete.def:464
|
|
msgid "hostname"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:91
|
|
msgid "group"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:92
|
|
msgid "job"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:93 builtins/set.def:193 builtins/type.def:249
|
|
msgid "keyword"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:94 builtins/complete.def:465
|
|
msgid "running"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:95
|
|
msgid "service"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:96 builtins/complete.def:466
|
|
msgid "setopt"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:97 builtins/complete.def:467
|
|
msgid "shopt"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:98 builtins/complete.def:468
|
|
msgid "signal"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:99 builtins/complete.def:469
|
|
msgid "stopped"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:100
|
|
msgid "user"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:101 builtins/set.def:787
|
|
msgid "variable"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:110 builtins/complete.def:434
|
|
msgid "bashdefault"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:111 builtins/complete.def:435
|
|
msgid "default"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:112 builtins/complete.def:436
|
|
msgid "dirnames"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:113 builtins/complete.def:437
|
|
msgid "filenames"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:114 builtins/complete.def:438
|
|
msgid "nospace"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:115 builtins/complete.def:439
|
|
msgid "plusdirs"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:170
|
|
msgid "abcdefgjko:prsuvA:G:W:P:S:X:F:C:"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:183
|
|
msgid "-r"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:250
|
|
#, c-format
|
|
msgid "%s: invalid action name"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:380 builtins/complete.def:523
|
|
#, c-format
|
|
msgid "%s: no completion specification"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:392 builtins/complete.def:400
|
|
#, c-format
|
|
msgid "%s %s "
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:412
|
|
#, c-format
|
|
msgid "-A %s "
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:418
|
|
#, c-format
|
|
msgid "-o %s "
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:429
|
|
msgid "complete "
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:444
|
|
msgid "-a"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:445
|
|
msgid "-b"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:447
|
|
msgid "-d"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:448
|
|
msgid "-e"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:449
|
|
msgid "-f"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:450
|
|
msgid "-g"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:451
|
|
msgid "-j"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:452
|
|
msgid "-k"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:453 builtins/shopt.def:325
|
|
msgid "-s"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:454 builtins/shopt.def:325
|
|
msgid "-u"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:455
|
|
msgid "-v"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:474
|
|
msgid "-G"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:475
|
|
msgid "-W"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:476
|
|
msgid "-P"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:477
|
|
msgid "-S"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:478
|
|
msgid "-X"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:481
|
|
msgid "-F"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:482
|
|
msgid "-C"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:570
|
|
msgid "warning: -F option may not work as you expect"
|
|
msgstr ""
|
|
|
|
#: builtins/complete.def:572
|
|
msgid "warning: -C option may not work as you expect"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:104
|
|
msgid "can only be used in a function"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:110
|
|
msgid "+afiprtxF"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:112
|
|
msgid "+fiprtxF"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:294
|
|
msgid "cannot use `-f' to make functions"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:319
|
|
#, c-format
|
|
msgid "%s %d %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/declare.def:388
|
|
#, c-format
|
|
msgid "%s: cannot destroy array variables in this way"
|
|
msgstr ""
|
|
|
|
#: builtins/echo.def:2
|
|
msgid "echo"
|
|
msgstr ""
|
|
|
|
#: builtins/echo.def:65
|
|
msgid "neE"
|
|
msgstr ""
|
|
|
|
#: builtins/echo.def:67
|
|
msgid "n"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:2
|
|
msgid "enable"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:104
|
|
msgid "adnpsf:"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:126 builtins/enable.def:134
|
|
msgid "dynamic loading not available"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:227
|
|
#, c-format
|
|
msgid "enable %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:230
|
|
#, c-format
|
|
msgid "enable -n %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:301
|
|
#, c-format
|
|
msgid "cannot open shared object %s: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:319
|
|
msgid "_struct"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:324
|
|
#, c-format
|
|
msgid "cannot find %s in shared object %s: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:448
|
|
#, c-format
|
|
msgid "%s: not dynamically loaded"
|
|
msgstr ""
|
|
|
|
#: builtins/enable.def:463
|
|
#, c-format
|
|
msgid "%s: cannot delete: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/exec.def:100
|
|
msgid "cla:"
|
|
msgstr ""
|
|
|
|
#: builtins/exec.def:204
|
|
#, c-format
|
|
msgid "%s: cannot execute: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/exit.def:61
|
|
msgid "logout\n"
|
|
msgstr ""
|
|
|
|
#: builtins/exit.def:61
|
|
msgid "exit\n"
|
|
msgstr ""
|
|
|
|
#: builtins/exit.def:81
|
|
msgid "not login shell: use `exit'"
|
|
msgstr ""
|
|
|
|
#: builtins/exit.def:109
|
|
msgid "There are stopped jobs.\n"
|
|
msgstr ""
|
|
|
|
#: builtins/exit.def:145
|
|
msgid "~/.bash_logout"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:2 builtins/fc.def:269 builtins/fc.def:370
|
|
msgid "fc"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:157
|
|
msgid "${FCEDIT:-${EDITOR:-vi}}"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:181
|
|
msgid ":e:lnrs"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:252
|
|
msgid "no command found"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:317
|
|
msgid "history specification"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:335
|
|
msgid "bash-fc"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:338
|
|
#, c-format
|
|
msgid "cannot open temp file %s"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:350
|
|
#, c-format
|
|
msgid "\t%c"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:363 builtins/fc.def:368
|
|
#, c-format
|
|
msgid "%s %s"
|
|
msgstr ""
|
|
|
|
#: builtins/fc.def:386 builtins/fc.def:394
|
|
msgid "fc builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/fg_bg.def:123 builtins/jobs.def:264
|
|
msgid "current"
|
|
msgstr ""
|
|
|
|
#: builtins/fg_bg.def:131
|
|
#, c-format
|
|
msgid "job %%%d started without job control"
|
|
msgstr ""
|
|
|
|
#: builtins/getopts.def:2
|
|
msgid "getopts"
|
|
msgstr ""
|
|
|
|
#: builtins/getopts.def:248 builtins/getopts.def:255 builtins/getopts.def:282
|
|
#: lib/sh/strftime.c:235 lib/sh/strftime.c:242 lib/sh/strftime.c:250
|
|
#: lib/sh/strftime.c:257
|
|
msgid "?"
|
|
msgstr ""
|
|
|
|
#: builtins/getopts.def:261 builtins/getopts.def:264 builtins/getopts.def:278
|
|
#: builtins/getopts.def:283 builtins/getopts.def:288
|
|
msgid "OPTARG"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:2
|
|
msgid "hash"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:82
|
|
msgid "hashing disabled"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:89
|
|
msgid "dlp:rt"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:118
|
|
msgid "-t"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:127
|
|
#, c-format
|
|
msgid "%s: hash table empty\n"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:210
|
|
#, c-format
|
|
msgid "%4d\t%s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:218 builtins/hash.def:257
|
|
#, c-format
|
|
msgid "builtin hash -p %s %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:230
|
|
msgid "hits\tcommand\n"
|
|
msgstr ""
|
|
|
|
#: builtins/hash.def:261
|
|
#, c-format
|
|
msgid "%s\t"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:80 builtins/help.def:105
|
|
msgid "s"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:105
|
|
#, c-format
|
|
msgid "Shell commands matching keyword%s `"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:107
|
|
msgid ""
|
|
"'\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:121
|
|
#, c-format
|
|
msgid "%s: %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:133
|
|
#, c-format
|
|
msgid ""
|
|
"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'."
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:159
|
|
#, c-format
|
|
msgid "%s: cannot open: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:167
|
|
#, c-format
|
|
msgid " %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/help.def:177
|
|
msgid ""
|
|
"These shell commands are defined internally. Type `help' to see this list.\n"
|
|
"Type `help name' to find out more about the function `name'.\n"
|
|
"Use `info bash' to find out more about the shell in general.\n"
|
|
"Use `man -k' or `info' to find out more about commands not in this list.\n"
|
|
"\n"
|
|
"A star (*) next to a name means that the command is disabled.\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:2 builtins/set.def:189
|
|
msgid "history"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:106
|
|
msgid "acd:npsrw"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:147
|
|
msgid "cannot use more than one of -anrw"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:179
|
|
msgid "history position"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:289
|
|
#, c-format
|
|
msgid "%5d%c %s%s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/history.def:389
|
|
#, c-format
|
|
msgid "%s: history expansion failed"
|
|
msgstr ""
|
|
|
|
#: builtins/inlib.def:2
|
|
msgid "inlib"
|
|
msgstr ""
|
|
|
|
#: builtins/inlib.def:67
|
|
#, c-format
|
|
msgid "%s: inlib failed"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:2
|
|
msgid "jobs"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:2
|
|
msgid "disown"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:85
|
|
msgid "lpnxrs"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:101
|
|
msgid "no other options allowed with `-x'"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:185 builtins/jobs.def:197
|
|
msgid "jobs_builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/jobs.def:224
|
|
msgid "ahr"
|
|
msgstr ""
|
|
|
|
#: builtins/kill.def:2
|
|
msgid "kill"
|
|
msgstr ""
|
|
|
|
#: builtins/kill.def:186
|
|
#, c-format
|
|
msgid "%s: arguments must be process or job IDs"
|
|
msgstr ""
|
|
|
|
#: builtins/kill.def:247
|
|
msgid "Unknown error"
|
|
msgstr ""
|
|
|
|
#: builtins/kill.def:248
|
|
#, c-format
|
|
msgid "(%ld) - %s"
|
|
msgstr ""
|
|
|
|
#: builtins/let.def:2
|
|
msgid "let"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:2
|
|
msgid "printf"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:66
|
|
msgid "<PRIdMAX>lld"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:68
|
|
msgid "<PRIdMAX>ld"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:103
|
|
msgid "#'-+ 0"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:104
|
|
msgid "hjlLtz"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:119
|
|
msgid "L"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:248
|
|
#, c-format
|
|
msgid "`%s': missing format character"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:346 builtins/printf.def:373
|
|
msgid "<PRIdMAX>"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:355 builtins/printf.def:378
|
|
msgid "l"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:407
|
|
#, c-format
|
|
msgid "`%c': invalid format character"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:427
|
|
#, c-format
|
|
msgid "warning: %s: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:504
|
|
#, c-format
|
|
msgid "format parsing problem: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/printf.def:600
|
|
msgid "missing hex digit for \\x"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:2 builtins/pushd.def:171 builtins/pushd.def:230
|
|
#: builtins/pushd.def:263 builtins/pushd.def:715
|
|
msgid "pushd"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:2 builtins/pushd.def:724
|
|
msgid "popd"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:2 builtins/pushd.def:432 builtins/pushd.def:733
|
|
msgid "dirs"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:167
|
|
msgid "no other directory"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:434
|
|
msgid "<no current directory>"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:436 builtins/pushd.def:455
|
|
#, c-format
|
|
msgid "%2d %s"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:463
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"%2d %s"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:478
|
|
msgid "directory stack empty"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:480
|
|
msgid "directory stack index"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:625
|
|
msgid "dirstack"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:651
|
|
msgid "Display the list of currently remembered directories. Directories"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:652
|
|
msgid "find their way onto the list with the `pushd' command; you can get"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:653
|
|
msgid "back up through the list with the `popd' command."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:655
|
|
msgid "The -l flag specifies that `dirs' should not print shorthand versions"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:656
|
|
msgid "of directories which are relative to your home directory. This means"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:657
|
|
msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:658
|
|
msgid "causes `dirs' to print the directory stack with one entry per line,"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:659
|
|
msgid "prepending the directory name with its position in the stack. The -p"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:660
|
|
msgid "flag does the same thing, but the stack position is not prepended."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:661
|
|
msgid "The -c flag clears the directory stack by deleting all of the elements."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:663
|
|
msgid "+N displays the Nth entry counting from the left of the list shown by"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:664 builtins/pushd.def:667
|
|
msgid " dirs when invoked without options, starting with zero."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:666
|
|
msgid ""
|
|
"-N displays the Nth entry counting from the right of the list shown by"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:672
|
|
msgid "Adds a directory to the top of the directory stack, or rotates"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:673
|
|
msgid "the stack, making the new top of the stack the current working"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:674
|
|
msgid "directory. With no arguments, exchanges the top two directories."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:676
|
|
msgid "+N Rotates the stack so that the Nth directory (counting"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:677
|
|
msgid " from the left of the list shown by `dirs', starting with"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:678 builtins/pushd.def:682
|
|
msgid " zero) is at the top."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:680
|
|
msgid "-N Rotates the stack so that the Nth directory (counting"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:681
|
|
msgid " from the right of the list shown by `dirs', starting with"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:684
|
|
msgid "-n suppress the normal change of directory when adding directories"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:685
|
|
msgid " to the stack, so only the stack is manipulated."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:687
|
|
msgid "dir adds DIR to the directory stack at the top, making it the"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:688
|
|
msgid " new current working directory."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:690 builtins/pushd.def:710
|
|
msgid "You can see the directory stack with the `dirs' command."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:695
|
|
msgid "Removes entries from the directory stack. With no arguments,"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:696
|
|
msgid "removes the top directory from the stack, and cd's to the new"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:697
|
|
msgid "top directory."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:699
|
|
msgid "+N removes the Nth entry counting from the left of the list"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:700
|
|
msgid " shown by `dirs', starting with zero. For example: `popd +0'"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:701
|
|
msgid " removes the first directory, `popd +1' the second."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:703
|
|
msgid "-N removes the Nth entry counting from the right of the list"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:704
|
|
msgid " shown by `dirs', starting with zero. For example: `popd -0'"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:705
|
|
msgid " removes the last directory, `popd -1' the next to last."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:707
|
|
msgid "-n suppress the normal change of directory when removing directories"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:708
|
|
msgid " from the stack, so only the stack is manipulated."
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:719
|
|
msgid "pushd [+N | -N] [-n] [dir]"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:728
|
|
msgid "popd [+N | -N] [-n]"
|
|
msgstr ""
|
|
|
|
#: builtins/pushd.def:737
|
|
msgid "dirs [-clpv] [+N] [-N]"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:2
|
|
msgid "read"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:178
|
|
msgid "ersa:d:n:p:t:u:"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:205
|
|
#, c-format
|
|
msgid "%s: invalid timeout specification"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:228
|
|
#, c-format
|
|
msgid "%s: invalid file descriptor specification"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:235
|
|
#, c-format
|
|
msgid "%d: invalid file descriptor: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:272 builtins/read.def:317 builtins/read.def:491
|
|
msgid "read_builtin"
|
|
msgstr ""
|
|
|
|
#: builtins/read.def:461
|
|
#, c-format
|
|
msgid "read error: %d: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/reserved.def:123
|
|
msgid "let EXPRESSION"
|
|
msgstr ""
|
|
|
|
#: builtins/return.def:61
|
|
msgid "can only `return' from a function or sourced script"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:161 builtins/shopt.def:170
|
|
msgid "on"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:162 builtins/shopt.def:171
|
|
msgid "off"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:174
|
|
msgid "allexport"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:176
|
|
msgid "braceexpand"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:181
|
|
msgid "errexit"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:182
|
|
msgid "errtrace"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:183
|
|
msgid "functrace"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:184
|
|
msgid "hashall"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:186
|
|
msgid "histexpand"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:192
|
|
msgid "interactive-comments"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:194
|
|
msgid "monitor"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:195
|
|
msgid "noclobber"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:196
|
|
msgid "noexec"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:197
|
|
msgid "noglob"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:199
|
|
msgid "nolog"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:202
|
|
msgid "notify"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:204
|
|
msgid "nounset"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:205
|
|
msgid "onecmd"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:206
|
|
msgid "physical"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:207
|
|
msgid "pipefail"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:209
|
|
msgid "privileged"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:212
|
|
msgid "vi"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:214
|
|
msgid "xtrace"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:252 builtins/shopt.def:56
|
|
#, c-format
|
|
msgid "%-15s\t%s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:262 builtins/shopt.def:414
|
|
#, c-format
|
|
msgid "set %co %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:313
|
|
msgid "10"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:345
|
|
msgid "editing-mode"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:493 builtins/set.def:505 builtins/set.def:541
|
|
msgid "SHELLOPTS"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:722
|
|
msgid "fv"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:742
|
|
msgid "cannot simultaneously unset a function and a variable"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:779
|
|
#, c-format
|
|
msgid "%s: cannot unset"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:786
|
|
#, c-format
|
|
msgid "%s: cannot unset: readonly %s"
|
|
msgstr ""
|
|
|
|
#: builtins/set.def:797
|
|
#, c-format
|
|
msgid "%s: not an array variable"
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:98
|
|
msgid "afnp"
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:100
|
|
msgid "fnp"
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:164
|
|
#, c-format
|
|
msgid "%s: not a function"
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:201
|
|
msgid "-ra"
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:332
|
|
#, c-format
|
|
msgid "declare -%s "
|
|
msgstr ""
|
|
|
|
#: builtins/setattr.def:334
|
|
#, c-format
|
|
msgid "%s -%s "
|
|
msgstr ""
|
|
|
|
#: builtins/shift.def:65 builtins/shift.def:71
|
|
msgid "shift count"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:115
|
|
msgid "cdable_vars"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:116
|
|
msgid "cdspell"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:117
|
|
msgid "checkhash"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:118
|
|
msgid "checkwinsize"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:120
|
|
msgid "cmdhist"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:122
|
|
msgid "dotglob"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:123
|
|
msgid "execfail"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:124
|
|
msgid "expand_aliases"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:126
|
|
msgid "extdebug"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:129
|
|
msgid "extglob"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:131
|
|
msgid "extquote"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:132
|
|
msgid "failglob"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:134
|
|
msgid "force_fignore"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:135
|
|
msgid "gnu_errfmt"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:136
|
|
msgid "histreedit"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:139
|
|
msgid "histappend"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:142
|
|
msgid "histverify"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:143
|
|
msgid "hostcomplete"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:145
|
|
msgid "huponexit"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:146
|
|
msgid "interactive_comments"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:148
|
|
msgid "lithist"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:150
|
|
msgid "login_shell"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:151
|
|
msgid "mailwarn"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:153
|
|
msgid "no_empty_cmd_completion"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:155
|
|
msgid "nocaseglob"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:156
|
|
msgid "nullglob"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:158
|
|
msgid "progcomp"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:160
|
|
msgid "promptvars"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:162
|
|
msgid "restricted_shell"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:164
|
|
msgid "shift_verbose"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:165
|
|
msgid "sourcepath"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:166
|
|
msgid "xpg_echo"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:196
|
|
msgid "psuoq"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:224
|
|
msgid "cannot set and unset shell options simultaneously"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:289
|
|
#, c-format
|
|
msgid "%s: invalid shell option name"
|
|
msgstr ""
|
|
|
|
#: builtins/shopt.def:325
|
|
#, c-format
|
|
msgid "shopt %s %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/source.def:116
|
|
msgid "filename argument required"
|
|
msgstr ""
|
|
|
|
#: builtins/source.def:136
|
|
#, c-format
|
|
msgid "%s: file not found"
|
|
msgstr ""
|
|
|
|
#: builtins/suspend.def:2
|
|
msgid "suspend"
|
|
msgstr ""
|
|
|
|
#: builtins/suspend.def:77
|
|
msgid "f"
|
|
msgstr ""
|
|
|
|
#: builtins/suspend.def:92
|
|
msgid "cannot suspend"
|
|
msgstr ""
|
|
|
|
#: builtins/suspend.def:102
|
|
msgid "cannot suspend a login shell"
|
|
msgstr ""
|
|
|
|
#: builtins/test.def:2 builtins/test.def:98
|
|
msgid "test"
|
|
msgstr ""
|
|
|
|
#: builtins/times.def:2
|
|
msgid "times"
|
|
msgstr ""
|
|
|
|
#: builtins/times.def:109
|
|
msgid ""
|
|
"0.00 0.00\n"
|
|
"0.00 0.00\n"
|
|
msgstr ""
|
|
|
|
#: builtins/trap.def:39
|
|
msgid "kill -signal $$"
|
|
msgstr ""
|
|
|
|
#: builtins/trap.def:94
|
|
msgid "lp"
|
|
msgstr ""
|
|
|
|
#: builtins/trap.def:215
|
|
#, c-format
|
|
msgid "trap -- %s %d\n"
|
|
msgstr ""
|
|
|
|
#: builtins/trap.def:219 builtins/trap.def:221 builtins/trap.def:224
|
|
#, c-format
|
|
msgid "trap -- %s %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:2 builtins/type.def:127
|
|
msgid "type"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:127
|
|
msgid "-type"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:132
|
|
msgid "path"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:132
|
|
msgid "-path"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:137
|
|
msgid "all"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:137
|
|
msgid "-all"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:145
|
|
msgid "afptP"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:230
|
|
#, c-format
|
|
msgid "%s is aliased to `%s'\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:234
|
|
#, c-format
|
|
msgid "alias %s=%s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:251
|
|
#, c-format
|
|
msgid "%s is a shell keyword\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:271
|
|
#, c-format
|
|
msgid "%s is a function\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:296
|
|
#, c-format
|
|
msgid "%s is a shell builtin\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:317 builtins/type.def:382
|
|
#, c-format
|
|
msgid "%s is %s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/type.def:337
|
|
#, c-format
|
|
msgid "%s is hashed (%s)\n"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:2
|
|
msgid "ulimit"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:111
|
|
#, c-format
|
|
msgid "%ld%s"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:195
|
|
msgid "core file size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:195 builtins/ulimit.def:200
|
|
msgid "blocks"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:198
|
|
msgid "data seg size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:198 builtins/ulimit.def:202 builtins/ulimit.def:205
|
|
#: builtins/ulimit.def:210 builtins/ulimit.def:217 builtins/ulimit.def:220
|
|
msgid "kbytes"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:200
|
|
msgid "file size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:202
|
|
msgid "max locked memory"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:205
|
|
msgid "max memory size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:207
|
|
msgid "open files"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:208
|
|
msgid "pipe size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:208
|
|
msgid "512 bytes"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:210
|
|
msgid "stack size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:213
|
|
msgid "cpu time"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:213
|
|
msgid "seconds"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:215
|
|
msgid "max user processes"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:217
|
|
msgid "virtual memory"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:220
|
|
msgid "swap size"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:328 builtins/ulimit.def:401 builtins/ulimit.def:674
|
|
msgid "unlimited"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:330
|
|
#, c-format
|
|
msgid "%s: invalid limit argument"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:356
|
|
#, c-format
|
|
msgid "`%c': bad command"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:385 builtins/ulimit.def:649
|
|
#, c-format
|
|
msgid "%s: cannot get limit: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:397 builtins/ulimit.def:676
|
|
msgid "hard"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:399 builtins/ulimit.def:678
|
|
msgid "soft"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:411
|
|
msgid "limit"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:423 builtins/ulimit.def:716
|
|
#, c-format
|
|
msgid "%s: cannot modify limit: %s"
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:667
|
|
#, c-format
|
|
msgid "(%s, -%c) "
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:669
|
|
#, c-format
|
|
msgid "(-%c) "
|
|
msgstr ""
|
|
|
|
#: builtins/ulimit.def:671
|
|
#, c-format
|
|
msgid "%-18s %16s"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:2
|
|
msgid "umask"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:80
|
|
msgid "Sp"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:110
|
|
msgid "octal number"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:131
|
|
#, c-format
|
|
msgid "umask%s "
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:131
|
|
msgid " -S"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:135
|
|
#, c-format
|
|
msgid "%04lo\n"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:178
|
|
#, c-format
|
|
msgid "u=%s,g=%s,o=%s\n"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:194
|
|
msgid "agou"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:224
|
|
#, c-format
|
|
msgid "`%c': invalid symbolic mode operator"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:229
|
|
msgid "rwx"
|
|
msgstr ""
|
|
|
|
#: builtins/umask.def:277
|
|
#, c-format
|
|
msgid "`%c': invalid symbolic mode character"
|
|
msgstr ""
|
|
|
|
#: lib/sh/clock.c:79 lib/sh/timeval.c:143
|
|
#, c-format
|
|
msgid "%ldm%d.%03ds"
|
|
msgstr ""
|
|
|
|
#: lib/sh/fmtulong.c:55 lib/sh/snprintf.c:167
|
|
msgid "0123456789abcdef"
|
|
msgstr ""
|
|
|
|
#: lib/sh/fmtulong.c:56 lib/sh/snprintf.c:168
|
|
msgid "0123456789ABCDEF"
|
|
msgstr ""
|
|
|
|
#: lib/sh/fmtulong.c:99
|
|
msgid "invalid base"
|
|
msgstr ""
|
|
|
|
#: lib/sh/getcwd.c:75
|
|
msgid "../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.."
|
|
msgstr ""
|
|
|
|
#: lib/sh/getcwd.c:304
|
|
msgid "cwd: getcwd"
|
|
msgstr ""
|
|
|
|
#: lib/sh/inet_aton.c:59
|
|
msgid "@(#)inet_addr.c\t8.1 (Berkeley) 6/17/93"
|
|
msgstr ""
|
|
|
|
#: lib/sh/inet_aton.c:60
|
|
msgid "$Id: inet_addr.c,v 1.5 1996/08/14 03:48:37 drepper Exp $"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:95
|
|
#, c-format
|
|
msgid "%s/cur"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:101
|
|
#, c-format
|
|
msgid "%s/tmp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:107
|
|
#, c-format
|
|
msgid "%s/new"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:126
|
|
msgid "cur"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:126
|
|
msgid "new"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mailstat.c:127
|
|
#, c-format
|
|
msgid "%s/"
|
|
msgstr ""
|
|
|
|
#: lib/sh/makepath.c:77
|
|
msgid "sh_makepath"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:330
|
|
#, c-format
|
|
msgid "%04d-%02d-%02d %02d:%02d:%02d yday %03d wday %d isdst %d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:345
|
|
msgid "mktime ("
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:347
|
|
msgid ""
|
|
")\n"
|
|
"yields ("
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:349
|
|
#, c-format
|
|
msgid ") == %ld, should be %ld\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:367
|
|
#, c-format
|
|
msgid "%d-%d-%d%c"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:370
|
|
#, c-format
|
|
msgid "%d:%d:%d%c"
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:380
|
|
#, c-format
|
|
msgid "mktime returns %ld == "
|
|
msgstr ""
|
|
|
|
#: lib/sh/mktime.c:410
|
|
#, c-format
|
|
msgid ""
|
|
"Usage:\t%s YYYY-MM-DD HH:MM:SS [ISDST] # Test given time.\n"
|
|
"\t%s FROM BY TO # Test values FROM, FROM+BY, ..., TO.\n"
|
|
"\t%s FROM BY TO - # Do not test those values (for benchmark).\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:128
|
|
msgid "tcp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:128
|
|
msgid "udp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:156
|
|
#, c-format
|
|
msgid "%s: host unknown"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:163
|
|
#, c-format
|
|
msgid "%s: invalid service"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:176 lib/sh/netopen.c:234
|
|
msgid "socket"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:183 lib/sh/netopen.c:246
|
|
msgid "connect"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:294
|
|
#, c-format
|
|
msgid "%s: bad network path specification"
|
|
msgstr ""
|
|
|
|
#: lib/sh/netopen.c:334
|
|
msgid "network operations not supported"
|
|
msgstr ""
|
|
|
|
#: lib/sh/pathphys.c:269
|
|
msgid "sh_realpath"
|
|
msgstr ""
|
|
|
|
#: lib/sh/shmatch.c:95 lib/sh/shmatch.c:96
|
|
msgid "BASH_REMATCH"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:402
|
|
msgid ""
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:892
|
|
msgid "INF"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:892
|
|
msgid "NAN"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:893
|
|
msgid "inf"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:893
|
|
msgid "nan"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1646
|
|
msgid "out of virtual memory\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1695 lib/sh/snprintf.c:1697 lib/sh/snprintf.c:1699
|
|
msgid "abcde\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1696
|
|
#, c-format
|
|
msgid "snprintf returns %d with NULL first argument and size of 0\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1698
|
|
#, c-format
|
|
msgid "snprintf returns %d with non-NULL first argument and size of 0\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1700
|
|
#, c-format
|
|
msgid "snprintf returns %d with NULL first argument and non-zero size\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1710
|
|
#, c-format
|
|
msgid "/%%ld %%ld/, 336, 336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1711 lib/sh/snprintf.c:1712 lib/sh/snprintf.c:1713
|
|
#, c-format
|
|
msgid "/%ld %ld/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1717
|
|
#, c-format
|
|
msgid "/%%d/, 336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1718 lib/sh/snprintf.c:1719 lib/sh/snprintf.c:1720
|
|
#, c-format
|
|
msgid "/%d/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1724
|
|
#, c-format
|
|
msgid "/%%2d/, 336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1725 lib/sh/snprintf.c:1726 lib/sh/snprintf.c:1727
|
|
#, c-format
|
|
msgid "/%2d/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1731
|
|
#, c-format
|
|
msgid "/%%10d/, 336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1732 lib/sh/snprintf.c:1733 lib/sh/snprintf.c:1734
|
|
#, c-format
|
|
msgid "/%10d/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1738
|
|
#, c-format
|
|
msgid "/%%-10d/, 336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1739 lib/sh/snprintf.c:1740 lib/sh/snprintf.c:1741
|
|
#, c-format
|
|
msgid "/%-10d/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1748
|
|
#, c-format
|
|
msgid "/%%f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1749 lib/sh/snprintf.c:1750 lib/sh/snprintf.c:1751
|
|
#, c-format
|
|
msgid "/%f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1755
|
|
#, c-format
|
|
msgid "/%%e/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1756 lib/sh/snprintf.c:1757 lib/sh/snprintf.c:1758
|
|
#, c-format
|
|
msgid "/%e/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1762
|
|
#, c-format
|
|
msgid "/%%4.2f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1763 lib/sh/snprintf.c:1764 lib/sh/snprintf.c:1765
|
|
#, c-format
|
|
msgid "/%4.2f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1769
|
|
#, c-format
|
|
msgid "/%%3.1f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1770 lib/sh/snprintf.c:1771 lib/sh/snprintf.c:1772
|
|
#, c-format
|
|
msgid "/%3.1f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1776
|
|
#, c-format
|
|
msgid "/%%10.3f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1777 lib/sh/snprintf.c:1778 lib/sh/snprintf.c:1779
|
|
#, c-format
|
|
msgid "/%10.3f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1783
|
|
#, c-format
|
|
msgid "/%%10.3e/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1784 lib/sh/snprintf.c:1785 lib/sh/snprintf.c:1786
|
|
#, c-format
|
|
msgid "/%10.3e/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1790
|
|
#, c-format
|
|
msgid "/%%+4.2f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1791 lib/sh/snprintf.c:1792 lib/sh/snprintf.c:1793
|
|
#, c-format
|
|
msgid "/%+4.2f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1797
|
|
#, c-format
|
|
msgid "/%%010.2f/, 1234.56\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1798 lib/sh/snprintf.c:1799 lib/sh/snprintf.c:1800
|
|
#, c-format
|
|
msgid "/%010.2f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1804
|
|
msgid "Outstanding acting !"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1807
|
|
#, c-format
|
|
msgid "/%%2s/, \"%s\"\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1808 lib/sh/snprintf.c:1809 lib/sh/snprintf.c:1810
|
|
#, c-format
|
|
msgid "/%2s/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1814
|
|
#, c-format
|
|
msgid "/%%22s/ %s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1815 lib/sh/snprintf.c:1816 lib/sh/snprintf.c:1817
|
|
#, c-format
|
|
msgid "/%22s/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1821
|
|
#, c-format
|
|
msgid "/%%22.5s/ %s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1822 lib/sh/snprintf.c:1823 lib/sh/snprintf.c:1824
|
|
#, c-format
|
|
msgid "/%22.5s/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1828
|
|
#, c-format
|
|
msgid "/%%-22.5s/ %s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1829 lib/sh/snprintf.c:1830 lib/sh/snprintf.c:1831
|
|
#, c-format
|
|
msgid "/%-22.5s/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1837
|
|
#, c-format
|
|
msgid "%%x %%X %%#x, 31, 31, 31\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1838 lib/sh/snprintf.c:1839 lib/sh/snprintf.c:1840
|
|
#, c-format
|
|
msgid "%x %X %#x\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1844
|
|
#, c-format
|
|
msgid "**%%d**%% d**%% d**, 42, 42, -42\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1845 lib/sh/snprintf.c:1846 lib/sh/snprintf.c:1847
|
|
#, c-format
|
|
msgid "**%d**% d**% d**\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1853
|
|
#, c-format
|
|
msgid "/%%g/, 31.4\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1854 lib/sh/snprintf.c:1855 lib/sh/snprintf.c:1856
|
|
#: lib/sh/snprintf.c:1975 lib/sh/snprintf.c:1976 lib/sh/snprintf.c:1977
|
|
#: lib/sh/snprintf.c:1982 lib/sh/snprintf.c:1983 lib/sh/snprintf.c:1984
|
|
#, c-format
|
|
msgid "/%g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1860
|
|
#, c-format
|
|
msgid "/%%.6g/, 31.4\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1861 lib/sh/snprintf.c:1862 lib/sh/snprintf.c:1863
|
|
#, c-format
|
|
msgid "/%.6g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1867
|
|
#, c-format
|
|
msgid "/%%.1G/, 31.4\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1868 lib/sh/snprintf.c:1869 lib/sh/snprintf.c:1870
|
|
#: lib/sh/snprintf.c:1875 lib/sh/snprintf.c:1876 lib/sh/snprintf.c:1877
|
|
#, c-format
|
|
msgid "/%.1G/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1874
|
|
#, c-format
|
|
msgid "/%%.1G/, 3100000000.4\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1881
|
|
#, c-format
|
|
msgid "abc%%n\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1882 lib/sh/snprintf.c:1883 lib/sh/snprintf.c:1885
|
|
#, c-format
|
|
msgid "abc%n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1884 lib/sh/snprintf.c:1886
|
|
#, c-format
|
|
msgid ""
|
|
"%d\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1888
|
|
#, c-format
|
|
msgid "%%*.*s --> 10.10\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1889 lib/sh/snprintf.c:1890 lib/sh/snprintf.c:1891
|
|
#, c-format
|
|
msgid "%*.*s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1895
|
|
#, c-format
|
|
msgid "%%%%%%%%\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1896 lib/sh/snprintf.c:1897 lib/sh/snprintf.c:1898
|
|
#, c-format
|
|
msgid "%%%%\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1902
|
|
msgid "Hello this is a too big string for the buffer"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1904
|
|
#, c-format
|
|
msgid "<%%>, %s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1907 lib/sh/snprintf.c:1908 lib/sh/snprintf.c:1915
|
|
#: lib/sh/snprintf.c:1922 lib/sh/snprintf.c:1930 lib/sh/snprintf.c:1939
|
|
#: lib/sh/snprintf.c:1948 lib/sh/snprintf.c:1955
|
|
#, c-format
|
|
msgid "<%s>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1909 lib/sh/snprintf.c:1916 lib/sh/snprintf.c:1923
|
|
#: lib/sh/snprintf.c:1931 lib/sh/snprintf.c:1940 lib/sh/snprintf.c:1949
|
|
#: lib/sh/snprintf.c:1956
|
|
#, c-format
|
|
msgid ""
|
|
"<%s>\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1911
|
|
#, c-format
|
|
msgid "<%%p> vsnprintf\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1912 lib/sh/snprintf.c:1913
|
|
#, c-format
|
|
msgid "%p"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1914
|
|
#, c-format
|
|
msgid "<%p>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1918
|
|
#, c-format
|
|
msgid "<%%lu> LONG_MAX+1\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1919 lib/sh/snprintf.c:1920
|
|
#, c-format
|
|
msgid "%lu"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1921
|
|
#, c-format
|
|
msgid "<%lu>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1926
|
|
#, c-format
|
|
msgid "<%%llu> LLONG_MAX+1\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1927 lib/sh/snprintf.c:1928
|
|
#, c-format
|
|
msgid "%llu"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1929
|
|
#, c-format
|
|
msgid "<%llu>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1935
|
|
#, c-format
|
|
msgid "<%%6.2LE> 42.42\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1936 lib/sh/snprintf.c:1937
|
|
#, c-format
|
|
msgid "%6.2LE"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1938
|
|
#, c-format
|
|
msgid "<%6.2LE>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1944
|
|
#, c-format
|
|
msgid "<%%6.2A> 42.42\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1945 lib/sh/snprintf.c:1946
|
|
#, c-format
|
|
msgid "%6.2A"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1947
|
|
#, c-format
|
|
msgid "<%6.2A>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1951
|
|
#, c-format
|
|
msgid "<%%6.2LA> 42.42\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1952 lib/sh/snprintf.c:1953
|
|
#, c-format
|
|
msgid "%6.2LA"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1954
|
|
#, c-format
|
|
msgid "<%6.2LA>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1959
|
|
#, c-format
|
|
msgid "<%%.10240f> DBL_MAX\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1960 lib/sh/snprintf.c:1961
|
|
#, c-format
|
|
msgid "%.10240f"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1962
|
|
#, c-format
|
|
msgid "<%.10240f>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1963 lib/sh/snprintf.c:1970
|
|
#, c-format
|
|
msgid "<%d> <%s>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1964 lib/sh/snprintf.c:1971
|
|
#, c-format
|
|
msgid ""
|
|
"<%d> <%s>\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1966
|
|
#, c-format
|
|
msgid "<%%.10240Lf> LDBL_MAX\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1967 lib/sh/snprintf.c:1968
|
|
#, c-format
|
|
msgid "%.10240Lf"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1969
|
|
#, c-format
|
|
msgid "<%.10240Lf>\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1974
|
|
#, c-format
|
|
msgid "/%%g/, 421.2345\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1981
|
|
#, c-format
|
|
msgid "/%%g/, 4214.2345\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1988
|
|
#, c-format
|
|
msgid "/%%.5g/, 4214.2345\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1989 lib/sh/snprintf.c:1990 lib/sh/snprintf.c:1991
|
|
#, c-format
|
|
msgid "/%.5g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1995
|
|
#, c-format
|
|
msgid "/%%.4g/, 4214.2345\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:1996 lib/sh/snprintf.c:1997 lib/sh/snprintf.c:1998
|
|
#, c-format
|
|
msgid "/%.4g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2002
|
|
#, c-format
|
|
msgid "/%%'ld %%'ld/, 12345, 1234567\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2003 lib/sh/snprintf.c:2004 lib/sh/snprintf.c:2005
|
|
#: lib/sh/snprintf.c:2010 lib/sh/snprintf.c:2011 lib/sh/snprintf.c:2012
|
|
#: lib/sh/snprintf.c:2017 lib/sh/snprintf.c:2018 lib/sh/snprintf.c:2019
|
|
#, c-format
|
|
msgid "/%'ld %'ld/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2009
|
|
#, c-format
|
|
msgid "/%%'ld %%'ld/, 336, 3336\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2016
|
|
#, c-format
|
|
msgid "/%%'ld %%'ld/, -42786, -142786\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2023
|
|
#, c-format
|
|
msgid "/%%'f %%'f/, 421.2345, 421234.56789\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2024 lib/sh/snprintf.c:2025 lib/sh/snprintf.c:2026
|
|
#: lib/sh/snprintf.c:2031 lib/sh/snprintf.c:2032 lib/sh/snprintf.c:2033
|
|
#, c-format
|
|
msgid "/%'f %'f/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2030
|
|
#, c-format
|
|
msgid "/%%'f %%'f/, -421.2345, -421234.56789\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2037
|
|
#, c-format
|
|
msgid "/%%'g %%'g/, 421.2345, 421234.56789\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2038 lib/sh/snprintf.c:2039 lib/sh/snprintf.c:2040
|
|
#: lib/sh/snprintf.c:2045 lib/sh/snprintf.c:2046 lib/sh/snprintf.c:2047
|
|
#, c-format
|
|
msgid "/%'g %'g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2044
|
|
#, c-format
|
|
msgid "/%%'g %%'g/, -421.2345, -421234.56789\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2052
|
|
#, c-format
|
|
msgid "/%%'g/, 4213455.8392\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/snprintf.c:2053 lib/sh/snprintf.c:2054 lib/sh/snprintf.c:2055
|
|
#, c-format
|
|
msgid "/%'g/\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strerror.c:49
|
|
msgid "Unknown system error "
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:153
|
|
msgid "Sun"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:153
|
|
msgid "Mon"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:153
|
|
msgid "Tue"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:153
|
|
msgid "Wed"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:154
|
|
msgid "Thu"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:154
|
|
msgid "Fri"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:154
|
|
msgid "Sat"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:157
|
|
msgid "Sunday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:157
|
|
msgid "Monday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:157
|
|
msgid "Tuesday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:157
|
|
msgid "Wednesday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:158
|
|
msgid "Thursday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:158
|
|
msgid "Friday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:158
|
|
msgid "Saturday"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161
|
|
msgid "Jan"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161
|
|
msgid "Feb"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161
|
|
msgid "Mar"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161
|
|
msgid "Apr"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161 lib/sh/strftime.c:166
|
|
msgid "May"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:161
|
|
msgid "Jun"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Jul"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Aug"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Sep"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Oct"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Nov"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:162
|
|
msgid "Dec"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:165
|
|
msgid "January"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:165
|
|
msgid "February"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:165
|
|
msgid "March"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:165
|
|
msgid "April"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:166
|
|
msgid "June"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:166
|
|
msgid "July"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:166
|
|
msgid "August"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:166
|
|
msgid "September"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:167
|
|
msgid "October"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:167
|
|
msgid "November"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:167
|
|
msgid "December"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:169
|
|
msgid "AM"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:169
|
|
msgid "PM"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:270
|
|
msgid "%A %B %d %T %Y"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:275 lib/sh/strftime.c:280 lib/sh/strftime.c:321
|
|
#: lib/sh/strftime.c:329 lib/sh/strftime.c:338 lib/sh/strftime.c:347
|
|
#: lib/sh/strftime.c:352 lib/sh/strftime.c:393 lib/sh/strftime.c:413
|
|
#: lib/sh/strftime.c:417 lib/sh/strftime.c:426 lib/sh/strftime.c:440
|
|
#, c-format
|
|
msgid "%02d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:284
|
|
msgid "%m/%d/%y"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:288 lib/sh/strftime.c:519 lib/sh/strftime.c:528
|
|
#, c-format
|
|
msgid "%2d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:296
|
|
msgid "%Y-%m-%d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:342
|
|
#, c-format
|
|
msgid "%03d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:373
|
|
msgid "%I:%M:%S %p"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:386 lib/malloc/stats.c:181
|
|
#, c-format
|
|
msgid "%ld"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:430
|
|
msgid "%A %B %d %Y"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:495
|
|
#, c-format
|
|
msgid "%02d%02d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:544
|
|
#, c-format
|
|
msgid "%2d-%3.3s-%4d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:786
|
|
#, c-format
|
|
msgid "(%%A) full weekday name, var length (Sunday..Saturday) %A"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:787
|
|
msgid "(%%B) full month name, var length (January..December) %B"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:788
|
|
#, c-format
|
|
msgid "(%%C) Century %C"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:789
|
|
msgid "(%%D) date (%%m/%%d/%%y) %D"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:790
|
|
#, c-format
|
|
msgid "(%%E) Locale extensions (ignored) %E"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:791
|
|
#, c-format
|
|
msgid "(%%F) full month name, var length (January..December) %F"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:792
|
|
msgid "(%%H) hour (24-hour clock, 00..23) %H"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:793
|
|
msgid "(%%I) hour (12-hour clock, 01..12) %I"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:794
|
|
msgid "(%%M) minute (00..59) %M"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:795
|
|
msgid "(%%N) Emporer/Era Name %N"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:796
|
|
msgid "(%%O) Locale extensions (ignored) %O"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:797
|
|
msgid "(%%R) time, 24-hour (%%H:%%M) %R"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:798
|
|
#, c-format
|
|
msgid "(%%S) second (00..60) %S"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:799
|
|
msgid "(%%T) time, 24-hour (%%H:%%M:%%S) %T"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:800
|
|
msgid "(%%U) week of year, Sunday as first day of week (00..53) %U"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:801
|
|
msgid "(%%V) week of year according to ISO 8601 %V"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:802
|
|
msgid "(%%W) week of year, Monday as first day of week (00..53) %W"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:803
|
|
msgid "(%%X) appropriate locale time representation (%H:%M:%S) %X"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:804
|
|
msgid "(%%Y) year with century (1970...) %Y"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:805
|
|
msgid "(%%Z) timezone (EDT), or blank if timezone not determinable %Z"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:806
|
|
#, c-format
|
|
msgid "(%%a) locale's abbreviated weekday name (Sun..Sat) %a"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:807
|
|
msgid "(%%b) locale's abbreviated month name (Jan..Dec) %b"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:808
|
|
msgid "(%%c) full date (Sat Nov 4 12:02:33 1989)%n%t%t%t %c"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:809
|
|
#, c-format
|
|
msgid "(%%d) day of the month (01..31) %d"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:810
|
|
#, c-format
|
|
msgid "(%%e) day of the month, blank-padded ( 1..31) %e"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:811
|
|
msgid "(%%h) should be same as (%%b) %h"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:812
|
|
msgid "(%%j) day of the year (001..366) %j"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:813
|
|
msgid "(%%k) hour, 24-hour clock, blank pad ( 0..23) %k"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:814
|
|
msgid "(%%l) hour, 12-hour clock, blank pad ( 0..12) %l"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:815
|
|
#, c-format
|
|
msgid "(%%m) month (01..12) %m"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:816
|
|
#, c-format
|
|
msgid "(%%o) Emporer/Era Year %o"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:817
|
|
#, c-format
|
|
msgid "(%%p) locale's AM or PM based on 12-hour clock %p"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:818
|
|
msgid "(%%r) time, 12-hour (same as %%I:%%M:%%S %%p) %r"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:819
|
|
#, c-format
|
|
msgid "(%%u) ISO 8601: Weekday as decimal number [1 (Monday) - 7] %u"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:820
|
|
msgid "(%%v) VMS date (dd-bbb-YYYY) %v"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:821
|
|
msgid "(%%w) day of week (0..6, Sunday == 0) %w"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:822
|
|
#, c-format
|
|
msgid "(%%x) appropriate locale date representation %x"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:823
|
|
msgid "(%%y) last two digits of year (00..99) %y"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strftime.c:824
|
|
msgid "(%%z) timezone offset east of GMT as HHMM (e.g. -0500) %z"
|
|
msgstr ""
|
|
|
|
#: lib/sh/stringlist.c:235
|
|
#, c-format
|
|
msgid "%s%s\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoimax.c:38 lib/sh/strtoimax.c:45 lib/sh/strtoumax.c:38
|
|
#: lib/sh/strtoumax.c:45
|
|
msgid "this configure-time declaration test was not run"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoimax.c:83
|
|
#, c-format
|
|
msgid "sizeof intmax_t: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoimax.c:86
|
|
#, c-format
|
|
msgid "sizeof long long: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoimax.c:88
|
|
#, c-format
|
|
msgid "sizeof long: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoimax.c:98
|
|
#, c-format
|
|
msgid "%lld %lld %ld\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoumax.c:83
|
|
#, c-format
|
|
msgid "sizeof uintmax_t: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoumax.c:86
|
|
#, c-format
|
|
msgid "sizeof unsigned long long: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoumax.c:88
|
|
#, c-format
|
|
msgid "sizeof unsigned long: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/strtoumax.c:98
|
|
#, c-format
|
|
msgid "%llu %llu %lu\n"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:46
|
|
msgid "shtmp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:73
|
|
msgid "/var/tmp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:77
|
|
msgid "/usr/tmp"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:92
|
|
msgid "TMPDIR"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:122 lib/sh/tmpfile.c:167
|
|
#, c-format
|
|
msgid "%s/%s.XXXXXX"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:135 lib/sh/tmpfile.c:184
|
|
#, c-format
|
|
msgid "%s/%s-%lu"
|
|
msgstr ""
|
|
|
|
#: lib/sh/tmpfile.c:212
|
|
msgid "w+"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/alloca.c:446
|
|
#, c-format
|
|
msgid "%011o %011o %011o\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/alloca.c:467
|
|
#, c-format
|
|
msgid "%011o %011o\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/i386-alloca.s:1
|
|
msgid "alloca.s"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/imalloc.h:52
|
|
msgid "x"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:298
|
|
#, c-format
|
|
msgid "malloc: failed assertion: %s\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:314
|
|
#, c-format
|
|
msgid ""
|
|
"\r\n"
|
|
"malloc: %s:%d: assertion botched\r\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:355
|
|
msgid "bcoalesce: CHAIN(mp2) != mp1"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:604
|
|
msgid "malloc_debug_dummy\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:740
|
|
msgid "malloc: block on free list clobbered"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:766 lib/malloc/malloc.c:768 lib/malloc/malloc.c:773
|
|
msgid "malloc"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:817
|
|
msgid "free: called with already freed block argument"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:820
|
|
msgid "free: called with unallocated block argument"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:839
|
|
msgid "free: underflow detected; mh_nbytes out of range"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:845
|
|
msgid "free: start and end chunk sizes differ"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:942
|
|
msgid "realloc: called with unallocated block argument"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:957
|
|
msgid "realloc: underflow detected; mh_nbytes out of range"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:963
|
|
msgid "realloc: start and end chunk sizes differ"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/malloc.c:1009 lib/malloc/malloc.c:1011 lib/malloc/malloc.c:1016
|
|
msgid "realloc"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/memtest.c:125 lib/malloc/memtest.c:138
|
|
msgid "malloc-test: "
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:99
|
|
#, c-format
|
|
msgid ""
|
|
"Memory allocation statistics: %s\n"
|
|
" size\tfree\tin use\ttotal\tmorecore lesscore split\tcoalesce\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:104
|
|
#, c-format
|
|
msgid "%8lu\t%4d\t%6d\t%5d\t%8d\t%d %5d %8d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:108
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Total bytes in use: %lu, total bytes free: %lu\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:110
|
|
#, c-format
|
|
msgid ""
|
|
"\n"
|
|
"Total bytes requested by application: %lu\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:111
|
|
#, c-format
|
|
msgid "Total mallocs: %d, total frees: %d, total reallocs: %d (%d copies)\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:113
|
|
#, c-format
|
|
msgid "Total sbrks: %d, total bytes via sbrk: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:115
|
|
#, c-format
|
|
msgid "Total blocks split: %d, total block coalesces: %d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:134
|
|
msgid "/var/tmp/maltrace/stats."
|
|
msgstr ""
|
|
|
|
#: lib/malloc/stats.c:172
|
|
#, c-format
|
|
msgid "%s%ld"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:152
|
|
#, c-format
|
|
msgid "malloc: %p: %s: last %s from %s:%d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:154 lib/malloc/table.c:155 lib/malloc/table.c:239
|
|
#: lib/malloc/watch.c:46
|
|
msgid "allocated"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:154 lib/malloc/table.c:222 lib/malloc/table.c:237
|
|
msgid "free"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:155 lib/malloc/watch.c:48
|
|
msgid "freed"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:175
|
|
msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:182
|
|
#, c-format
|
|
msgid "register_alloc: %p already in table as allocated?\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:211
|
|
#, c-format
|
|
msgid "register_free: %p not in allocation table?\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:218
|
|
#, c-format
|
|
msgid "register_free: %p already in table as free?\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:241
|
|
msgid "undetermined?"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/table.c:255
|
|
#, c-format
|
|
msgid "[%d] %p:%d:%s:%s:%s:%d:%d:%d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/trace.c:51
|
|
#, c-format
|
|
msgid "alloc: %s: %p (%d bytes) from '%s:%d'\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/trace.c:54
|
|
#, c-format
|
|
msgid "alloc:%p:%d:%s:%d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/trace.c:69
|
|
#, c-format
|
|
msgid "free: %p (%d bytes) from '%s:%d'\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/trace.c:72
|
|
#, c-format
|
|
msgid "free:%p:%d:%s:%d\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/trace.c:107
|
|
msgid "/var/tmp/maltrace/trace."
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:50
|
|
msgid "requesting resize"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:52
|
|
msgid "just resized"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:54
|
|
msgid "bug: unknown operation"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:56
|
|
#, c-format
|
|
msgid "malloc: watch alert: %p %s "
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:58
|
|
#, c-format
|
|
msgid "(size %lu) "
|
|
msgstr ""
|
|
|
|
#: lib/malloc/watch.c:59
|
|
#, c-format
|
|
msgid "from '%s:%d'\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/x386-alloca.s:10
|
|
msgid "masm"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/xmalloc.c:55
|
|
#, c-format
|
|
msgid "%s: out of virtual memory\n"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/xmalloc.c:70
|
|
msgid "xmalloc"
|
|
msgstr ""
|
|
|
|
#: lib/malloc/xmalloc.c:84
|
|
msgid "xrealloc"
|
|
msgstr ""
|