org-export: Update org-export-dictionary

* contrib/lisp/org-export.el (org-export-dictionary): Add
follwing new entires - "Author", "Date", "Equation" and
"Figure".
This commit is contained in:
Jambunathan K 2012-07-13 01:49:50 +05:30
parent fd92868c13
commit 936ff0703b
1 changed files with 13 additions and 1 deletions

View File

@ -4040,7 +4040,19 @@ in found for a given language and a given encoding, return S."
(or (plist-get (cdr (assoc lang translations)) encoding) s)))
(defconst org-export-dictionary
'(("Footnotes"
'(("Author"
("fr"
:ascii "Auteur"
:latin1 "Auteur"
:utf-8 "Auteur"))
("Date"
("fr"
:ascii "Date"
:latin1 "Date"
:utf-8 "Date"))
("Equation")
("Figure")
("Footnotes"
("fr"
:ascii "Notes de bas de page"
:latin1 "Notes de bas de page"