ast.js 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.",
  5. "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Falló la descarga de los tokens solicitaos. Verifica que la clave y el secretu de la app de Dropbox ye correuta.",
  6. "Please provide a valid Dropbox app key and secret." : "Por favor, proporciona una clave válida de l'app Dropbox y una clave secreta.",
  7. "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s",
  8. "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s",
  9. "External storage" : "Almacenamientu esternu",
  10. "Local" : "Llocal",
  11. "Location" : "Llocalización",
  12. "Amazon S3" : "Amazon S3",
  13. "Key" : "Clave",
  14. "Secret" : "Secretu",
  15. "Bucket" : "Depósitu",
  16. "Amazon S3 and compliant" : "Amazon S3 y compatibilidá",
  17. "Access Key" : "Clave d'accesu",
  18. "Secret Key" : "Clave Secreta",
  19. "Hostname" : "Nome d'agospiu",
  20. "Port" : "Puertu",
  21. "Region" : "Rexón",
  22. "Enable SSL" : "Habilitar SSL",
  23. "Enable Path Style" : "Habilitar Estilu de ruta",
  24. "App key" : "App principal",
  25. "App secret" : "App secreta",
  26. "Host" : "Sirvidor",
  27. "Username" : "Nome d'usuariu",
  28. "Password" : "Contraseña",
  29. "Remote subfolder" : "Subcarpeta remota",
  30. "Secure ftps://" : "Secure ftps://",
  31. "Client ID" : "ID de veceru",
  32. "Client secret" : "Veceru secretu",
  33. "OpenStack Object Storage" : "OpenStack Object Storage",
  34. "Region (optional for OpenStack Object Storage)" : "Rexón (opcional pa OpenStack Object Storage)",
  35. "API Key (required for Rackspace Cloud Files)" : "Clave API (necesaria pa Rackspace Cloud Files)",
  36. "Tenantname (required for OpenStack Object Storage)" : "Nome d'inquilín (necesariu pa OpenStack Object Storage)",
  37. "Password (required for OpenStack Object Storage)" : "Contraseña (necesaria pa OpenStack Object Storage)",
  38. "Service Name (required for OpenStack Object Storage)" : "Nome de Serviciu (necesariu pa OpenStack Object Storage)",
  39. "URL of identity endpoint (required for OpenStack Object Storage)" : "URL d'identidá de puntu final (necesariu pa OpenStack Object Storage)",
  40. "Timeout of HTTP requests in seconds" : "Tiempu d'espera de peticiones HTTP en segundos",
  41. "Share" : "Compartir",
  42. "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC",
  43. "Username as share" : "Nome d'usuariu como Compartición",
  44. "URL" : "URL",
  45. "Secure https://" : "Secure https://",
  46. "Public key" : "Clave pública",
  47. "Access granted" : "Accesu concedíu",
  48. "Error configuring Dropbox storage" : "Fallu configurando l'almacenamientu de Dropbox",
  49. "Grant access" : "Conceder accesu",
  50. "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive",
  51. "Personal" : "Personal",
  52. "System" : "Sistema",
  53. "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.",
  54. "(group)" : "(grupu)",
  55. "Saved" : "Guardáu",
  56. "<b>Note:</b> " : "<b>Nota:</b> ",
  57. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de cURL en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
  58. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de FTP en PHP nun ta activáu o instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
  59. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" nun ta instaláu. Nun pue montase %s. Pídi-y al alministrador de sistema que lu instale.",
  60. "Name" : "Nome",
  61. "Storage type" : "Triba d'almacenamientu",
  62. "Scope" : "Ámbitu",
  63. "External Storage" : "Almacenamientu esternu",
  64. "Folder name" : "Nome de la carpeta",
  65. "Configuration" : "Configuración",
  66. "Available for" : "Disponible pa",
  67. "Add storage" : "Amestar almacenamientu",
  68. "Delete" : "Desaniciar",
  69. "Enable User External Storage" : "Habilitar almacenamientu esterno d'usuariu",
  70. "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
  71. },
  72. "nplurals=2; plural=(n != 1);");