Dave Jarvis' Repositories

M src/main/resources/com/keenwrite/messages.properties
526526
527527
Action.file.new.description=Create a new file
528
Action.file.new.accelerator=Shortcut+N
528
Action.file.new.accelerator=Ctrl+N
529529
Action.file.new.icon=FILE_ALT
530530
Action.file.new.text=_New
531531
532532
Action.file.open.description=Open a new file
533
Action.file.open.accelerator=Shortcut+O
533
Action.file.open.accelerator=Ctrl+O
534534
Action.file.open.text=_Open...
535535
Action.file.open.icon=FOLDER_OPEN_ALT
536536
537537
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
539539
Action.file.open_url.text=Open _URL...
540540
Action.file.open_url.icon=FOLDER_OPEN_ALT
541541
542542
Action.file.close.description=Close the current document
543
Action.file.close.accelerator=Shortcut+W
543
Action.file.close.accelerator=Ctrl+W
544544
Action.file.close.text=_Close
545545
546546
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
548548
Action.file.close_all.text=Close All
549549
550550
Action.file.save.description=Save the document
551
Action.file.save.accelerator=Shortcut+S
551
Action.file.save.accelerator=Ctrl+S
552552
Action.file.save.text=_Save
553553
Action.file.save.icon=FLOPPY_ALT
554554
555555
Action.file.save_as.description=Rename the current document
556556
Action.file.save_as.text=Save _As
557557
558558
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
560560
Action.file.save_all.text=Save A_ll
561561
562562
Action.file.export.pdf.description=Typeset the document
563
Action.file.export.pdf.accelerator=Shortcut+P
563
Action.file.export.pdf.accelerator=Ctrl+P
564564
Action.file.export.pdf.text=_PDF
565565
Action.file.export.pdf.icon=FILE_PDF_ALT
566566
567567
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
569569
Action.file.export.pdf.dir.text=_Joined PDF
570570
Action.file.export.pdf.dir.icon=FILE_PDF_ALT
571571
572572
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
574574
Action.file.export.pdf.repeat.text=_Repeat Export
575575
Action.file.export.pdf.repeat.icon=FILE_PDF_ALT
576576
577577
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
579579
Action.file.export.html.dir.text=Joined _HTML
580580
Action.file.export.html.dir.icon=HTML5
...
598598
599599
Action.edit.undo.description=Undo the previous edit
600
Action.edit.undo.accelerator=Shortcut+Z
600
Action.edit.undo.accelerator=Ctrl+Z
601601
Action.edit.undo.text=_Undo
602602
Action.edit.undo.icon=UNDO
603603
604604
Action.edit.redo.description=Redo the previous edit
605
Action.edit.redo.accelerator=Shortcut+Y
605
Action.edit.redo.accelerator=Ctrl+Y
606606
Action.edit.redo.text=_Redo
607607
Action.edit.redo.icon=REPEAT
608608
609609
Action.edit.cut.description=Delete the selected text or line
610
Action.edit.cut.accelerator=Shortcut+X
610
Action.edit.cut.accelerator=Ctrl+X
611611
Action.edit.cut.text=Cu_t
612612
Action.edit.cut.icon=CUT
613613
614614
Action.edit.copy.description=Copy the selected text
615
Action.edit.copy.accelerator=Shortcut+C
615
Action.edit.copy.accelerator=Ctrl+C
616616
Action.edit.copy.text=_Copy
617617
Action.edit.copy.icon=COPY
618618
619619
Action.edit.paste.description=Paste from the clipboard
620
Action.edit.paste.accelerator=Shortcut+V
620
Action.edit.paste.accelerator=Ctrl+V
621621
Action.edit.paste.text=_Paste
622622
Action.edit.paste.icon=PASTE
623623
624624
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
626626
Action.edit.select_all.text=Select _All
627627
628628
Action.edit.find.description=Search for text in the document
629
Action.edit.find.accelerator=Shortcut+F
629
Action.edit.find.accelerator=Ctrl+F
630630
Action.edit.find.text=_Find
631631
Action.edit.find.icon=SEARCH
...
640640
641641
Action.edit.preferences.description=Edit user preferences
642
Action.edit.preferences.accelerator=Shortcut+Alt+S
642
Action.edit.preferences.accelerator=Ctrl+Alt+S
643643
Action.edit.preferences.text=_Preferences
644644
645645
646646
Action.format.bold.description=Insert strong text
647
Action.format.bold.accelerator=Shortcut+B
647
Action.format.bold.accelerator=Ctrl+B
648648
Action.format.bold.text=_Bold
649649
Action.format.bold.icon=BOLD
650650
651651
Action.format.italic.description=Insert text emphasis
652
Action.format.italic.accelerator=Shortcut+I
652
Action.format.italic.accelerator=Ctrl+I
653653
Action.format.italic.text=_Italic
654654
Action.format.italic.icon=ITALIC
655655
656656
Action.format.monospace.description=Insert monospace text
657
Action.format.monospace.accelerator=Shortcut+`
657
Action.format.monospace.accelerator=Ctrl+`
658658
Action.format.monospace.text=_Monospace
659659
660660
Action.format.superscript.description=Insert superscript text
661
Action.format.superscript.accelerator=Shortcut+[
661
Action.format.superscript.accelerator=Ctrl+[
662662
Action.format.superscript.text=Su_perscript
663663
Action.format.superscript.icon=SUPERSCRIPT
664664
665665
Action.format.subscript.description=Insert subscript text
666
Action.format.subscript.accelerator=Shortcut+]
666
Action.format.subscript.accelerator=Ctrl+]
667667
Action.format.subscript.text=Su_bscript
668668
Action.format.subscript.icon=SUBSCRIPT
669669
670670
Action.format.strikethrough.description=Insert struck text
671
Action.format.strikethrough.accelerator=Shortcut+T
671
Action.format.strikethrough.accelerator=Ctrl+T
672672
Action.format.strikethrough.text=Stri_kethrough
673673
Action.format.strikethrough.icon=STRIKETHROUGH
674674
675675
676676
Action.insert.blockquote.description=Insert blockquote
677
Action.insert.blockquote.accelerator=Shortcut+Q
677
Action.insert.blockquote.accelerator=Ctrl+Q
678678
Action.insert.blockquote.text=_Blockquote
679679
Action.insert.blockquote.icon=QUOTE_LEFT
680680
681681
Action.insert.code.description=Insert inline code
682
Action.insert.code.accelerator=Shortcut+K
682
Action.insert.code.accelerator=Ctrl+K
683683
Action.insert.code.text=Inline _Code
684684
Action.insert.code.icon=CODE
685685
686686
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
688688
Action.insert.fenced_code_block.text=_Fenced Code Block
689689
Action.insert.fenced_code_block.prompt.text=Enter code here
690690
Action.insert.fenced_code_block.icon=FILE_CODE_ALT
691691
692692
Action.insert.link.description=Insert hyperlink
693
Action.insert.link.accelerator=Shortcut+L
693
Action.insert.link.accelerator=Ctrl+L
694694
Action.insert.link.text=_Link...
695695
Action.insert.link.icon=LINK
696696
697697
Action.insert.image.description=Insert image
698
Action.insert.image.accelerator=Shortcut+G
698
Action.insert.image.accelerator=Ctrl+G
699699
Action.insert.image.text=_Image...
700700
Action.insert.image.icon=PICTURE_ALT
701701
702702
Action.insert.heading.description=Insert heading level
703
Action.insert.heading.accelerator=Shortcut+
703
Action.insert.heading.accelerator=Ctrl+
704704
Action.insert.heading.icon=HEADER
705705
...
720720
721721
Action.insert.unordered_list.description=Insert bulleted list
722
Action.insert.unordered_list.accelerator=Shortcut+U
722
Action.insert.unordered_list.accelerator=Ctrl+U
723723
Action.insert.unordered_list.text=_Unordered List
724724
Action.insert.unordered_list.icon=LIST_UL
725725
726726
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
728728
Action.insert.ordered_list.text=_Ordered List
729729
Action.insert.ordered_list.icon=LIST_OL
730730
731731
Action.insert.horizontal_rule.description=Insert horizontal rule
732
Action.insert.horizontal_rule.accelerator=Shortcut+H
732
Action.insert.horizontal_rule.accelerator=Ctrl+H
733733
Action.insert.horizontal_rule.text=_Horizontal Rule
734734
Action.insert.horizontal_rule.icon=LIST_OL
...
751751
752752
Action.definition.insert.description=Insert a variable
753
Action.definition.insert.accelerator=Shortcut+Space
753
Action.definition.insert.accelerator=Ctrl+Space
754754
Action.definition.insert.text=_Insert
755755
Action.definition.insert.icon=STAR
...
773773
774774
Action.view.files.description=Open file manager
775
Action.view.files.accelerator=Shortcut+F8
775
Action.view.files.accelerator=Ctrl+F8
776776
Action.view.files.text=Files
777777
778778
Action.view.menubar.description=Toggle menu bar
779
Action.view.menubar.accelerator=Shortcut+F9
779
Action.view.menubar.accelerator=Ctrl+F9
780780
Action.view.menubar.text=Menu bar
781781
782782
Action.view.toolbar.description=Toggle toolbar
783
Action.view.toolbar.accelerator=Shortcut+Shift+F9
783
Action.view.toolbar.accelerator=Ctrl+Shift+F9
784784
Action.view.toolbar.text=Toolbar
785785
786786
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
788788
Action.view.statusbar.text=Status bar
789789