User: markomlm Date: 2010-03-16 20:23:12+0000 Modified: de/www/downloads/download-table-gen.pl
Log: umlaute fix File Changes: Directory: /de/www/downloads/ ============================= File [changed]: download-table-gen.pl Url: http://de.openoffice.org/source/browse/de/www/downloads/download-table-gen.pl?r1=1.3&r2=1.4 Delta lines: +8 -8 ------------------- --- download-table-gen.pl 2010-03-16 01:35:13+0000 1.3 +++ download-table-gen.pl 2010-03-16 20:23:10+0000 1.4 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl use warnings; use strict; @@ -40,7 +40,7 @@ # 'lin64rpmj' => 'OOo_3.2.0_LinuxX86-64_install_wJRE_da.tar.gz' # }, # 'latest' => '3.2.0', -# 'lang' => 'Dänisch' +# 'lang' => 'Dänisch' # } # } #}; @@ -56,12 +56,12 @@ 'ca' => 'Katalanisch', 'zh-cn' => 'Chinesisch (vereinfacht)', 'zh-tw' => 'Chinesisch (traditionell)', - 'da' => 'Dänisch', - 'nl' => 'Niederländisch', + 'da' => 'Dänisch', + 'nl' => 'Niederländisch', 'en-GB' => 'Englisch (Britisch)', 'en-US' => 'Englisch (US)', 'et' => 'Estnisch', - 'fr' => 'Französisch', + 'fr' => 'Französisch', 'gl' => 'Galicisch', 'de' => 'Deutsch', 'el' => 'Griechisch', @@ -76,14 +76,14 @@ 'nb' => 'Norwegisch (BokmÃ¥l)', 'nn' => 'Norwegisch (Nynorsk)', 'pl' => 'Polnisch', - 'pt' => 'Portugisisch (Europa)', - 'bt-pt' => 'Portugisisch (Brasilien)', + 'pt' => 'Portugiesisch (Europa)', + 'bt-pt' => 'Portugiesisch (Brasilien)', 'ru' => 'Russisch', 'sr' => 'Serbisch', 'sl' => 'Slovenisch', 'es' => 'Spanisch', 'sv' => 'Schwedisch', - 'tr' => 'Türkisch', + 'tr' => 'Türkisch', 'vi' => 'Vietnamesisch' ); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
