ia.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "Enable encryption" : "Activar cryptographia",
  15. "Enable previews" : "Activar previsualisationes",
  16. "Enable sharing" : "Activar compartimento",
  17. "Check for changes" : "Verificar nove modificationes",
  18. "Never" : "Nunquam",
  19. "Once every direct access" : "A cata accesso directe",
  20. "Delete" : "Deler",
  21. "Saved" : "Salveguardate",
  22. "Saving..." : "Salveguardante...",
  23. "Save" : "Salveguardar",
  24. "External mount error" : "Error del montage externe",
  25. "external-storage" : "immagazinage-externe",
  26. "Username" : "Nomine de usator",
  27. "Password" : "Contrasigno",
  28. "Credentials saved" : "Datos de authentication salveguardate",
  29. "Credentials saving failed" : "Salveguarda de datos de authentication falleva",
  30. "Credentials required" : "Datos de authentication requirite",
  31. "Invalid mount point" : "Puncto de montage non valide",
  32. "Insufficient data: %s" : "Datos insufficiente: %s",
  33. "%s" : "%s",
  34. "Access key" : "Clave de accesso",
  35. "Secret key" : "Clave secrete",
  36. "None" : "Nulle",
  37. "OAuth1" : "OAuth1",
  38. "App key" : "Clave del Application",
  39. "App secret" : "Secreto del Application",
  40. "OAuth2" : "OAuth2",
  41. "Domain" : "Dominio",
  42. "API key" : "Clave API",
  43. "Global credentials" : "Datos de authentication global",
  44. "Username and password" : "Nomine de usator e contrasigno",
  45. "RSA public key" : "Clave public RSA",
  46. "Public key" : "Clave public",
  47. "Amazon S3" : "Amazon S3",
  48. "Hostname" : "Nomine de Hospite",
  49. "Port" : "Porto",
  50. "Region" : "Region",
  51. "Enable SSL" : "Activar SSL",
  52. "Enable Path Style" : "Activar Stilo de Sentiero",
  53. "WebDAV" : "WebDAV",
  54. "URL" : "URL",
  55. "Remote subfolder" : "Sub-dossier remote",
  56. "Secure https://" : "Secur https://",
  57. "FTP" : "FTP",
  58. "Host" : "Hospite",
  59. "Secure ftps://" : "Secure ftps://",
  60. "Local" : "Local",
  61. "Location" : "Loco",
  62. "Nextcloud" : "Nextcloud",
  63. "SFTP" : "SFTP",
  64. "Root" : "Root",
  65. "SMB / CIFS" : "SMB / CIFS",
  66. "Service name" : "Nomine del servicio",
  67. "Name" : "Nomine",
  68. "Storage type" : "Typo de immagazinage",
  69. "Folder name" : "Nomine de dossier",
  70. "External storage" : "Immagazinage externe",
  71. "Authentication" : "Authentication",
  72. "Configuration" : "Configuration",
  73. "Available for" : "Disponibile a",
  74. "Add storage" : "Adder immagazinage",
  75. "Advanced settings" : "Configurationes avantiate",
  76. "Allow users to mount external storage" : "Permitter usatores montar immagazinage externe"
  77. },
  78. "nplurals=2; plural=(n != 1);");