ast.js 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Step 1 failed. Exception: %s" : "Pasu 1 fallíu. Esceición: %s",
  5. "Step 2 failed. Exception: %s" : "Pasu 2 fallíu. Esceición: %s",
  6. "External storage" : "Almacenamientu esternu",
  7. "OpenStack Object Storage" : "OpenStack Object Storage",
  8. "Username" : "Nome d'usuariu",
  9. "Bucket" : "Depósitu",
  10. "Region (optional for OpenStack Object Storage)" : "Rexón (opcional pa OpenStack Object Storage)",
  11. "API Key (required for Rackspace Cloud Files)" : "Clave API (necesaria pa Rackspace Cloud Files)",
  12. "Tenantname (required for OpenStack Object Storage)" : "Nome d'inquilín (necesariu pa OpenStack Object Storage)",
  13. "Password (required for OpenStack Object Storage)" : "Contraseña (necesaria pa OpenStack Object Storage)",
  14. "Service Name (required for OpenStack Object Storage)" : "Nome de Serviciu (necesariu pa OpenStack Object Storage)",
  15. "URL of identity endpoint (required for OpenStack Object Storage)" : "URL d'identidá de puntu final (necesariu pa OpenStack Object Storage)",
  16. "Timeout of HTTP requests in seconds" : "Tiempu d'espera de peticiones HTTP en segundos",
  17. "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC",
  18. "Host" : "Sirvidor",
  19. "Username as share" : "Nome d'usuariu como Compartición",
  20. "Share" : "Compartir",
  21. "Remote subfolder" : "Subcarpeta remota",
  22. "Public key" : "Clave pública",
  23. "Personal" : "Personal",
  24. "System" : "Sistema",
  25. "Grant access" : "Conceder accesu",
  26. "Access granted" : "Accesu concedíu",
  27. "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.",
  28. "(group)" : "(grupu)",
  29. "Saved" : "Guardáu",
  30. "None" : "Dengún",
  31. "App key" : "App principal",
  32. "App secret" : "App secreta",
  33. "Client ID" : "ID de veceru",
  34. "Client secret" : "Veceru secretu",
  35. "Password" : "Contraseña",
  36. "Amazon S3" : "Amazon S3",
  37. "Hostname" : "Nome d'agospiu",
  38. "Port" : "Puertu",
  39. "Region" : "Rexón",
  40. "Enable SSL" : "Habilitar SSL",
  41. "Enable Path Style" : "Habilitar Estilu de ruta",
  42. "WebDAV" : "WebDAV",
  43. "URL" : "URL",
  44. "Secure https://" : "Secure https://",
  45. "Dropbox" : "Dropbox",
  46. "Secure ftps://" : "Secure ftps://",
  47. "Local" : "Llocal",
  48. "Location" : "Llocalización",
  49. "ownCloud" : "ownCloud",
  50. "Root" : "Raíz",
  51. "<b>Note:</b> " : "<b>Nota:</b> ",
  52. "<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.",
  53. "<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.",
  54. "<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.",
  55. "Name" : "Nome",
  56. "Storage type" : "Triba d'almacenamientu",
  57. "Scope" : "Ámbitu",
  58. "External Storage" : "Almacenamientu esternu",
  59. "Folder name" : "Nome de la carpeta",
  60. "Configuration" : "Configuración",
  61. "Available for" : "Disponible pa",
  62. "Delete" : "Desaniciar",
  63. "Add storage" : "Amestar almacenamientu",
  64. "Enable User External Storage" : "Habilitar almacenamientu esterno d'usuariu",
  65. "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
  66. },
  67. "nplurals=2; plural=(n != 1);");