From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Helberg Subject: patch for adding some dutch translations in ox.el Date: Sun, 08 Nov 2015 14:11:56 +0100 Message-ID: <878u68tz37.fsf@snow.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvPlW-0000Z1-AN for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 08:12:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvPlT-0001Ni-1c for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 08:12:14 -0500 Received: from mx.snow.nl ([213.154.248.146]:44854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvPlS-0001NT-Mo for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 08:12:10 -0500 Received: from mail.snow.nl (imap2.snow.nl [213.154.248.218]) by mx.snow.nl (Postfix) with ESMTP id BF9E240220 for ; Sun, 8 Nov 2015 14:10:03 +0100 (CET) Received: from joost-ThinkPad-W520 (52D96FB8.cm-11-1b.dynamic.ziggo.nl [82.217.111.184]) by mail.snow.nl (Postfix) with ESMTPSA id DB225787F6 for ; Sun, 8 Nov 2015 14:11:56 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain ls, attached is a patch for org-mode (pulled 15 minutes ago) which will change the defconst org-export-dictionary in lisp/ox.el only: add Dutch translations for some (12) export-labels (like List of Tables etc.) and adds a "List of Figures" label with the Dutch translation. The patch for getting the list of figures into exported HTML will come later. --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-added-some-Dutch-translations-and-added-List-of-Figu.patch Content-Transfer-Encoding: quoted-printable >From c3dbd57fc1536816a15b430139155ed9ac54a8c9 Mon Sep 17 00:00:00 2001 From: Joost Helberg Date: Sun, 8 Nov 2015 14:01:34 +0100 Subject: [PATCH] added some Dutch translations and added List of Figures = as a label to be translated --- lisp/ox.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index a37de04..acf88e4 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5500,6 +5500,7 @@ them." ("et" :html "Võrrand" :utf-8 "V=C3=B5rrand") ("fr" :ascii "Equation" :default "=C3=89quation") ("ja" :default "=E6=96=B9=E7=A8=8B=E5=BC=8F") + ("nl" :default "Vergelijking") ("no" :default "Ligning") ("nb" :default "Ligning") ("nn" :default "Likning") @@ -5514,6 +5515,7 @@ them." ("es" :default "Figura") ("et" :default "Joonis") ("ja" :default "=E5=9B=B3" :html "図") + ("nl" :default "Figuur") ("no" :default "Illustrasjon") ("nb" :default "Illustrasjon") ("nn" :default "Illustrasjon") @@ -5528,6 +5530,7 @@ them." ("et" :default "Joonis %d:") ("fr" :default "Figure %d :" :html "Figure %d :") ("ja" :default "=E5=9B=B3%d: " :html "図%d: ") + ("nl" :default "Figuur %d") ("no" :default "Illustrasjon %d") ("nb" :default "Illustrasjon %d") ("nn" :default "Illustrasjon %d") @@ -5568,6 +5571,7 @@ them." ("et" :default "Loendite nimekiri") ("fr" :default "Liste des programmes") ("ja" :default "=E3=82=BD=E3=83=BC=E3=82=B9=E3=82=B3=E3=83=BC=E3=83= =89=E7=9B=AE=E6=AC=A1") + ("nl" :default "Broncode") ("no" :default "Dataprogrammer") ("nb" :default "Dataprogrammer") ("ru" :html "Список р = 72;спечаток" @@ -5580,6 +5584,7 @@ them." ("et" :default "Tabelite nimekiri") ("fr" :default "Liste des tableaux") ("ja" :default "=E8=A1=A8=E7=9B=AE=E6=AC=A1") + ("nl" :default "Tabellen") ("no" :default "Tabeller") ("nb" :default "Tabeller") ("nn" :default "Tabeller") @@ -5588,6 +5593,8 @@ them." :utf-8 "=D0=A1=D0=BF=D0=B8=D1=81=D0=BE=D0=BA =D1=82=D0=B0=D0=B1=D0= =BB=D0=B8=D1=86") ("sv" :default "Tabeller") ("zh-CN" :html "表格目录" :utf-8 "=E8=A1=A8= =E6=A0=BC=E7=9B=AE=E5=BD=95")) + ("List of Figures" + ("nl" :default "Figuren")) ("Listing" ("da" :default "Program") ("de" :default "Programmlisting") @@ -5595,6 +5602,7 @@ them." ("et" :default "Loend") ("fr" :default "Programme" :html "Programme") ("ja" :default "=E3=82=BD=E3=83=BC=E3=82=B9=E3=82=B3=E3=83=BC=E3=83= =89") + ("nl" :default "Broncode") ("no" :default "Dataprogram") ("nb" :default "Dataprogram") ("pt_BR" :default "Listagem") @@ -5608,6 +5616,7 @@ them." ("et" :default "Loend %d") ("fr" :default "Programme %d :" :html "Programme %d :") ("ja" :default "=E3=82=BD=E3=83=BC=E3=82=B9=E3=82=B3=E3=83=BC=E3=83= =89%d:") + ("nl" :default "Broncode") ("no" :default "Dataprogram %d") ("nb" :default "Dataprogram %d") ("pt_BR" :default "Listagem %d") @@ -5617,6 +5626,7 @@ them." ("References" ("fr" :ascii "References" :default "R=C3=A9f=C3=A9rences") ("de" :default "Quellen") + ("nl" :default "Bronnen") ("es" :default "Referencias")) ("See section %s" ("da" :default "j=C3=A6vnf=C3=B8r afsnit %s") @@ -5625,6 +5635,7 @@ them." ("et" :html "Vaata peatükki %s" :utf-8 "Vaata peat=C3=BCkki %s= ") ("fr" :default "cf. section %s") ("ja" :default "=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3 %s =E3= =82=92=E5=8F=82=E7=85=A7") + ("nl" :default "Zie sectie %s") ("pt_BR" :html "Veja a seção %s" :default "Veja a se=C3= =A7=C3=A3o %s" :ascii "Veja a secao %s") ("ru" :html "См. разде= 083; %s" @@ -5636,6 +5647,7 @@ them." ("et" :default "Tabel") ("fr" :default "Tableau") ("ja" :default "=E8=A1=A8" :html "表") + ("nl" :default "Tabel") ("pt_BR" :default "Tabela") ("ru" :html "Таблица" :utf-8 "=D0=A2=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0") @@ -5647,6 +5659,7 @@ them." ("et" :default "Tabel %d") ("fr" :default "Tableau %d :") ("ja" :default "=E8=A1=A8%d:" :html "表%d:") + ("nl" :default "Tabel %d") ("no" :default "Tabell %d") ("nb" :default "Tabell %d") ("nn" :default "Tabell %d") @@ -5688,6 +5701,7 @@ them." ("et" :default "Tundmatu viide") ("fr" :ascii "Destination inconnue" :default "R=C3=A9f=C3=A9rence i= nconnue") ("ja" :default "=E4=B8=8D=E6=98=8E=E3=81=AA=E5=8F=82=E7=85=A7=E5=85= =88") + ("nl" :default "Onbekende verwijzing") ("pt_BR" :default "Refer=C3=AAncia desconhecida" :ascii "Referencia desconhecida") ("ru" :html "Неизвесm= 0;ная ссылка" --=20 1.9.1 --=-=-= Content-Type: text/plain regards, Joost Helberg -- Snow B.V. --=-=-=--