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