Home | History | Annotate | Download | only in po
      1 # Translation of sed to Russian
      2 # Copyright (C) 1998, 2004 Free Software Foundation, Inc.
      3 # Const Kaplinsky <const (a] ce.cctpu.edu.ru>, 1998.
      4 # Pavel Maryanov <acid_jack (a] ukr.net>, 2004, 2008.
      5 #
      6 msgid ""
      7 msgstr ""
      8 "Project-Id-Version: sed 4.2.0\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: 2008-01-17 23:34+0200\n"
     12 "Last-Translator: Pavel Maryanov <acid_jack (a] ukr.net>\n"
     13 "Language-Team: Russian <gnu (a] mx.ru>\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=2; plural=n>1;\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  RHS  `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''.\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 "                       "
    217 "Perl 5.\n"
    218 
    219 #: sed/sed.c:122
    220 #, c-format
    221 msgid ""
    222 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n"
    223 "\n"
    224 msgstr ""
    225 ": %s []... {-----} "
    226 "[-]...\n"
    227 "\n"
    228 
    229 #: sed/sed.c:126
    230 #, c-format
    231 msgid ""
    232 "  -n, --quiet, --silent\n"
    233 "                 suppress automatic printing of pattern space\n"
    234 msgstr ""
    235 "  -n, --quiet, --silent\n"
    236 "                    \n"
    237 
    238 #: sed/sed.c:128
    239 #, c-format
    240 msgid ""
    241 "  -e script, --expression=script\n"
    242 "                 add the script to the commands to be executed\n"
    243 msgstr ""
    244 "  -e script, --expression=script\n"
    245 "                     \n"
    246 
    247 #: sed/sed.c:130
    248 #, c-format
    249 msgid ""
    250 "  -f script-file, --file=script-file\n"
    251 "                 add the contents of script-file to the commands to be "
    252 "executed\n"
    253 msgstr ""
    254 "  -f script-file, --file=script-file\n"
    255 "                   -   \n"
    256 
    257 #: sed/sed.c:133
    258 #, c-format
    259 msgid ""
    260 "  --follow-symlinks\n"
    261 "                 follow symlinks when processing in place\n"
    262 msgstr ""
    263 "  --follow-symlinks\n"
    264 "                        \n"
    265 
    266 #: sed/sed.c:136
    267 #, c-format
    268 msgid ""
    269 "  -i[SUFFIX], --in-place[=SUFFIX]\n"
    270 "                 edit files in place (makes backup if extension supplied)\n"
    271 msgstr ""
    272 "  -i[], --in-place[=]\n"
    273 "                     ( ,   "
    274 ")\n"
    275 
    276 #: sed/sed.c:139
    277 #, c-format
    278 msgid ""
    279 "  -b, --binary\n"
    280 "                 open files in binary mode (CR+LFs are not processed "
    281 "specially)\n"
    282 msgstr ""
    283 "  -b, --binary\n"
    284 "                      (CR+LF  "
    285 ")\n"
    286 
    287 #: sed/sed.c:142
    288 #, c-format
    289 msgid ""
    290 "  -l N, --line-length=N\n"
    291 "                 specify the desired line-wrap length for the `l' command\n"
    292 msgstr ""
    293 "  -l N, --line-length=N\n"
    294 "                        `l'\n"
    295 
    296 #: sed/sed.c:144
    297 #, c-format
    298 msgid ""
    299 "  --posix\n"
    300 "                 disable all GNU extensions.\n"
    301 msgstr ""
    302 "  --posix\n"
    303 "                    GNU.\n"
    304 
    305 #: sed/sed.c:146
    306 #, c-format
    307 msgid ""
    308 "  -r, --regexp-extended\n"
    309 "                 use extended regular expressions in the script.\n"
    310 msgstr ""
    311 "  -r, --regexp-extended\n"
    312 "                      .\n"
    313 
    314 #: sed/sed.c:151
    315 #, c-format
    316 msgid ""
    317 "  -s, --separate\n"
    318 "                 consider files as separate rather than as a single "
    319 "continuous\n"
    320 "                 long stream.\n"
    321 msgstr ""
    322 "  -s, --separate\n"
    323 "                 ,   ,     \n"
    324 "                   .\n"
    325 
    326 #: sed/sed.c:154
    327 #, c-format
    328 msgid ""
    329 "  -u, --unbuffered\n"
    330 "                 load minimal amounts of data from the input files and "
    331 "flush\n"
    332 "                 the output buffers more often\n"
    333 msgstr ""
    334 "  -u, --unbuffered\n"
    335 "                       \n"
    336 "                        \n"
    337 
    338 #: sed/sed.c:157
    339 #, c-format
    340 msgid "      --help     display this help and exit\n"
    341 msgstr "      --help         \n"
    342 
    343 #: sed/sed.c:158
    344 #, c-format
    345 msgid "      --version  output version information and exit\n"
    346 msgstr "      --version       \n"
    347 
    348 #: sed/sed.c:159
    349 #, c-format
    350 msgid ""
    351 "\n"
    352 "If no -e, --expression, -f, or --file option is given, then the first\n"
    353 "non-option argument is taken as the sed script to interpret.  All\n"
    354 "remaining arguments are names of input files; if no input files are\n"
    355 "specified, then the standard input is read.\n"
    356 "\n"
    357 msgstr ""
    358 "\n"
    359 "  -e, --expression, -f,  --file  ,  \n"
    360 "     sed  . \n"
    361 "     ;  \n"
    362 "  ,    .\n"
    363 "\n"
    364 
    365 #: sed/sed.c:315
    366 #, c-format
    367 msgid "super-sed version %s\n"
    368 msgstr "super-sed  %s\n"
    369 
    370 #: sed/sed.c:316
    371 #, c-format
    372 msgid ""
    373 "based on GNU sed version %s\n"
    374 "\n"
    375 msgstr ""
    376 "  GNU sed  %s\n"
    377 "\n"
    378 
    379 #: sed/sed.c:318
    380 #, c-format
    381 msgid "GNU sed version %s\n"
    382 msgstr "GNU sed  %s\n"
    383 
    384 #: sed/sed.c:320
    385 #, fuzzy, c-format
    386 msgid ""
    387 "Copyright (C) %d Free Software Foundation, Inc.\n"
    388 "This is free software; see the source for copying conditions.  There is NO\n"
    389 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n"
    390 "to the extent permitted by law.\n"
    391 msgstr ""
    392 "%s\n"
    393 "   ;     \n"
    394 " .    ;  \n"
    395 "       ,   ,\n"
    396 "      .\n"
    397 
    398 #: sed/utils.c:93 sed/utils.c:438
    399 #, c-format
    400 msgid "cannot remove %s: %s"
    401 msgstr "  %s: %s"
    402 
    403 #: sed/utils.c:163
    404 #, c-format
    405 msgid "couldn't open file %s: %s"
    406 msgstr "   %s: %s"
    407 
    408 #: sed/utils.c:186
    409 #, c-format
    410 msgid "couldn't attach to %s: %s"
    411 msgstr "   %s: %s"
    412 
    413 #: sed/utils.c:245
    414 #, c-format
    415 msgid "couldn't write %d item to %s: %s"
    416 msgid_plural "couldn't write %d items to %s: %s"
    417 msgstr[0] "  %d   %s: %s"
    418 msgstr[1] "  %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 #, c-format
    427 msgid "couldn't follow symlink %s: %s"
    428 msgstr "     %s: %s"
    429 
    430 #: sed/utils.c:412
    431 #, c-format
    432 msgid "cannot stat %s: %s"
    433 msgstr "  stat  %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 "  ( or \\("
    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