Error.strings 6.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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_" = "Bad username or password";
  23. "_cancelled_by_user" = "Transfer cancelled";
  24. "_error_folder_destiny_is_the_same_" = "You cannot move the folder into itself";
  25. "_error_not_permission_" = "You do not have permission to complete the operation";
  26. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  27. "_file_upload_not_exitst_" = "The file that we want to upload does not exist";
  28. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  29. "_not_connected_internet_" = "Server connection error";
  30. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  31. "_not_possible_create_folder_" = "Folder could not be created";
  32. "_server_down_" = "The server is unreachable";
  33. "_time_out_" = "Timeout, try again";
  34. "_unknow_response_server_" = "Unexpected response from server";
  35. "_user_autentication_required_" = "User autentication required";
  36. "_file_directory_locked_" = "File or directory locked";
  37. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  38. "_internal_server_" = "Internal Server Error";
  39. "_file_already_exists_" = "Unable to complete the operation, a file already exists with that name";
  40. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  41. "_folder_contents_nochanged_" = "The folder contents have not changed";
  42. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  43. "_method_not_expected_" = "Request method not expected";
  44. "_reauthenticate_user_" = "Access expired, please re-authenticate the user";
  45. "_server_error_retry_" = "The server is temporarily unavailable";
  46. "_too_many_files_" = "Too many files would be involved in the operation for it to complete successfully";
  47. "_too_many_request_" = "Rate limit reached—too many requests sent";
  48. "_user_over_quota_" = "Storage quota is reached";
  49. "_ssl_connection_error_" = "Connection SSL error, try again";