From: Even H. <ho...@us...> - 2005-03-30 16:08:51
|
Update of /cvsroot/tavi/tavi/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10315 Added Files: lang_cs.php Log Message: Language file: Czech --- NEW FILE: lang_cs.php --- <?php /** * This file provides the textual interface of WikkiTikkiTavi * For more information see http://tavi.sourceforge.net/TaviTranslation * * This file is divided into the sections according to subdirectories of * where the constants are used. So that the constant PARSE_RecentChanges are * to be found somewhere within the parse-subdirectory. * * See http://tavi.sourceforge.net/TaviTranslation for notes on how to * translate the file into another language, and how to publish your changes. * Please do contribute to make 'Tavi available in multiple languages. * The gist of translation, is to copy this file and translate it. Store the * resulting work as lang_XX.php, where XX denotes the two characters used to * describe the language. And after that to add a line like the following to * your config.php: * define(LANGUAGE_CODE, 'cs'); * Using 'cs' for the czech version, if available. */ /* General messages */ define('GEN_ErrorSuffix', '<br />V pøípadì pøetrvávajících problémù kontaktuj <a href="mailto:' . $Admin . '">administrátora</a>.'); /* action-directory */ define('ACTION_RateControlIpBlocking', 'Rate control / Blokování IP adres je vypnuto'); define('ACTION_LockUnlockPages', 'Zamknout / odemknout dokumenty'); define('ACTION_BLockUnblockHosts', 'Zablokovat / odblokovat u¾ivatele'); define('ACTION_ErrorNameMatch', 'Zadal jsi neplatné u¾ivatelské jméno.' . GEN_ErrorSuffix); define('ACTION_ErrorAdminDisabled', 'Administrace není v této wiki k dispozici.'.GEN_ErrorSuffix); define('ACTION_ErrorPageLocked', 'Stránka, kterou chce¹ upravit, je zamèená.' . GEN_ErrorSuffix); /* lib-directory */ define('LIB_ErrorDatabaseQuery', 'Nastala chyba pøi zpracování dotazu na databázi.' . GEN_ErrorSuffix); define('LIB_ErrorDatabaseConnect', 'Nastala chyba pøi pøipojování k databázi.' . GEN_ErrorSuffix); define('LIB_ErrorDatabaseSelect', 'Nastala chyba pøi výbìru databáze.' . GEN_ErrorSuffix); define('LIB_ErrorCreatingTemp', 'Nastala chyba pøi vytváøení pracovního souboru.' . GEN_ErrorSuffix); define('LIB_ErrorWritingTemp', 'Nastala chyba pøi zápisu do pracovního souboru.' . GEN_ErrorSuffix); // The next two entries are parsed through the wiki engine, so leave the \'\' // to get bolded entries... And the escaping of $!DiffCmd... ;) define('LIB_NoDiffAvailableSafeMode', '\'\'Nelze zobrazit rozdíly kvùli ¹patné cestì v parametru diffcmd. Cesta '. 'by mìla být v '. ini_get("safe_mode_exec_dir") . 'a pøitom je nastavena na '. $DiffCmd .'. Uprav si nastavení diffcmd nebo '. 'si vytvoø symbolický link na tento adresáø. Poté nezapomeò '. 'upravit konfiguraci $!DiffCmd.\'\''); define('LIB_NoDiffAvailable', '\'\'Nelze zobrazit rozdíly. $!DiffCmd ukazuje na soubor ' . $DiffCmd . ', který neexistuje nebo je po¹kozený\'\''); define('LIB_ErrorDeniedAccess', 'Nemá¹ práva k pøístupu na tyto stránky.' . GEN_ErrorSuffix); define('LIB_ErrorRateExceeded', 'Pøekonal jsi limit poètu stránek, které mù¾e¹ shlédnout za urèenou dobu.'. 'Pokraèuj v prohlí¾ení pozdìji.' . GEN_ErrorSuffix); define('LIB_ErrorInvalidPage', 'Neplatný název stránky (dokumentu).' . GEN_ErrorSuffix); /* parse-directory */ define('PARSE_Added', 'Pøidáno: '); define('PARSE_Changed', 'Zmìnìno: '); define('PARSE_Deleted', 'Smazáno: '); define('PARSE_Never', '®ádné'); // The next two entries, are joined with a counting variable inbetween define('PARSE_CompleteListStart', 'Zobrazit kompletní pøehled ('); define('PARSE_CompleteListEnd', ' záznamù)'); define('PARSE_RecentChanges', 'Pøehled zmìn'); define('PARSE_Locked', 'Zamknout'); define('PARSE_BlockedRange', 'Blokované IP adresy'); define('PARSE_EnterIpRange', 'Zadej rozsah IP adres ve formì <tt>12.*</tt>, <tt>34.56.*</tt> nebo ' . '<tt>78.90.123.*</tt>'); define('PARSE_EmptyToBeDeleted', ' ** Prázdný dokument, pøipravený ke smazání ** '); define('PARSE_From', 'z'); //ie. SomeThing *from* WantedPages, MacroSomePage define('PARSE_ButtonBlock', 'Zablokovat'); define('PARSE_ButtonUnblock', 'Odblokovat'); define('PARSE_ButtonSave', 'Ulo¾it'); define('PARSE_ButtonPreview', 'Náhled'); /* Template directory */ // Note the change to use only TMPL_ as prefix instead of full TEMPLATE_ define('TMPL_Administration', 'Administrace'); define('TMPL_EditDocument', 'Upravit tento dokument'); define('TMPL_NoEditDocument', 'Tento dokument nelze mìnit'); define('TMPL_EditArchiveVersion', 'Uprav tuto <em>ARCHIVNÍ VERZI</em> dokumentu'); // Next entry is followed by a date as produced by html_time() define('TMPL_ViewDocHistory', 'Zobrazit historii dokumentu'); define('TMPL_DocLastModified', 'Poslední úpravy'); define('TMPL_TwinPages', 'Stejné stránky:'); define('TMPL_Search', 'Hledat:'); define('TMPL_Editing', 'Upravit'); define('TMPL_WarningOtherEditing', 'Upozornìní: bìhem úprav dokumentu byl tento dokument zmìnìn nìkým jiným. '. 'Pøidej svoje zmìny do aktuální verze tohoto dokumentu.'); define('TMPL_CurrentVersion', 'Aktuální verze'); define('TMPL_ButtonSave', 'Ulo¾it'); define('TMPL_ButtonPreview', 'Náhled'); define('TMPL_YourUsername', 'Tvoje u¾ivatelské jméno je'); define('TMPL_VisitPrefs', 'V <a href="'. $PrefsScript. '">Nastavení</a> si uprav svoje '. 'u¾ivatelské jméno'); define('TMPL_SummaryOfChange', 'Popis provedených zmìn:'); define('TMPL_AddToCategory', 'Zaøadit dokument do kategorie:'); define('TMPL_YourChanges', 'Tvoje zmìny'); define('TMPL_PreviewCurrentVersion', 'Náhled aktuální verze'); define('TMPL_DifferencesIn', 'Rozdíly mezi'); define('TMPL_DifferenceBetweenVersions', 'Rozdíly mezi vybranými verzemi:'); define('TMPL_Find', 'Hledat'); define('TMPL_HistoryOf', 'Historie'); define('TMPL_Older', 'Star¹í'); define('TMPL_Newer', 'Novìj¹í'); define('TMPL_ButtonComputeDifference', 'Zobrazit rozdíly'); define('TMPL_ChangesLastAuthor', 'Úpravy posledního autora:'); define('TMPL_Prefs', 'Nastavení'); define('TMPL_Previewing', 'Náhled'); define('TMPL_Preview', 'Náhled'); ?> |