strings.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <resources>
  3. <string name="about_android">%1$s Android aplikace</string>
  4. <string name="about_version">verze %1$s</string>
  5. <string name="actionbar_sync">Obnovit účet</string>
  6. <string name="actionbar_upload">Odeslat</string>
  7. <string name="actionbar_upload_from_apps">Obsah z ostatních aplikací</string>
  8. <string name="actionbar_upload_files">Soubory</string>
  9. <string name="actionbar_open_with">Otevřít pomocí</string>
  10. <string name="actionbar_mkdir">Nová složka</string>
  11. <string name="actionbar_settings">Nastavení</string>
  12. <string name="actionbar_see_details">Podrobnosti</string>
  13. <string name="actionbar_send_file">Odeslat</string>
  14. <string name="actionbar_sort">Seřadit</string>
  15. <string name="actionbar_sort_title">Seřadit podle</string>
  16. <string-array name="actionbar_sortby">
  17. <item>A-Z</item>
  18. <item>Nejnovější - nejstarší</item>
  19. </string-array>
  20. <!--TODO re-enable when server-side folder size calculation is available
  21. <item>Biggest - Smallest</item>-->
  22. <string name="prefs_category_general">Obecné</string>
  23. <string name="prefs_category_more">Více</string>
  24. <string name="prefs_accounts">Účty</string>
  25. <string name="prefs_manage_accounts">Spravovat účty</string>
  26. <string name="prefs_pincode">PIN do aplikace</string>
  27. <string name="prefs_pincode_summary">Chraňte svého klienta</string>
  28. <string name="prefs_instant_upload">Okamžité nahrávání obrázků</string>
  29. <string name="prefs_instant_upload_summary">Okamžitě nahrávat vytvořené fotografie</string>
  30. <string name="prefs_instant_video_upload">Okamžité nahrávání videa</string>
  31. <string name="prefs_instant_video_upload_summary">Okamžitě odesílat nahrané video</string>
  32. <string name="prefs_log_title">Povolit logování</string>
  33. <string name="prefs_log_summary">Použito k zaznamenávání problémů</string>
  34. <string name="prefs_log_title_history">Historie logování</string>
  35. <string name="prefs_log_summary_history">Zobrazuje zaznamenané logy</string>
  36. <string name="prefs_log_delete_history_button">Smazat historii</string>
  37. <string name="prefs_help">Nápověda</string>
  38. <string name="prefs_recommend">Doporučit přátelům</string>
  39. <string name="prefs_feedback">Odezva</string>
  40. <string name="prefs_imprint">Imprint</string>
  41. <string name="prefs_remember_last_share_location">Zapamatovat umístění sdílení</string>
  42. <string name="prefs_remember_last_upload_location_summary">Zapamatovat poslední umístění pro nahrání sdílených souborů</string>
  43. <string name="recommend_subject">Zkuste %1$s na svém chytrém telefonu!</string>
  44. <string name="recommend_text">Chtěl bych vás pozvat k používání %1$s na vašem chytrém telefonu!\nKe stažení zde: %2$s</string>
  45. <string name="auth_check_server">Zkontrolovat server</string>
  46. <string name="auth_host_url">Adresa serveru https://...</string>
  47. <string name="auth_username">Uživatelské jméno</string>
  48. <string name="auth_password">Heslo</string>
  49. <string name="auth_register">Nováček s %1$s?</string>
  50. <string name="sync_string_files">Soubory</string>
  51. <string name="setup_btn_connect">Připojit</string>
  52. <string name="uploader_btn_upload_text">Odeslat</string>
  53. <string name="uploader_btn_new_folder_text">Nová složka</string>
  54. <string name="uploader_top_message">Vyberte adresář pro nahrání:</string>
  55. <string name="uploader_wrn_no_account_title">Nenalezen žádný účet</string>
  56. <string name="uploader_wrn_no_account_text">Nemáte žádné %1$s účty. Vytvořte si, prosím, nejdříve účet.</string>
  57. <string name="uploader_wrn_no_account_setup_btn_text">Nastavení</string>
  58. <string name="uploader_wrn_no_account_quit_btn_text">Ukončit</string>
  59. <string name="uploader_wrn_no_content_title">Žádný obsah k odeslání</string>
  60. <string name="uploader_wrn_no_content_text">Neobdržen žádný obsah. Nic k odeslání.</string>
  61. <string name="uploader_error_forbidden_content">%1$s nemá právo přistupovat ke sdílenému obsahu</string>
  62. <string name="uploader_info_uploading">Odesílání</string>
  63. <string name="file_list_seconds_ago">před pár sekundami</string>
  64. <string name="file_list_empty">Žádný obsah. Nahrajte něco!</string>
  65. <string name="file_list_loading">Načítám...</string>
  66. <string name="local_file_list_empty">V tomto adresáři nejsou žádné soubory.</string>
  67. <string name="file_list_folder">adresář</string>
  68. <string name="file_list_folders">adresáře</string>
  69. <string name="file_list_file">soubor</string>
  70. <string name="file_list_files">soubory</string>
  71. <string name="filedetails_select_file">Více informací získáte klepnutím na soubor.</string>
  72. <string name="filedetails_size">Velikost:</string>
  73. <string name="filedetails_type">Typ:</string>
  74. <string name="filedetails_created">Vytvořen:</string>
  75. <string name="filedetails_modified">Upraven:</string>
  76. <string name="filedetails_download">Stáhnout</string>
  77. <string name="filedetails_sync_file">Obnovit soubor</string>
  78. <string name="filedetails_renamed_in_upload_msg">Soubor byl v průběhu odesílání přejmenován na %1$s</string>
  79. <string name="action_share_file">Sdílet odkaz</string>
  80. <string name="action_unshare_file">Zrušit sdílení odkazu</string>
  81. <string name="common_yes">Ano</string>
  82. <string name="common_no">Ne</string>
  83. <string name="common_ok">OK</string>
  84. <string name="common_cancel_download">Zrušit stahování</string>
  85. <string name="common_cancel_upload">Zrušit odesílání</string>
  86. <string name="common_cancel">Zrušit</string>
  87. <string name="common_save_exit">Uložit a ukončit</string>
  88. <string name="common_error">Chyba</string>
  89. <string name="common_loading">Načítání ...</string>
  90. <string name="common_error_unknown">Neznámá chyba</string>
  91. <string name="about_title">O aplikaci</string>
  92. <string name="change_password">Změnit heslo</string>
  93. <string name="delete_account">Smazat účet</string>
  94. <string name="create_account">Vytvořit účet</string>
  95. <string name="upload_chooser_title">Odeslat z ...</string>
  96. <string name="uploader_info_dirname">Název složky</string>
  97. <string name="uploader_upload_in_progress_ticker">Odesílám...</string>
  98. <string name="uploader_upload_in_progress_content">%1$d%% Odesílám %2$s</string>
  99. <string name="uploader_upload_succeeded_ticker">Odesílání úspěšné</string>
  100. <string name="uploader_upload_succeeded_content_single">%1$s byl úspěšně odeslán</string>
  101. <string name="uploader_upload_failed_ticker">Odesílání selhalo</string>
  102. <string name="uploader_upload_failed_content_single">Odesílání %1$s nemohlo být dokončeno</string>
  103. <string name="uploader_upload_failed_credentials_error">Nahrávání selhalo. Je třeba se znovu přihlásit.</string>
  104. <string name="downloader_download_in_progress_ticker">Stahuji ...</string>
  105. <string name="downloader_download_in_progress_content">%1$d%% Stahuji %2$s</string>
  106. <string name="downloader_download_succeeded_ticker">Stažení úspěšné</string>
  107. <string name="downloader_download_succeeded_content">%1$s byl úspěšně stažen</string>
  108. <string name="downloader_download_failed_ticker">Stažení selhalo</string>
  109. <string name="downloader_download_failed_content">Stažení %1$s nemohlo být dokončeno</string>
  110. <string name="downloader_not_downloaded_yet">Ještě nestaženo</string>
  111. <string name="downloader_download_failed_credentials_error">Stahování selhalo. Je třeba se znovu přihlásit.</string>
  112. <string name="common_choose_account">Vybrat účet</string>
  113. <string name="sync_fail_ticker">Synchronizace selhala</string>
  114. <string name="sync_fail_ticker_unauthorized">Synchronizace selhala. Je třeba se znovu přihlásit.</string>
  115. <string name="sync_fail_content">Synchronizaci %1$s nelze dokončit</string>
  116. <string name="sync_fail_content_unauthorized">Chybné heslo pro %1$s</string>
  117. <string name="sync_conflicts_in_favourites_ticker">Nalezeny konflikty</string>
  118. <string name="sync_conflicts_in_favourites_content">%1$d souborů z automatické synchronizace nelze synchronizovat</string>
  119. <string name="sync_fail_in_favourites_ticker">Automatická synchronizace souborů selhala</string>
  120. <string name="sync_fail_in_favourites_content">Obsah %1$d souborů nemohl být synchronizován (počet konfliktů: %2$d)</string>
  121. <string name="sync_foreign_files_forgotten_ticker">Některé místní soubory byly zapomenuty</string>
  122. <string name="sync_foreign_files_forgotten_content">%1$d souborů z %2$s složek se nepodařilo zkopírovat do</string>
  123. <string name="sync_foreign_files_forgotten_explanation">Od verze 1.3.16 jsou soubory nahrané z tohoto zařízení kopírovány do místní složky %1$s, aby se zabránilo ztrátě dat při synchronizaci jednoho souboru s více účty.\n\nVšechny soubory nahrané předchozími verzemi aplikace byly z tohoto důvodu překopírovány do složky %2$s. Bohužel se objevila chyba zabraňující dokončení této operace v průběhu synchronizace účtu. Buď můžete soubor(y) ponechat jak jsou a odebrat odkaz do složky %3$s, nebo přesunout soubor(y) do složky %1$s a zachovat odkaz na %4$s.\n\nNíže je seznam místních i vzdálených souborů ve složce %5$s, do které byly odkázány.</string>
  124. <string name="sync_current_folder_was_removed">Složka %1$s již neexistuje</string>
  125. <string name="foreign_files_move">Přesunout vše</string>
  126. <string name="foreign_files_success">Všechny soubory byly přesunuty</string>
  127. <string name="foreign_files_fail">Některé soubory nebylo možno přesunout</string>
  128. <string name="foreign_files_local_text">Místní: %1$s</string>
  129. <string name="foreign_files_remote_text">Vzdálené: %1$s</string>
  130. <string name="upload_query_move_foreign_files">Není dostatek místa pro zkopírování vybraných souborů do adresáře %1$s. Přejete si je místo kopírování přesunout?</string>
  131. <string name="pincode_enter_pin_code">Zadejte PIN aplikace</string>
  132. <string name="pincode_configure_your_pin">Zadat PIN aplikace</string>
  133. <string name="pincode_configure_your_pin_explanation">Při každém spuštění aplikace bude vyžadováno zadání PIN</string>
  134. <string name="pincode_reenter_your_pincode">Zadejte znovu PIN aplikace</string>
  135. <string name="pincode_remove_your_pincode">Odstranit PIN aplikace</string>
  136. <string name="pincode_mismatch">PINy aplikace se neshodují</string>
  137. <string name="pincode_wrong">Neplatný PIN aplikace</string>
  138. <string name="pincode_removed">PIN aplikace odstraněn</string>
  139. <string name="pincode_stored">PIN aplikace uložen</string>
  140. <string name="media_notif_ticker">Hudební přehrávač %1$s</string>
  141. <string name="media_state_playing">%1$s (přehrává)</string>
  142. <string name="media_state_loading">%1$s (načítá)</string>
  143. <string name="media_event_done">%1$s přehrávání dokončeno</string>
  144. <string name="media_err_nothing_to_play">Nenalezen žádný multimediální soubor</string>
  145. <string name="media_err_no_account">Neposkytnut žádný účet</string>
  146. <string name="media_err_not_in_owncloud">Soubor není v platném účtu</string>
  147. <string name="media_err_unsupported">Nepodporovaný kodek</string>
  148. <string name="media_err_io">Multimediální soubor nelze přečíst</string>
  149. <string name="media_err_malformed">Multimediální soubor není správně kódován</string>
  150. <string name="media_err_timeout">Vypršel čas při pokusu o přehrání</string>
  151. <string name="media_err_invalid_progressive_playback">Multimediální soubor nelze proudově odesílat</string>
  152. <string name="media_err_unknown">Multimediální soubor nemůže být přehrán s výchozím přehrávačem</string>
  153. <string name="media_err_security_ex">Chyba zabezpečení při pokusu o přehrání %1$s</string>
  154. <string name="media_err_io_ex">Chyba vstupu při pokusu o přehrání %1$s</string>
  155. <string name="media_err_unexpected">Neočekávaná chyba při pokusu o přehrání %1$s</string>
  156. <string name="media_rewind_description">Tlačítko Přetočit</string>
  157. <string name="media_play_pause_description">Tlačítko Přehrát/Pozastavit</string>
  158. <string name="media_forward_description">Tlačítko Rychle vpřed</string>
  159. <string name="auth_getting_authorization">Kontroluji pověření...</string>
  160. <string name="auth_trying_to_login">Zkouším se přihlásit...</string>
  161. <string name="auth_no_net_conn_title">Žádné síťové spojení</string>
  162. <string name="auth_nossl_plain_ok_title">Zabezpečené spojení není k dispozici</string>
  163. <string name="auth_connection_established">Spojení navázáno</string>
  164. <string name="auth_testing_connection">Testuje se připojení</string>
  165. <string name="auth_not_configured_title">Neplatné nastavení serveru</string>
  166. <string name="auth_account_not_new">Účet pro stejného uživatele a server již v zařízení existuje</string>
  167. <string name="auth_account_not_the_same">Zadaný uživatel neodpovídá uživateli tohoto účtu</string>
  168. <string name="auth_unknown_error_title">Nastala neznámá chyba</string>
  169. <string name="auth_unknown_host_title">Nelze najít hostitele</string>
  170. <string name="auth_incorrect_path_title">Instance serveru nenalezena</string>
  171. <string name="auth_timeout_title">Serveru trvalo příliš dlouho odpovědět</string>
  172. <string name="auth_incorrect_address_title">Neplatné URL</string>
  173. <string name="auth_ssl_general_error_title">Inicializace SSL selhala</string>
  174. <string name="auth_ssl_unverified_server_title">Nemohu ověřit SSL identitu serveru</string>
  175. <string name="auth_bad_oc_version_title">Nerozpoznaná verze serveru</string>
  176. <string name="auth_wrong_connection_title">Nemohu navázat spojení</string>
  177. <string name="auth_secure_connection">Zabezpečené spojení navázáno</string>
  178. <string name="auth_unauthorized">Chybné přihlašovací jméno nebo heslo</string>
  179. <string name="auth_oauth_error">Neúspěšné přihlášení</string>
  180. <string name="auth_oauth_error_access_denied">Přístup zamítnut autorizačním serverem</string>
  181. <string name="auth_wtf_reenter_URL">Neočekávaný stav; prosím vložte znovu URL adresu serveru</string>
  182. <string name="auth_expired_oauth_token_toast">Vaše přihlášení vypršelo. Přihlaste se prosím znovu</string>
  183. <string name="auth_expired_basic_auth_toast">Zadejte prosím aktuální heslo</string>
  184. <string name="auth_expired_saml_sso_token_toast">Vaše přihlášení vypršelo. Přihlaste se prosím znovu</string>
  185. <string name="auth_connecting_auth_server">Připojuji se k přihlašovacímu serveru...</string>
  186. <string name="auth_unsupported_auth_method">Server nepodporuje tuto přihlašovací metodu</string>
  187. <string name="auth_unsupported_multiaccount">%1$s nepodporuje více účtů</string>
  188. <string name="auth_fail_get_user_name">Váš server nevrací správné přihlašovací ID, kontaktujte prosím svého správce systému</string>
  189. <string name="auth_can_not_auth_against_server">Není možné provést ověření </string>
  190. <string name="auth_account_does_not_exist">V zařízení není zatím nastaven účet</string>
  191. <string name="fd_keep_in_sync">Udržovat soubor aktuální</string>
  192. <string name="common_rename">Přejmenovat</string>
  193. <string name="common_remove">Odstranit</string>
  194. <string name="confirmation_remove_alert">Opravdu chcete odstranit %1$s ?</string>
  195. <string name="confirmation_remove_folder_alert">Opravdu chcete odstranit %1$s a jeho obsah?</string>
  196. <string name="confirmation_remove_local">Pouze místní</string>
  197. <string name="confirmation_remove_folder_local">Pouze místní obsah</string>
  198. <string name="confirmation_remove_remote">Odstranit ze serveru</string>
  199. <string name="confirmation_remove_remote_and_local">Oboje, místní i vzdálené</string>
  200. <string name="remove_success_msg">Úspěšně odstraněno</string>
  201. <string name="remove_fail_msg">Odstranění nelze dokončit</string>
  202. <string name="rename_dialog_title">Zadejte nový název</string>
  203. <string name="rename_local_fail_msg">Místní kopii nelze přejmenovat, zkuste jiný nový název</string>
  204. <string name="rename_server_fail_msg">Přejmenování nelze dokončit</string>
  205. <string name="sync_file_fail_msg">Vzdálený soubor nemohl být zkontrolován</string>
  206. <string name="sync_file_nothing_to_do_msg">Obsah souboru je již synchronizován</string>
  207. <string name="create_dir_fail_msg">Adresář nemohl být vytvořen</string>
  208. <string name="filename_forbidden_characters">Zakázané znaky: / \\ &lt; &gt; : \" | ? *</string>
  209. <string name="filename_empty">Název nemůže být prázdný</string>
  210. <string name="wait_a_moment">Počkejte chvíli</string>
  211. <string name="filedisplay_unexpected_bad_get_content">Neočekávaný problém - zkuste zvolit soubor jinou aplikací</string>
  212. <string name="filedisplay_no_file_selected">Žádný soubor nebyl vybrán</string>
  213. <string name="activity_chooser_title">Odeslat odkaz ...</string>
  214. <string name="oauth_check_onoff">Přihlásit se s oAuth2</string>
  215. <string name="oauth_login_connection">Připojuji se k oAuth2 serveru...</string>
  216. <string name="ssl_validator_header">Identitu stránky nelze ověřit</string>
  217. <string name="ssl_validator_reason_cert_not_trusted">- Certifikát serveru je nedůvěryhodný</string>
  218. <string name="ssl_validator_reason_cert_expired">- Certifikátu serveru vypršela platnost</string>
  219. <string name="ssl_validator_reason_cert_not_yet_valid">- Datum platnosti certifikátu je v budoucnosti</string>
  220. <string name="ssl_validator_reason_hostname_not_verified">- URL neodpovídá hodnotě hostname certifikátu</string>
  221. <string name="ssl_validator_question">Přejete si přesto tomuto certifikátu důvěřovat?</string>
  222. <string name="ssl_validator_not_saved">Certifikát nelze uložit</string>
  223. <string name="ssl_validator_btn_details_see">Detaily</string>
  224. <string name="ssl_validator_btn_details_hide">Skrýt</string>
  225. <string name="ssl_validator_label_subject">Vydáno pro:</string>
  226. <string name="ssl_validator_label_issuer">Vydal:</string>
  227. <string name="ssl_validator_label_CN">Běžný název:</string>
  228. <string name="ssl_validator_label_O">Organizace:</string>
  229. <string name="ssl_validator_label_OU">Organizační jednotka:</string>
  230. <string name="ssl_validator_label_C">Země:</string>
  231. <string name="ssl_validator_label_ST">Stát:</string>
  232. <string name="ssl_validator_label_L">Umístění:</string>
  233. <string name="ssl_validator_label_validity">Platnost:</string>
  234. <string name="ssl_validator_label_validity_from">Od:</string>
  235. <string name="ssl_validator_label_validity_to">Pro:</string>
  236. <string name="ssl_validator_label_signature">Podpis:</string>
  237. <string name="ssl_validator_label_signature_algorithm">Alogritmus:</string>
  238. <string name="ssl_validator_null_cert">Certifikát nemohl být zobrazen.</string>
  239. <string name="ssl_validator_no_info_about_error">- Žádné informace o této chybě</string>
  240. <string name="placeholder_sentence">Zástupný text</string>
  241. <string name="placeholder_filename">placeholder.txt</string>
  242. <string name="placeholder_filetype">Obrázek PNG</string>
  243. <string name="placeholder_filesize">389 KB</string>
  244. <string name="placeholder_timestamp">2012/05/18 12:23 PM</string>
  245. <string name="placeholder_media_time">12:23:45</string>
  246. <string name="instant_upload_on_wifi">Odesílat obrázky pouze přes WiFi</string>
  247. <string name="instant_video_upload_on_wifi">Nahrávat videa pouze přes WiFi</string>
  248. <string name="instant_upload_path">/InstantUpload</string>
  249. <string name="conflict_title">Konflikt při aktualizaci</string>
  250. <string name="conflict_message">Vzdálený soubor %s není synchronizován s místním souborem. Pokračování přepíše obsah souboru na serveru.</string>
  251. <string name="conflict_keep_both">Ponechat oba</string>
  252. <string name="conflict_overwrite">Přepsat</string>
  253. <string name="conflict_dont_upload">Nenahrávat</string>
  254. <string name="preview_image_description">Náhled obrázku</string>
  255. <string name="preview_image_error_unknown_format">Obrázek nelze zobrazit</string>
  256. <string name="error__upload__local_file_not_copied">%1$s nelze zkopírovat do místního adresáře %2$s</string>
  257. <string name="prefs_instant_upload_path_title">Cesta pro nahrání</string>
  258. <string name="share_link_no_support_share_api">Je nám líto, ale sdílení není na vašem serveru povoleno. Kontaktujte svého
  259. správce systému.</string>
  260. <string name="share_link_file_no_exist">Nelze sdílet. Zkontrolujte prosím že soubor existuje</string>
  261. <string name="share_link_file_error">Při pokusu o sdílení tohoto souboru či složky nastala chyba</string>
  262. <string name="unshare_link_file_no_exist">Nelze ukončit sdílení. Zkontrolujte prosím že soubor existuje</string>
  263. <string name="unshare_link_file_error">Při pokusu o zrušení sdílení tohoto souboru či složky nastala chyba</string>
  264. <string name="share_link_password_title">Zadejte heslo</string>
  265. <string name="share_link_empty_password">Musíte zadat heslo</string>
  266. <string name="activity_chooser_send_file_title">Odeslat</string>
  267. <string name="copy_link">Zkopírovat odkaz</string>
  268. <string name="clipboard_text_copied">Zkopírováno do schránky</string>
  269. <string name="error_cant_bind_to_operations_service">Kritická chyba: operace nelze provést</string>
  270. <string name="network_error_socket_exception">Při pokusu o připojení k serveru došlo k chybě.</string>
  271. <string name="network_error_socket_timeout_exception">Při čekání na odpověď serveru se vyskytla chyba, operace nemohla být dokončena</string>
  272. <string name="network_error_connect_timeout_exception">Při čekání na odpověď serveru se vyskytla chyba, operace nemohla být dokončena</string>
  273. <string name="network_host_not_available">Operace nemohla být dokončena, server je nedostupný</string>
  274. <string name="empty"></string>
  275. <string name="forbidden_permissions">Nemáte oprávnění %s</string>
  276. <string name="forbidden_permissions_rename">přejmenovat tento soubor</string>
  277. <string name="forbidden_permissions_delete">smazat tento soubor</string>
  278. <string name="share_link_forbidden_permissions">sdílet tento soubor</string>
  279. <string name="unshare_link_forbidden_permissions">zrušit sdílení tohoto souboru</string>
  280. <string name="forbidden_permissions_create">vytvořit tento soubor</string>
  281. <string name="uploader_upload_forbidden_permissions">nahrávat do tohoto adresáře</string>
  282. <string name="downloader_download_file_not_found">Tento soubor již není dostupný na serveru</string>
  283. <string name="prefs_category_accounts">Účty</string>
  284. <string name="prefs_add_account">Přidat účet</string>
  285. <string name="auth_redirect_non_secure_connection_title">Bezpečné spojení je přesměrováno na nezabezpečenou trasu.</string>
  286. <string name="actionbar_logger">Logy</string>
  287. <string name="log_send_history_button">Odeslat historii</string>
  288. <string name="log_send_no_mail_app">Nebyla nalezena žádná aplikace pro odesílání logů. Nainstalujte poštovní aplikaci!</string>
  289. <string name="log_send_mail_subject">%1$s logy aplikace pro Android</string>
  290. <string name="log_progress_dialog_text">Načítání dat…</string>
  291. <string name="saml_authentication_required_text">Vyžadováno přihlášení</string>
  292. <string name="saml_authentication_wrong_pass">Nesprávné heslo</string>
  293. <string name="actionbar_move">Přesunout</string>
  294. <string name="file_list_empty_moving">Zde nic není. Můžete přidat adresář!</string>
  295. <string name="folder_picker_choose_button_text">Vybrat</string>
  296. <string name="move_file_not_found">Nelze přesunout. Zkontrolujte prosím že soubor existuje</string>
  297. <string name="move_file_invalid_into_descendent">Není možné adresář přesunout do vlastního podadresáře</string>
  298. <string name="move_file_invalid_overwrite">Soubor již v cílovém adresáři existuje</string>
  299. <string name="move_file_error">Při pokusu o přesun tohoto souboru či složky nastala chyba</string>
  300. <string name="forbidden_permissions_move">pro přesun tohoto souboru</string>
  301. <string name="prefs_category_instant_uploading">Okamžitá odesílání</string>
  302. <string name="prefs_category_security">Zabezpečení</string>
  303. <string name="prefs_instant_video_upload_path_title">Cesta pro nahrávání videí</string>
  304. <string name="download_folder_failed_content">Stažení adresáře %1$s nemohlo být dokončeno</string>
  305. <string name="subject_token">%1$s sdílí \"%2$s\" s vámi</string>
  306. <string name="auth_refresh_button">Obnovit připojení</string>
  307. <string name="auth_host_address">Adresa serveru</string>
  308. </resources>