2014-09-24 23:14:23 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2014-09-28 21:48:43 +00:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
2014-09-24 23:14:23 +00:00
|
|
|
<string name="app_name">Syncthing</string>
|
2014-09-28 21:48:43 +00:00
|
|
|
<string name="app_description">Nahraďte proprietární služby něčím otevřeným, důvěryhodným a decentralizovaným.</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-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="share_device_id">ID přístroje sdílení</string>
|
2014-10-08 18:32:18 +00:00
|
|
|
<!--Shown in the chooser dialog when sharing a Device ID-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="send_device_id_to">Poslat ID přístroje na</string>
|
2014-10-08 18:36:31 +00:00
|
|
|
<!--Text for FoldersFragment and DevicesFragment loading view-->
|
2014-09-24 23:14:23 +00:00
|
|
|
<string name="api_loading">Čekání na API</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-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="device_syncing">Synchronizuji (%1$d%%)</string>
|
2014-10-08 18:32:18 +00:00
|
|
|
<!--Indicates that there is no connection to the device-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="device_disconnected">Odpojeno</string>
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--Title for current download rate-->
|
|
|
|
<string name="download_title">Download</string>
|
|
|
|
<!--Title for current upload rate-->
|
|
|
|
<string name="upload_title">Upload</string>
|
2014-10-08 18:32:18 +00:00
|
|
|
<!--LocalDeviceInfoFragment-->
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--ActionBar title shown when the drawer is open-->
|
|
|
|
<string name="system_info">Systémové informace</string>
|
|
|
|
<!--Same as download_title with a colon and space appended-->
|
|
|
|
<string name="download_title_colon">Download:\u0020</string>
|
|
|
|
<!--Same as upload_title with a colon and space appended-->
|
|
|
|
<string name="upload_title_colon">Upload:\u0020</string>
|
|
|
|
<!--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-->
|
|
|
|
<string name="announce_server">Ohlašovací Server</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>
|
|
|
|
<!--Setting title-->
|
2014-09-28 21:48:43 +00:00
|
|
|
<string name="rescan_interval">Interval opakování skenu</string>
|
|
|
|
<!--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-->
|
|
|
|
<string name="keep_versions">Udržovat verze</string>
|
|
|
|
<!--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-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="create_folder">Vytvořit 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-->
|
2014-09-24 23:14:23 +00:00
|
|
|
<string name="create">Vytvořit</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-10-08 18:32:18 +00:00
|
|
|
<!--Toast shown when trying to create a folder with an empty ID-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="folder_id_required">ID adresáře nesmí být prázdné</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>
|
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>
|
|
|
|
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
|
2014-10-12 12:35:53 +00:00
|
|
|
<string name="no_qr_scanner_installed">Není nainstalována žádná QR čtečka, nebo není podporována. \
|
|
|
|
Nainstalujte prosím čtečku nebo vložte ID přístroje ručně.</string>
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--WebGuiActivity-->
|
|
|
|
<!--Title of the web gui activity-->
|
|
|
|
<string name="web_gui_title">Webové grafické rozhraní</string>
|
|
|
|
<!--Text for WebGuiActivity loading view-->
|
|
|
|
<string name="web_gui_loading">Čekání na grafické rozhraní</string>
|
|
|
|
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
|
|
|
|
<string name="web_gui_creating_key">Klíče jsou vytvářeny. Může to chvíli trvat.</string>
|
|
|
|
<!--Title for dialog displayed on first start-->
|
|
|
|
<string name="welcome_title">První spuštění</string>
|
|
|
|
<!--Text for dialog displayed on first start-->
|
|
|
|
<string name="welcome_text">Vítejte do programu Syncthing pro Android!\n\n\
|
2014-09-28 21:48:43 +00:00
|
|
|
Tato aplikace je momentálně v nestabilní alpha verzi. Může docházet k chybám, problémům s výkonem nebo ztrátě dat.\n\n\
|
|
|
|
Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
|
|
|
|
<!--SettingsFragment-->
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--Activity title-->
|
|
|
|
<string name="settings_title">Nastavení</string>
|
2014-10-01 10:05:29 +00:00
|
|
|
<!--Preference title-->
|
2014-10-07 09:22:42 +00:00
|
|
|
<string name="always_run_in_background">Vždy spouštět v 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>
|
|
|
|
<string name="sync_only_wifi">Synchronizovat pouze při připojení na wifi</string>
|
|
|
|
<!--Title for the preference to set STTRACE parameters-->
|
|
|
|
<string name="sttrace_title">Možnosti ladění</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-08 18:36:31 +00:00
|
|
|
<string name="report_issue_summary">Otevřít hlášení chyb pro Syncthing-Android</string>
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--URL of the issue tracker-->
|
|
|
|
<!--Title of the preference showing upstream version name-->
|
|
|
|
<string name="syncthing_version_title">Syncthing verze</string>
|
2014-10-12 12:35:53 +00:00
|
|
|
<!--Title of the preference showing this app's version name-->
|
2014-10-14 13:24:01 +00:00
|
|
|
<string name="app_version_title">Syncthing-Android verze</string>
|
2014-09-24 23:14:23 +00:00
|
|
|
<!--FolderPickerAcitivity-->
|
|
|
|
<!--Activity title-->
|
|
|
|
<string name="folder_picker_title">Výběr adresáře</string>
|
|
|
|
<!--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>
|
|
|
|
<!--SyncthingService-->
|
|
|
|
<!--Title of the dialog shown when the syncthing binary returns an error-->
|
|
|
|
<string name="binary_crashed_title">Syncthing přestal reagovat</string>
|
|
|
|
<!--Message of the dialog shown when the syncthing binary returns an error-->
|
2014-10-01 10:05:29 +00:00
|
|
|
<string name="binary_crashed_message">Spustitelný soubor aplikace syncthing byl ukončen s chybou %1$d.\n\n
|
|
|
|
Pokud se toto bude opakovat, zkuste restartovat svůj přístroj.</string>
|
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>
|
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>
|
|
|
|
<!--Text of the notification shown when a restart is needed-->
|
|
|
|
<string name="restart_notification_text">Kliknout zde pro restartování aplikace syncthing</string>
|
|
|
|
<!--Text for the dismiss button of the restart Activity-->
|
|
|
|
<string name="restart_later">Restartovat později</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>
|
|
|
|
<item>KB</item>
|
|
|
|
<item>MB</item>
|
|
|
|
<item>GB</item>
|
|
|
|
<item>TB</item>
|
|
|
|
</string-array>
|
|
|
|
<!--Strings representing units for transfer rates, from smallest to largest-->
|
|
|
|
<string-array name="transfer_rate_units">
|
|
|
|
<item>b/s</item>
|
|
|
|
<item>Kb/s</item>
|
|
|
|
<item>Mb/s</item>
|
|
|
|
<item>Gb/s</item>
|
|
|
|
<item>Tb/s</item>
|
|
|
|
</string-array>
|
2014-10-12 12:35:53 +00:00
|
|
|
<!--Possible folder states-->
|
2014-10-14 13:24:01 +00:00
|
|
|
<string name="state_idle">Nečinný</string>
|
|
|
|
<string name="state_scanning">Probíhá sken</string>
|
|
|
|
<string name="state_cleaning">Probíhá čištění</string>
|
|
|
|
<string name="state_syncing">Probíhá synchronizace</string>
|
2014-09-24 23:14:23 +00:00
|
|
|
</resources>
|