Error.strings 7.1 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_" = "Nome utente o password errati";
  23. "_cancelled_by_user" = "Trasferimento annullato";
  24. "_error_folder_destiny_is_the_same_" = "Non è possibile spostare la cartella dentro se stessi";
  25. "_error_not_permission_" = "Non si dispone dell'autorizzazione per completare l'operazione";
  26. "_error_path_" = "Impossibile aprire questo file o cartella. Per favore, assicuratevi che esista";
  27. "_file_upload_not_exitst_" = "Il file che desideriamo caricare non esiste";
  28. "_forbidden_characters_from_server_" = "Il nome contiene uno o più caratteri non validi";
  29. "_not_connected_internet_" = "Errore di connessione al server";
  30. "_not_possible_connect_to_server_" = "Non è possibile connettersi al server in questo momento";
  31. "_not_possible_create_folder_" = "La cartella non può essere creata";
  32. "_server_down_" = "Il server risulta irraggiungibile";
  33. "_time_out_" = "Timeout, riprova";
  34. "_unknow_response_server_" = "Risposta imprevista dal server";
  35. "_user_autentication_required_" = "Autenticazione utente richiesta";
  36. "_file_directory_locked_" = "File o cartella bloccato";
  37. "_ssl_certificate_untrusted_" = "Il certificato per questo server non è valido";
  38. "_internal_server_" = "Errore interno del server";
  39. "_file_already_exists_" = "Impossibile completare l'operazione, esiste già un file con lo stesso nome";
  40. "_file_folder_not_exists_" = "Il file sorgente non è stato trovato nel percorso specificato";
  41. "_folder_contents_nochanged_" = "Il contenuto della cartella non è cambiato";
  42. "_images_invalid_converted_" = "L'immagine non è valida e non può essere convertita in una miniatura";
  43. "_method_not_expected_" = "Metodo di richiesta non previsto";
  44. "_reauthenticate_user_" = "Accesso scaduto, autentica nuovamente l'utente";
  45. "_server_error_retry_" = "Il server è temporaneamente non disponibile";
  46. "_too_many_files_" = "Troppi file sono coinvolti nell'operazione perché sia completata con successo";
  47. "_too_many_request_" = "Limite raggiunto - sono state inviate troppe richieste";
  48. "_user_over_quota_" = "Quota di archiviazione raggiunta";
  49. "_ssl_connection_error_" = "Errore connessione SSL, riprova";
  50. "_bad_request_" = "Richiesta errata";
  51. "_webdav_locked_" = "WebDAV bloccato: La risorsa a cui si sta cercando di accedere è bloccata";
  52. "_error_user_not_available_" = "L'utente non è più disponibile";
  53. "_server_response_error_" = "Server response content error";