# $Id: czech.perl,v 1.1 1998/08/25 02:11:23 RRM Exp $ # # czech.perl for czech babel, inspired heavily by german.perl # by Ross Moore package czech; print " [czech]"; sub main'czech_translation { @_[0] } package main; if (defined &addto_languages) { &addto_languages('czech') }; &do_require_extension ('latin2'); sub czech_titles { $toc_title = "Obsah"; $lof_title = "Seznam obrázků"; $lot_title = "Seznam tabulek"; $idx_title = "Index"; $ref_title = "Reference"; $bib_title = "Literatura"; $abs_title = "Abstrakt"; $app_title = "Dodatek"; $pre_title = "Předmluva"; ## $foot_title = ""; ## $thm_title = ""; $fig_name = "Obrázek"; $tab_name = "Tabulka"; $prf_name = "Důkaz"; $page_name = "Strana"; # Sectioning-level titles $part_name = "Část"; $chapter_name = "Kapitola"; # $section_name = ""; # $subsection_name = ""; # $subsubsection_name = ""; # $paragraph_name = ""; # Misc. strings ## $child_name = ""; ## $info_title = ""; $also_name = "viz také"; $see_name = "viz"; # names in navigation panels ## $next_name = ""; ## $up_name = ""; ## $prev_name = ""; ## $group_name = ""; # mail fields $encl_name = "Půíloha"; $headto_name = "Komu"; $cc_name = "Na vědomí"; @Month = ('', 'ledna', 'úunora', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince'); # $GENERIC_WORDS = ""; } sub czech_today { local($today) = &get_date(); $today =~ s|(\d+)/0?(\d+)/|$2. $Month[$1] |; join('',$today,$_[0]); } # use'em &czech_titles; $default_language = 'czech'; $TITLES_LANGUAGE = 'czech'; $czech_encoding = 'iso-8859-2'; # $Log: czech.perl,v $ # Revision 1.1 1998/08/25 02:11:23 RRM # Babel language support # # 1;