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_" = "Bad username or password";
- "_cancelled_by_user" = "Transferència cancel·lada";
- "_error_folder_destiny_is_the_same_" = "No es pot moure una carpeta dins d'ella mateixa";
- "_error_not_permission_" = "You don't have permission to complete the operation";
- "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
- "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
- "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
- "_not_connected_internet_" = "Error de connexió del servidor";
- "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
- "_not_possible_create_folder_" = "Folder could not be created";
- "_server_down_" = "Could not establish contact with server";
- "_time_out_" = "Timeout, try again";
- "_unknow_response_server_" = "Unexpected response from server";
- "_user_autentication_required_" = "User autentication required";
- "_file_directory_locked_" = "Arxiu o carpeta bloquejat";
- "_ssl_certificate_untrusted_" = "El certificat d'aquest servidor és invàlid";
- "_internal_server_" = "Error intern del servidor";
- "_file_already_exists_" = "Could not complete the operation, a file with the same name exists";
- "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
- "_folder_contents_nochanged_" = "The folder contents have not changed";
- "_images_invalid_converted_" = "La imatge no és vàlida i no s'ha pogut convertir a miniatura";
- "_method_not_expected_" = "Unexpected request method";
- "_reauthenticate_user_" = "Access expired, log in again";
- "_server_error_retry_" = "Servidor temporalment no disponible";
- "_too_many_files_" = "Too many files would be involved in this operation";
- "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
- "_user_over_quota_" = "Quota d'emmagatzematge al limit";
- "_ssl_connection_error_" = "Connection SSL error, try again";
- "_bad_request_" = "Bad request";
- "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
- "_error_user_not_available_" = "The user is no longer available";
- "_server_response_error_" = "Server response content error";
|