From: Reinhold Kainhofer Date: Sun, 1 Feb 2009 17:52:48 +0000 (+0100) Subject: Texi2html: Add german translation for link back to docs overview X-Git-Tag: release/2.12.3-1~129 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d753c62feaabe419c423f2f558a15e922e0d4ce5;p=lilypond.git Texi2html: Add german translation for link back to docs overview (cherry picked from commit a98578703f2895564f0cc9721c17d30d3f385c9d) --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 6abc48cd98..c2f7d7b101 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -79,7 +79,7 @@ $LY_LANGUAGES->{'es'} = { 'Back to Documentation Index' => 'Volver al índice de la documentación', }; $LY_LANGUAGES->{'de'} = { - 'Back to Documentation Index' => '', + 'Back to Documentation Index' => 'Zur Dokumentationsübersicht', };