|
From: Jirka P. <fi...@us...> - 2002-05-07 12:56:13
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv21320/phpbt/languages Added Files: cz_iso-8859-2.php Log Message: Czech language strings encoded in ISO-8859-2, which is international standart for Central Europe. Windows-1250 encoding (used in file cz.php) is only the standart on Microsoft compatible platforms. ISO-8859-2 encoding works with all major browsers/platforms and there are many fonts encoded in iso-8859-2 for UNIX/LINUX based systems. Nobody knows, why Microsoft is still using obsoleted Windows-1250 encoding. And I personaly don't know, why anybody is using anything else than unicode. :-) --- NEW FILE: cz_iso-8859-2.php --- <?php // cz.php - Czech strings and titles // ------------------------------------------------------------------------ // Copyright (c) 2002 The phpBugTracker Group // ------------------------------------------------------------------------ // This file is part of phpBugTracker // // phpBugTracker is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // phpBugTracker is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ // $Id: cz_iso-8859-2.php,v 1.1 2002/05/07 12:56:04 firma Exp $ $STRING = array( 'lang_charset' => 'iso-8859-2', 'nouser' => 'Tento u¾ivatel neexistuje', 'dupeofself' => 'BUG nemù¾e být shodný se sám se sebou', 'nobug' => 'Tento BUG neexistuje', 'givesummary' => 'Prosím vlo¾te souhrn', 'givedesc' => 'Prosím vlo¾te popis', 'noprojects' => 'Projekt nebyl nalezen', 'totalbugs' => 'Celkovì chyb', 'giveemail' => 'Prosím vlo¾te správnou e-mailovou adresu', 'givelogin' => 'prosím vlo¾te login (u¾ivatelské jméno)', 'loginused' => 'Tento login ji¾ u¾ívá nìkdo jiný', 'newacctsubject' => 'phpBugTracker Pøihlá¹ení', 'newacctmessage' => "Vá¹e phpBugTracker heslo je %s", 'nobugs' => 'Nenalezeny ¾ádné chyby', 'givename' => 'Prosím vlo¾te jméno', 'edit' => 'Upravit', 'addnew' => 'Pøidat', 'nooses' => 'Nenalezen OS', 'giveinitversion' => 'Prosím vlo¾te poèáteèní verzi projektu ', 'giveversion' => 'Prosím vlo¾te verzi', 'noversions' => 'Verze nenalezena', 'nocomponents' => 'Komponenta nenalezena', 'nostatuses' => 'Status nebyl nalezen', 'noseverities' => 'Dùle¾itost nenalezena', 'givepassword' => 'Prosím vlo¾te heslo', 'nousers' => 'U¾ivatel(é) nenalezen(i)', 'bugbadperm' => 'Nemù¾ete zmìnit BUG', 'bugbadnum' => 'Tenhle BUG neexistuje', 'datecollision' => 'Nìkdo aktualizoval BUG od Va¹í poslední náv¹tìvy. Do informací o BUGu byli zaneseny nejnovìj¹í zmìny', 'passwordmatch' => 'Hesla nesouhlasí --prosím zadejte je znova', 'nobughistory' => 'Tento BUG nemá hystorii', 'logintomodify' => 'Musíte být zalogován pro upravu tohoto BUGu', 'dupe_attachment' => 'Pøíloha pro tento BUG je ji¾ nahrána', 'give_attachment' => 'Prosím vyberte soubor pro upload', 'no_attachment_save_path' => 'Cesta k ulo¾enému souboru nenalezena', 'attachment_path_not_writeable' => 'Nelze vytvoøit soubor na zadané cestì', 'attachment_move_error' => 'Nastala chyba pøi pøesouvání nahraného souboru', 'bad_attachment' => 'Tato pøíloha neexistuje', 'attachment_too_large' => 'Vámi specifikovaný soubor je vìt¹í ne¾ '.number_format(ATTACHMENT_MAX_SIZE).' bytù', 'bad_permission' => 'Nemáte práva na po¾adovanou funkci', 'project_only_all_groups' => 'Nelze vybrat specifickou skupoinu kdy¾ jsou vybrány v¹echny skupiny', 'previous_bug' => 'Pøedchozí', 'next_bug' => 'Následující', 'already_voted' => 'Ji¾ jste hlasoval k tomuto BUGu', 'too_many_votes' => 'Dosáhl jste maximálního poètu hlasù na jednoho u¾ivatele', 'no_votes' => 'Nikdo je¹tì nehlasoval', 'user_filter' => array( 0 => 'V¹ichni u¾ivatelé', 1 => 'Aktivní u¾ivatelé', 2 => 'Neaktivní u¾ivatelé'), 'dupe_dependency' => 'That bug dependency has already been added', 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' ); // Page titles $TITLE = array( 'enterbug' => 'Vlo¾te BUG', 'editbug' => 'Upravte BUG', 'newaccount' => 'Vytvoøit nový úèet', 'bugquery' => 'BUG dotaz', 'buglist' => 'Seznam BUGù', 'addcomponent' => 'Pøidat komponentu', 'editcomponent' => 'Editovat komponentu', 'addproject' => 'Pøidat projekt', 'editproject' => 'Editovat projekt', 'addversion' => 'Pøidat verzi', 'editversion' => 'Upravit verzi', 'project' => 'Projekty', 'os' => 'Operaèní systémy', 'resolution' => 'Rozli¹ení', 'status' => 'Statusy', 'severity' => 'Dùle¾itosti', 'user' => 'U¾ivatelé', 'home' => 'Domù', 'reporting' => 'Hlá¹ení', 'group' => 'Skupiny' ); ?> |