| 526 | 526 | |
| 527 | 527 | Action.file.new.description=Create a new file |
| 528 | | Action.file.new.accelerator=Shortcut+N |
| 528 | Action.file.new.accelerator=Ctrl+N |
| 529 | 529 | Action.file.new.icon=FILE_ALT |
| 530 | 530 | Action.file.new.text=_New |
| 531 | 531 | |
| 532 | 532 | Action.file.open.description=Open a new file |
| 533 | | Action.file.open.accelerator=Shortcut+O |
| 533 | Action.file.open.accelerator=Ctrl+O |
| 534 | 534 | Action.file.open.text=_Open... |
| 535 | 535 | Action.file.open.icon=FOLDER_OPEN_ALT |
| 536 | 536 | |
| 537 | 537 | Action.file.open_url.description=Open a URL |
| 538 | | Action.file.open_url.accelerator=Shortcut+Alt+O |
| 538 | Action.file.open_url.accelerator=Ctrl+Alt+O |
| 539 | 539 | Action.file.open_url.text=Open _URL... |
| 540 | 540 | Action.file.open_url.icon=FOLDER_OPEN_ALT |
| 541 | 541 | |
| 542 | 542 | Action.file.close.description=Close the current document |
| 543 | | Action.file.close.accelerator=Shortcut+W |
| 543 | Action.file.close.accelerator=Ctrl+W |
| 544 | 544 | Action.file.close.text=_Close |
| 545 | 545 | |
| 546 | 546 | Action.file.close_all.description=Close all open documents |
| 547 | | Action.file.close_all.accelerator=Shortcut+F4 |
| 547 | Action.file.close_all.accelerator=Ctrl+F4 |
| 548 | 548 | Action.file.close_all.text=Close All |
| 549 | 549 | |
| 550 | 550 | Action.file.save.description=Save the document |
| 551 | | Action.file.save.accelerator=Shortcut+S |
| 551 | Action.file.save.accelerator=Ctrl+S |
| 552 | 552 | Action.file.save.text=_Save |
| 553 | 553 | Action.file.save.icon=FLOPPY_ALT |
| 554 | 554 | |
| 555 | 555 | Action.file.save_as.description=Rename the current document |
| 556 | 556 | Action.file.save_as.text=Save _As |
| 557 | 557 | |
| 558 | 558 | Action.file.save_all.description=Save all open documents |
| 559 | | Action.file.save_all.accelerator=Shortcut+Shift+S |
| 559 | Action.file.save_all.accelerator=Ctrl+Shift+S |
| 560 | 560 | Action.file.save_all.text=Save A_ll |
| 561 | 561 | |
| 562 | 562 | Action.file.export.pdf.description=Typeset the document |
| 563 | | Action.file.export.pdf.accelerator=Shortcut+P |
| 563 | Action.file.export.pdf.accelerator=Ctrl+P |
| 564 | 564 | Action.file.export.pdf.text=_PDF |
| 565 | 565 | Action.file.export.pdf.icon=FILE_PDF_ALT |
| 566 | 566 | |
| 567 | 567 | Action.file.export.pdf.dir.description=Typeset files in document directory |
| 568 | | Action.file.export.pdf.dir.accelerator=Shortcut+Shift+P |
| 568 | Action.file.export.pdf.dir.accelerator=Ctrl+Shift+P |
| 569 | 569 | Action.file.export.pdf.dir.text=_Joined PDF |
| 570 | 570 | Action.file.export.pdf.dir.icon=FILE_PDF_ALT |
| 571 | 571 | |
| 572 | 572 | Action.file.export.pdf.repeat.description=Repeat previous typesetting command |
| 573 | | Action.file.export.pdf.repeat.accelerator=Shortcut+Shift+E |
| 573 | Action.file.export.pdf.repeat.accelerator=Ctrl+Shift+E |
| 574 | 574 | Action.file.export.pdf.repeat.text=_Repeat Export |
| 575 | 575 | Action.file.export.pdf.repeat.icon=FILE_PDF_ALT |
| 576 | 576 | |
| 577 | 577 | Action.file.export.html.dir.description=Export files in document directory as HTML |
| 578 | | Action.file.export.html.dir.accelerator=Shortcut+Shift+H |
| 578 | Action.file.export.html.dir.accelerator=Ctrl+Shift+H |
| 579 | 579 | Action.file.export.html.dir.text=Joined _HTML |
| 580 | 580 | Action.file.export.html.dir.icon=HTML5 |
| ... |
| 598 | 598 | |
| 599 | 599 | Action.edit.undo.description=Undo the previous edit |
| 600 | | Action.edit.undo.accelerator=Shortcut+Z |
| 600 | Action.edit.undo.accelerator=Ctrl+Z |
| 601 | 601 | Action.edit.undo.text=_Undo |
| 602 | 602 | Action.edit.undo.icon=UNDO |
| 603 | 603 | |
| 604 | 604 | Action.edit.redo.description=Redo the previous edit |
| 605 | | Action.edit.redo.accelerator=Shortcut+Y |
| 605 | Action.edit.redo.accelerator=Ctrl+Y |
| 606 | 606 | Action.edit.redo.text=_Redo |
| 607 | 607 | Action.edit.redo.icon=REPEAT |
| 608 | 608 | |
| 609 | 609 | Action.edit.cut.description=Delete the selected text or line |
| 610 | | Action.edit.cut.accelerator=Shortcut+X |
| 610 | Action.edit.cut.accelerator=Ctrl+X |
| 611 | 611 | Action.edit.cut.text=Cu_t |
| 612 | 612 | Action.edit.cut.icon=CUT |
| 613 | 613 | |
| 614 | 614 | Action.edit.copy.description=Copy the selected text |
| 615 | | Action.edit.copy.accelerator=Shortcut+C |
| 615 | Action.edit.copy.accelerator=Ctrl+C |
| 616 | 616 | Action.edit.copy.text=_Copy |
| 617 | 617 | Action.edit.copy.icon=COPY |
| 618 | 618 | |
| 619 | 619 | Action.edit.paste.description=Paste from the clipboard |
| 620 | | Action.edit.paste.accelerator=Shortcut+V |
| 620 | Action.edit.paste.accelerator=Ctrl+V |
| 621 | 621 | Action.edit.paste.text=_Paste |
| 622 | 622 | Action.edit.paste.icon=PASTE |
| 623 | 623 | |
| 624 | 624 | Action.edit.select_all.description=Highlight the current document text |
| 625 | | Action.edit.select_all.accelerator=Shortcut+A |
| 625 | Action.edit.select_all.accelerator=Ctrl+A |
| 626 | 626 | Action.edit.select_all.text=Select _All |
| 627 | 627 | |
| 628 | 628 | Action.edit.find.description=Search for text in the document |
| 629 | | Action.edit.find.accelerator=Shortcut+F |
| 629 | Action.edit.find.accelerator=Ctrl+F |
| 630 | 630 | Action.edit.find.text=_Find |
| 631 | 631 | Action.edit.find.icon=SEARCH |
| ... |
| 640 | 640 | |
| 641 | 641 | Action.edit.preferences.description=Edit user preferences |
| 642 | | Action.edit.preferences.accelerator=Shortcut+Alt+S |
| 642 | Action.edit.preferences.accelerator=Ctrl+Alt+S |
| 643 | 643 | Action.edit.preferences.text=_Preferences |
| 644 | 644 | |
| 645 | 645 | |
| 646 | 646 | Action.format.bold.description=Insert strong text |
| 647 | | Action.format.bold.accelerator=Shortcut+B |
| 647 | Action.format.bold.accelerator=Ctrl+B |
| 648 | 648 | Action.format.bold.text=_Bold |
| 649 | 649 | Action.format.bold.icon=BOLD |
| 650 | 650 | |
| 651 | 651 | Action.format.italic.description=Insert text emphasis |
| 652 | | Action.format.italic.accelerator=Shortcut+I |
| 652 | Action.format.italic.accelerator=Ctrl+I |
| 653 | 653 | Action.format.italic.text=_Italic |
| 654 | 654 | Action.format.italic.icon=ITALIC |
| 655 | 655 | |
| 656 | 656 | Action.format.monospace.description=Insert monospace text |
| 657 | | Action.format.monospace.accelerator=Shortcut+` |
| 657 | Action.format.monospace.accelerator=Ctrl+` |
| 658 | 658 | Action.format.monospace.text=_Monospace |
| 659 | 659 | |
| 660 | 660 | Action.format.superscript.description=Insert superscript text |
| 661 | | Action.format.superscript.accelerator=Shortcut+[ |
| 661 | Action.format.superscript.accelerator=Ctrl+[ |
| 662 | 662 | Action.format.superscript.text=Su_perscript |
| 663 | 663 | Action.format.superscript.icon=SUPERSCRIPT |
| 664 | 664 | |
| 665 | 665 | Action.format.subscript.description=Insert subscript text |
| 666 | | Action.format.subscript.accelerator=Shortcut+] |
| 666 | Action.format.subscript.accelerator=Ctrl+] |
| 667 | 667 | Action.format.subscript.text=Su_bscript |
| 668 | 668 | Action.format.subscript.icon=SUBSCRIPT |
| 669 | 669 | |
| 670 | 670 | Action.format.strikethrough.description=Insert struck text |
| 671 | | Action.format.strikethrough.accelerator=Shortcut+T |
| 671 | Action.format.strikethrough.accelerator=Ctrl+T |
| 672 | 672 | Action.format.strikethrough.text=Stri_kethrough |
| 673 | 673 | Action.format.strikethrough.icon=STRIKETHROUGH |
| 674 | 674 | |
| 675 | 675 | |
| 676 | 676 | Action.insert.blockquote.description=Insert blockquote |
| 677 | | Action.insert.blockquote.accelerator=Shortcut+Q |
| 677 | Action.insert.blockquote.accelerator=Ctrl+Q |
| 678 | 678 | Action.insert.blockquote.text=_Blockquote |
| 679 | 679 | Action.insert.blockquote.icon=QUOTE_LEFT |
| 680 | 680 | |
| 681 | 681 | Action.insert.code.description=Insert inline code |
| 682 | | Action.insert.code.accelerator=Shortcut+K |
| 682 | Action.insert.code.accelerator=Ctrl+K |
| 683 | 683 | Action.insert.code.text=Inline _Code |
| 684 | 684 | Action.insert.code.icon=CODE |
| 685 | 685 | |
| 686 | 686 | Action.insert.fenced_code_block.description=Insert code block |
| 687 | | Action.insert.fenced_code_block.accelerator=Shortcut+Shift+K |
| 687 | Action.insert.fenced_code_block.accelerator=Ctrl+Shift+K |
| 688 | 688 | Action.insert.fenced_code_block.text=_Fenced Code Block |
| 689 | 689 | Action.insert.fenced_code_block.prompt.text=Enter code here |
| 690 | 690 | Action.insert.fenced_code_block.icon=FILE_CODE_ALT |
| 691 | 691 | |
| 692 | 692 | Action.insert.link.description=Insert hyperlink |
| 693 | | Action.insert.link.accelerator=Shortcut+L |
| 693 | Action.insert.link.accelerator=Ctrl+L |
| 694 | 694 | Action.insert.link.text=_Link... |
| 695 | 695 | Action.insert.link.icon=LINK |
| 696 | 696 | |
| 697 | 697 | Action.insert.image.description=Insert image |
| 698 | | Action.insert.image.accelerator=Shortcut+G |
| 698 | Action.insert.image.accelerator=Ctrl+G |
| 699 | 699 | Action.insert.image.text=_Image... |
| 700 | 700 | Action.insert.image.icon=PICTURE_ALT |
| 701 | 701 | |
| 702 | 702 | Action.insert.heading.description=Insert heading level |
| 703 | | Action.insert.heading.accelerator=Shortcut+ |
| 703 | Action.insert.heading.accelerator=Ctrl+ |
| 704 | 704 | Action.insert.heading.icon=HEADER |
| 705 | 705 | |
| ... |
| 720 | 720 | |
| 721 | 721 | Action.insert.unordered_list.description=Insert bulleted list |
| 722 | | Action.insert.unordered_list.accelerator=Shortcut+U |
| 722 | Action.insert.unordered_list.accelerator=Ctrl+U |
| 723 | 723 | Action.insert.unordered_list.text=_Unordered List |
| 724 | 724 | Action.insert.unordered_list.icon=LIST_UL |
| 725 | 725 | |
| 726 | 726 | Action.insert.ordered_list.description=Insert enumerated list |
| 727 | | Action.insert.ordered_list.accelerator=Shortcut+Shift+O |
| 727 | Action.insert.ordered_list.accelerator=Ctrl+Shift+O |
| 728 | 728 | Action.insert.ordered_list.text=_Ordered List |
| 729 | 729 | Action.insert.ordered_list.icon=LIST_OL |
| 730 | 730 | |
| 731 | 731 | Action.insert.horizontal_rule.description=Insert horizontal rule |
| 732 | | Action.insert.horizontal_rule.accelerator=Shortcut+H |
| 732 | Action.insert.horizontal_rule.accelerator=Ctrl+H |
| 733 | 733 | Action.insert.horizontal_rule.text=_Horizontal Rule |
| 734 | 734 | Action.insert.horizontal_rule.icon=LIST_OL |
| ... |
| 751 | 751 | |
| 752 | 752 | Action.definition.insert.description=Insert a variable |
| 753 | | Action.definition.insert.accelerator=Shortcut+Space |
| 753 | Action.definition.insert.accelerator=Ctrl+Space |
| 754 | 754 | Action.definition.insert.text=_Insert |
| 755 | 755 | Action.definition.insert.icon=STAR |
| ... |
| 773 | 773 | |
| 774 | 774 | Action.view.files.description=Open file manager |
| 775 | | Action.view.files.accelerator=Shortcut+F8 |
| 775 | Action.view.files.accelerator=Ctrl+F8 |
| 776 | 776 | Action.view.files.text=Files |
| 777 | 777 | |
| 778 | 778 | Action.view.menubar.description=Toggle menu bar |
| 779 | | Action.view.menubar.accelerator=Shortcut+F9 |
| 779 | Action.view.menubar.accelerator=Ctrl+F9 |
| 780 | 780 | Action.view.menubar.text=Menu bar |
| 781 | 781 | |
| 782 | 782 | Action.view.toolbar.description=Toggle toolbar |
| 783 | | Action.view.toolbar.accelerator=Shortcut+Shift+F9 |
| 783 | Action.view.toolbar.accelerator=Ctrl+Shift+F9 |
| 784 | 784 | Action.view.toolbar.text=Toolbar |
| 785 | 785 | |
| 786 | 786 | Action.view.statusbar.description=Toggle status bar |
| 787 | | Action.view.statusbar.accelerator=Shortcut+Shift+Alt+F9 |
| 787 | Action.view.statusbar.accelerator=Ctrl+Shift+Alt+F9 |
| 788 | 788 | Action.view.statusbar.text=Status bar |
| 789 | 789 | |