Error.strings 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // Error.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright (c) 2017 TWS. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "_bad_username_password_" = "Chybné přihlašovací jméno nebo heslo";
  23. "_cancelled_by_user" = "Přenos zrušen";
  24. "_error_folder_destiny_is_the_same_" = "Nelze přesunout složku do sebe sama";
  25. "_error_not_permission_" = "K dokončení operace nemáte oprávnění";
  26. "_error_path_" = "Nelze otevřít tento soubor, nebo složku. Ujistěte se, že existuje";
  27. "_file_upload_not_exitst_" = "Soubor, který chceme nahrát, neexistuje";
  28. "_forbidden_characters_from_server_" = "Jméno obsahuje alespoň jeden neplatný znak";
  29. "_not_connected_internet_" = "Chyba připojení k serveru";
  30. "_not_possible_connect_to_server_" = "Nyní se nelze k serveru připojit";
  31. "_not_possible_create_folder_" = "Složku se nepodařilo vytvořit";
  32. "_server_down_" = "Server je nedostupný";
  33. "_time_out_" = "Časový limit, zkuste to znovu";
  34. "_unknow_response_server_" = "Neočekávaná odpověď serveru";
  35. "_user_autentication_required_" = "Požadována autentizace uživatele";
  36. "_file_directory_locked_" = "Soubor či adresář uzamčen";
  37. "_ssl_certificate_untrusted_" = "Certifikát tohoto serveru není platný";
  38. "_internal_server_" = "Vnitřní chyba serveru";
  39. "_file_already_exists_" = "Nelze dokončit operaci, existuje soubor se stejným ménem";
  40. "_file_folder_not_exists_" = "Zdrojový soubor nebyl nalezen na specifikované cestě";
  41. "_folder_contents_nochanged_" = "Obsah složky se nezměnil";
  42. "_images_invalid_converted_" = "Obrázek není platný a nelze ho převést na náhled";
  43. "_method_not_expected_" = "Neočekávaná metoda požadavku";
  44. "_reauthenticate_user_" = "Přístup vypršel, reautentizujte uživatele";
  45. "_server_error_retry_" = "Server je dočasně nedostupný";
  46. "_too_many_files_" = "Aby mohla být operace dokončena úspěšně, nesměla by zahrnovat tolik souborů";
  47. "_too_many_request_" = "Dosaženo omezení rychlosti—odesláno příliš požadavků";
  48. "_user_over_quota_" = "Povolená kvóta úložiště dosažena";
  49. "_ssl_connection_error_" = "Chyba SSL spojení, zkuste to znovu";
  50. "_bad_request_" = "Neplatný požadavek ";
  51. "_webdav_locked_" = "WebDAV Locked : The resource that is being accessed is locked";
  52. "_error_user_not_available_" = "The user is no longer available";
  53. "_server_response_error_" = "Server response content error";