Home | History | Annotate | Line # | Download | only in po
      1 # translation to Russian
      2 # Copyright (C) 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the binutils package.
      4 #
      5 # Yuri Kozlov <yuray (a] komyakino.ru>, 2010, 2017, 2020, 2023.
      6 # SPDX-FileCopyrightText: 2010, 2017, 2020, 2023, 2025 Yuri Kozlov <yuray (a] komyakino.ru>
      7 msgid ""
      8 msgstr ""
      9 "Project-Id-Version: gprof 2.44.90\n"
     10 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
     11 "POT-Creation-Date: 2025-07-13 08:49+0100\n"
     12 "PO-Revision-Date: 2025-07-18 06:50+0300\n"
     13 "Last-Translator: Yuri Kozlov <yuray (a] komyakino.ru>\n"
     14 "Language-Team: Russian <gnu (a] d07.ru>\n"
     15 "Language: ru\n"
     16 "MIME-Version: 1.0\n"
     17 "Content-Type: text/plain; charset=UTF-8\n"
     18 "Content-Transfer-Encoding: 8bit\n"
     19 "X-Bugs: Report translation errors to the Language-Team address.\n"
     20 "X-Generator: Lokalize 25.04.0\n"
     21 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
     22 
     23 #: alpha.c:103 mips.c:55
     24 msgid "<indirect child>"
     25 msgstr "< >"
     26 
     27 #: alpha.c:108 mips.c:60
     28 #, c-format
     29 msgid "[find_call] %s: 0x%lx to 0x%lx\n"
     30 msgstr "[find_call] %s: 0x%lx  0x%lx\n"
     31 
     32 #: alpha.c:132
     33 #, c-format
     34 msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n"
     35 msgstr "[find_call] 0x%lx: jsr%s <_>\n"
     36 
     37 #: alpha.c:142
     38 #, c-format
     39 msgid "[find_call] 0x%lx: bsr"
     40 msgstr "[find_call] 0x%lx: bsr"
     41 
     42 #: basic_blocks.c:129 call_graph.c:90 hist.c:106
     43 #, c-format
     44 msgid "%s: %s: unexpected end of file\n"
     45 msgstr "%s: %s:   \n"
     46 
     47 #: basic_blocks.c:199
     48 #, c-format
     49 msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n"
     50 msgstr "%s: :      ( -l  --line)\n"
     51 
     52 #. FIXME: This only works if bfd_vma is unsigned long.
     53 #: basic_blocks.c:294 basic_blocks.c:304
     54 #, c-format
     55 msgid "%s:%d: (%s:0x%lx) %lu executions\n"
     56 msgstr "%s:%d: (%s:0x%lx) %lu \n"
     57 
     58 #: basic_blocks.c:295 basic_blocks.c:305
     59 msgid "<unknown>"
     60 msgstr "<>"
     61 
     62 #: basic_blocks.c:545
     63 #, c-format
     64 msgid ""
     65 "\n"
     66 "\n"
     67 "Top %d Lines:\n"
     68 "\n"
     69 "     Line      Count\n"
     70 "\n"
     71 msgstr ""
     72 "\n"
     73 "\n"
     74 " %d :\n"
     75 "\n"
     76 "           \n"
     77 "\n"
     78 
     79 #: basic_blocks.c:569
     80 #, c-format
     81 msgid ""
     82 "\n"
     83 "Execution Summary:\n"
     84 "\n"
     85 msgstr ""
     86 "\n"
     87 "  :\n"
     88 "\n"
     89 
     90 #: basic_blocks.c:570
     91 #, c-format
     92 msgid "%9ld   Executable lines in this file\n"
     93 msgstr "%9ld       \n"
     94 
     95 #: basic_blocks.c:572
     96 #, c-format
     97 msgid "%9ld   Lines executed\n"
     98 msgstr "%9ld    \n"
     99 
    100 #: basic_blocks.c:573
    101 #, c-format
    102 msgid "%9.2f   Percent of the file executed\n"
    103 msgstr "%9.2f     \n"
    104 
    105 #: basic_blocks.c:577
    106 #, c-format
    107 msgid ""
    108 "\n"
    109 "%9lu   Total number of line executions\n"
    110 msgstr ""
    111 "\n"
    112 "%9lu      \n"
    113 
    114 #: basic_blocks.c:579
    115 #, c-format
    116 msgid "%9.2f   Average executions per line\n"
    117 msgstr "%9.2f       \n"
    118 
    119 #: call_graph.c:69
    120 #, c-format
    121 msgid "[cg_tally] arc from %s to %s traversed %lu times\n"
    122 msgstr "[cg_tally]   %s  %s  %lu \n"
    123 
    124 #: cg_print.c:74
    125 #, c-format
    126 msgid ""
    127 "\t\t     Call graph (explanation follows)\n"
    128 "\n"
    129 msgstr ""
    130 "\t\t       ( )\n"
    131 "\n"
    132 
    133 #: cg_print.c:76
    134 #, c-format
    135 msgid ""
    136 "\t\t\tCall graph\n"
    137 "\n"
    138 msgstr ""
    139 "\t\t\t \n"
    140 "\n"
    141 
    142 #: cg_print.c:79 hist.c:472
    143 #, c-format
    144 msgid ""
    145 "\n"
    146 "granularity: each sample hit covers %ld byte(s)"
    147 msgstr ""
    148 "\n"
    149 ":    %ld "
    150 
    151 #: cg_print.c:83
    152 #, c-format
    153 msgid ""
    154 " for %.2f%% of %.2f seconds\n"
    155 "\n"
    156 msgstr ""
    157 "  %.2f%%  %.2f \n"
    158 "\n"
    159 
    160 #: cg_print.c:87
    161 #, c-format
    162 msgid ""
    163 " no time propagated\n"
    164 "\n"
    165 msgstr ""
    166 "   \n"
    167 "\n"
    168 
    169 #: cg_print.c:96 cg_print.c:101 cg_print.c:104
    170 msgid "called"
    171 msgstr ""
    172 
    173 #: cg_print.c:96 cg_print.c:104
    174 msgid "total"
    175 msgstr ""
    176 
    177 #: cg_print.c:96
    178 msgid "parents"
    179 msgstr ""
    180 
    181 #: cg_print.c:98 cg_print.c:102
    182 msgid "index"
    183 msgstr ""
    184 
    185 #: cg_print.c:100
    186 #, no-c-format
    187 msgid "%time"
    188 msgstr "%time"
    189 
    190 #: cg_print.c:101
    191 msgid "self"
    192 msgstr ""
    193 
    194 #: cg_print.c:101
    195 msgid "descendants"
    196 msgstr ""
    197 
    198 #: cg_print.c:102 hist.c:498
    199 msgid "name"
    200 msgstr ""
    201 
    202 #: cg_print.c:104
    203 msgid "children"
    204 msgstr ""
    205 
    206 #: cg_print.c:109
    207 #, c-format
    208 msgid "index %% time    self  children    called     name\n"
    209 msgstr " %%                \n"
    210 
    211 #: cg_print.c:132
    212 #, c-format
    213 msgid " <cycle %d as a whole> [%d]\n"
    214 msgstr " <  %d> [%d]\n"
    215 
    216 #: cg_print.c:358
    217 #, c-format
    218 msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s     <spontaneous>\n"
    219 msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s     <>\n"
    220 
    221 #: cg_print.c:359
    222 #, c-format
    223 msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s     <spontaneous>\n"
    224 msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s     <>\n"
    225 
    226 #: cg_print.c:595
    227 #, c-format
    228 msgid ""
    229 "Index by function name\n"
    230 "\n"
    231 msgstr ""
    232 "   \n"
    233 "\n"
    234 
    235 #: cg_print.c:652 cg_print.c:661
    236 #, c-format
    237 msgid "<cycle %d>"
    238 msgstr "< %d>"
    239 
    240 #: corefile.c:63
    241 #, c-format
    242 msgid "%s: unable to parse mapping file %s.\n"
    243 msgstr "%s:      %s.\n"
    244 
    245 #: corefile.c:91 corefile.c:532
    246 #, c-format
    247 msgid "%s: could not open %s.\n"
    248 msgstr "%s:    %s.\n"
    249 
    250 #: corefile.c:195
    251 #, c-format
    252 msgid "%s: %s: not in executable format\n"
    253 msgstr "%s: %s:    \n"
    254 
    255 #: corefile.c:206
    256 #, c-format
    257 msgid "%s: can't find .text section in %s\n"
    258 msgstr "%s:     .text  %s\n"
    259 
    260 #: corefile.c:287
    261 #, c-format
    262 msgid "%s: ran out room for %lu bytes of text space\n"
    263 msgstr "%s:     %lu    \n"
    264 
    265 #: corefile.c:301
    266 #, c-format
    267 msgid "%s: can't do -c\n"
    268 msgstr "%s:    -c\n"
    269 
    270 #: corefile.c:340
    271 #, c-format
    272 msgid "%s: -c not supported on architecture %s\n"
    273 msgstr "%s: -c     %s\n"
    274 
    275 #: corefile.c:543 corefile.c:647
    276 #, c-format
    277 msgid "%s: file `%s' has no symbols\n"
    278 msgstr "%s:  %s   \n"
    279 
    280 #: corefile.c:548
    281 #, c-format
    282 msgid "%s: file `%s' has too many symbols\n"
    283 msgstr "%s:   %s    \n"
    284 
    285 #: gmon_io.c:85
    286 #, c-format
    287 msgid "%s: address size has unexpected value of %u\n"
    288 msgstr "%s:      %u\n"
    289 
    290 #: gmon_io.c:302 gmon_io.c:402
    291 #, c-format
    292 msgid "%s: file too short to be a gmon file\n"
    293 msgstr "%s:   ,    gmon\n"
    294 
    295 #: gmon_io.c:312 gmon_io.c:445
    296 #, c-format
    297 msgid "%s: file `%s' has bad magic cookie\n"
    298 msgstr "%s:  %s     \n"
    299 
    300 #: gmon_io.c:323
    301 #, c-format
    302 msgid "%s: file `%s' has unsupported version %d\n"
    303 msgstr "%s:  %s     %d\n"
    304 
    305 #: gmon_io.c:357
    306 #, c-format
    307 msgid "%s: %s: found bad tag %d (file corrupted?)\n"
    308 msgstr "%s: %s:    %d ( ?)\n"
    309 
    310 #: gmon_io.c:424
    311 #, c-format
    312 msgid "%s: profiling rate incompatible with first gmon file\n"
    313 msgstr "%s:       gmon\n"
    314 
    315 #: gmon_io.c:475
    316 #, c-format
    317 msgid "%s: incompatible with first gmon file\n"
    318 msgstr "%s:     gmon\n"
    319 
    320 #: gmon_io.c:505
    321 #, c-format
    322 msgid "%s: file '%s' does not appear to be in gmon.out format\n"
    323 msgstr "%s: ,   %s    gmon.out\n"
    324 
    325 #: gmon_io.c:518
    326 #, c-format
    327 msgid "%s: unexpected EOF after reading %d/%d bins\n"
    328 msgstr "%s:  EOF   %d/%d bins\n"
    329 
    330 #: gmon_io.c:550
    331 #, c-format
    332 msgid "time is in ticks, not seconds\n"
    333 msgstr "  ,    \n"
    334 
    335 #: gmon_io.c:556 gmon_io.c:739
    336 #, c-format
    337 msgid "%s: don't know how to deal with file format %d\n"
    338 msgstr "%s:        %d\n"
    339 
    340 #: gmon_io.c:566
    341 #, c-format
    342 msgid "File `%s' (version %d) contains:\n"
    343 msgstr " %s ( %d) :\n"
    344 
    345 #: gmon_io.c:569
    346 #, c-format
    347 msgid "\t%d histogram record\n"
    348 msgstr "\t%d  \n"
    349 
    350 #: gmon_io.c:570
    351 #, c-format
    352 msgid "\t%d histogram records\n"
    353 msgstr "\t%d  \n"
    354 
    355 #: gmon_io.c:572
    356 #, c-format
    357 msgid "\t%d call-graph record\n"
    358 msgstr "\t%d   \n"
    359 
    360 #: gmon_io.c:573
    361 #, c-format
    362 msgid "\t%d call-graph records\n"
    363 msgstr "\t%d   \n"
    364 
    365 #: gmon_io.c:575
    366 #, c-format
    367 msgid "\t%d basic-block count record\n"
    368 msgstr "\t%d    \n"
    369 
    370 #: gmon_io.c:576
    371 #, c-format
    372 msgid "\t%d basic-block count records\n"
    373 msgstr "\t%d    \n"
    374 
    375 #: gprof.c:162
    376 #, c-format
    377 msgid ""
    378 "Usage: %s [-[abcDhilLrsTvwxyz]] [-[ABCeEfFJnNOpPqQRStZ][name]] [-I dirs]\n"
    379 "\t[-d[num]] [-k from/to] [-m min-count] [-t table-length]\n"
    380 "\t[--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n"
    381 "\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n"
    382 "\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n"
    383 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n"
    384 "\t[--directory-path=dirs] [--display-unused-functions]\n"
    385 "\t[--file-format=name] [--file-info] [--help] [--line] [--min-count=n]\n"
    386 "\t[--no-static] [--print-path] [--separate-files]\n"
    387 "\t[--static-call-graph] [--sum] [--table-length=len] [--traditional]\n"
    388 "\t[--version] [--width=n] [--ignore-non-functions]\n"
    389 "\t[--demangle[=STYLE]] [--no-demangle] [--external-symbol-table=name] [@FILE]\n"
    390 "\t[image-file] [profile-file...]\n"
    391 msgstr ""
    392 ": %s [-[abcDhilLrsTvwxyz]] [-[ABCeEfFJnNOpPqQRStZ][]] [-I ]\n"
    393 "\t[-d[-]] [-k /] [-m -] [-t -]\n"
    394 "\t[--[no-]annotated-source[=]] [--[no-]exec-counts[=]]\n"
    395 "\t[--[no-]flat-profile[=]] [--[no-]graph[=]]\n"
    396 "\t[--[no-]time=] [--all-lines] [--brief] [--debug[=]]\n"
    397 "\t[--function-ordering] [--file-ordering] [--inline-file-names]\n"
    398 "\t[--directory-path=] [--display-unused-functions]\n"
    399 "\t[--file-format=] [--file-info] [--help] [--line] [--min-count=n]\n"
    400 "\t[--no-static] [--print-path] [--separate-files]\n"
    401 "\t[--static-call-graph] [--sum] [--table-length=] [--traditional]\n"
    402 "\t[--version] [--width=n] [--ignore-non-functions]\n"
    403 "\t[--demangle[=]] [--no-demangle] [--external-symbol-table=] [@]\n"
    404 "\t[-] [-]\n"
    405 
    406 #: gprof.c:178
    407 #, c-format
    408 msgid "Report bugs to %s\n"
    409 msgstr "     <%s>\n"
    410 
    411 #: gprof.c:252
    412 #, c-format
    413 msgid "%s: debugging not supported; -d ignored\n"
    414 msgstr "%s:   ; -d \n"
    415 
    416 #: gprof.c:338
    417 #, c-format
    418 msgid "%s: unknown file format %s\n"
    419 msgstr "%s:    %s\n"
    420 
    421 #. This output is intended to follow the GNU standards document.
    422 #: gprof.c:426
    423 #, c-format
    424 msgid "GNU gprof %s\n"
    425 msgstr "GNU gprof %s\n"
    426 
    427 #: gprof.c:427
    428 #, c-format
    429 msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n"
    430 msgstr "  BSD gprof, copyright 1983 Regents of the University of California.\n"
    431 
    432 #: gprof.c:428
    433 #, c-format
    434 msgid "This program is free software.  This program has absolutely no warranty.\n"
    435 msgstr "     .       .\n"
    436 
    437 #: gprof.c:469
    438 #, c-format
    439 msgid "%s: unknown demangling style `%s'\n"
    440 msgstr "%s:    %s\n"
    441 
    442 #: gprof.c:492
    443 #, c-format
    444 msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n"
    445 msgstr "%s:   - : --function-ordering  --file-ordering.\n"
    446 
    447 #: gprof.c:533
    448 #, c-format
    449 msgid "%s: sorry, file format `prof' is not yet supported\n"
    450 msgstr "%s:    prof   \n"
    451 
    452 #: gprof.c:587
    453 #, c-format
    454 msgid "%s: gmon.out file is missing histogram\n"
    455 msgstr "%s:   gmon.out  \n"
    456 
    457 #: gprof.c:594
    458 #, c-format
    459 msgid "%s: gmon.out file is missing call-graph data\n"
    460 msgstr "%s:   gmon.out     \n"
    461 
    462 #: hist.c:134
    463 #, c-format
    464 msgid ""
    465 "%s: dimension unit changed between histogram records\n"
    466 "%s: from '%s'\n"
    467 "%s: to '%s'\n"
    468 msgstr ""
    469 "%s:      \n"
    470 "%s:  %s\n"
    471 "%s:  %s\n"
    472 
    473 #: hist.c:144
    474 #, c-format
    475 msgid ""
    476 "%s: dimension abbreviation changed between histogram records\n"
    477 "%s: from '%c'\n"
    478 "%s: to '%c'\n"
    479 msgstr ""
    480 "%s:      \n"
    481 "%s:  %c\n"
    482 "%s:  %c\n"
    483 
    484 #: hist.c:158
    485 #, c-format
    486 msgid "%s: different scales in histogram records: %f != %f\n"
    487 msgstr "%s:     : %f != %f\n"
    488 
    489 #: hist.c:195
    490 #, c-format
    491 msgid "%s: overlapping histogram records\n"
    492 msgstr "%s:   \n"
    493 
    494 #: hist.c:229
    495 #, c-format
    496 msgid "%s: %s: unexpected EOF after reading %u of %u samples\n"
    497 msgstr "%s: %s:  EOF   %u  %u \n"
    498 
    499 #: hist.c:468
    500 #, c-format
    501 msgid "%c%c/call"
    502 msgstr "%c%c/"
    503 
    504 #: hist.c:476
    505 #, c-format
    506 msgid ""
    507 " for %.2f%% of %.2f %s\n"
    508 "\n"
    509 msgstr ""
    510 "  %.2f%%  %.2f %s\n"
    511 "\n"
    512 
    513 #: hist.c:482
    514 #, c-format
    515 msgid ""
    516 "\n"
    517 "Each sample counts as %g %s.\n"
    518 msgstr ""
    519 "\n"
    520 "    %g %s.\n"
    521 
    522 #: hist.c:487
    523 #, c-format
    524 msgid ""
    525 " no time accumulated\n"
    526 "\n"
    527 msgstr ""
    528 "   \n"
    529 "\n"
    530 
    531 #: hist.c:494
    532 msgid "cumulative"
    533 msgstr ""
    534 
    535 #: hist.c:494
    536 msgid "self  "
    537 msgstr "  "
    538 
    539 #: hist.c:494
    540 msgid "total "
    541 msgstr " "
    542 
    543 #: hist.c:497
    544 msgid "time"
    545 msgstr ""
    546 
    547 #: hist.c:497
    548 msgid "calls"
    549 msgstr ""
    550 
    551 #: hist.c:587
    552 #, c-format
    553 msgid ""
    554 "\n"
    555 "\n"
    556 "\n"
    557 "flat profile:\n"
    558 msgstr ""
    559 "\n"
    560 "\n"
    561 "\n"
    562 " :\n"
    563 
    564 #: hist.c:593
    565 #, c-format
    566 msgid "Flat profile:\n"
    567 msgstr " :\n"
    568 
    569 #: hist.c:714
    570 #, c-format
    571 msgid "%s: found a symbol that covers several histogram records"
    572 msgstr "%s:  ,      "
    573 
    574 #: mips.c:74
    575 #, c-format
    576 msgid "[find_call] 0x%lx: jal"
    577 msgstr "[find_call] 0x%lx: jal"
    578 
    579 #: mips.c:102
    580 #, c-format
    581 msgid "[find_call] 0x%lx: jalr\n"
    582 msgstr "[find_call] 0x%lx: jalr\n"
    583 
    584 #: source.c:166
    585 #, c-format
    586 msgid "%s: could not locate `%s'\n"
    587 msgstr "%s:    %s\n"
    588 
    589 #: source.c:244
    590 #, c-format
    591 msgid "*** File %s:\n"
    592 msgstr "***  %s:\n"
    593 
    594 #: utils.c:105
    595 #, c-format
    596 msgid " <cycle %d>"
    597 msgstr " < %d>"
    598 
    599 #, c-format
    600 #~ msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
    601 #~ msgstr "%s: - : ltab.len=%d  %ld\n"
    602