Home | History | Annotate | Download | only in po
      1 # Serbian translation of `sed'.
      2 # Copyright (C) 2006 Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the `sed' package.
      4 # Aleksandar Jelenak <jelenak (a] verizon.net>, 2006.
      5 msgid ""
      6 msgstr ""
      7 "Project-Id-Version: sed 4.1.5\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: 2006-12-07 11:42-0500\n"
     11 "Last-Translator: Aleksandar Jelenak <jelenak (a] verizon.net>\n"
     12 "Language-Team: Serbian <gnu (a] prevod.org>\n"
     13 "MIME-Version: 1.0\n"
     14 "Content-Type: text/plain; charset=UTF-8\n"
     15 "Content-Transfer-Encoding: 8bit\n"
     16 "Plural-Forms: nplurals=3;    plural=n%10==1 && n%100!=11 ? 0 :  (n%10>=2 && n"
     17 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 " \\  a, c  i"
     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 " p   s "
     86 
     87 #: sed/compile.c:178
     88 msgid "multiple `g' options to `s' command"
     89 msgstr " g   s "
     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 "  \\%d     s"
    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 "     %s   Subject: .\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 "                      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 []... {-----} [-"
    225 "]...\n"
    226 "\n"
    227 
    228 #: sed/sed.c:126
    229 #, c-format
    230 msgid ""
    231 "  -n, --quiet, --silent\n"
    232 "                 suppress automatic printing of pattern space\n"
    233 msgstr ""
    234 "  -n, --quiet, --silent\n"
    235 "                     \n"
    236 
    237 #: sed/sed.c:128
    238 #, c-format
    239 msgid ""
    240 "  -e script, --expression=script\n"
    241 "                 add the script to the commands to be executed\n"
    242 msgstr ""
    243 "  -e , --expression=\n"
    244 "                    \n"
    245 
    246 #: sed/sed.c:130
    247 #, c-format
    248 msgid ""
    249 "  -f script-file, --file=script-file\n"
    250 "                 add the contents of script-file to the commands to be "
    251 "executed\n"
    252 msgstr ""
    253 "  -f , --file=\n"
    254 "                     \n"
    255 
    256 #: sed/sed.c:133
    257 #, c-format
    258 msgid ""
    259 "  --follow-symlinks\n"
    260 "                 follow symlinks when processing in place\n"
    261 msgstr ""
    262 
    263 #: sed/sed.c:136
    264 #, c-format
    265 msgid ""
    266 "  -i[SUFFIX], --in-place[=SUFFIX]\n"
    267 "                 edit files in place (makes backup if extension supplied)\n"
    268 msgstr ""
    269 "  -i[], --in-place[=]\n"
    270 "                     (     \n"
    271 "                 )\n"
    272 
    273 #: sed/sed.c:139
    274 #, c-format
    275 msgid ""
    276 "  -b, --binary\n"
    277 "                 open files in binary mode (CR+LFs are not processed "
    278 "specially)\n"
    279 msgstr ""
    280 
    281 #: sed/sed.c:142
    282 #, c-format
    283 msgid ""
    284 "  -l N, --line-length=N\n"
    285 "                 specify the desired line-wrap length for the `l' command\n"
    286 msgstr ""
    287 "  -l N, --line-length=N\n"
    288 "                       l\n"
    289 
    290 #: sed/sed.c:144
    291 #, c-format
    292 msgid ""
    293 "  --posix\n"
    294 "                 disable all GNU extensions.\n"
    295 msgstr ""
    296 "  --posix\n"
    297 "                    .\n"
    298 
    299 #: sed/sed.c:146
    300 #, c-format
    301 msgid ""
    302 "  -r, --regexp-extended\n"
    303 "                 use extended regular expressions in the script.\n"
    304 msgstr ""
    305 "  -r, --regexp-extended\n"
    306 "                      .\n"
    307 
    308 #: sed/sed.c:151
    309 #, c-format
    310 msgid ""
    311 "  -s, --separate\n"
    312 "                 consider files as separate rather than as a single "
    313 "continuous\n"
    314 "                 long stream.\n"
    315 msgstr ""
    316 "  -s, --separate\n"
    317 "                         \n"
    318 
    319 #: sed/sed.c:154
    320 #, c-format
    321 msgid ""
    322 "  -u, --unbuffered\n"
    323 "                 load minimal amounts of data from the input files and "
    324 "flush\n"
    325 "                 the output buffers more often\n"
    326 msgstr ""
    327 "  -u, --unbuffered\n"
    328 "                        \n"
    329 "                    \n"
    330 
    331 #: sed/sed.c:157
    332 #, c-format
    333 msgid "      --help     display this help and exit\n"
    334 msgstr "      --help         \n"
    335 
    336 #: sed/sed.c:158
    337 #, c-format
    338 msgid "      --version  output version information and exit\n"
    339 msgstr "      --version     \n"
    340 
    341 #: sed/sed.c:159
    342 #, c-format
    343 msgid ""
    344 "\n"
    345 "If no -e, --expression, -f, or --file option is given, then the first\n"
    346 "non-option argument is taken as the sed script to interpret.  All\n"
    347 "remaining arguments are names of input files; if no input files are\n"
    348 "specified, then the standard input is read.\n"
    349 "\n"
    350 msgstr ""
    351 "\n"
    352 " -e, --expression, -f,  --file    \n"
    353 "         .  \n"
    354 "    ;    ,    \n"
    355 " .\n"
    356 "\n"
    357 
    358 #: sed/sed.c:315
    359 #, c-format
    360 msgid "super-sed version %s\n"
    361 msgstr "super-sed  %s\n"
    362 
    363 #: sed/sed.c:316
    364 #, c-format
    365 msgid ""
    366 "based on GNU sed version %s\n"
    367 "\n"
    368 msgstr ""
    369 "   sed  %s\n"
    370 "\n"
    371 
    372 #: sed/sed.c:318
    373 #, c-format
    374 msgid "GNU sed version %s\n"
    375 msgstr " sed  %s\n"
    376 
    377 #: sed/sed.c:320
    378 #, fuzzy, c-format
    379 msgid ""
    380 "Copyright (C) %d Free Software Foundation, Inc.\n"
    381 "This is free software; see the source for copying conditions.  There is NO\n"
    382 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
    383 "to the extent permitted by law.\n"
    384 msgstr ""
    385 "%s\n"
    386 "   ;      .  "
    387 "\n"
    388 ";        .\n"
    389 
    390 #: sed/utils.c:93 sed/utils.c:438
    391 #, c-format
    392 msgid "cannot remove %s: %s"
    393 msgstr "   %s: %s"
    394 
    395 #: sed/utils.c:163
    396 #, c-format
    397 msgid "couldn't open file %s: %s"
    398 msgstr "    %s: %s"
    399 
    400 #: sed/utils.c:186
    401 #, fuzzy, c-format
    402 msgid "couldn't attach to %s: %s"
    403 msgstr "  %d   %s: %s"
    404 
    405 #: sed/utils.c:245
    406 #, c-format
    407 msgid "couldn't write %d item to %s: %s"
    408 msgid_plural "couldn't write %d items to %s: %s"
    409 msgstr[0] "  %d   %s: %s"
    410 msgstr[1] "  %d   %s: %s"
    411 msgstr[2] "  %d   %s: %s"
    412 
    413 #: sed/utils.c:260 sed/utils.c:276
    414 #, c-format
    415 msgid "read error on %s: %s"
    416 msgstr "   %s: %s"
    417 
    418 #: sed/utils.c:378
    419 #, fuzzy, c-format
    420 msgid "couldn't follow symlink %s: %s"
    421 msgstr "    %s: %s"
    422 
    423 #: sed/utils.c:412
    424 #, fuzzy, c-format
    425 msgid "cannot stat %s: %s"
    426 msgstr "    %s: %s"
    427 
    428 #: sed/utils.c:443
    429 #, c-format
    430 msgid "cannot rename %s: %s"
    431 msgstr "    %s: %s"
    432 
    433 #: lib/regcomp.c:134
    434 msgid "Success"
    435 msgstr ""
    436 
    437 #: lib/regcomp.c:137
    438 msgid "No match"
    439 msgstr " "
    440 
    441 #: lib/regcomp.c:140
    442 msgid "Invalid regular expression"
    443 msgstr "  "
    444 
    445 #: lib/regcomp.c:143
    446 msgid "Invalid collation character"
    447 msgstr "  "
    448 
    449 #: lib/regcomp.c:146
    450 msgid "Invalid character class name"
    451 msgstr "   "
    452 
    453 #: lib/regcomp.c:149
    454 msgid "Trailing backslash"
    455 msgstr "   "
    456 
    457 #: lib/regcomp.c:152
    458 msgid "Invalid back reference"
    459 msgstr "  "
    460 
    461 #: lib/regcomp.c:155
    462 msgid "Unmatched [ or [^"
    463 msgstr " [  ^["
    464 
    465 #: lib/regcomp.c:158
    466 msgid "Unmatched ( or \\("
    467 msgstr " (  \\("
    468 
    469 #: lib/regcomp.c:161
    470 msgid "Unmatched \\{"
    471 msgstr " \\{"
    472 
    473 #: lib/regcomp.c:164
    474 msgid "Invalid content of \\{\\}"
    475 msgstr "   \\{\\}"
    476 
    477 #: lib/regcomp.c:167
    478 msgid "Invalid range end"
    479 msgstr "  "
    480 
    481 #: lib/regcomp.c:170
    482 msgid "Memory exhausted"
    483 msgstr " "
    484 
    485 #: lib/regcomp.c:173
    486 msgid "Invalid preceding regular expression"
    487 msgstr "   "
    488 
    489 #: lib/regcomp.c:176
    490 msgid "Premature end of regular expression"
    491 msgstr "   "
    492 
    493 #: lib/regcomp.c:179
    494 msgid "Regular expression too big"
    495 msgstr "   "
    496 
    497 #: lib/regcomp.c:182
    498 msgid "Unmatched ) or \\)"
    499 msgstr " )  \\)"
    500 
    501 #: lib/regcomp.c:703
    502 msgid "No previous regular expression"
    503 msgstr "   "
    504 
    505 #      pushback.
    506 #~ msgid "Called savchar() with unexpected pushback (%x)"
    507 #~ msgstr " savchar()     (%x)"
    508 
    509 #~ msgid "INTERNAL ERROR: bad address type"
    510 #~ msgstr " :   "
    511 
    512 #~ msgid "INTERNAL ERROR: Bad cmd %c"
    513 #~ msgstr " :   %c"
    514 
    515 #~ msgid ""
    516 #~ "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
    517 #~ "\n"
    518 #~ "  -n, --quiet, --silent\n"
    519 #~ "                 suppress automatic printing of pattern space\n"
    520 #~ "  -e script, --expression=script\n"
    521 #~ "                 add the script to the commands to be executed\n"
    522 #~ "  -f script-file, --file=script-file\n"
    523 #~ "                 add the contents of script-file to the commands to be "
    524 #~ "executed\n"
    525 #~ "  -i[suffix], --in-place[=suffix]\n"
    526 #~ "                 edit files in place (makes backup if extension "
    527 #~ "supplied)\n"
    528 #~ "  -l N, --line-length=N\n"
    529 #~ "                 specify the desired line-wrap length for the `l' "
    530 #~ "command\n"
    531 #~ "  -r, --regexp-extended\n"
    532 #~ "                 use extended regular expressions in the script.\n"
    533 #~ "%s  -s, --separate\n"
    534 #~ "                 consider files as separate rather than as a single "
    535 #~ "continuous\n"
    536 #~ "                 long stream.\n"
    537 #~ "  -u, --unbuffered\n"
    538 #~ "                 load minimal amounts of data from the input files and "
    539 #~ "flush\n"
    540 #~ "                 the output buffers more often\n"
    541 #~ "      --help     display this help and exit\n"
    542 #~ "  -V, --version  output version information and exit\n"
    543 #~ "\n"
    544 #~ "If no -e, --expression, -f, or --file option is given, then the first\n"
    545 #~ "non-option argument is taken as the sed script to interpret.  All\n"
    546 #~ "remaining arguments are names of input files; if no input files are\n"
    547 #~ "specified, then the standard input is read.\n"
    548 #~ "\n"
    549 #~ msgstr ""
    550 #~ ": %s []... {-----} [-"
    551 #~ "]...\n"
    552 #~ "\n"
    553 #~ "  -n, --quiet, --silent\n"
    554 #~ "                    \n"
    555 #~ "  -e , --expression=\n"
    556 #~ "                     \n"
    557 #~ "  -f , --file=\n"
    558 #~ "                      \n"
    559 #~ "  -i[], --in-place[=]\n"
    560 #~ "                     (     "
    561 #~ ")\n"
    562 #~ "  -l , --line-length=\n"
    563 #~ "                       l\n"
    564 #~ "  -r, --regexp-extended\n"
    565 #~ "                      \n"
    566 #~ "%s  -s, --separate\n"
    567 #~ "                         \n"
    568 #~ "  -u, --unbuffered\n"
    569 #~ "                        "
    570 #~ " \n"
    571 #~ "                   \n"
    572 #~ "      --help         \n"
    573 #~ "  -V, --version     \n"
    574 #~ "\n"
    575 #~ "  -e, --expression, -f,  --file  ,   "
    576 #~ "\n"
    577 #~ "      sed    .  "
    578 #~ "\n"
    579 #~ "    ;     , "
    580 #~ " \n"
    581 #~ "  .\n"
    582 #~ "\n"
    583