mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
578 lines
34 KiB
PHP
578 lines
34 KiB
PHP
<?php
|
|
// MyDMS. Document Management System
|
|
// Copyright (C) 2002-2005 Markus Westphal
|
|
// Copyright (C) 2006 Malcolm Cowe
|
|
// Copyright (C) 2008 Ivan Masár
|
|
//
|
|
// This program 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.
|
|
//
|
|
// This program 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 this program; if not, write to the Free Software
|
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
$text = array();
|
|
$text["accept"] = "Přijmout";
|
|
$text["access_denied"] = "Přístup zamítnut.";
|
|
$text["access_inheritance"] = "Dědičnost přístupu";
|
|
$text["access_mode"] = "Režim přístupu";
|
|
$text["access_mode_all"] = "Každý";
|
|
$text["access_mode_none"] = "Žádný přístup";
|
|
$text["access_mode_read"] = "Na čtení";
|
|
$text["access_mode_readwrite"] = "Na čtení i zápis";
|
|
$text["access_permission_changed_email"] = "Povolení upraveno";
|
|
$text["actions"] = "Činnosti";
|
|
$text["add"] = "Přidat";
|
|
$text["add_doc_reviewer_approver_warning"] = "Pozn.: Dokumenty se automaticky označí jako vydané, když není přidělen žádný kontrolor nebo schvalovatel.";
|
|
$text["add_document_link"] = "Přidat odkaz";
|
|
$text["add_document"] = "Přidat dokument";
|
|
$text["add_event"] = "Přidat akci";
|
|
$text["add_group"] = "Přidat novou skupinu";
|
|
$text["add_member"] = "Přidat člena";
|
|
$text["add_multiple_documents"] = "Add multiple documents";
|
|
$text["add_multiple_files"] = "Přidat více souborů (název souboru použijte jako název dokumentu)";
|
|
$text["add_subfolder"] = "Přidat podadresář";
|
|
$text["add_user"] = "Přidat nového uživatele";
|
|
$text["admin"] = "Správce";
|
|
$text["admin_tools"] = "Nástroje správce";
|
|
$text["all_categories"] = "All categories";
|
|
$text["all_documents"] = "Všechny dokumenty";
|
|
$text["all_pages"] = "Vše";
|
|
$text["all_users"] = "Všichni uživatelé";
|
|
$text["already_subscribed"] = "Již odebráno";
|
|
$text["and"] = "a";
|
|
$text["apply"] = "Apply";
|
|
$text["approval_deletion_email"] = "Zrušení schválení požadavku";
|
|
$text["approval_group"] = "Skupina schválení";
|
|
$text["approval_request_email"] = "Schválení požadavku";
|
|
$text["approval_status"] = "Stav schválení";
|
|
$text["approval_submit_email"] = "Předložit ke schválení";
|
|
$text["approval_summary"] = "Souhrn schválení";
|
|
$text["approval_update_failed"] = "Chyba při aktualizaci stavu schválení. Aktualizace selhala.";
|
|
$text["approvers"] = "Schvalovatelé";
|
|
$text["april"] = "Duben";
|
|
$text["archive_creation"] = "Archivování";
|
|
$text["archive_creation_warning"] = "Pomocí této operace můžete vytvořit archiv obsahující soubory z celé složky DMS. Po jeho vytvoøení bude archiv ulžen v datové složce serveru. POZOR: archiv bude vytvořen jako běžně čitelný, nelze jej použít jako záložní server.";
|
|
$text["assign_approvers"] = "Přiřazení schvalující";
|
|
$text["assign_reviewers"] = "Přiřazení kontroloři";
|
|
$text["assign_user_property_to"] = "Přiřazení uživatelských vlastností";
|
|
$text["assumed_released"] = "Pokládá se za zveřejněné";
|
|
$text["august"] = "Srpen";
|
|
$text["automatic_status_update"] = "Automatická změna stavu";
|
|
$text["back"] = "Přejít zpět";
|
|
$text["backup_list"] = "Existující záložní seznam";
|
|
$text["backup_remove"] = "Odstranit soubor zálohy";
|
|
$text["backup_tools"] = "Nástroje pro zálohování";
|
|
$text["between"] = "mezi";
|
|
$text["calendar"] = "Kalendář";
|
|
$text["cancel"] = "Zrušit";
|
|
$text["cannot_assign_invalid_state"] = "Není možné přidělit schvalovatele dokumentu, který nečeká na kontrolu nebo na schválení.";
|
|
$text["cannot_change_final_states"] = "Upozornění: Nebylo možné změnit stav dokumentů, které byly odmítnuty, označené jako zastaralé nebo platnost vypršela.";
|
|
$text["cannot_delete_yourself"] = "Nelze odstranit vlastní";
|
|
$text["cannot_move_root"] = "Chyba: Není možné přesunout kořenový adresář.";
|
|
$text["cannot_retrieve_approval_snapshot"] = "Není možné získat informaci o stavu schválení této verze dokumentu.";
|
|
$text["cannot_retrieve_review_snapshot"] = "Není možné získat informaci o stavu kontroly této verze dokumentu.";
|
|
$text["cannot_rm_root"] = "Chyba: Není možné smazat kořenový adresář.";
|
|
$text["category"] = "Category";
|
|
$text["category_filter"] = "Only categories";
|
|
$text["category_in_use"] = "This category is currently used by documents.";
|
|
$text["categories"] = "Categories";
|
|
$text["change_assignments"] = "Změnit přiřazení";
|
|
$text["change_status"] = "Změna stavu";
|
|
$text["choose_category"] = "--Vyberte prosím--";
|
|
$text["choose_group"] = "--Vyberte skupinu--";
|
|
$text["choose_target_category"] = "Choose category";
|
|
$text["choose_target_document"] = "Vyberte dokument";
|
|
$text["choose_target_folder"] = "Vyberte cílový adresář";
|
|
$text["choose_user"] = "--Vyberte uživatele--";
|
|
$text["comment_changed_email"] = "Změna komentáře";
|
|
$text["comment"] = "Komentář";
|
|
$text["comment_for_current_version"] = "Komentář k aktuální verzi";
|
|
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
|
|
$text["confirm_pwd"] = "Potvrzení hesla";
|
|
$text["confirm_rm_backup"] = "Skutečně chcete odstranit soubor \"[arkname]\"?<br>Pozor: Akci nelze vrátit zpět.";
|
|
$text["confirm_rm_document"] = "Skutečně chcete odstranit dokument \"[documentname]\"?<br>Buďte opatrní: Tuto činnost není možné vrátit zpět.";
|
|
$text["confirm_rm_dump"] = "Skutečně chcete odstranit soubor \"[dumpname]\"?<br>Pozor: Akce je nevratná.";
|
|
$text["confirm_rm_event"] = "Skutečně chcete odstranit akci \"[name]\"?<br>Pozor: Akci nelze vrátit zpìt.";
|
|
$text["confirm_rm_file"] = "Skutečně chcete odstranit soubor \"[name]\" - \"[documentname]\"?<br>Pozor: Akci nelze vrátit zpìt.";
|
|
$text["confirm_rm_folder"] = "Skutečně chcete odstranit \"[foldername]\" a jeho obsah?<br>Buďte opatrní: Tuto činnost nené možné vrátit zpět.";
|
|
$text["confirm_rm_folder_files"] = "Skutečně chcete odstranit všechny soubory podadresáře z \"[foldername]\" ?<br>Buďte opatrní: Tuto akci nelze vrátit zpět.";
|
|
$text["confirm_rm_group"] = "Skutečně chcete odstranit skupinu \"[groupname]\"?<br>Pozor: Akce je nevratná.";
|
|
$text["confirm_rm_log"] = "Skutečně chcete odstranit LOG soubor \"[logname]\"?<br>Pozor: Akci nelze vrátit zpět.";
|
|
$text["confirm_rm_user"] = "Skutečně chcete odstranit uživatele \"[username]\"?<br>Pozor: Akce je nevratná.";
|
|
$text["confirm_rm_version"] = "Skutečně chcete odstranit verzi [version] dokumentu \"[documentname]\"?<br>Buďte opatrní: Tuto činnost není možné vrátit zpět.";
|
|
$text["content"] = "Domů";
|
|
$text["continue"] = "Pokračovat";
|
|
$text["create_fulltext_index"] = "Create fulltext index";
|
|
$text["create_fulltext_index_warning"] = "You are to recreate the fulltext index. This can take a considerable amount of time and reduce your overall system performance. If you really want to recreate the index, please confirm your operation.";
|
|
$text["creation_date"] = "Vytvořeno";
|
|
$text["current_version"] = "Aktuální verze";
|
|
$text["daily"] = "Daily";
|
|
$text["databasesearch"] = "Database search";
|
|
$text["december"] = "Prosinec";
|
|
$text["default_access"] = "Standardní režim přístupu";
|
|
$text["default_keywords"] = "Dostupná klíčová slova";
|
|
$text["delete"] = "Smazat";
|
|
$text["details"] = "Podrobnosti";
|
|
$text["details_version"] = "Podrobnosti verze: [version]";
|
|
$text["disclaimer"] = "Toto je neveřejná oblast. Přístup povolen pouze oprávněným uživatelům. Jakékoliv narušení bude stíháno podle platných právních norem.";
|
|
$text["document_already_locked"] = "Tento dokument je už zamčený";
|
|
$text["document_deleted"] = "Dokument odstraněn";
|
|
$text["document_deleted_email"] = "Dokument odstraněn";
|
|
$text["document"] = "Dokument";
|
|
$text["document_infos"] = "Informace o dokumentu";
|
|
$text["document_is_not_locked"] = "Tento dokument není zamčený";
|
|
$text["document_link_by"] = "Odkazuje sem";
|
|
$text["document_link_public"] = "Veřejný";
|
|
$text["document_moved_email"] = "Dokument přesunut";
|
|
$text["document_renamed_email"] = "Dokument přejmenován";
|
|
$text["documents"] = "Dokumenty";
|
|
$text["documents_in_process"] = "Dokumenty ve zpracování";
|
|
$text["documents_locked_by_you"] = "Dokument Vámi uzamčen";
|
|
$text["document_status_changed_email"] = "Stav dokumentu změněn";
|
|
$text["documents_to_approve"] = "Dokumenty čekající na schválení uživatele";
|
|
$text["documents_to_review"] = "Dokumenty čekající na kontrolu uživatele";
|
|
$text["documents_user_requiring_attention"] = "Dokumenty, které uživatel vlastní a vyžadují pozornost";
|
|
$text["document_title"] = "Dokument '[documentname]'";
|
|
$text["document_updated_email"] = "Dokument aktualizován";
|
|
$text["does_not_expire"] = "Platnost nikdy nevyprší";
|
|
$text["does_not_inherit_access_msg"] = "Zdědit přístup";
|
|
$text["download"] = "Stáhnout";
|
|
$text["draft_pending_approval"] = "Návrh - čeká na schválení";
|
|
$text["draft_pending_review"] = "Návrh - čeká na kontrolu";
|
|
$text["dump_creation"] = "Vytvoření DB výpisu";
|
|
$text["dump_creation_warning"] = "Pomocí této operace můžete vytvořit soubor s výpisem obsahu databáze. Po vytvoření bude soubor výpisu uložen ve složce data vašeho serveru.";
|
|
$text["dump_list"] = "Existující soubor výpisu";
|
|
$text["dump_remove"] = "Odstranit soubor výpisu";
|
|
$text["edit_comment"] = "Upravit komentář";
|
|
$text["edit_default_keywords"] = "Upravit klíčová slova";
|
|
$text["edit_document_access"] = "Upravit přístup";
|
|
$text["edit_document_notify"] = "Seznam upozornění";
|
|
$text["edit_document_props"] = "Upravit dokument";
|
|
$text["edit"] = "upravit";
|
|
$text["edit_event"] = "Upravit akci";
|
|
$text["edit_existing_access"] = "Upravit seznam řízení přístupu";
|
|
$text["edit_existing_notify"] = "Upravit seznam upozornění";
|
|
$text["edit_folder_access"] = "Upravit přístup";
|
|
$text["edit_folder_notify"] = "Seznam upozornění";
|
|
$text["edit_folder_props"] = "Upravit adresář";
|
|
$text["edit_group"] = "Upravit skupinu";
|
|
$text["edit_user_details"] = "Upravit podrobnosti uživatele";
|
|
$text["edit_user"] = "Upravit uživatele";
|
|
$text["email"] = "E-mail";
|
|
$text["email_footer"] = "Změnu nastavení e-mailu můžete kdykoliv provést pomocí funkce'Můj účet'";
|
|
$text["email_header"] = "Toto je automatická zpráva ze serveru DMS.";
|
|
$text["empty_notify_list"] = "Žádné položky";
|
|
$text["error_no_document_selected"] = "No document selected";
|
|
$text["error_no_folder_selected"] = "No folder selected";
|
|
$text["error_occured"] = "Vyskytla se chyba";
|
|
$text["event_details"] = "Údaje akce";
|
|
$text["expired"] = "Platnost vypršela";
|
|
$text["expires"] = "Platnost vyprší";
|
|
$text["expiry_changed_email"] = "Datum expirace změněno";
|
|
$text["february"] = "Únor";
|
|
$text["file"] = "Soubor";
|
|
$text["files_deletion"] = "Soubor odstraněn";
|
|
$text["files_deletion_warning"] = "Pomocí této volby můžete odstranit všechny soubory z celé složky DMS. Verzovací informace zůstanou viditelné.";
|
|
$text["files"] = "Soubory";
|
|
$text["file_size"] = "Velikost souboru";
|
|
$text["folder_contents"] = "Adresáře";
|
|
$text["folder_deleted_email"] = "Adresář odstraněn";
|
|
$text["folder"] = "Adresář";
|
|
$text["folder_infos"] = "Informace o adresáři";
|
|
$text["folder_moved_email"] = "Adresář přesunut";
|
|
$text["folder_renamed_email"] = "Adresář přejmenován";
|
|
$text["folders_and_documents_statistic"] = "Přehled adresářů a dokumentů";
|
|
$text["folders"] = "Adresáře";
|
|
$text["folder_title"] = "Adresář '[foldername]'";
|
|
$text["friday"] = "Patek";
|
|
$text["from"] = "Od";
|
|
$text["fullsearch"] = "Full text search";
|
|
$text["fullsearch_hint"] = "Use fulltext index";
|
|
$text["fulltext_info"] = "Fulltext index info";
|
|
$text["global_default_keywords"] = "Globální klíčová slova";
|
|
$text["global_document_categories"] = "Categories";
|
|
$text["group_approval_summary"] = "Souhrn schválení skupiny";
|
|
$text["group_exists"] = "Skupina již existuje.";
|
|
$text["group"] = "Skupina";
|
|
$text["group_management"] = "Skupiny";
|
|
$text["group_members"] = "Členové skupiny";
|
|
$text["group_review_summary"] = "Souhrn revizí skupiny";
|
|
$text["groups"] = "Skupiny";
|
|
$text["guest_login_disabled"] = "Přihlášení jako host je vypnuté.";
|
|
$text["guest_login"] = "Přihlásit se jako host";
|
|
$text["help"] = "Pomoc";
|
|
$text["hourly"] = "Hourly";
|
|
$text["human_readable"] = "Bežně čitelný archiv";
|
|
$text["include_documents"] = "Včetně dokumentů";
|
|
$text["include_subdirectories"] = "Včetně podadresářů";
|
|
$text["individuals"] = "Jednotlivci";
|
|
$text["inherits_access_msg"] = "Přístup se dědí.";
|
|
$text["inherits_access_copy_msg"] = "Zkopírovat zděděný seznam řízení přístupu";
|
|
$text["inherits_access_empty_msg"] = "Založit nový seznam řízení přístupu";
|
|
$text["internal_error_exit"] = "Vnitřní chyba. Nebylo možné dokončit požadavek. Ukončuje se.";
|
|
$text["internal_error"] = "Vnitřní chyba";
|
|
$text["invalid_access_mode"] = "Neplatný režim přístupu";
|
|
$text["invalid_action"] = "Neplatná činnost";
|
|
$text["invalid_approval_status"] = "Neplatný stav schválení";
|
|
$text["invalid_create_date_end"] = "Neplatné koncové datum vytvoření.";
|
|
$text["invalid_create_date_start"] = "Neplatné počáteční datum vytvoření.";
|
|
$text["invalid_doc_id"] = "Neplatný ID dokumentu";
|
|
$text["invalid_file_id"] = "Nevalidní ID souboru";
|
|
$text["invalid_folder_id"] = "Neplatné ID adresáře";
|
|
$text["invalid_group_id"] = "Neplatné ID skupiny";
|
|
$text["invalid_link_id"] = "Neplatné ID odkazu";
|
|
$text["invalid_request_token"] = "Invalid Request Token";
|
|
$text["invalid_review_status"] = "Neplatný stav kontroly";
|
|
$text["invalid_sequence"] = "Neplatná hodnota posloupnosti";
|
|
$text["invalid_status"] = "Neplatný stav dokumentu";
|
|
$text["invalid_target_doc_id"] = "Neplatné cílové ID dokumentu";
|
|
$text["invalid_target_folder"] = "Neplatné cílové ID adresáře";
|
|
$text["invalid_user_id"] = "Neplatné ID uživatele";
|
|
$text["invalid_version"] = "Neplatná verze dokumentu";
|
|
$text["is_hidden"] = "Utajit v seznamu uživatelů";
|
|
$text["january"] = "Leden";
|
|
$text["js_no_approval_group"] = "Prosím, vyberte skupinu pro schválení";
|
|
$text["js_no_approval_status"] = "Prosím, vyberte stav schválení";
|
|
$text["js_no_comment"] = "Žádný komentář";
|
|
$text["js_no_email"] = "Napište svou emailovou adresu";
|
|
$text["js_no_file"] = "Prosím, vyberte soubor";
|
|
$text["js_no_keywords"] = "Zadejte nějaká klíčová slova";
|
|
$text["js_no_login"] = "Prosím, napište jméno uživatele";
|
|
$text["js_no_name"] = "Prosím, napište jméno";
|
|
$text["js_no_override_status"] = "Prosím, vyberte nový stav [přepíše se]";
|
|
$text["js_no_pwd"] = "Budete muset napsat své heslo";
|
|
$text["js_no_query"] = "Napište požadavek";
|
|
$text["js_no_review_group"] = "Prosím, vyberte skupinu pro kontrolu";
|
|
$text["js_no_review_status"] = "Prosím, vyberte stav kontroly";
|
|
$text["js_pwd_not_conf"] = "Heslo a potvrzení hesla se neshodují";
|
|
$text["js_select_user_or_group"] = "Vyberte aspoň uživatele nebo skupinu";
|
|
$text["js_select_user"] = "Prosím, vyberte uživatele";
|
|
$text["july"] = "Červenec";
|
|
$text["june"] = "Červen";
|
|
$text["keyword_exists"] = "Klíčové slovo už existuje";
|
|
$text["keywords"] = "Klíčová slova";
|
|
$text["language"] = "Jazyk";
|
|
$text["last_update"] = "Naposledy aktualizoval";
|
|
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative <a href=\"%s\">upload page</a>.";
|
|
$text["linked_documents"] = "Související dokumenty";
|
|
$text["linked_files"] = "Přílohy";
|
|
$text["local_file"] = "Lokální soubor";
|
|
$text["locked_by"] = "Locked by";
|
|
$text["lock_document"] = "Zamknout";
|
|
$text["lock_message"] = "Tento dokument zamknul <a href=\"mailto:[email]\">[username]</a>.<br>Pouze oprávnění uživatelé ho mohou odemknout (viz konec stránky).";
|
|
$text["lock_status"] = "Stav";
|
|
$text["login_error_text"] = "Chyba při přihlašování. ID uživatele nebo heslo je nesprávné.";
|
|
$text["login_error_title"] = "Chyba při přihlašování";
|
|
$text["login_not_given"] = "Nebylo zadané uživatelské jméno";
|
|
$text["login_ok"] = "Přihlášení proběhlo úspěšně";
|
|
$text["log_management"] = "Správa LOG souborů";
|
|
$text["logout"] = "Odhlášení";
|
|
$text["manager"] = "Správce";
|
|
$text["march"] = "Březen";
|
|
$text["max_upload_size"] = "Max. délka pro nahrání jednoho souboru";
|
|
$text["may"] = "Květen";
|
|
$text["monday"] = "Pondělí";
|
|
$text["month_view"] = "Zobrazení měsíce";
|
|
$text["monthly"] = "Monthly";
|
|
$text["move_document"] = "Přesunout dokument";
|
|
$text["move_folder"] = "Přesunout adresář";
|
|
$text["move"] = "Přesunout";
|
|
$text["my_account"] = "Můj účet";
|
|
$text["my_documents"] = "Moje dokumenty";
|
|
$text["name"] = "Jméno";
|
|
$text["new_default_keyword_category"] = "Přidat kategorii";
|
|
$text["new_default_keywords"] = "Přidat klíčová slova";
|
|
$text["new_document_category"] = "Add category";
|
|
$text["new_document_email"] = "Nový dokument";
|
|
$text["new_file_email"] = "Nová příloha";
|
|
$text["new_folder"] = "Nový adresář";
|
|
$text["new"] = "Nový";
|
|
$text["new_subfolder_email"] = "Nový adresář";
|
|
$text["new_user_image"] = "Nový obrázek";
|
|
$text["no_action"] = "Nic se nevykoná";
|
|
$text["no_approval_needed"] = "Nic nečeká na schválení.";
|
|
$text["no_attached_files"] = "Žádné přiložené soubory";
|
|
$text["no_default_keywords"] = "Nejsou dostupná žádná klíčová slova.";
|
|
$text["no_docs_locked"] = "Žádné uzamčené dokumenty";
|
|
$text["no_docs_to_approve"] = "Momentálně neexistují žádné dokumenty, které vyžadují schválení.";
|
|
$text["no_docs_to_look_at"] = "Žádné dokumenty, které vyžadují pozornost.";
|
|
$text["no_docs_to_review"] = "Momentálně neexistují žádné dokumenty, které vyžadují kontrolu.";
|
|
$text["no_group_members"] = "Tato skupina nemá žádné členy";
|
|
$text["no_groups"] = "Žádné skupiny";
|
|
$text["no"] = "Ne";
|
|
$text["no_linked_files"] = "Žádné propojené soubory";
|
|
$text["no_previous_versions"] = "Nebyly nalezeny žádné jiné verze";
|
|
$text["no_review_needed"] = "Nic nečeká k revizi.";
|
|
$text["notify_added_email"] = "Byl/a jste přidán/a do seznamu pro oznámení";
|
|
$text["notify_deleted_email"] = "Byl/a jste odstraněn/a ze seznamu pro oznámení";
|
|
$text["no_update_cause_locked"] = "Proto nemůžete aktualizovat tento dokument. Prosím, kontaktujte uživatele, který ho zamknul.";
|
|
$text["no_user_image"] = "nebyl nalezen žádný obrázek";
|
|
$text["november"] = "Listopad";
|
|
$text["obsolete"] = "Zastaralé";
|
|
$text["october"] = "Říjen";
|
|
$text["old"] = "Starý";
|
|
$text["only_jpg_user_images"] = "Pro obrázky uživatelů je možné použít pouze obrázky .jpg";
|
|
$text["owner"] = "Vlastník";
|
|
$text["ownership_changed_email"] = "Vlastník změněn";
|
|
$text["password"] = "Heslo";
|
|
$text["personal_default_keywords"] = "Osobní klíčová slova";
|
|
$text["previous_versions"] = "Předešlé verze";
|
|
$text["refresh"] = "Refresh";
|
|
$text["rejected"] = "Odmítnuty";
|
|
$text["released"] = "Vydáno";
|
|
$text["removed_approver"] = "byl odstraněn ze seznamu schvalovatelů.";
|
|
$text["removed_file_email"] = "Příloha odstraněna";
|
|
$text["removed_reviewer"] = "byl odstraněn ze seznamu kontrolorů.";
|
|
$text["results_page"] = "Stránka s výsledky";
|
|
$text["review_deletion_email"] = "Žádost na revizi odstraněn";
|
|
$text["reviewer_already_assigned"] = "je už pověřen jako kontrolor";
|
|
$text["reviewer_already_removed"] = "už byl odstraněn z procesu kontroly nebo poslal kontrolu";
|
|
$text["reviewers"] = "Kontroloři";
|
|
$text["review_group"] = "Skupina kontroly";
|
|
$text["review_request_email"] = "Požadavek na kontrolu";
|
|
$text["review_status"] = "Stav kontroly";
|
|
$text["review_submit_email"] = "Předložit ke kontrole";
|
|
$text["review_summary"] = "Souhrn kontroly";
|
|
$text["review_update_failed"] = "Chyba při aktualizaci stavu kontroly. Aktualizace selhala.";
|
|
$text["rm_default_keyword_category"] = "Smazat kategorii";
|
|
$text["rm_document"] = "Odstranit dokument";
|
|
$text["rm_document_category"] = "Delete category";
|
|
$text["rm_file"] = "Odstranit soubor";
|
|
$text["rm_folder"] = "Odstranit adresář";
|
|
$text["rm_group"] = "Odstranit tuto skupinu";
|
|
$text["rm_user"] = "Odstranit tohoto uživatele";
|
|
$text["rm_version"] = "Odstranit verzi";
|
|
$text["role_admin"] = "Administrátor";
|
|
$text["role_guest"] = "Host";
|
|
$text["role_user"] = "Uživatel";
|
|
$text["role"] = "Role";
|
|
$text["saturday"] = "Sobota";
|
|
$text["save"] = "Uložit";
|
|
$text["search_fulltext"] = "Search in fulltext";
|
|
$text["search_in"] = "Prohledávat";
|
|
$text["search_mode_and"] = "všechna slova";
|
|
$text["search_mode_or"] = "alespoň jedno ze slov";
|
|
$text["search_no_results"] = "Vašemu dotazu nevyhovují žádné dokumenty";
|
|
$text["search_query"] = "Hledat";
|
|
$text["search_report"] = "Nalezených [count] dokumentů odpovídajících dotazu";
|
|
$text["search_results_access_filtered"] = "Výsledky hledání můžou obsahovat obsah, ke kterému byl zamítnut přístup.";
|
|
$text["search_results"] = "Výsledky hledání";
|
|
$text["search"] = "Hledat";
|
|
$text["search_time"] = "Uplynulý čas: [time] sek";
|
|
$text["selection"] = "Výběr";
|
|
$text["select_one"] = "Vyberte jeden";
|
|
$text["september"] = "Září";
|
|
$text["seq_after"] = "Po \"[prevname]\"";
|
|
$text["seq_end"] = "Na konec";
|
|
$text["seq_keep"] = "Ponechat pozici";
|
|
$text["seq_start"] = "První pozice";
|
|
$text["sequence"] = "Posloupnost";
|
|
$text["set_expiry"] = "Nastavit expiraci";
|
|
$text["set_owner_error"] = "Chybné nastavení vlastníka";
|
|
$text["set_owner"] = "Nastavit vlastníka";
|
|
$text["signed_in_as"] = "Přihlášen jako";
|
|
$text["sign_out"] = "Odhlásit";
|
|
$text["space_used_on_data_folder"] = "Použité místo pro data složky";
|
|
$text["status_approval_rejected"] = "Návrh zamítnut";
|
|
$text["status_approved"] = "Schválen";
|
|
$text["status_approver_removed"] = "Schvalovatel odstraněn z procesu";
|
|
$text["status_not_approved"] = "Neschválený";
|
|
$text["status_not_reviewed"] = "Nezkontrolovaný";
|
|
$text["status_reviewed"] = "Zkontrolovaný";
|
|
$text["status_reviewer_rejected"] = "Návrh zamítnut";
|
|
$text["status_reviewer_removed"] = "Kontrolor odstraněn z procesu";
|
|
$text["status"] = "Stav";
|
|
$text["status_unknown"] = "Neznámý";
|
|
$text["settings_contentDir_desc"] = "Where the uploaded files are stored (best to choose a directory that is not accessible through your web-server)";
|
|
$text["settings_contentOffsetDir"] = "Content Offset Directory";
|
|
$text["settings_contentOffsetDir_desc"] = "To work around limitations in the underlying file system, a new directory structure has been devised that exists within the content directory (Content Directory). This requires a base directory from which to begin. Usually leave this to the default setting, 1048576, but can be any number or string that does not already exist within (Content Directory)";
|
|
$text["settings_coreDir"] = "Core letoDMS directory";
|
|
$text["settings_coreDir_desc"] = "Path to LetoDMS_Core (optional)";
|
|
$text["settings_luceneClassDir"] = "Lucene LetoDMS directory";
|
|
$text["settings_luceneClassDir_desc"] = "Path to LetoDMS_Lucene (optional)";
|
|
$text["settings_luceneDir"] = "Lucene index directory";
|
|
$text["settings_luceneDir_desc"] = "Path to Lucene index";
|
|
$text["settings_createdatabase"] = "Create database";
|
|
$text["settings_createdirectory"] = "Create directory";
|
|
$text["settings_currentvalue"] = "Current value";
|
|
$text["settings_Database"] = "Database settings";
|
|
$text["settings_dbDatabase"] = "Database";
|
|
$text["settings_dbDatabase_desc"] = "The name for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbDriver"] = "Database Type";
|
|
$text["settings_dbDriver_desc"] = "The type of database in use entered during the installation process. Do not edit this field unless you are having to migrate to a different type of database perhaps due to changing hosts. Type of DB-Driver used by adodb (see adodb-readme)";
|
|
$text["settings_dbHostname_desc"] = "The hostname for your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbHostname"] = "Server name";
|
|
$text["settings_dbPass_desc"] = "The password for access to your database entered during the installation process.";
|
|
$text["settings_dbPass"] = "Password";
|
|
$text["settings_dbUser_desc"] = "The username for access to your database entered during the installation process. Do not edit field unless absolutely necessary, for example transfer of the database to a new Host.";
|
|
$text["settings_dbUser"] = "Username";
|
|
$text["settings_delete_install_folder"] = "To use LetoDMS, you must delete the install directory";
|
|
$text["settings_disableSelfEdit_desc"] = "If checked user cannot edit his own profile";
|
|
$text["settings_disableSelfEdit"] = "Disable Self Edit";
|
|
$text["settings_Display"] = "Display settings";
|
|
$text["settings_Edition"] = "Edition settings";
|
|
$text["settings_enableAdminRevApp_desc"] = "Uncheck to don't list administrator as reviewer/approver";
|
|
$text["settings_enableAdminRevApp"] = "Enable Admin Rev App";
|
|
$text["settings_enableCalendar_desc"] = "Enable/disable calendar";
|
|
$text["settings_enableCalendar"] = "Enable Calendar";
|
|
$text["settings_enableConverting_desc"] = "Enable/disable converting of files";
|
|
$text["settings_enableConverting"] = "Enable Converting";
|
|
$text["settings_enableEmail_desc"] = "Enable/disable automatic email notification";
|
|
$text["settings_enableEmail"] = "Enable E-mail";
|
|
$text["settings_enableFolderTree_desc"] = "False to don't show the folder tree";
|
|
$text["settings_enableFolderTree"] = "Enable Folder Tree";
|
|
$text["settings_enableFullSearch"] = "Enable Full text search";
|
|
$text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment";
|
|
$text["settings_enableGuestLogin"] = "Enable Guest Login";
|
|
$text["settings_enableUserImage_desc"] = "Enable users images";
|
|
$text["settings_enableUserImage"] = "Enable User Image";
|
|
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";
|
|
$text["settings_enableUsersView"] = "Enable Users View";
|
|
$text["settings_error"] = "Error";
|
|
$text["settings_expandFolderTree_desc"] = "Expand Folder Tree";
|
|
$text["settings_expandFolderTree"] = "Expand Folder Tree";
|
|
$text["settings_expandFolderTree_val0"] = "start with tree hidden";
|
|
$text["settings_expandFolderTree_val1"] = "start with tree shown and first level expanded";
|
|
$text["settings_expandFolderTree_val2"] = "start with tree shown fully expanded";
|
|
$text["settings_firstDayOfWeek_desc"] = "First day of the week";
|
|
$text["settings_firstDayOfWeek"] = "First day of the week";
|
|
$text["settings_footNote_desc"] = "Message to display at the bottom of every page";
|
|
$text["settings_footNote"] = "Foot Note";
|
|
$text["settings_guestID_desc"] = "ID of guest-user used when logged in as guest (mostly no need to change)";
|
|
$text["settings_guestID"] = "Guest ID";
|
|
$text["settings_httpRoot_desc"] = "The relative path in the URL, after the domain part. Do not include the http:// prefix or the web host name. e.g. If the full URL is http://www.example.com/letodms/, set '/letodms/'. If the URL is http://www.example.com/, set '/'";
|
|
$text["settings_httpRoot"] = "Http Root";
|
|
$text["settings_installADOdb"] = "Install ADOdb";
|
|
$text["settings_install_success"] = "The installation is completed successfully";
|
|
$text["settings_language"] = "Default language";
|
|
$text["settings_language_desc"] = "Default language (name of a subfolder in folder \"languages\")";
|
|
$text["settings_logFileEnable_desc"] = "Enable/disable log file";
|
|
$text["settings_logFileEnable"] = "Log File Enable";
|
|
$text["settings_logFileRotation_desc"] = "The log file rotation";
|
|
$text["settings_logFileRotation"] = "Log File Rotation";
|
|
$text["settings_luceneDir"] = "Directory for full text index";
|
|
$text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700.";
|
|
$text["settings_maxDirID"] = "Max Directory ID";
|
|
$text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse";
|
|
$text["settings_maxExecutionTime"] = "Max Execution Time (s)";
|
|
$text["settings_more_settings"] = "Configure more settings. Default login: admin/admin";
|
|
$text["settings_notfound"] = "Not found";
|
|
$text["settings_partitionSize"] = "Size of partial files uploaded by jumploader";
|
|
$text["settings_php_dbDriver"] = "PHP extension : php_'see current value'";
|
|
$text["settings_php_gd2"] = "PHP extension : php_gd2";
|
|
$text["settings_php_mbstring"] = "PHP extension : php_mbstring";
|
|
$text["settings_printDisclaimer_desc"] = "If true the disclaimer message the lang.inc files will be print on the bottom of the page";
|
|
$text["settings_printDisclaimer"] = "Print Disclaimer";
|
|
$text["settings_restricted_desc"] = "Only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP)";
|
|
$text["settings_restricted"] = "Restricted access";
|
|
$text["settings_rootDir_desc"] = "Path to where letoDMS is located";
|
|
$text["settings_rootDir"] = "Root directory";
|
|
$text["settings_rootFolderID_desc"] = "ID of root-folder (mostly no need to change)";
|
|
$text["settings_rootFolderID"] = "Root Folder ID";
|
|
$text["settings_SaveError"] = "Configuration file save error";
|
|
$text["settings_Server"] = "Server settings";
|
|
$text["settings"] = "Settings";
|
|
$text["settings_siteDefaultPage_desc"] = "Default page on login. If empty defaults to out/out.ViewFolder.php";
|
|
$text["settings_siteDefaultPage"] = "Site Default Page";
|
|
$text["settings_siteName_desc"] = "Name of site used in the page titles. Default: letoDMS";
|
|
$text["settings_siteName"] = "Site Name";
|
|
$text["settings_Site"] = "Site";
|
|
$text["settings_smtpPort_desc"] = "SMTP Server port, default 25";
|
|
$text["settings_smtpPort"] = "SMTP Server port";
|
|
$text["settings_smtpSendFrom_desc"] = "Send from";
|
|
$text["settings_smtpSendFrom"] = "Send from";
|
|
$text["settings_smtpServer_desc"] = "SMTP Server hostname";
|
|
$text["settings_smtpServer"] = "SMTP Server hostname";
|
|
$text["settings_SMTP"] = "SMTP Server settings";
|
|
$text["settings_stagingDir"] = "Directory for partial uploads";
|
|
$text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status";
|
|
$text["settings_strictFormCheck"] = "Strict Form Check";
|
|
$text["settings_suggestionvalue"] = "Suggestion value";
|
|
$text["settings_System"] = "System";
|
|
$text["settings_theme"] = "Default theme";
|
|
$text["settings_theme_desc"] = "Default style (name of a subfolder in folder \"styles\")";
|
|
$text["settings_titleDisplayHack_desc"] = "Workaround for page titles that go over more than 2 lines.";
|
|
$text["settings_titleDisplayHack"] = "Title Display Hack";
|
|
$text["settings_updateNotifyTime_desc"] = "Users are notified about document-changes that took place within the last 'Update Notify Time' seconds";
|
|
$text["settings_updateNotifyTime"] = "Update Notify Time";
|
|
$text["settings_versioningFileName_desc"] = "The name of the versioning info file created by the backup tool";
|
|
$text["settings_versioningFileName"] = "Versioning FileName";
|
|
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
|
|
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
|
|
$text["signed_in_as"] = "Signed in as";
|
|
$text["sign_in"] = "sign in";
|
|
$text["sign_out"] = "sign out";
|
|
$text["space_used_on_data_folder"] = "Space used on data folder";
|
|
$text["status_approval_rejected"] = "Draft rejected";
|
|
$text["status_approved"] = "Approved";
|
|
$text["status_approver_removed"] = "Approver removed from process";
|
|
$text["status_not_approved"] = "Not approved";
|
|
$text["status_not_reviewed"] = "Not reviewed";
|
|
$text["status_reviewed"] = "Reviewed";
|
|
$text["status_reviewer_rejected"] = "Draft rejected";
|
|
$text["status_reviewer_removed"] = "Reviewer removed from process";
|
|
$text["status"] = "Status";
|
|
$text["status_unknown"] = "Unknown";
|
|
$text["storage_size"] = "Storage size";
|
|
$text["submit_approval"] = "Poslat schválení";
|
|
$text["submit_login"] = "Přihlásit se";
|
|
$text["submit_review"] = "Poslat kontrolu";
|
|
$text["sunday"] = "Neděle";
|
|
$text["theme"] = "Vzhled";
|
|
$text["thursday"] = "Čtvrtek";
|
|
$text["toggle_manager"] = "Přepnout správce";
|
|
$text["to"] = "Do";
|
|
$text["tuesday"] = "Úterý";
|
|
$text["under_folder"] = "V adresáři";
|
|
$text["unknown_command"] = "Příkaz nebyl rozpoznán.";
|
|
$text["unknown_document_category"] = "Unknown category";
|
|
$text["unknown_group"] = "Neznámé ID skupiny";
|
|
$text["unknown_id"] = "neznámé id";
|
|
$text["unknown_keyword_category"] = "Neznámá kategorie";
|
|
$text["unknown_owner"] = "Neznámé ID vlastníka";
|
|
$text["unknown_user"] = "Neznámé ID uživatele";
|
|
$text["unlock_cause_access_mode_all"] = "Můžete ho pořád aktualizovat, protože máte režim přístupu \"all\". Zámek bude automaticky odstraněn.";
|
|
$text["unlock_cause_locking_user"] = "Můžete ho pořád aktualizovat, protože jste ten, kdo ho zamknul. Zámek bude automaticky odstraněn.";
|
|
$text["unlock_document"] = "Odemknout";
|
|
$text["update_approvers"] = "Aktualizovat seznam schvalovatelů";
|
|
$text["update_document"] = "Aktualizovat";
|
|
$text["update_fulltext_index"] = "Update fulltext index";
|
|
$text["update_info"] = "Aktualizovat informace";
|
|
$text["update_locked_msg"] = "Tento dokument je zamčený.";
|
|
$text["update_reviewers"] = "Aktualizovat seznam kontrolorů";
|
|
$text["update"] = "Aktualizovat";
|
|
$text["uploaded_by"] = "Nahrál";
|
|
$text["uploading_failed"] = "Nahrání selhalo. Prosím, kontaktujte správce.";
|
|
$text["use_default_categories"] = "Use predefined categories";
|
|
$text["use_default_keywords"] = "Použít předdefinovaná klíčová slova";
|
|
$text["user_exists"] = "Uživatel už existuje.";
|
|
$text["user_image"] = "Obrázek";
|
|
$text["user_info"] = "Informace o uživateli";
|
|
$text["user_list"] = "Seznam uživatelů";
|
|
$text["user_login"] = "ID uživatele";
|
|
$text["user_management"] = "Uživatelé";
|
|
$text["user_name"] = "Plné jméno";
|
|
$text["users"] = "Uživatel";
|
|
$text["user"] = "Uživatel";
|
|
$text["version_deleted_email"] = "Version deleted";
|
|
$text["version_info"] = "Informace o verzi";
|
|
$text["versioning_file_creation"] = "Vytvoření verzování souboru";
|
|
$text["versioning_file_creation_warning"] = "Pomocí této operace můžete vytvořit soubor obsahující informace o verzování celé složky DMS. Po vytvoření bude každý soubor uložen uvnitř složky dokumentů.";
|
|
$text["versioning_info"] = "Info verzování";
|
|
$text["version"] = "Verze";
|
|
$text["view_online"] = "Zobrazit online";
|
|
$text["warning"] = "Upozornění";
|
|
$text["wednesday"] = "Středa";
|
|
$text["week_view"] = "Zobrazení týdne";
|
|
$text["year_view"] = "Zobrazení roku";
|
|
$text["yes"] = "Ano";
|
|
?>
|