Help for this page

Select Code to Download


  1. or download this
     undef $locale;
     $locale = Wx::Locale->new('Czech', 'cz','cz');
     $locale->AddCatalogLookupPathPrefix(filename('data/locale'));
     $locale->AddCatalog('evidence');
    
  2. or download this
    msgid ""
    msgstr ""
    "Project-Id-Version: evidence VERSION\n"
    ...
    "MIME-Version: 1.0\n"
    "Content-Type: text/plain; charset=UTF-8\n"
    "Content-Transfer-Encoding: 8bit\n"
    
  3. or download this
    sub _T {
     my $gettext;
     my $octets;
    ...
    
     return $result;
    }