- Timestamp:
- Mar 9, 2010, 3:10:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde-croatia/kde4/summit/hr/summit/messages/extragear-sdk/kdevgdb.po
r58 r113 6 6 "Project-Id-Version: \n" 7 7 "Report-Msgid-Bugs-To: http://bugs.kde.org\n" 8 "POT-Creation-Date: 2010-0 2-21 10:43+0100\n"8 "POT-Creation-Date: 2010-03-08 10:45+0100\n" 9 9 "PO-Revision-Date: 2010-01-24 17:00+0100\n" 10 10 "Last-Translator: Andrej Dundovic <adundovi@gmail.com>\n" … … 430 430 431 431 #. +> trunk 432 #: debuggerplugin.cpp:15 2432 #: debuggerplugin.cpp:150 433 433 msgid "Disassemble" 434 msgstr "" 435 436 #. +> trunk 437 #: debuggerplugin.cpp:154 gdblaunchconfig.cpp:132 438 msgid "GDB" 434 439 msgstr "" 435 440 … … 441 446 442 447 #. +> trunk 443 #: debuggerplugin.cpp:156 gdblaunchconfig.cpp:132444 msgid "GDB"445 msgstr ""446 447 #. +> trunk448 #: debuggerplugin.cpp:160449 msgid "Debug views"450 msgstr ""451 452 #. +> trunk453 448 #: debuggerplugin.cpp:161 454 449 msgid "Frame Stack" … … 456 451 457 452 #. +> trunk 458 #: debuggerplugin.cpp:193 453 #: debuggerplugin.cpp:204 debuggerplugin.cpp:681 454 #, fuzzy 455 msgid "&Start" 456 msgstr "&Pokreni" 457 458 #. +> trunk 459 #: debuggerplugin.cpp:207 460 msgid "" 461 "<b>Start in debugger</b>" 462 "<p>Starts the debugger with the project's main executable. You may set some breakpoints before this, or you can interrupt the program while it is running, in order to get information about variables, frame stack, and so on." 463 msgstr "" 464 465 #. +> trunk 466 #: debuggerplugin.cpp:208 467 msgid "Examine Core File..." 468 msgstr "" 469 470 #. +> trunk 471 #: debuggerplugin.cpp:209 472 msgid "Examine core file" 473 msgstr "" 474 475 #. +> trunk 476 #: debuggerplugin.cpp:210 477 msgid "" 478 "<b>Examine core file</b>" 479 "<p>This loads a core file, which is typically created after the application has crashed, e.g. with a segmentation fault. The core file contains an image of the program memory at the time it crashed, allowing you to do a post-mortem analysis.</p>" 480 msgstr "" 481 482 #. +> trunk 483 #: debuggerplugin.cpp:216 484 #, fuzzy 485 msgid "&Restart" 486 msgstr "Pokreni &ponovo" 487 488 #. +> trunk 489 #: debuggerplugin.cpp:217 490 msgid "Restart program" 491 msgstr "" 492 493 #. +> trunk 494 #: debuggerplugin.cpp:218 495 msgid "" 496 "<b>Restarts application</b>" 497 "<p>Restarts applications from the beginning." 498 msgstr "" 499 500 #. +> trunk 501 #: debuggerplugin.cpp:314 502 msgid "" 503 "<b>Examine core file</b>" 504 "<p>This loads a core file, which is typically created after the application has crashed, e.g. with a segmentation fault. The core file contains an image of the program memory at the time it crashed, allowing you to do a post-mortem analysis." 505 msgstr "" 506 507 #. +> trunk 508 #: debuggerplugin.cpp:220 509 msgid "Attach to Process" 510 msgstr "" 511 512 #. +> trunk 513 #: debuggerplugin.cpp:325 514 msgid "Attach to process" 515 msgstr "" 516 517 #. +> trunk 518 #: debuggerplugin.cpp:221 519 msgid "Attach to process..." 520 msgstr "" 521 522 #. +> trunk 523 #: debuggerplugin.cpp:222 524 msgid "" 525 "<b>Attach to process</b>" 526 "<p>Attaches the debugger to a running process.</p>" 527 msgstr "" 528 529 #. +> trunk 530 #: debuggerplugin.cpp:226 531 msgid "Sto&p" 532 msgstr "" 533 534 #. +> trunk 535 #: debuggerplugin.cpp:228 536 msgid "" 537 "<b>Stop debugger</b>" 538 "<p>Kills the executable and exits the debugger." 539 msgstr "" 540 541 #. +> trunk 542 #: debuggerplugin.cpp:232 543 #, fuzzy 544 msgid "Interrupt" 545 msgstr "Prekid" 546 547 #. +> trunk 548 #: debuggerplugin.cpp:233 549 msgid "Interrupt application" 550 msgstr "" 551 552 #. +> trunk 553 #: debuggerplugin.cpp:234 554 msgid "" 555 "<b>Interrupt application</b>" 556 "<p>Interrupts the debugged process or current GDB command." 557 msgstr "" 558 559 #. +> trunk 560 #: debuggerplugin.cpp:238 561 msgid "Run to &Cursor" 562 msgstr "" 563 564 #. +> trunk 565 #: debuggerplugin.cpp:239 566 msgid "Run to cursor" 567 msgstr "" 568 569 #. +> trunk 570 #: debuggerplugin.cpp:240 571 msgid "" 572 "<b>Run to cursor</b>" 573 "<p>Continues execution until the cursor position is reached." 574 msgstr "" 575 576 #. +> trunk 577 #: debuggerplugin.cpp:245 578 msgid "Set E&xecution Position to Cursor" 579 msgstr "" 580 581 #. +> trunk 582 #: debuggerplugin.cpp:246 583 msgid "Jump to cursor" 584 msgstr "" 585 586 #. +> trunk 587 #: debuggerplugin.cpp:247 588 msgid "" 589 "<b>Set Execution Position </b>" 590 "<p>Set the execution pointer to the current cursor position." 591 msgstr "" 592 593 #. +> trunk 594 #: debuggerplugin.cpp:251 595 msgid "Step &Over" 596 msgstr "" 597 598 #. +> trunk 599 #: debuggerplugin.cpp:253 600 msgid "Step over the next line" 601 msgstr "" 602 603 #. +> trunk 604 #: debuggerplugin.cpp:254 605 msgid "" 606 "<b>Step over</b>" 607 "<p>Executes one line of source in the current source file. If the source line is a call to a function the whole function is executed and the app will stop at the line following the function call." 608 msgstr "" 609 610 #. +> trunk 611 #: debuggerplugin.cpp:326 612 msgid "" 613 "<b>Attach to process</b>" 614 "<p>Attaches the debugger to a running process." 615 msgstr "" 616 617 #. +> trunk 618 #: debuggerplugin.cpp:256 619 #, fuzzy 620 msgid "KDevelop" 621 msgstr "KDevelop" 622 623 #. +> trunk 624 #: debuggerplugin.cpp:263 625 msgid "Step over Ins&truction" 626 msgstr "" 627 628 #. +> trunk 629 #: debuggerplugin.cpp:264 630 msgid "Step over instruction" 631 msgstr "" 632 633 #. +> trunk 634 #: debuggerplugin.cpp:265 635 msgid "" 636 "<b>Step over instruction</b>" 637 "<p>Steps over the next assembly instruction." 638 msgstr "" 639 640 #. +> trunk 641 #: debuggerplugin.cpp:270 642 msgid "Step &Into" 643 msgstr "" 644 645 #. +> trunk 646 #: debuggerplugin.cpp:272 647 msgid "Step into the next statement" 648 msgstr "" 649 650 #. +> trunk 651 #: debuggerplugin.cpp:273 652 msgid "" 653 "<b>Step into</b>" 654 "<p>Executes exactly one line of source. If the source line is a call to a function then execution will stop after the function has been entered." 655 msgstr "" 656 657 #. +> trunk 658 #: debuggerplugin.cpp:281 659 msgid "Step into I&nstruction" 660 msgstr "" 661 662 #. +> trunk 663 #: debuggerplugin.cpp:282 664 msgid "Step into instruction" 665 msgstr "" 666 667 #. +> trunk 668 #: debuggerplugin.cpp:283 669 msgid "" 670 "<b>Step into instruction</b>" 671 "<p>Steps into the next assembly instruction." 672 msgstr "" 673 674 #. +> trunk 675 #: debuggerplugin.cpp:288 676 msgid "Step O&ut" 677 msgstr "" 678 679 #. +> trunk 680 #: debuggerplugin.cpp:290 681 msgid "Steps out of the current function" 682 msgstr "" 683 684 #. +> trunk 685 #: debuggerplugin.cpp:291 686 msgid "" 687 "<b>Step out</b>" 688 "<p>Executes the application until the currently executing function is completed. The debugger will then display the line after the original call to that function. If program execution is in the outermost frame (i.e. in main()) then this operation has no effect." 689 msgstr "" 690 691 #. +> trunk 692 #: debuggerplugin.cpp:301 459 693 msgid "Viewers" 460 694 msgstr "" 461 695 462 696 #. +> trunk 463 #: debuggerplugin.cpp:194 464 msgid "Debugger viewers" 465 msgstr "" 466 467 #. +> trunk 468 #: debuggerplugin.cpp:195 697 #: debuggerplugin.cpp:303 469 698 msgid "" 470 699 "<b>Debugger viewers</b>" … … 477 706 478 707 #. +> trunk 479 #: debuggerplugin.cpp:204480 msgid "Examine Core File..."481 msgstr ""482 483 #. +> trunk484 #: debuggerplugin.cpp:204 debuggerplugin.cpp:681485 #, fuzzy486 msgid "&Start"487 msgstr "&Pokreni"488 489 #. +> trunk490 #: debuggerplugin.cpp:205491 msgid "Examine core file"492 msgstr ""493 494 #. +> trunk495 #: debuggerplugin.cpp:206496 msgid ""497 "<b>Examine core file</b>"498 "<p>This loads a core file, which is typically created after the application has crashed, e.g. with a segmentation fault. The core file contains an image of the program memory at the time it crashed, allowing you to do a post-mortem analysis.</p>"499 msgstr ""500 501 #. +> trunk502 #: debuggerplugin.cpp:207503 msgid ""504 "<b>Start in debugger</b>"505 "<p>Starts the debugger with the project's main executable. You may set some breakpoints before this, or you can interrupt the program while it is running, in order to get information about variables, frame stack, and so on."506 msgstr ""507 508 #. +> trunk509 #: debuggerplugin.cpp:314510 msgid ""511 "<b>Examine core file</b>"512 "<p>This loads a core file, which is typically created after the application has crashed, e.g. with a segmentation fault. The core file contains an image of the program memory at the time it crashed, allowing you to do a post-mortem analysis."513 msgstr ""514 515 #. +> trunk516 #: debuggerplugin.cpp:216517 msgid "Attach to Process"518 msgstr ""519 520 #. +> trunk521 #: debuggerplugin.cpp:216522 #, fuzzy523 msgid "&Restart"524 msgstr "Pokreni &ponovo"525 526 #. +> trunk527 #: debuggerplugin.cpp:325528 msgid "Attach to process"529 msgstr ""530 531 #. +> trunk532 #: debuggerplugin.cpp:217533 msgid "Attach to process..."534 msgstr ""535 536 #. +> trunk537 #: debuggerplugin.cpp:217538 msgid "Restart program"539 msgstr ""540 541 #. +> trunk542 #: debuggerplugin.cpp:218543 msgid ""544 "<b>Attach to process</b>"545 "<p>Attaches the debugger to a running process.</p>"546 msgstr ""547 548 #. +> trunk549 #: debuggerplugin.cpp:218550 msgid ""551 "<b>Restarts application</b>"552 "<p>Restarts applications from the beginning."553 msgstr ""554 555 #. +> trunk556 #: debuggerplugin.cpp:226557 msgid "Sto&p"558 msgstr ""559 560 #. +> trunk561 #: debuggerplugin.cpp:228562 msgid ""563 "<b>Stop debugger</b>"564 "<p>Kills the executable and exits the debugger."565 msgstr ""566 567 #. +> trunk568 #: debuggerplugin.cpp:232569 #, fuzzy570 msgid "Interrupt"571 msgstr "Prekid"572 573 #. +> trunk574 #: debuggerplugin.cpp:233575 msgid "Interrupt application"576 msgstr ""577 578 #. +> trunk579 #: debuggerplugin.cpp:234580 msgid ""581 "<b>Interrupt application</b>"582 "<p>Interrupts the debugged process or current GDB command."583 msgstr ""584 585 #. +> trunk586 #: debuggerplugin.cpp:238587 msgid "Run to &Cursor"588 msgstr ""589 590 #. +> trunk591 #: debuggerplugin.cpp:239592 msgid "Run to cursor"593 msgstr ""594 595 #. +> trunk596 #: debuggerplugin.cpp:240597 msgid ""598 "<b>Run to cursor</b>"599 "<p>Continues execution until the cursor position is reached."600 msgstr ""601 602 #. +> trunk603 #: debuggerplugin.cpp:245604 msgid "Set E&xecution Position to Cursor"605 msgstr ""606 607 #. +> trunk608 #: debuggerplugin.cpp:246609 msgid "Jump to cursor"610 msgstr ""611 612 #. +> trunk613 #: debuggerplugin.cpp:247614 msgid ""615 "<b>Set Execution Position </b>"616 "<p>Set the execution pointer to the current cursor position."617 msgstr ""618 619 #. +> trunk620 #: debuggerplugin.cpp:251621 msgid "Step &Over"622 msgstr ""623 624 #. +> trunk625 #: debuggerplugin.cpp:326626 msgid ""627 "<b>Attach to process</b>"628 "<p>Attaches the debugger to a running process."629 msgstr ""630 631 #. +> trunk632 #: debuggerplugin.cpp:252633 #, fuzzy634 msgid "KDevelop"635 msgstr "KDevelop"636 637 #. +> trunk638 #: debuggerplugin.cpp:253639 msgid "Step over the next line"640 msgstr ""641 642 #. +> trunk643 #: debuggerplugin.cpp:254644 msgid ""645 "<b>Step over</b>"646 "<p>Executes one line of source in the current source file. If the source line is a call to a function the whole function is executed and the app will stop at the line following the function call."647 msgstr ""648 649 #. +> trunk650 #: debuggerplugin.cpp:263651 msgid "Step over Ins&truction"652 msgstr ""653 654 #. +> trunk655 #: debuggerplugin.cpp:264656 msgid "Step over instruction"657 msgstr ""658 659 #. +> trunk660 #: debuggerplugin.cpp:265661 msgid ""662 "<b>Step over instruction</b>"663 "<p>Steps over the next assembly instruction."664 msgstr ""665 666 #. +> trunk667 #: debuggerplugin.cpp:270668 msgid "Step &Into"669 msgstr ""670 671 #. +> trunk672 #: debuggerplugin.cpp:272673 msgid "Step into the next statement"674 msgstr ""675 676 #. +> trunk677 #: debuggerplugin.cpp:273678 msgid ""679 "<b>Step into</b>"680 "<p>Executes exactly one line of source. If the source line is a call to a function then execution will stop after the function has been entered."681 msgstr ""682 683 #. +> trunk684 #: debuggerplugin.cpp:281685 msgid "Step into I&nstruction"686 msgstr ""687 688 #. +> trunk689 #: debuggerplugin.cpp:282690 msgid "Step into instruction"691 msgstr ""692 693 #. +> trunk694 #: debuggerplugin.cpp:283695 msgid ""696 "<b>Step into instruction</b>"697 "<p>Steps into the next assembly instruction."698 msgstr ""699 700 #. +> trunk701 #: debuggerplugin.cpp:288702 msgid "Step O&ut"703 msgstr ""704 705 #. +> trunk706 #: debuggerplugin.cpp:290707 msgid "Steps out of the current function"708 msgstr ""709 710 #. +> trunk711 #: debuggerplugin.cpp:291712 msgid ""713 "<b>Step out</b>"714 "<p>Executes the application until the currently executing function is completed. The debugger will then display the line after the original call to that function. If program execution is in the outermost frame (i.e. in main()) then this operation has no effect."715 msgstr ""716 717 #. +> trunk718 708 #: debuggerplugin.cpp:366 719 709 msgid "Debug in &KDevelop" … … 721 711 722 712 #. +> trunk 723 #: debuggerplugin.cpp:3 19713 #: debuggerplugin.cpp:323 724 714 #, kde-format 725 715 msgid "Evaluate: %1" … … 727 717 728 718 #. +> trunk 729 #: debuggerplugin.cpp:32 1719 #: debuggerplugin.cpp:325 730 720 msgid "" 731 721 "<b>Evaluate expression</b>" … … 741 731 742 732 #. +> trunk 743 #: debuggerplugin.cpp:32 4733 #: debuggerplugin.cpp:328 744 734 #, kde-format 745 735 msgid "Watch: %1" … … 747 737 748 738 #. +> trunk 749 #: debuggerplugin.cpp:3 26739 #: debuggerplugin.cpp:330 750 740 msgid "" 751 741 "<b>Watch expression</b>" … … 778 768 779 769 #. +> trunk 780 #: debuggerplugin.cpp:3 57770 #: debuggerplugin.cpp:361 781 771 msgid "Choose a core file to examine..." 782 772 msgstr "" 783 773 784 774 #. +> trunk 785 #: debuggerplugin.cpp:36 4775 #: debuggerplugin.cpp:368 786 776 #, kde-format 787 777 msgid "Examining core file %1" … … 789 779 790 780 #. +> trunk 791 #: debuggerplugin.cpp:37 0781 #: debuggerplugin.cpp:374 792 782 #, fuzzy 793 783 msgid "Debug core file" … … 795 785 796 786 #. +> trunk 797 #: debuggerplugin.cpp:3 78787 #: debuggerplugin.cpp:382 798 788 msgid "Choose a process to attach to..." 799 789 msgstr "" 800 790 801 791 #. +> trunk 802 #: debuggerplugin.cpp:3 87792 #: debuggerplugin.cpp:391 803 793 #, kde-format 804 794 msgid "Not attaching to process %1: cannot attach the debugger to itself." … … 806 796 807 797 #. +> trunk 808 #: debuggerplugin.cpp:39 4798 #: debuggerplugin.cpp:398 809 799 #, kde-format 810 800 msgid "Attaching to process %1" … … 812 802 813 803 #. +> trunk 814 #: debuggerplugin.cpp:40 0804 #: debuggerplugin.cpp:404 815 805 #, fuzzy, kde-format 816 806 msgid "Debug process %1" … … 818 808 819 809 #. +> trunk 820 #: debuggerplugin.cpp:4 16810 #: debuggerplugin.cpp:420 821 811 msgid "Debugger" 822 812 msgstr "" … … 830 820 #: debuggerplugin.cpp:227 831 821 msgid "Stop debugger" 822 msgstr "" 823 824 #. +> trunk 825 #: debuggerplugin.cpp:302 826 msgid "Debugger viewers" 832 827 msgstr "" 833 828
Note: See TracChangeset
for help on using the changeset viewer.