>From 1e1368b0e2f8d3579a41e149595c07c7c2fb0780 Mon Sep 17 00:00:00 2001 From: "Leslie H. Watter" Date: Thu, 6 Nov 2014 17:20:33 -0200 Subject: [PATCH] ox.el: Add pt_BR translations to export engine * lisp/ox.el: (org-export-dictionary) Add pt_BR messages to the list. TINYCHANGE --- lisp/ox.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index 24d0c87..161a230 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5259,6 +5259,7 @@ them." ("nb" :default "Forfatter") ("nn" :default "Forfattar") ("pl" :default "Autor") + ("pt_BR" :default "Autor") ("ru" :html "Автор" :utf-8 "Автор") ("sv" :html "Författare") ("uk" :html "Автор" :utf-8 "Автор") @@ -5281,6 +5282,7 @@ them." ("nb" :default "Dato") ("nn" :default "Dato") ("pl" :default "Data") + ("pt_BR" :default "Data") ("ru" :html "Дата" :utf-8 "Дата") ("sv" :default "Datum") ("uk" :html "Дата" :utf-8 "Дата") @@ -5294,6 +5296,7 @@ them." ("no" :default "Ligning") ("nb" :default "Ligning") ("nn" :default "Likning") + ("pt_BR" :html "Equação" :default "Equação" :ascii "Equacao") ("sv" :default "Ekvation") ("zh-CN" :html "方程" :utf-8 "方程")) ("Figure" @@ -5304,6 +5307,7 @@ them." ("no" :default "Illustrasjon") ("nb" :default "Illustrasjon") ("nn" :default "Illustrasjon") + ("pt_BR" :default "Figura") ("sv" :default "Illustration") ("zh-CN" :html "图" :utf-8 "图")) ("Figure %d:" @@ -5315,6 +5319,7 @@ them." ("no" :default "Illustrasjon %d") ("nb" :default "Illustrasjon %d") ("nn" :default "Illustrasjon %d") + ("pt_BR" :default "Figura %d:") ("sv" :default "Illustration %d") ("zh-CN" :html "图%d " :utf-8 "图%d ")) ("Footnotes" @@ -5335,6 +5340,7 @@ them." ("nb" :default "Fotnoter") ("nn" :default "Fotnotar") ("pl" :default "Przypis") + ("pt_BR" :html "Notas de Rodapé" :default "Notas de Rodapé" :ascii "Notas de Rodape") ("ru" :html "Сноски" :utf-8 "Сноски") ("sv" :default "Fotnoter") ("uk" :html "Примітки" @@ -5357,6 +5363,7 @@ them." ("no" :default "Tabeller") ("nb" :default "Tabeller") ("nn" :default "Tabeller") + ("pt_BR" :default "Índice de Tabelas" :ascii "Indice de Tabelas") ("sv" :default "Tabeller") ("zh-CN" :html "表格目录" :utf-8 "表格目录")) ("Listing %d:" @@ -5366,18 +5373,21 @@ them." ("fr" :default "Programme %d :" :html "Programme %d :") ("no" :default "Dataprogram") ("nb" :default "Dataprogram") + ("pt_BR" :default "Listagem %d") ("zh-CN" :html "代码%d " :utf-8 "代码%d ")) ("See section %s" ("da" :default "jævnfør afsnit %s") ("de" :default "siehe Abschnitt %s") ("es" :default "vea seccion %s") ("fr" :default "cf. section %s") + ("pt_BR" :html "Veja a seção %s" :default "Veja a seção %s" :ascii "Veja a secao %s") ("zh-CN" :html "参见第%d节" :utf-8 "参见第%s节")) ("Table" ("de" :default "Tabelle") ("es" :default "Tabla") ("fr" :default "Tableau") ("ja" :html "表" :utf-8 "表") + ("pt_BR" :default "Tabela") ("zh-CN" :html "表" :utf-8 "表")) ("Table %d:" ("da" :default "Tabel %d") @@ -5388,6 +5398,7 @@ them." ("no" :default "Tabell %d") ("nb" :default "Tabell %d") ("nn" :default "Tabell %d") + ("pt_BR" :default "Tabela %d") ("sv" :default "Tabell %d") ("zh-CN" :html "表%d " :utf-8 "表%d ")) ("Table of Contents" @@ -5408,6 +5419,7 @@ them." ("nb" :default "Innhold") ("nn" :default "Innhald") ("pl" :html "Spis treści") + ("pt_BR" :html "Índice" :utf8 "Índice" :ascii "Indice") ("ru" :html "Содержание" :utf-8 "Содержание") ("sv" :html "Innehåll") @@ -5419,6 +5431,7 @@ them." ("de" :default "Unbekannter Verweis") ("es" :default "referencia desconocida") ("fr" :ascii "Destination inconnue" :default "Référence inconnue") + ("pt_BR" :default "Referência desconhecida" :ascii "Referencia desconhecida") ("zh-CN" :html "未知引用" :utf-8 "未知引用"))) "Dictionary for export engine. -- 2.0.2.731.g247b4d5