Home | History | Annotate | Download | only in po
      1 # Traditional Chinese Messages for the sed
      2 # Copyright (C) 2002, 05 Free Software Foundation, Inc.
      3 # Wang Li <charles (a] linux.net.cn>, 2002
      4 # Wei-Lun Chao <chaoweilun (a] pcmail.com.tw>, 2005
      5 #
      6 msgid ""
      7 msgstr ""
      8 "Project-Id-Version: sed 4.1.4\n"
      9 "Report-Msgid-Bugs-To: bug-gnu-utils (a] gnu.org\n"
     10 "POT-Creation-Date: 2009-06-27 15:08+0200\n"
     11 "PO-Revision-Date: 2005-04-20 09:37+0800\n"
     12 "Last-Translator: Wei-Lun Chao <chaoweilun (a] pcmail.com.tw>\n"
     13 "Language-Team: Chinese (traditional) <zh-l10n (a] linux.org.tw>\n"
     14 "MIME-Version: 1.0\n"
     15 "Content-Type: text/plain; charset=UTF-8\n"
     16 "Content-Transfer-Encoding: 8bit\n"
     17 "Plural-Forms: nplurals=1; plural=0;\n"
     18 
     19 #: sed/compile.c:161
     20 msgid "multiple `!'s"
     21 msgstr "!"
     22 
     23 #: sed/compile.c:162
     24 msgid "unexpected `,'"
     25 msgstr ","
     26 
     27 #: sed/compile.c:163
     28 msgid "invalid usage of +N or ~N as first address"
     29 msgstr " +N  ~N "
     30 
     31 #: sed/compile.c:164
     32 msgid "unmatched `{'"
     33 msgstr "{"
     34 
     35 #: sed/compile.c:165
     36 msgid "unexpected `}'"
     37 msgstr "}"
     38 
     39 #: sed/compile.c:166
     40 msgid "extra characters after command"
     41 msgstr ""
     42 
     43 #: sed/compile.c:167
     44 msgid "expected \\ after `a', `c' or `i'"
     45 msgstr "aci \\"
     46 
     47 #: sed/compile.c:168
     48 msgid "`}' doesn't want any addresses"
     49 msgstr "}"
     50 
     51 #: sed/compile.c:169
     52 msgid ": doesn't want any addresses"
     53 msgstr ": "
     54 
     55 #: sed/compile.c:170
     56 msgid "comments don't accept any addresses"
     57 msgstr ""
     58 
     59 #: sed/compile.c:171
     60 msgid "missing command"
     61 msgstr ""
     62 
     63 #: sed/compile.c:172
     64 msgid "command only uses one address"
     65 msgstr ""
     66 
     67 #: sed/compile.c:173
     68 msgid "unterminated address regex"
     69 msgstr ""
     70 
     71 #: sed/compile.c:174
     72 msgid "unterminated `s' command"
     73 msgstr "s"
     74 
     75 #: sed/compile.c:175
     76 msgid "unterminated `y' command"
     77 msgstr "y"
     78 
     79 #: sed/compile.c:176
     80 msgid "unknown option to `s'"
     81 msgstr "s"
     82 
     83 #: sed/compile.c:177
     84 msgid "multiple `p' options to `s' command"
     85 msgstr "sp"
     86 
     87 #: sed/compile.c:178
     88 msgid "multiple `g' options to `s' command"
     89 msgstr "sg"
     90 
     91 #: sed/compile.c:179
     92 msgid "multiple number options to `s' command"
     93 msgstr "s"
     94 
     95 #: sed/compile.c:180
     96 msgid "number option to `s' command may not be zero"
     97 msgstr "s"
     98 
     99 #: sed/compile.c:181
    100 msgid "strings for `y' command are different lengths"
    101 msgstr "y "
    102 
    103 #: sed/compile.c:182
    104 msgid "delimiter character is not a single-byte character"
    105 msgstr ""
    106 
    107 #: sed/compile.c:183
    108 msgid "expected newer version of sed"
    109 msgstr " sed"
    110 
    111 #: sed/compile.c:184
    112 msgid "invalid usage of line address 0"
    113 msgstr " 0 "
    114 
    115 #: sed/compile.c:185
    116 #, c-format
    117 msgid "unknown command: `%c'"
    118 msgstr ": %c"
    119 
    120 #: sed/compile.c:208
    121 #, c-format
    122 msgid "%s: file %s line %lu: %s\n"
    123 msgstr "%s:  %s : %lu: %s\n"
    124 
    125 #: sed/compile.c:211
    126 #, c-format
    127 msgid "%s: -e expression #%lu, char %lu: %s\n"
    128 msgstr "%s: -e  #%lu %lu: %s\n"
    129 
    130 #: sed/compile.c:1665
    131 #, c-format
    132 msgid "can't find label for jump to `%s'"
    133 msgstr "%s"
    134 
    135 #: sed/execute.c:709
    136 #, c-format
    137 msgid "%s: can't read %s: %s\n"
    138 msgstr "%s:  %s: %s\n"
    139 
    140 #: sed/execute.c:740
    141 #, c-format
    142 msgid "couldn't edit %s: is a terminal"
    143 msgstr " %s: "
    144 
    145 #: sed/execute.c:745
    146 #, c-format
    147 msgid "couldn't edit %s: not a regular file"
    148 msgstr " %s: "
    149 
    150 #: sed/execute.c:757
    151 #, c-format
    152 msgid "%s: warning: failed to set default file creation context to %s: %s"
    153 msgstr ""
    154 
    155 #: sed/execute.c:764
    156 #, c-format
    157 msgid "%s: warning: failed to get security context of %s: %s"
    158 msgstr ""
    159 
    160 #: sed/execute.c:783 sed/utils.c:227
    161 #, c-format
    162 msgid "couldn't open temporary file %s: %s"
    163 msgstr " %s: %s"
    164 
    165 #: sed/execute.c:1317 sed/execute.c:1497
    166 msgid "error in subprocess"
    167 msgstr ""
    168 
    169 #: sed/execute.c:1319
    170 msgid "option `e' not supported"
    171 msgstr "e"
    172 
    173 #: sed/execute.c:1499
    174 msgid "`e' command not supported"
    175 msgstr "e"
    176 
    177 #: sed/execute.c:1843
    178 msgid "no input files"
    179 msgstr ""
    180 
    181 #: sed/regexp.c:41
    182 msgid "no previous regular expression"
    183 msgstr ""
    184 
    185 #: sed/regexp.c:42
    186 msgid "cannot specify modifiers on empty regexp"
    187 msgstr ""
    188 
    189 #: sed/regexp.c:131
    190 #, c-format
    191 msgid "invalid reference \\%d on `s' command's RHS"
    192 msgstr "s RHS  \\%d"
    193 
    194 #: sed/sed.c:97
    195 #, c-format
    196 msgid ""
    197 "GNU sed home page: <http://www.gnu.org/software/sed/>.\n"
    198 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n"
    199 msgstr ""
    200 
    201 #: sed/sed.c:104
    202 #, fuzzy, c-format
    203 msgid ""
    204 "E-mail bug reports to: <%s>.\n"
    205 "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n"
    206 msgstr ""
    207 ": %s \n"
    208 "%sSubject:\n"
    209 
    210 #: sed/sed.c:117
    211 msgid ""
    212 "  -R, --regexp-perl\n"
    213 "                 use Perl 5's regular expressions syntax in the script.\n"
    214 msgstr ""
    215 "  -R, --regexp-perl\n"
    216 "                  Perl 5 \n"
    217 
    218 #: sed/sed.c:122
    219 #, c-format
    220 msgid ""
    221 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
    222 "\n"
    223 msgstr ""
    224 ": %s []... {} []...\n"
    225 "\n"
    226 
    227 #: sed/sed.c:126
    228 #, c-format
    229 msgid ""
    230 "  -n, --quiet, --silent\n"
    231 "                 suppress automatic printing of pattern space\n"
    232 msgstr ""
    233 "  -n, --quiet, --silent\n"
    234 "                 \n"
    235 
    236 #: sed/sed.c:128
    237 #, c-format
    238 msgid ""
    239 "  -e script, --expression=script\n"
    240 "                 add the script to the commands to be executed\n"
    241 msgstr ""
    242 "  -e , --expression=\n"
    243 "                 \n"
    244 
    245 #: sed/sed.c:130
    246 #, c-format
    247 msgid ""
    248 "  -f script-file, --file=script-file\n"
    249 "                 add the contents of script-file to the commands to be "
    250 "executed\n"
    251 msgstr ""
    252 "  -f , --file=\n"
    253 "                 \n"
    254 
    255 #: sed/sed.c:133
    256 #, c-format
    257 msgid ""
    258 "  --follow-symlinks\n"
    259 "                 follow symlinks when processing in place\n"
    260 msgstr ""
    261 
    262 #: sed/sed.c:136
    263 #, c-format
    264 msgid ""
    265 "  -i[SUFFIX], --in-place[=SUFFIX]\n"
    266 "                 edit files in place (makes backup if extension supplied)\n"
    267 msgstr ""
    268 "  -i[], --in-place[=]\n"
    269 "                  ()\n"
    270 
    271 #: sed/sed.c:139
    272 #, c-format
    273 msgid ""
    274 "  -b, --binary\n"
    275 "                 open files in binary mode (CR+LFs are not processed "
    276 "specially)\n"
    277 msgstr ""
    278 
    279 #: sed/sed.c:142
    280 #, c-format
    281 msgid ""
    282 "  -l N, --line-length=N\n"
    283 "                 specify the desired line-wrap length for the `l' command\n"
    284 msgstr ""
    285 "  -l N, --line-length=N\n"
    286 "                 l\n"
    287 
    288 #: sed/sed.c:144
    289 #, c-format
    290 msgid ""
    291 "  --posix\n"
    292 "                 disable all GNU extensions.\n"
    293 msgstr ""
    294 "  --posix\n"
    295 "                  GNU \n"
    296 
    297 #: sed/sed.c:146
    298 #, c-format
    299 msgid ""
    300 "  -r, --regexp-extended\n"
    301 "                 use extended regular expressions in the script.\n"
    302 msgstr ""
    303 "  -r, --regexp-extended\n"
    304 "                 \n"
    305 
    306 #: sed/sed.c:151
    307 #, c-format
    308 msgid ""
    309 "  -s, --separate\n"
    310 "                 consider files as separate rather than as a single "
    311 "continuous\n"
    312 "                 long stream.\n"
    313 msgstr ""
    314 "  -s, --separate\n"
    315 "                 \n"
    316 
    317 #: sed/sed.c:154
    318 #, c-format
    319 msgid ""
    320 "  -u, --unbuffered\n"
    321 "                 load minimal amounts of data from the input files and "
    322 "flush\n"
    323 "                 the output buffers more often\n"
    324 msgstr ""
    325 "  -u, --unbuffered\n"
    326 "                 \n"
    327 
    328 #: sed/sed.c:157
    329 #, c-format
    330 msgid "      --help     display this help and exit\n"
    331 msgstr "      --help     \n"
    332 
    333 #: sed/sed.c:158
    334 #, c-format
    335 msgid "      --version  output version information and exit\n"
    336 msgstr "      --version  \n"
    337 
    338 #: sed/sed.c:159
    339 #, c-format
    340 msgid ""
    341 "\n"
    342 "If no -e, --expression, -f, or --file option is given, then the first\n"
    343 "non-option argument is taken as the sed script to interpret.  All\n"
    344 "remaining arguments are names of input files; if no input files are\n"
    345 "specified, then the standard input is read.\n"
    346 "\n"
    347 msgstr ""
    348 "\n"
    349 " -e, --expression, -f,  --file \n"
    350 " sed \n"
    351 "\n"
    352 "\n"
    353 
    354 #: sed/sed.c:315
    355 #, c-format
    356 msgid "super-sed version %s\n"
    357 msgstr " sed  %s\n"
    358 
    359 #: sed/sed.c:316
    360 #, c-format
    361 msgid ""
    362 "based on GNU sed version %s\n"
    363 "\n"
    364 msgstr ""
    365 " GNU sed  %s\n"
    366 "\n"
    367 
    368 #: sed/sed.c:318
    369 #, c-format
    370 msgid "GNU sed version %s\n"
    371 msgstr "GNU sed  %s\n"
    372 
    373 #: sed/sed.c:320
    374 #, fuzzy, c-format
    375 msgid ""
    376 "Copyright (C) %d Free Software Foundation, Inc.\n"
    377 "This is free software; see the source for copying conditions.  There is NO\n"
    378 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
    379 "to the extent permitted by law.\n"
    380 msgstr ""
    381 "%s\n"
    382 "\n"
    383 "\n"
    384 
    385 #: sed/utils.c:93 sed/utils.c:438
    386 #, c-format
    387 msgid "cannot remove %s: %s"
    388 msgstr " %s: %s"
    389 
    390 #: sed/utils.c:163
    391 #, c-format
    392 msgid "couldn't open file %s: %s"
    393 msgstr " %s: %s"
    394 
    395 #: sed/utils.c:186
    396 #, fuzzy, c-format
    397 msgid "couldn't attach to %s: %s"
    398 msgstr " %d  %s: %s"
    399 
    400 #: sed/utils.c:245
    401 #, c-format
    402 msgid "couldn't write %d item to %s: %s"
    403 msgid_plural "couldn't write %d items to %s: %s"
    404 msgstr[0] " %d  %s: %s"
    405 
    406 #: sed/utils.c:260 sed/utils.c:276
    407 #, c-format
    408 msgid "read error on %s: %s"
    409 msgstr " %s : %s"
    410 
    411 #: sed/utils.c:378
    412 #, fuzzy, c-format
    413 msgid "couldn't follow symlink %s: %s"
    414 msgstr " %s: %s"
    415 
    416 #: sed/utils.c:412
    417 #, fuzzy, c-format
    418 msgid "cannot stat %s: %s"
    419 msgstr " %s: %s"
    420 
    421 #: sed/utils.c:443
    422 #, c-format
    423 msgid "cannot rename %s: %s"
    424 msgstr " %s: %s"
    425 
    426 #: lib/regcomp.c:134
    427 msgid "Success"
    428 msgstr ""
    429 
    430 #: lib/regcomp.c:137
    431 msgid "No match"
    432 msgstr ""
    433 
    434 #: lib/regcomp.c:140
    435 msgid "Invalid regular expression"
    436 msgstr ""
    437 
    438 #: lib/regcomp.c:143
    439 msgid "Invalid collation character"
    440 msgstr ""
    441 
    442 #: lib/regcomp.c:146
    443 msgid "Invalid character class name"
    444 msgstr ""
    445 
    446 #: lib/regcomp.c:149
    447 msgid "Trailing backslash"
    448 msgstr ""
    449 
    450 #: lib/regcomp.c:152
    451 msgid "Invalid back reference"
    452 msgstr ""
    453 
    454 #: lib/regcomp.c:155
    455 msgid "Unmatched [ or [^"
    456 msgstr "[[^"
    457 
    458 #: lib/regcomp.c:158
    459 msgid "Unmatched ( or \\("
    460 msgstr "(\\"
    461 
    462 #: lib/regcomp.c:161
    463 msgid "Unmatched \\{"
    464 msgstr "\\{"
    465 
    466 #: lib/regcomp.c:164
    467 msgid "Invalid content of \\{\\}"
    468 msgstr "\\{\\}"
    469 
    470 #: lib/regcomp.c:167
    471 msgid "Invalid range end"
    472 msgstr ""
    473 
    474 #: lib/regcomp.c:170
    475 msgid "Memory exhausted"
    476 msgstr ""
    477 
    478 #: lib/regcomp.c:173
    479 msgid "Invalid preceding regular expression"
    480 msgstr ""
    481 
    482 #: lib/regcomp.c:176
    483 msgid "Premature end of regular expression"
    484 msgstr ""
    485 
    486 #: lib/regcomp.c:179
    487 msgid "Regular expression too big"
    488 msgstr ""
    489 
    490 #: lib/regcomp.c:182
    491 msgid "Unmatched ) or \\)"
    492 msgstr ")\\"
    493 
    494 #: lib/regcomp.c:703
    495 msgid "No previous regular expression"
    496 msgstr ""
    497