ia.js 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "(group)" : "(gruppo)",
  15. "Enable encryption" : "Activar cryptographia",
  16. "Enable previews" : "Activar previsualisationes",
  17. "Enable sharing" : "Activar compartimento",
  18. "Check for changes" : "Verificar nove modificationes",
  19. "Never" : "Nunquam",
  20. "Once every direct access" : "A cata accesso directe",
  21. "Delete" : "Deler",
  22. "Saved" : "Salveguardate",
  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. "Share" : "Compartir",
  67. "Show hidden files" : "Monstrar files occultate",
  68. "Service name" : "Nomine del servicio",
  69. "Name" : "Nomine",
  70. "Storage type" : "Typo de immagazinage",
  71. "Open documentation" : "Aperir documentation",
  72. "Folder name" : "Nomine de dossier",
  73. "External storage" : "Immagazinage externe",
  74. "Authentication" : "Authentication",
  75. "Configuration" : "Configuration",
  76. "Available for" : "Disponibile a",
  77. "Add storage" : "Adder immagazinage",
  78. "Advanced settings" : "Configurationes avantiate",
  79. "Allow users to mount external storage" : "Permitter usatores montar immagazinage externe",
  80. "Saving..." : "Salveguardante..."
  81. },
  82. "nplurals=2; plural=(n != 1);");