org-export: Re-arrange entries in `org-export-dictionary'

* contrib/lisp/org-export.el (org-export-dictionary):
Re-arrange entries in ascending order.
This commit is contained in:
Jambunathan K 2012-07-13 01:55:04 +05:30
parent 936ff0703b
commit 22a6d99d5a
1 changed files with 14 additions and 14 deletions

View File

@ -4057,11 +4057,6 @@ in found for a given language and a given encoding, return S."
:ascii "Notes de bas de page"
:latin1 "Notes de bas de page"
:utf-8 "Notes de bas de page"))
("Listing %d: %s"
("fr"
:ascii "Programme %d : %s"
:latin1 "Programme %d : %s"
:utf-8 "Programme nº %d : %s"))
("List of Listings"
("fr"
:ascii "Liste des programmes"
@ -4077,16 +4072,11 @@ in found for a given language and a given encoding, return S."
:ascii "Programme %d :"
:latin1 "Programme %d :"
:utf-8 "Programme nº %d :"))
("Table of Contents"
("Listing %d: %s"
("fr"
:ascii "Sommaire"
:latin1 "Table des matières"
:utf-8 "Table des matières"))
("Table %d: %s"
("fr"
:ascii "Tableau %d : %s"
:latin1 "Tableau %d : %s"
:utf-8 "Tableau nº %d : %s"))
:ascii "Programme %d : %s"
:latin1 "Programme %d : %s"
:utf-8 "Programme nº %d : %s"))
("See section %s"
("fr"
:ascii "cf. section %s"
@ -4097,6 +4087,16 @@ in found for a given language and a given encoding, return S."
:ascii "Tableau %d :"
:latin1 "Tableau %d :"
:utf-8 "Tableau nº %d :"))
("Table %d: %s"
("fr"
:ascii "Tableau %d : %s"
:latin1 "Tableau %d : %s"
:utf-8 "Tableau nº %d : %s"))
("Table of Contents"
("fr"
:ascii "Sommaire"
:latin1 "Table des matières"
:utf-8 "Table des matières"))
("Unknown reference"
("fr"
:ascii "Destination inconnue"