diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-10 18:13:35 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-10 18:13:35 +0000 |
commit | d4f12905cf6a9570a585c01d9ab8d39167ab5cc5 (patch) | |
tree | fafccc63005e79c53555e23a69ad6f46094661e2 | |
parent | 634e51f518e5af1f35d0c322a8a41256b7094f5d (diff) | |
download | drakx-backup-do-not-use-d4f12905cf6a9570a585c01d9ab8d39167ab5cc5.tar drakx-backup-do-not-use-d4f12905cf6a9570a585c01d9ab8d39167ab5cc5.tar.gz drakx-backup-do-not-use-d4f12905cf6a9570a585c01d9ab8d39167ab5cc5.tar.bz2 drakx-backup-do-not-use-d4f12905cf6a9570a585c01d9ab8d39167ab5cc5.tar.xz drakx-backup-do-not-use-d4f12905cf6a9570a585c01d9ab8d39167ab5cc5.zip |
Changed console Czech keyboard
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 9d68c4cb1..99d19efeb 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -157,10 +157,10 @@ arch() =~ /^sparc/ ? ( #- Bosnia and Croatia use the same layout, but people are confused if there #- isn't an antry for their country "bs" => [ N_("Bosnian"), "croat", "hr", 0 ], - "by" => [ N_("Belarusian"), "by-cp1251", "by", 1 ], + "by" => [ N_("Belarusian"), "by-cp1251", "by", 1 ], "ch_de" => [ N_("Swiss (German layout)"), "sg-latin1", "de_CH", 0 ], "ch_fr" => [ N_("Swiss (French layout)"), "fr_CH-latin1", "fr_CH", 0 ], - "cz" => [ N_("Czech (QWERTZ)"), "cz-latin2", "cz", 0 ], + "cz" => [ N_("Czech (QWERTZ)"), "cz", "cz", 0 ], "cz_qwerty" => [ N_("Czech (QWERTY)"), "cz-lat2", "cz_qwerty", 0 ], "de" => [ N_("German"), "de-latin1", "de", 0 ], "de_nodeadkeys" => [ N_("German (no dead keys)"), "de-latin1-nodeadkeys", "de(nodeadkeys)", 0 ], |