• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/

Lines Matching defs:help

29 ;; This package provides the tools meant to help editing PO files,
766 (defconst po-help-display-string
771 Moving around f F Fuzzy ?, h This help
799 '(:help "Jump to next interesting entry"))]
804 '(:help "Jump to next entry"))]
807 '(:help "Jump to next translated entry"))]
810 '(:help "Jump to next fuzzy entry"))]
813 '(:help "Jump to next obsolete entry"))]
816 '(:help "Jump to next untranslated entry"))]
819 '(:help "Jump to last entry"))]
824 '(:help "Jump to previous entry"))]
827 '(:help "Jump to previous translated entry"))]
830 '(:help "Jump to previous fuzzy entry"))]
833 '(:help "Jump to previous obsolete entry"))]
836 '(:help "Jump to previous untranslated entry"))]
839 '(:help "Jump to first entry"))]
844 '(:help "Remember current location"))]
847 '(:help "Jump to last remembered location and forget about it"))]
850 '(:help "Jump to last remembered location and remember current location"))]
854 '(:help "Make current entry properly visible"))]
857 '(:help "Statistical info on current translation file"))])
861 '(:help "Revoke last changed entry"))]
866 '(:help "Edit current translation"))]
869 '(:help "Call `ediff' on current translation for merging"))]
872 '(:help "Cut (kill) current translation"))]
875 '(:help "Copy current translation"))]
878 '(:help "Paste (yank) text most recently cut/copied translation"))]
883 '(:help "Edit current comment"))]
886 '(:help "Call `ediff' on current comment for merging"))]
889 '(:help "Cut (kill) current comment"))]
892 '(:help "Copy current translation"))]
895 '(:help "Paste (yank) text most recently cut/copied"))]
899 '(:help "Remove \"#, fuzzy\""))]
902 '(:help "Set current entry fuzzy, or if already fuzzy delete it"))]
905 '(:help "\
910 '(:help "Select other window; if necessay split current frame"))]
943 '(:help "Display version number of PO mode"))]
944 ["Help page" po-help
946 '(:help "Show the PO mode help screen"))]
949 '(:help "Check validity of current translation file using `msgfmt'"))]
952 '(:help "Send current translation file to the Translation Robot by mail"))]
955 '(:help "Leave PO mode to edit translation file using fundamental mode"))]
959 '(:help "Close (kill) current translation file without saving"))]
962 '(:help "Save current translation file, than close (kill) it"))]))
969 '(:help "Call `ediff' for merging variants"))]
974 '(:help "Don't change the translation"))]
977 '(:help "Use this text as the translation and close current edit buffer"))]))
1084 (define-key po-mode-map "?" 'po-help)
1094 (define-key po-mode-map "h" 'po-help)
3226 (defun po-help ()
3227 "Provide an help window for PO mode."
3230 (insert po-help-display-string)