ia.js 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "External storages" : "Immagazinages externe",
  5. "Personal" : "Personal",
  6. "System" : "Systema",
  7. "Grant access" : "Conceder accesso",
  8. "Error configuring OAuth1" : "Error durante configuration de OAuth1",
  9. "Please provide a valid app key and secret." : "Per favor, provide un clave e un secreto ambe valide.",
  10. "Error configuring OAuth2" : "Error durante configuration de OAuth2",
  11. "Generate keys" : "Generar claves",
  12. "Error generating key pair" : "Error durante creation de par de claves",
  13. "All users. Type to select user or group." : "Tote usatores. Scribe pro selectionar usator o gruppo.",
  14. "Saved" : "Salveguardate",
  15. "Saving..." : "Salveguardante...",
  16. "Save" : "Salveguardar",
  17. "External mount error" : "Error del montage externe",
  18. "external-storage" : "immagazinage-externe",
  19. "Username" : "Nomine de usator",
  20. "Password" : "Contrasigno",
  21. "Credentials saved" : "Datos de authentication salveguardate",
  22. "Credentials saving failed" : "Salveguarda de datos de authentication falleva",
  23. "Credentials required" : "Datos de authentication requirite",
  24. "Invalid mount point" : "Puncto de montage non valide",
  25. "Insufficient data: %s" : "Datos insufficiente: %s",
  26. "%s" : "%s",
  27. "Access key" : "Clave de accesso",
  28. "Secret key" : "Clave secrete",
  29. "None" : "Nulle",
  30. "OAuth1" : "OAuth1",
  31. "App key" : "Clave del Application",
  32. "App secret" : "Secreto del Application",
  33. "OAuth2" : "OAuth2",
  34. "Domain" : "Dominio",
  35. "API key" : "Clave API",
  36. "Global credentials" : "Datos de authentication global",
  37. "Username and password" : "Nomine de usator e contrasigno",
  38. "RSA public key" : "Clave public RSA",
  39. "Public key" : "Clave public",
  40. "Amazon S3" : "Amazon S3",
  41. "Hostname" : "Nomine de Hospite",
  42. "Port" : "Porto",
  43. "Region" : "Region",
  44. "Enable SSL" : "Activar SSL",
  45. "Enable Path Style" : "Activar Stilo de Sentiero",
  46. "WebDAV" : "WebDAV",
  47. "URL" : "URL",
  48. "Remote subfolder" : "Sub-dossier remote",
  49. "Secure https://" : "Secur https://",
  50. "FTP" : "FTP",
  51. "Host" : "Hospite",
  52. "Secure ftps://" : "Secure ftps://",
  53. "Local" : "Local",
  54. "Location" : "Loco",
  55. "Nextcloud" : "Nextcloud",
  56. "SFTP" : "SFTP",
  57. "Root" : "Root",
  58. "SMB / CIFS" : "SMB / CIFS",
  59. "Service name" : "Nomine del servicio",
  60. "Name" : "Nomine",
  61. "Storage type" : "Typo de immagazinage",
  62. "Enable encryption" : "Activar cryptographia",
  63. "Enable previews" : "Activar previsualisationes",
  64. "Enable sharing" : "Activar compartimento",
  65. "Check for changes" : "Verificar nove modificationes",
  66. "Never" : "Nunquam",
  67. "Once every direct access" : "A cata accesso directe",
  68. "Folder name" : "Nomine de dossier",
  69. "External storage" : "Immagazinage externe",
  70. "Authentication" : "Authentication",
  71. "Configuration" : "Configuration",
  72. "Available for" : "Disponibile a",
  73. "Add storage" : "Adder immagazinage",
  74. "Advanced settings" : "Configurationes avantiate",
  75. "Delete" : "Deler",
  76. "Allow users to mount external storage" : "Permitter usatores montar immagazinage externe",
  77. "Allow users to mount the following external storage" : "Permitter usatores montar le sequente immagazinage externe",
  78. "OpenStack" : "OpenStack"
  79. },
  80. "nplurals=2; plural=(n != 1);");