123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // Error.strings
- // Nextcloud iOS
- //
- // Copyright (c) 2017 TWS. All rights reserved.
- //
- // Author Marino Faggiana <m.faggiana@twsweb.it>
- //
- // This program is free software: you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation, either version 3 of the License, or
- // (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
- //
- "_bad_username_password_" = "Nome utente o password errati";
- "_cancelled_by_user" = "Trasferimento annullato";
- "_error_folder_destiny_is_the_same_" = "Non è possibile spostare la cartella dentro se stessi";
- "_error_not_permission_" = "Non si dispone dell'autorizzazione per completare l'operazione";
- "_error_path_" = "Impossibile aprire questo file o cartella. Per favore, assicuratevi che esista";
- "_file_upload_not_exitst_" = "Il file che desideriamo caricare non esiste";
- "_forbidden_characters_from_server_" = "Il nome contiene uno o più caratteri non validi";
- "_not_connected_internet_" = "Errore di connessione al server";
- "_not_possible_connect_to_server_" = "Non è possibile connettersi al server in questo momento";
- "_not_possible_create_folder_" = "La cartella non può essere creata";
- "_server_down_" = "Il server risulta irraggiungibile";
- "_time_out_" = "Timeout, riprova";
- "_unknow_response_server_" = "Risposta imprevista dal server";
- "_user_autentication_required_" = "Autenticazione utente richiesta";
- "_file_directory_locked_" = "File o cartella bloccato";
- "_ssl_certificate_untrusted_" = "Il certificato per questo server non è valido";
- "_internal_server_" = "Errore interno del server";
- "_file_already_exists_" = "Impossibile completare l'operazione, esiste già un file con lo stesso nome";
- "_file_folder_not_exists_" = "Il file sorgente non è stato trovato nel percorso specificato";
- "_folder_contents_nochanged_" = "Il contenuto della cartella non è cambiato";
- "_images_invalid_converted_" = "L'immagine non è valida e non può essere convertita in una miniatura";
- "_method_not_expected_" = "Metodo di richiesta non previsto";
- "_reauthenticate_user_" = "Accesso scaduto, autentica nuovamente l'utente";
- "_server_error_retry_" = "Il server è temporaneamente non disponibile";
- "_too_many_files_" = "Troppi file sono coinvolti nell'operazione perché sia completata con successo";
- "_too_many_request_" = "Limite raggiunto - sono state inviate troppe richieste";
- "_user_over_quota_" = "Quota di archiviazione raggiunta";
- "_ssl_connection_error_" = "Errore connessione SSL, riprova";
- "_bad_request_" = "Richiesta errata";
- "_webdav_locked_" = "WebDAV bloccato: La risorsa a cui si sta cercando di accedere è bloccata";
- "_error_user_not_available_" = "L'utente non è più disponibile";
- "_server_response_error_" = "Server response content error";
|