* How to say "Footnotes" on other languages
@ 2008-11-08 12:09 Carsten Dominik
2008-11-08 13:26 ` Paul R
` (10 more replies)
0 siblings, 11 replies; 20+ messages in thread
From: Carsten Dominik @ 2008-11-08 12:09 UTC (permalink / raw)
To: emacs-orgmode@gnu.org Org-Mode
Hi,
For the export setup, I need to know what "Footnotes" means in other
languages.
Could some of you please complete the following table?
(defcustom org-export-language-setup
'(("en" "Author" "Date" "Table of Contents" "Footnotes")
("cs" "Autor" "Datum" "Obsah")
("da" "Ophavsmand" "Dato" "Indhold")
("de" "Autor" "Datum" "Inhaltsverzeichnis" "Fussnoten")
("es" "Autor" "Fecha" "\xcdndice")
("fr" "Auteur" "Date" "Table des mati\xe8res")
("it" "Autore" "Data" "Indice")
("nl" "Auteur" "Datum" "Inhoudsopgave")
("no" "Forfatter" "Dato" "Innhold")
("nb" "Forfatter" "Dato" "Innhold") ;; nb = Norsk (bokm.l)
("nn" "Forfattar" "Dato" "Innhald") ;; nn = Norsk
(nynorsk)
("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll"))
Thanks a lot.
- Carsten
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
@ 2008-11-08 13:26 ` Paul R
2008-11-08 13:27 ` Paul R
` (9 subsequent siblings)
10 siblings, 0 replies; 20+ messages in thread
From: Paul R @ 2008-11-08 13:26 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org Org-Mode
("fr" "Auteur" "Date" "Notes de bas de page")
« Table des matières » is "Table of contents"
--
Paul
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
2008-11-08 13:26 ` Paul R
@ 2008-11-08 13:27 ` Paul R
2008-11-08 15:06 ` Martin Thorsen Ranang
` (8 subsequent siblings)
10 siblings, 0 replies; 20+ messages in thread
From: Paul R @ 2008-11-08 13:27 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org Org-Mode
Ok, I had to read the structure again to understand what was the
location for footnote translation. So
("fr" "Auteur" "Date" "Table des matières" "Notes de bas de page")
--
Paul
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
2008-11-08 13:26 ` Paul R
2008-11-08 13:27 ` Paul R
@ 2008-11-08 15:06 ` Martin Thorsen Ranang
2008-11-08 16:11 ` Mikael Fornius
2008-11-08 16:09 ` Carsten Dominik
` (7 subsequent siblings)
10 siblings, 1 reply; 20+ messages in thread
From: Martin Thorsen Ranang @ 2008-11-08 15:06 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org Org-Mode
> Hi,
>
> For the export setup, I need to know what "Footnotes" means in other
> languages.
>
> Could some of you please complete the following table?
At least, I can contribute with Danish, Norwegian and Swedish translations:
> (defcustom org-export-language-setup
> '(("en" "Author" "Date" "Table of Contents" "Footnotes")
> ("cs" "Autor" "Datum" "Obsah")
> ("da" "Ophavsmand" "Dato" "Indhold")
("da" "Ophavsmand" "Dato" "Indhold" "Fodnoter")
[...]
> ("no" "Forfatter" "Dato" "Innhold")
> ("nb" "Forfatter" "Dato" "Innhold") ;; nb = Norsk (bokm.l)
> ("nn" "Forfattar" "Dato" "Innhald") ;; nn = Norsk (nynorsk)
> ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll"))
("no" "Forfatter" "Dato" "Innhold" "Fotnoter")
("nb" "Forfatter" "Dato" "Innhold" "Fotnoter") ;; nb = Norsk (bokm.l)
("nn" "Forfattar" "Dato" "Innhald" "Fotnotar") ;; nn = Norsk (nynorsk)
("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll" "Fotnoter"))
I hope this might help you.
--
Sincerely yours,
Martin Thorsen Ranang
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (2 preceding siblings ...)
2008-11-08 15:06 ` Martin Thorsen Ranang
@ 2008-11-08 16:09 ` Carsten Dominik
2008-11-08 17:01 ` Tassilo Horn
` (6 subsequent siblings)
10 siblings, 0 replies; 20+ messages in thread
From: Carsten Dominik @ 2008-11-08 16:09 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org Org-Mode
Thanks to all who replied.
- Carsten
On Nov 8, 2008, at 1:09 PM, Carsten Dominik wrote:
> Hi,
>
> For the export setup, I need to know what "Footnotes" means in other
> languages.
>
> Could some of you please complete the following table?
>
> (defcustom org-export-language-setup
> '(("en" "Author" "Date" "Table of Contents" "Footnotes")
> ("cs" "Autor" "Datum" "Obsah")
> ("da" "Ophavsmand" "Dato" "Indhold")
> ("de" "Autor" "Datum" "Inhaltsverzeichnis" "Fussnoten")
> ("es" "Autor" "Fecha" "\xcdndice")
> ("fr" "Auteur" "Date" "Table des mati\xe8res")
> ("it" "Autore" "Data" "Indice")
> ("nl" "Auteur" "Datum" "Inhoudsopgave")
> ("no" "Forfatter" "Dato" "Innhold")
> ("nb" "Forfatter" "Dato" "Innhold") ;; nb = Norsk (bokm.l)
> ("nn" "Forfattar" "Dato" "Innhald") ;; nn = Norsk
> (nynorsk)
> ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll"))
>
> Thanks a lot.
>
> - Carsten
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 15:06 ` Martin Thorsen Ranang
@ 2008-11-08 16:11 ` Mikael Fornius
2008-11-08 16:50 ` Martin Thorsen Ranang
2008-11-08 17:33 ` Carsten Dominik
0 siblings, 2 replies; 20+ messages in thread
From: Mikael Fornius @ 2008-11-08 16:11 UTC (permalink / raw)
To: Martin Thorsen Ranang; +Cc: emacs-orgmode@gnu.org Org-Mode
Martin Thorsen Ranang <mtr@ranang.org> writes:
> ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll" "Fotnoter"))
"Författarens" is the wrong grammatical form it should say "författare"
instead.
/Mikael Fornius
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 16:11 ` Mikael Fornius
@ 2008-11-08 16:50 ` Martin Thorsen Ranang
2008-11-08 17:33 ` Carsten Dominik
1 sibling, 0 replies; 20+ messages in thread
From: Martin Thorsen Ranang @ 2008-11-08 16:50 UTC (permalink / raw)
To: Mikael Fornius; +Cc: emacs-orgmode@gnu.org Org-Mode
> Martin Thorsen Ranang <mtr@ranang.org> writes:
>
>> ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll" "Fotnoter"))
>
> "Författarens" is the wrong grammatical form it should say "författare"
> instead.
I'm sorry. I didn't see that. I only focused on the "footnotes" part.
I just copied the part you comment on from the original e-mail.
--
Sincerely yours,
Martin Thorsen Ranang
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (3 preceding siblings ...)
2008-11-08 16:09 ` Carsten Dominik
@ 2008-11-08 17:01 ` Tassilo Horn
2008-11-08 17:33 ` Carsten Dominik
2008-11-08 20:19 ` Seweryn Kokot
` (5 subsequent siblings)
10 siblings, 1 reply; 20+ messages in thread
From: Tassilo Horn @ 2008-11-08 17:01 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <dominik@science.uva.nl> writes:
Hi Carsten,
> Could some of you please complete the following table?
>
> (defcustom org-export-language-setup
> ("de" "Autor" "Datum" "Inhaltsverzeichnis" "Fussnoten")
^^^^^^^^^
This has to be "Fußnoten".
Bye,
Tassilo
--
Windows: So easy to admin, even a worm can do it.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Re: How to say "Footnotes" on other languages
2008-11-08 17:01 ` Tassilo Horn
@ 2008-11-08 17:33 ` Carsten Dominik
0 siblings, 0 replies; 20+ messages in thread
From: Carsten Dominik @ 2008-11-08 17:33 UTC (permalink / raw)
To: Tassilo Horn, Rainer Thiel; +Cc: emacs-orgmode
Thanks, Tassilo and Rainer.
- Carsten
On Nov 8, 2008, at 6:01 PM, Tassilo Horn wrote:
> Carsten Dominik <dominik@science.uva.nl> writes:
>
> Hi Carsten,
>
>> Could some of you please complete the following table?
>>
>> (defcustom org-export-language-setup
>> ("de" "Autor" "Datum" "Inhaltsverzeichnis" "Fussnoten")
> ^^^^^^^^^
> This has to be "Fußnoten".
>
> Bye,
> Tassilo
> --
> Windows: So easy to admin, even a worm can do it.
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 16:11 ` Mikael Fornius
2008-11-08 16:50 ` Martin Thorsen Ranang
@ 2008-11-08 17:33 ` Carsten Dominik
1 sibling, 0 replies; 20+ messages in thread
From: Carsten Dominik @ 2008-11-08 17:33 UTC (permalink / raw)
To: Mikael Fornius; +Cc: emacs-orgmode@gnu.org Org-Mode
Fixed, thanks.
- Carsten
On Nov 8, 2008, at 5:11 PM, Mikael Fornius wrote:
> Martin Thorsen Ranang <mtr@ranang.org> writes:
>
>> ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll" "Fotnoter"))
>
> "Författarens" is the wrong grammatical form it should say
> "författare"
> instead.
>
> /Mikael Fornius
>
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (4 preceding siblings ...)
2008-11-08 17:01 ` Tassilo Horn
@ 2008-11-08 20:19 ` Seweryn Kokot
2008-11-08 20:28 ` Carsten Dominik
2008-11-09 5:08 ` William Henney
` (4 subsequent siblings)
10 siblings, 1 reply; 20+ messages in thread
From: Seweryn Kokot @ 2008-11-08 20:19 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <dominik@science.uva.nl> writes:
> Hi,
>
> For the export setup, I need to know what "Footnotes" means in other
> languages.
>
> Could some of you please complete the following table?
>
> (defcustom org-export-language-setup
Polish version
("pl" "Autor" "Data" "Przypis")
--
regards,
Seweryn
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: Re: How to say "Footnotes" on other languages
2008-11-08 20:19 ` Seweryn Kokot
@ 2008-11-08 20:28 ` Carsten Dominik
2008-11-08 21:11 ` Seweryn Kokot
0 siblings, 1 reply; 20+ messages in thread
From: Carsten Dominik @ 2008-11-08 20:28 UTC (permalink / raw)
To: Seweryn Kokot; +Cc: emacs-orgmode
Hi Seweryn,
there is one word missing, I don't know which one, either "Table of
Contents, or "Footnotes".
Thanks
- Carsten
On Nov 8, 2008, at 9:19 PM, Seweryn Kokot wrote:
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>> Hi,
>>
>> For the export setup, I need to know what "Footnotes" means in other
>> languages.
>>
>> Could some of you please complete the following table?
>>
>> (defcustom org-export-language-setup
>
> Polish version
>
> ("pl" "Autor" "Data" "Przypis")
>
> --
> regards,
> Seweryn
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 20:28 ` Carsten Dominik
@ 2008-11-08 21:11 ` Seweryn Kokot
0 siblings, 0 replies; 20+ messages in thread
From: Seweryn Kokot @ 2008-11-08 21:11 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <dominik@science.uva.nl> writes:
> Hi Seweryn,
>
> there is one word missing, I don't know which one, either "Table of
> Contents, or "Footnotes".
Sorry for the missing "Table of Contents" which is "Spis treści"
("pl" "Autor" "Data" "Spis treści" "Przypis")
It's in latin-2
thanks
--
regards,
Seweryn
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (5 preceding siblings ...)
2008-11-08 20:19 ` Seweryn Kokot
@ 2008-11-09 5:08 ` William Henney
2008-11-09 11:31 ` Peder O. Klingenberg
` (3 subsequent siblings)
10 siblings, 0 replies; 20+ messages in thread
From: William Henney @ 2008-11-09 5:08 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode@gnu.org Org-Mode
("es" "Autor" "Fecha" "Índice" "Pies de página")
or with the silly escape sequences:
("es" "Autor" "Fecha" "\xcdndice" "Pies de p\xe1gina")
Saludos
Will
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus Morelia
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (6 preceding siblings ...)
2008-11-09 5:08 ` William Henney
@ 2008-11-09 11:31 ` Peder O. Klingenberg
2008-11-09 14:15 ` Richard KLINDA
` (2 subsequent siblings)
10 siblings, 0 replies; 20+ messages in thread
From: Peder O. Klingenberg @ 2008-11-09 11:31 UTC (permalink / raw)
To: emacs-orgmode
The Norwegian variants:
("no" "Forfatter" "Dato" "Innhold" "Fotnoter")
("nb" "Forfatter" "Dato" "Innhold" "Fotnoter") ;; nb = Norsk (bokm.l)
("nn" "Forfattar" "Dato" "Innhald" "Fotnotar") ;; nn = Norsk (nynorsk)
...Peder...
--
I wish a new life awaited _me_ in some off-world colony.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (7 preceding siblings ...)
2008-11-09 11:31 ` Peder O. Klingenberg
@ 2008-11-09 14:15 ` Richard KLINDA
2008-11-10 13:06 ` Harri Kiiskinen
2008-11-12 13:57 ` rushba
10 siblings, 0 replies; 20+ messages in thread
From: Richard KLINDA @ 2008-11-09 14:15 UTC (permalink / raw)
To: emacs-orgmode@gnu.org Org-Mode
For Hungarian:
("hu" "Szerző" "Dátum" "Tartalomjegyzék" "Lábjegyzet")
--
Richard
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (8 preceding siblings ...)
2008-11-09 14:15 ` Richard KLINDA
@ 2008-11-10 13:06 ` Harri Kiiskinen
2008-11-10 13:16 ` Carsten Dominik
2008-11-12 13:57 ` rushba
10 siblings, 1 reply; 20+ messages in thread
From: Harri Kiiskinen @ 2008-11-10 13:06 UTC (permalink / raw)
To: dominik; +Cc: emacs-orgmode
From: Carsten Dominik <dominik@science.uva.nl>
Subject: [Orgmode] How to say "Footnotes" on other languages
Date: Sat, 8 Nov 2008 13:09:05 +0100
> ("en" "Author" "Date" "Table of Contents" "Footnotes")
For Finnish:
("fi" "Tekijä" "Päivämäärä" "Sisällysluettelo" "Alaviitteet")
Best,
Harri Kiiskinen
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-10 13:06 ` Harri Kiiskinen
@ 2008-11-10 13:16 ` Carsten Dominik
0 siblings, 0 replies; 20+ messages in thread
From: Carsten Dominik @ 2008-11-10 13:16 UTC (permalink / raw)
To: Harri Kiiskinen; +Cc: emacs-orgmode
On Nov 10, 2008, at 2:06 PM, Harri Kiiskinen wrote:
>
> From: Carsten Dominik <dominik@science.uva.nl>
> Subject: [Orgmode] How to say "Footnotes" on other languages
> Date: Sat, 8 Nov 2008 13:09:05 +0100
>
>> ("en" "Author" "Date" "Table of Contents" "Footnotes")
>
> For Finnish:
>
> ("fi" "Tekijä" "Päivämäärä" "Sisällysluettelo" "Alaviitteet")
Awesome, look at this:
("fi" "Tekijä" "Päivämäärä"
"Sisällysluettelo" "Alaviitteet")
I have visited Finland once (in the year of the 1990 solar eclipse).
Since then I always thought that Finnish is the perfect language for
small children, because I don't know any other language in which the
word for "icecream" is as "cry-able" :-)
Thanks a lot.
- Carsten
>
>
> Best,
>
> Harri Kiiskinen
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: How to say "Footnotes" on other languages
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
` (9 preceding siblings ...)
2008-11-10 13:06 ` Harri Kiiskinen
@ 2008-11-12 13:57 ` rushba
2008-11-12 14:31 ` R: " Giovanni Ridolfi
10 siblings, 1 reply; 20+ messages in thread
From: rushba @ 2008-11-12 13:57 UTC (permalink / raw)
To: emacs-orgmode
("ru" "Автор" "Дата" "Содержание" "Сноска")
^ permalink raw reply [flat|nested] 20+ messages in thread
* R: Re: How to say "Footnotes" on other languages
2008-11-12 13:57 ` rushba
@ 2008-11-12 14:31 ` Giovanni Ridolfi
0 siblings, 0 replies; 20+ messages in thread
From: Giovanni Ridolfi @ 2008-11-12 14:31 UTC (permalink / raw)
To: emacs-orgmode
--- Mer 12/11/08, rushba@eyelinkmedia.com <rushba@eyelinkmedia.com> ha scritto:
> ("ru" "Автор" "Дата" "Содержание" "Сноска")
could you please use the code in this page?
http://www.thesauruslex.com/typo/eng/nonlatin.htm#ru
I think that Carsten wants *NOT*-UTF-8 characters, you know
it's full of Americans with their dull and simple latin
alphabet out there ;-)
cheers,
Giovanni
Unisciti alla community di Io fotografo e video, il nuovo corso di fotografia di Gazzetta dello sport:
http://www.flickr.com/groups/iofotografoevideo
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2008-11-12 14:32 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 12:09 How to say "Footnotes" on other languages Carsten Dominik
2008-11-08 13:26 ` Paul R
2008-11-08 13:27 ` Paul R
2008-11-08 15:06 ` Martin Thorsen Ranang
2008-11-08 16:11 ` Mikael Fornius
2008-11-08 16:50 ` Martin Thorsen Ranang
2008-11-08 17:33 ` Carsten Dominik
2008-11-08 16:09 ` Carsten Dominik
2008-11-08 17:01 ` Tassilo Horn
2008-11-08 17:33 ` Carsten Dominik
2008-11-08 20:19 ` Seweryn Kokot
2008-11-08 20:28 ` Carsten Dominik
2008-11-08 21:11 ` Seweryn Kokot
2008-11-09 5:08 ` William Henney
2008-11-09 11:31 ` Peder O. Klingenberg
2008-11-09 14:15 ` Richard KLINDA
2008-11-10 13:06 ` Harri Kiiskinen
2008-11-10 13:16 ` Carsten Dominik
2008-11-12 13:57 ` rushba
2008-11-12 14:31 ` R: " Giovanni Ridolfi
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).