Error.strings 7.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_" = "Usuario o contraseña equivocada";
  23. "_cancelled_by_user" = "Transferencia cancelada";
  24. "_error_folder_destiny_is_the_same_" = "No es posible mover la carpeta dentro de sí misma";
  25. "_error_not_permission_" = "No tienes los permisos para hacer esta operación";
  26. "_error_path_" = "No se pudo habrir este archivo o carpeta. Por favor verifica que exista";
  27. "_file_upload_not_exitst_" = "El archivo que queremos cargar no existe";
  28. "_forbidden_characters_from_server_" = "El nombre contiene al menos un caracter inválido";
  29. "_not_connected_internet_" = "Error de conexión al servidor";
  30. "_not_possible_connect_to_server_" = "No es posible conectarse al servidor en este momento";
  31. "_not_possible_create_folder_" = "No fue posible crear la carpeta";
  32. "_server_down_" = "El servidor es inalcanzable";
  33. "_time_out_" = "El tiempo se agotó, favor de reintentar";
  34. "_unknow_response_server_" = "Respuesta del servidor inesperada";
  35. "_user_autentication_required_" = "Autenticación del usuario requerida";
  36. "_file_directory_locked_" = "Archivo o directorio bloqueado";
  37. "_ssl_certificate_untrusted_" = "El certificado para este servidor es inválido";
  38. "_internal_server_" = "Error Interno del Servidor";
  39. "_file_already_exists_" = "No se pudo completar la operación, hay un archivo con el mismo nombre";
  40. "_file_folder_not_exists_" = "El archivo fuente no se encontró en la ruta especificada";
  41. "_folder_contents_nochanged_" = "El contendio de la carpeta no ha cambiado";
  42. "_images_invalid_converted_" = "La imagen es inválida y no puede convertirse a una miniatura";
  43. "_method_not_expected_" = "El método de solicitud no era esperado";
  44. "_reauthenticate_user_" = "El acceso expiró, por favor vuelve a autenticar al usuario";
  45. "_server_error_retry_" = "El servidor se encuentra temporalmente no disponible";
  46. "_too_many_files_" = "Demasiados archivos estarían involucrados en la operación para que se completara exitosamente";
  47. "_too_many_request_" = "Se ha alcanzado la tasa límite -- demasiadas solicitudes enviadas";
  48. "_user_over_quota_" = "Se ha alcanzado la cuota de almacenamiento";
  49. "_ssl_connection_error_" = "Error de la conexión SSL, por favor vuelve a intentarlo";
  50. "_bad_request_" = "Bad request";
  51. "_webdav_locked_" = "WebDAV Locked : The resource that is being accessed is locked";
  52. "_error_user_not_available_" = "The user is no longer available";