• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/

Lines Matching defs:translation

56 ;;  - After the translator finished the translation of msgstr[0], it would
88 (or (fboundp 'set-translation-domain)
89 (defsubst set-translation-domain (string) nil))
156 (defcustom po-translation-project-address
164 (defcustom po-translation-project-mail-label "TP-Robot"
165 "*Subject label when sending the PO file to `po-translation-project-address'."
759 (set-translation-domain "po-mode")
787 s Cycle reference a Cycle file *l Lookup translation
788 M-s Select reference C-c C-a Select file *M-l Add/edit translation
857 '(:help "Statistical info on current translation file"))])
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"))]
892 '(:help "Copy current translation"))]
906 Initialize or replace current translation with the original message"))])
929 ;; ["Lookup translation" po-lookup-lexicons nil]
930 ;; ["Add/edit translation" po-edit-lexicon-entry nil]
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"))]))
967 ["Ediff and merge translation variants" po-subedit-ediff
974 '(:help "Don't change the translation"))]
977 '(:help "Use this text as the translation and close current edit buffer"))]))
1683 (y-or-n-p (_"Really lose previous translation? ")))
2192 `po-subedit-ediff' calls `po-ediff-buffers-exit-recursive' to edit translation
2464 (defun po-seek-equivalent-translation (name string)
2517 (po-seek-equivalent-translation name string))
2525 (po-seek-equivalent-translation name string))
2529 (or found (message (_"No other translation found")))
2533 "Cycle auxiliary file, but from the translation edit buffer."
2555 (or (po-seek-equivalent-translation name string)
2690 ;; Search for a string which might later be marked for translation.
3381 po-translation-project-address)))
3408 (format "%s %s" po-translation-project-mail-label name))