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