]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc-ca: Translated string seen in home page of lilypond.org about hosting
authorWalter Garcia-Fontes <walter.garcia@upf.edu>
Sat, 7 Feb 2015 17:18:02 +0000 (18:18 +0100)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Tue, 21 Apr 2015 17:06:10 +0000 (19:06 +0200)
Documentation/lilypond-texi2html.init

index f39179e0caabd743beb881c88a417f94699bb68c..9cb5772de4779ddecab0157be17807f6ce8e0f48 100644 (file)
@@ -95,7 +95,7 @@ use Encode qw(decode);
 my $LY_LANGUAGES = {};
 $LY_LANGUAGES->{'ca'} = {
     'Back to Documentation Index' => '',
-    '<p>Thanks to ${webdev_link} for hosting ${lily_site}.' => '',
+    '<p>GrĂ cies a ${webdev_link} per allotjar ${lily_site}.' => '',
 };
 
 $LY_LANGUAGES->{'cs'} = {
@@ -1821,7 +1821,7 @@ sub lilypond_print_toc_div ($$)
         if ($have_index_entries) {
           my ($docu_dir, $docu_name) = split_texi_filename ($Texi2HTML::THISDOC{'input_file_name'});
           print $fh '<script language="JavaScript">print_search_field ("' .
-             $Texi2HTML::THISDOC{current_lang} . '", "' . 
+             $Texi2HTML::THISDOC{current_lang} . '", "' .
              $docu_name . "\", " . $bigpage . ")</script>\n";
         }
       }