]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-texi2html.init
Docs: NR 2.1, 2.2: link to Keeping contexts alive
[lilypond.git] / lilypond-texi2html.init
index af049ee3eadf0ecaa2200fbc113fef768e12939f..cf9a6df30cbde71eac45c0ef6c0a737de985ccc1 100644 (file)
@@ -79,10 +79,12 @@ $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',
+};
+$LY_LANGUAGES->{'ja'} = {
+    'Back to Documentation Index' => 'ドキュメント インデックスに戻る',
 };
 
-print $LY_LANGUAGES->{'fr'}->{'Back to Documentation Index'};
 
 sub ly_get_string () {
     my $lang = $Texi2HTML::THISDOC{current_lang};