e *c To compendium r Pop and return\nM-. Change mark, mark *M-C Select, save x Exchange current/top\n\nProgram Sources Auxiliary Files Lexicography\ns Cycle reference a Cycle file *l Lookup translation\nM-s Select reference C-c C-a Select file *M-l Add/edit translation\nS Consider path A Consider PO file *L Consider lexicon\nM-S Ignore path M-A Ignore PO file *M-L Ignore lexicon\n" (#$ . 11224)) (defconst po-mode-menu-layout '("PO" ("Moving around" ["Auto select" po-auto-select-entry :help "Jump to next interesting entry"] "---" ["Any next" po-next-entry :help "Jump to next entry"] ["Next translated" po-next-translated-entry :help "Jump to next translated entry"] ["Next fuzzy" po-next-fuzzy-entry :help "Jump to next fuzzy entry"] ["Next obsolete" po-next-obsolete-entry :help "Jump to next obsolete entry"] ["Next untranslated" po-next-untranslated-entry :help "Jump to next untranslated entry"] ["Last file entry" po-last-entry :help "Jump to last entry"] "---" ["Any previous" po-previous-entry :help "Jump to previous entry"] ["Previous translated" po-previous-translated-entry :help "Jump to previous translated entry"] ["Previous fuzzy" po-previous-fuzzy-entry :help "Jump to previous fuzzy entry"] ["Previous obsolete" po-previous-obsolete-entry :help "Jump to previous obsolete entry"] ["Previous untranslated" po-previous-untranslated-entry :help "Jump to previous untranslated entry"] ["First file entry" po-first-entry :help "Jump to first entry"] "---" ["Mark and push current" po-push-location :help "Remember current location"] ["Pop and return" po-pop-location :help "Jump to last remembered location and forget about it"] ["Exchange current/top" po-exchange-location :help "Jump to last remembered location and remember current location"] "---" ["Redisplay" po-current-entry :help "Make current entry properly visible"] ["Current index" po-statistics :help "Statistical info on current translation file"]) ("Modifying entries" ["Undo" po-undo :help "Revoke last changed entry"] "---" ["Edit msgstr" po-edit-msgstr :help "Edit current translation"] ["Ediff and merge msgstr" po-edit-msgstr-and-ediff :help "Call `ediff' on current translation for merging"] ["Cut msgstr" po-kill-msgstr :help "Cut (kill) current translation"] ["Copy msgstr" po-kill-ring-save-msgstr :help "Copy current translation"] ["Paste msgstr" po-yank-msgstr :help "Paste (yank) text most recently cut/copied translation"] "---" ["Edit comment" po-edit-comment :help "Edit current comment"] ["Ediff and merge comment" po-edit-comment-and-ediff :help "Call `ediff' on current comment for merging"] ["Cut comment" po-kill-comment :help "Cut (kill) current comment"] ["Copy comment" po-kill-ring-save-comment :help "Copy current translation"] ["Paste comment" po-yank-comment :help "Paste (yank) text most recently cut/copied"] "---" ["Remove fuzzy mark" po-unfuzzy :help "Remove \"#, fuzzy\""] ["Fuzzy or fade out" po-fade-out-entry :help "Set current entry fuzzy, or if already fuzzy delete it"] ["Init with msgid" po-msgid-to-msgstr :help "Initialize or replace current translation with the original message"]) ("Other files" ["Other window" po-other-window :help "Select other window; if necessay split current frame"] "---" ["Cycle reference in source file" po-cycle-source-reference t] ["Select reference" po-select-source-reference t] ["Consider path" po-consider-source-path t] ["Ignore path" po-ignore-source-path t] "---" ["Cycle through auxilicary file" po-cycle-auxiliary t] ["Select auxilicary file" po-select-auxiliary t] ["Consider as auxilicary file" po-consider-as-auxiliary t] ["Ignore as auxilicary file" po-ignore-as-auxiliary t] "---" "Source marking" ["Find first string" (po-tags-search '(nil)) t] ["Prefer keyword" (po-select-mark-and-mark '(nil)) t] ["Find next string" po-tags-search t] ["Mark preferred" po-mark-translatable t] ["Mark with keyword" po-select-mark-and-mark t]) "---" ["Version info" po-mode-version :help "Display version number of PO mode"] ["Help page" po-help :help "Show the PO mode help screen"] ["Validate" po-validate :help "Check validity of current translation file using `msgfmt'"] ["Mail officially" po-send-mail :help "Send current translation file to the Translation Robot by mail"] ["Edit out full" po-edit-out-full :help "Leave PO mode to edit translation file using fundamental mode"] "---" ["Forceful quit" po-quit :help "Close (kill) current translation file without saving"] ["Soft quit" po-confirm-and-quit :help "Save current translation file, than close (kill) it"])) (defconst po-subedit-mode-menu-layout '("PO-Edit" ["Ediff and merge translation variants" po-subedit-ediff :help "Call `ediff' for merging variants"] ["Cycle through auxiliary files" po-subedit-cycle-auxiliary t] "---" ["Abort edit" po-subedit-abort :help "Don't change the translation"] ["Exit edit" po-subedit-exit :help "Use this text as the translation and close current edit buffer"]))#@69 Message to post in the minibuffer when an edit buffer is displayed.