2014-09-24 23:14:23 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources >
2014-09-24 23:14:23 +00:00
<string name= "app_name" > Syncthing</string>
2015-05-15 18:51:29 +00:00
<string name= "app_description" > Otevřená, důvěryhodná a decentralizovaná aplikace pro sdílení souborů.</string>
2014-09-24 23:14:23 +00:00
<!-- MainActivity -->
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
2014-10-12 12:35:53 +00:00
<string name= "add_folder" > Přidat adresář</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
2015-03-14 14:13:51 +00:00
<string name= "share_device_id" > Sdílet ID přístroje</string>
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
2015-03-14 14:13:51 +00:00
<string name= "send_device_id_to" > Poslat ID přístroje přes</string>
2014-10-08 18:36:31 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-06-19 18:15:35 +00:00
<string name= "api_loading" > Načítání…</string>
2015-06-15 14:59:58 +00:00
<string name= "usage_reporting_dialog_title" > Povolit anonymní hlášení o používání?</string>
<string name= "usage_reporting_dialog_description" > Zašifrované hlášení o používání je odesíláno denně. Je použito k zjišťování obvyklých platforem, velikosti adresářů a verzi aplikace. Pokud se změní množství odesílaných detailů, budete znovu upozorněni tímto dialogem.\n\nSouhrnné statistiky jsou veřejně dostupné na https://data.syncthing.net.</string>
<string name= "yes" > Ano</string>
<string name= "no" > Ne</string>
2014-10-08 18:36:31 +00:00
<!-- FoldersFragment -->
2014-10-12 12:35:53 +00:00
<string name= "folders_fragment_title" > Adresáře</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder progress. First parameter is status string, second is sync percentage -->
2014-10-12 12:35:53 +00:00
<string name= "folder_progress_format" > %1$s (%2$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
2014-10-12 12:35:53 +00:00
<string name= "folder_list_empty" > Nenalezeny žádné adresáře</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2014-09-24 23:14:23 +00:00
<string name= "files" > %1$d / %2$d souborů</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-10-12 12:35:53 +00:00
<string name= "devices_fragment_title" > Přístroje</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
2014-10-12 12:35:53 +00:00
<string name= "devices_list_empty" > Nenalezeny žádné přístroje</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
2014-10-12 12:35:53 +00:00
<string name= "device_up_to_date" > Aktuální</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
2015-03-14 14:13:51 +00:00
<string name= "device_syncing" > Synchronizuje se (%1$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that there is no connection to the device -->
2014-10-19 13:37:58 +00:00
<string name= "device_disconnected" > Odpojen</string>
2014-09-24 23:14:23 +00:00
<!-- Title for current download rate -->
2015-03-14 14:13:51 +00:00
<string name= "download_title" > Rychlost stahování</string>
2014-09-24 23:14:23 +00:00
<!-- Title for current upload rate -->
2015-03-14 14:13:51 +00:00
<string name= "upload_title" > Rychlost odesílání</string>
2015-03-08 22:33:20 +00:00
<!-- DrawerFragment -->
2015-05-15 18:51:29 +00:00
<!-- Placeholder for device ID field, to avoid layout changes. This is never visible to users. -->
2014-09-24 23:14:23 +00:00
<!-- Same as download_title with a colon and space appended -->
2015-03-14 14:13:51 +00:00
<string name= "download_title_colon" > Rychlost stahování:\u0020</string>
2014-09-24 23:14:23 +00:00
<!-- Same as upload_title with a colon and space appended -->
2015-03-14 14:13:51 +00:00
<string name= "upload_title_colon" > Rychlost odesílání:\u0020</string>
2014-09-24 23:14:23 +00:00
<!-- Title for current CPU usage -->
<string name= "cpu_usage" > Využití CPU</string>
<!-- Title for current RAM usage -->
<string name= "ram_usage" > Využití RAM</string>
<!-- Title for announce server status -->
2015-03-14 14:13:51 +00:00
<string name= "announce_server" > Globální oznamování</string>
2015-03-08 22:33:20 +00:00
<!-- Menu item to donate -->
2015-03-14 14:13:51 +00:00
<string name= "donate" > Přispět</string>
2014-10-08 18:32:18 +00:00
<!-- FolderSettingsFragment -->
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
2014-10-12 12:35:53 +00:00
<string name= "folder_id" > ID adresáře</string>
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
<string name= "directory" > Adresář</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-10-12 12:35:53 +00:00
<string name= "folder_master" > Master adresář</string>
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
2014-10-12 12:35:53 +00:00
<string name= "devices" > Přístroje</string>
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
<string name= "file_versioning" > Verze souborů</string>
<!-- Setting title -->
2015-03-14 14:13:51 +00:00
<string name= "keep_versions" > Ponechat verze</string>
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
2014-10-12 12:35:53 +00:00
<string name= "delete_folder" > Smazat adresář</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
2015-03-14 14:13:51 +00:00
<string name= "create_folder" > Přidat adresář</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
2014-10-12 12:35:53 +00:00
<string name= "edit_folder" > Upravit adresář</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2015-03-14 14:13:51 +00:00
<string name= "create" > Přidat</string>
2014-10-08 18:32:18 +00:00
<!-- Dialog shown when attempting to delete a folder -->
2014-10-12 12:35:53 +00:00
<string name= "delete_folder_confirm" > Opravdu chcete smazat tento adresář?</string>
2014-12-10 17:28:10 +00:00
<!-- Toast shown when trying to create a folder with an invalid ID -->
2015-01-12 10:46:52 +00:00
<string name= "folder_id_invalid" > ID adresáře musí být krátký identifikátor (64 znaků nebo méně) obsahující pouze písmena, čísla, tečky (.), pomlčky (-) a podtržítka (_).</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a folder with an empty path -->
2014-10-12 12:35:53 +00:00
<string name= "folder_path_required" > Cesta k adresáři nesmí být prázdná</string>
2014-10-08 18:36:31 +00:00
<!-- Toast shown when selecting 'devices' if no devices have been added -->
2014-10-12 12:35:53 +00:00
<string name= "no_devices" > Nejdříve prosím připojte přístroj.</string>
2014-10-08 18:32:18 +00:00
<!-- DeviceSettingsFragment -->
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
2014-10-12 12:35:53 +00:00
<string name= "device_id" > ID přístroje</string>
2014-09-24 23:14:23 +00:00
<!-- Setting title -->
<string name= "name" > Jméno</string>
<!-- Setting title -->
<string name= "addresses" > Adresy</string>
<!-- Setting title -->
<string name= "current_address" > Aktuální adresa</string>
<!-- Setting title -->
2014-09-28 21:48:43 +00:00
<string name= "compression" > Komprese</string>
2015-04-05 22:25:59 +00:00
<!-- Strings representing compression options -->
2015-05-15 18:51:29 +00:00
<string-array name= "compress_entries" >
<item > Vypnuta</item>
<item > Metadata</item>
<item > Všechno</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Setting title -->
2014-10-14 13:24:01 +00:00
<string name= "introducer" > Zavaděč</string>
2014-09-28 21:48:43 +00:00
<!-- ActionBar item -->
2014-10-12 12:35:53 +00:00
<string name= "delete_device" > Smazat přístroj</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in create mode -->
2014-10-12 12:35:53 +00:00
<string name= "add_device" > Přidat přístroj</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-09-24 23:14:23 +00:00
<string name= "add" > Přidat</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
2014-10-12 12:35:53 +00:00
<string name= "edit_device" > Upravit přístroj</string>
2014-10-08 18:32:18 +00:00
<!-- Dialog shown when attempting to delete a device -->
2014-10-12 12:35:53 +00:00
<string name= "delete_device_confirm" > Opravdu chcete smazat tento přístroj?</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty ID -->
2014-10-12 12:35:53 +00:00
<string name= "device_id_required" > ID přístroje nesmí být prázdné</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty name -->
2014-10-12 12:35:53 +00:00
<string name= "device_name_required" > Jméno přístroje nesmí být prázdné</string>
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-09-24 23:14:23 +00:00
<string name= "scan_qr_code_description" > Načíst QR kód</string>
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
2015-03-14 14:13:51 +00:00
<string name= "web_gui_title" > Syncthing GUI</string>
2014-09-24 23:14:23 +00:00
<!-- Text for WebGuiActivity loading view -->
2015-03-14 14:13:51 +00:00
<string name= "web_gui_loading" > Čeká se na Syncthing GUI</string>
2014-09-24 23:14:23 +00:00
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
2015-05-15 18:51:29 +00:00
<string name= "web_gui_creating_key" > Generování bezpečnostních klíčů. Toto může trvat pár minut.</string>
2014-09-24 23:14:23 +00:00
<!-- Title for dialog displayed on first start -->
2015-05-15 18:51:29 +00:00
<string name= "welcome_title" > Vítejte v Syncthing pro Android</string>
2014-09-24 23:14:23 +00:00
<!-- Text for dialog displayed on first start -->
2015-05-15 18:51:29 +00:00
<string name= "welcome_text" > Syncthing je open-source aplikace pro sdílení souborů.\n\n
Pro sdílení dat s jinými zařízeními budete potřebovat přidat jejich unikátní ID zařízení do svého listu zařízení. Poté můžete vybrat, které adresáře chcete sdílet s kterým zařízením.\n\n
Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</string>
2014-09-28 21:48:43 +00:00
<!-- SettingsFragment -->
2014-09-24 23:14:23 +00:00
<!-- Activity title -->
<string name= "settings_title" > Nastavení</string>
2015-03-17 21:38:53 +00:00
<string name= "category_syncthing_android" > Syncthing-Android</string>
2014-10-01 10:05:29 +00:00
<!-- Preference title -->
2014-10-19 13:37:58 +00:00
<string name= "always_run_in_background" > Vždy spuštěné na pozadí</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is enabled -->
2014-10-07 09:22:42 +00:00
<string name= "always_run_in_background_enabled" > Syncthing poběží vždy v pozadí, podle nastavení níže.</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is disabled -->
2014-10-07 09:22:42 +00:00
<string name= "always_run_in_background_disabled" > Syncthing poběží pouze pokud bude ručně spuštěn a může být ukončen tlačítkem z menu.</string>
2014-09-28 21:48:43 +00:00
<string name= "sync_only_charging" > Synchronizovat pouze při nabíjení</string>
2014-10-19 13:37:58 +00:00
<string name= "sync_only_wifi" > Synchronizovat pouze přes wifi</string>
2015-01-12 10:46:52 +00:00
<string name= "advanced_folder_picker" > Použít rozšířený výběr adresáře</string>
2015-03-14 14:13:51 +00:00
<string name= "advanced_folder_picker_summary" > Vyberte jakýkoliv adresář v přístroji pro synchronizaci</string>
2015-06-15 14:59:58 +00:00
<string name= "use_root_title" > Synchronizovat jako root</string>
<string name= "use_root_summary" > Spustit syncthing jako superuživatel</string>
<string name= "persistent_notification_title" > Trvalé upozornění</string>
<string name= "persistent_notification_summary" > Zobrazovat upozornění při běhu aplikace Syncthing</string>
2015-03-17 21:38:53 +00:00
<string name= "category_syncthing" > Syncthing</string>
2014-10-19 13:37:58 +00:00
<string name= "syncthing_options" > Nastavení Syncthing</string>
2015-01-21 19:45:15 +00:00
<string name= "device_name" > Jméno přístroje</string>
2014-10-19 13:37:58 +00:00
<string name= "listen_address" > Adresy naslouchání protokolu synchronizace</string>
<string name= "max_recv_kbps" > Omezení příchozí rychlosti (KiB/s)</string>
<string name= "max_send_kbps" > Omezení odchozí rychlosti (KiB/s)</string>
<string name= "global_announce_enabled" > Globální oznamování</string>
<string name= "local_announce_enabled" > Místní oznamování</string>
<string name= "upnp_enabled" > Povolit UPnP</string>
2015-01-21 19:45:15 +00:00
<string name= "global_announce_server" > Server globálního oznamování</string>
2015-03-14 14:13:51 +00:00
<string name= "usage_reporting" > Anonymní hlášení o používání</string>
2014-10-19 13:37:58 +00:00
<string name= "syncthing_gui" > Syncthing GUI</string>
<string name= "gui_address" > Adresy naslouchání GUI</string>
<string name= "gui_user" > Přihlašovací jméno pro GUI</string>
<string name= "gui_password" > Přihlašovací heslo pro GUI</string>
2015-03-14 14:13:51 +00:00
<string name= "export_config" > Zálohovat nastavení</string>
<!-- Toast shown after config was successfully exported -->
<string name= "config_export_successful" > Nastavení bylo zálohováno do %1$s</string>
<string name= "import_config" > Nahrát nastavení</string>
<!-- Toast shown after config was successfully imported -->
<string name= "config_imported_successful" > Nastavení bylo nahráno</string>
<!-- Toast shown after config was successfully imported -->
<string name= "config_import_failed" > Nahrání nastavení selhalo, ujistěte se, že soubory jsou v %1$s</string>
2014-09-28 21:48:43 +00:00
<!-- Title for the preference to set STTRACE parameters -->
<string name= "sttrace_title" > Možnosti ladění</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid STTRACE params -->
<string name= "toast_invalid_sttrace" > V STTRACE jsou povoleny pouze znaky a-z a \',\'</string>
<!-- Toast after entering invalid username -->
<string name= "toast_invalid_username" > V uživatelském jménu nejsou povoleny znaky : a \'</string>
<!-- Toast after entering invalid password -->
<string name= "toast_invalid_password" > V heslu nejsou povoleny znaky : a \'</string>
<!-- Title for the preference to reset Syncthing indexes -->
2015-05-24 10:48:33 +00:00
<string name= "streset_title" > Resetovat databázi</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-05-24 10:48:33 +00:00
<string name= "streset_question" > Tento krok by měl být proveden pouze na základě doporučení našeho technického týmu.
\nOpravdu chcete vyčistit databázi aplikace Syncthing?</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-05-24 10:48:33 +00:00
<string name= "streset_done" > Databáze aplikace Syncthing úspěšně resetována</string>
2015-03-17 21:38:53 +00:00
<string name= "category_about" > O aplikaci</string>
2015-05-15 18:51:29 +00:00
<!-- Settings item that opens the log activity -->
<string name= "open_log" > Otevřít log</string>
<!-- Summary for the log activity -->
<string name= "open_log_summary" > Otevřít okno logu pro Syncthing a Android</string>
2014-09-24 23:14:23 +00:00
<!-- Settings item that opens issue tracker -->
2014-10-08 18:36:31 +00:00
<string name= "report_issue_title" > Nahlásit chybu</string>
2014-09-24 23:14:23 +00:00
<!-- Summary for the issue tracker settings item -->
2014-10-19 13:37:58 +00:00
<string name= "report_issue_summary" > Otevřít hlášení chyb Syncthing pro Android</string>
2014-09-24 23:14:23 +00:00
<!-- URL of the issue tracker -->
<!-- Title of the preference showing upstream version name -->
2015-03-14 14:13:51 +00:00
<string name= "syncthing_version_title" > Verze Syncthing</string>
2014-10-12 12:35:53 +00:00
<!-- Title of the preference showing this app's version name -->
2014-10-19 13:37:58 +00:00
<string name= "app_version_title" > Verze Syncthing pro Android</string>
2014-09-24 23:14:23 +00:00
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
<string name= "folder_picker_title" > Výběr adresáře</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown on devices with kitkat or higher -->
2015-05-15 18:51:29 +00:00
<string name= "kitkat_external_storage_warning" > Varování: Tato verze Androidu nepovoluje synchronizaci na externí úložiště</string>
2014-09-24 23:14:23 +00:00
<!-- ListView empty text -->
<string name= "directory_empty" > Adresář je prázdný</string>
2014-10-08 18:36:31 +00:00
<!-- Menu item to create folder on the file system -->
2014-10-12 12:35:53 +00:00
<string name= "create_fs_folder" > Vytvořit nový adresář</string>
2014-09-24 23:14:23 +00:00
<!-- Menu item to select the current folder -->
<string name= "select_folder" > Vybrat adresář</string>
2015-03-14 14:13:51 +00:00
<string name= "create_folder_failed" > Vytvoření adresáře selhalo</string>
2015-05-15 18:51:29 +00:00
<!-- LogActivity -->
<!-- Title of the "log" activity -->
<string name= "log_title" > Log</string>
<!-- Title of the "log android" menu button -->
<string name= "log_android_title" > Zobrazit log pro Android</string>
<!-- Title of the "log Syncthing" menu button -->
<string name= "log_syncthing_title" > Zobrazit log pro Syncthing</string>
<!-- Title of the "share log" menu button -->
<string name= "share_title" > Sdílet</string>
2014-09-24 23:14:23 +00:00
<!-- SyncthingService -->
2014-09-28 21:48:43 +00:00
<!-- Title of the "syncthing disabled" dialog -->
<string name= "syncthing_disabled_title" > Syncthing je vypnutý</string>
<!-- Message of the "syncthing disabled" dialog -->
<string name= "syncthing_disabled_message" > Chcete změnit svoje nastavení?</string>
<!-- Button text on the "syncthing disabled" dialog -->
<string name= "syncthing_disabled_change_settings" > Změnit nastavení</string>
2014-10-01 10:05:29 +00:00
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
2014-09-28 21:48:43 +00:00
<string name= "exit" > Ukončit</string>
2014-10-14 13:24:01 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
<string name= "syncthing_active" > Syncthing běží</string>
2015-05-24 10:48:33 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
2015-06-15 14:59:58 +00:00
<string name= "toast_folder_observer_stack_overflow" > Adresářová struktura je moc hluboká. Zkontrolujte zacyklené symlinky.</string>
2015-06-19 17:28:57 +00:00
<!-- Toast shown if syncthing failed to create a config -->
2014-09-24 23:14:23 +00:00
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
<string name= "restart_title" > Je potřeba restartovat</string>
2015-06-15 14:59:58 +00:00
<!-- Text for positive button in restart dialog -->
<!-- Text for the dismiss button of the restart Activity -->
2014-09-24 23:14:23 +00:00
<!-- Text of the notification shown when a restart is needed -->
2015-03-14 14:13:51 +00:00
<string name= "restart_notification_text" > Tapnout sem pro restart aplikace Syncthing</string>
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
2014-10-12 12:35:53 +00:00
<string name= "device_id_copied_to_clipboard" > ID přístroje bylo zkopírováno schránky</string>
2014-09-24 23:14:23 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
<string-array name= "file_size_units" >
<item > B</item>
2015-03-14 14:13:51 +00:00
<item > KiB</item>
<item > MiB</item>
<item > GiB</item>
<item > TiB</item>
2014-09-24 23:14:23 +00:00
</string-array>
<!-- Strings representing units for transfer rates, from smallest to largest -->
2014-10-12 12:35:53 +00:00
<!-- Possible folder states -->
2015-03-14 14:13:51 +00:00
<string name= "state_idle" > Aktuální</string>
<string name= "state_scanning" > Skenování</string>
<string name= "state_cleaning" > Čištění</string>
<string name= "state_syncing" > Synchronizuje se</string>
2015-05-15 18:51:29 +00:00
<string name= "state_unknown" > Neznámý</string>
2014-09-24 23:14:23 +00:00
</resources>