You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ca.js 3.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s",
  5. "Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s",
  6. "External storage" : "Emmagatzemament extern",
  7. "Personal" : "Personal",
  8. "System" : "Sistema",
  9. "Grant access" : "Concedeix accés",
  10. "Generate keys" : "Generar claus",
  11. "Error generating key pair" : "Error en generar el parell de claus",
  12. "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.",
  13. "(group)" : "(grup)",
  14. "Saved" : "Desat",
  15. "Username" : "Nom d'usuari",
  16. "Password" : "Contrasenya",
  17. "Save" : "Desa",
  18. "Storage with id \"%i\" not found" : "No s'ha trobat emmagatzematge amb id \"%i\"",
  19. "Invalid mount point" : "Punt de muntatge no vàlid",
  20. "Invalid storage backend \"%s\"" : "Motor d'emmagatzematge no vàlid \"%s\"",
  21. "None" : "Cap",
  22. "App key" : "Clau de l'aplicació",
  23. "App secret" : "Secret de l'aplicació",
  24. "Client ID" : "Client ID",
  25. "Client secret" : "Secret del client",
  26. "API key" : "codi API",
  27. "Public key" : "Clau pública",
  28. "Amazon S3" : "Amazon S3",
  29. "Bucket" : "Cub",
  30. "Hostname" : "Nom del servidor",
  31. "Port" : "Port",
  32. "Region" : "Comarca",
  33. "Enable SSL" : "Habilita SSL",
  34. "Enable Path Style" : "Permet l'estil del camí",
  35. "WebDAV" : "WebDAV",
  36. "URL" : "URL",
  37. "Remote subfolder" : "Subcarpeta remota",
  38. "Secure https://" : "Protocol segur https://",
  39. "Host" : "Equip remot",
  40. "Secure ftps://" : "Protocol segur ftps://",
  41. "Local" : "Local",
  42. "Location" : "Ubicació",
  43. "ownCloud" : "ownCloud",
  44. "Root" : "Arrel",
  45. "SFTP with secret key login" : "Inici de sessió SFTP amb clau secreta",
  46. "Share" : "Comparteix",
  47. "SMB / CIFS using OC login" : "SMB / CIFS usant acreditació OC",
  48. "Username as share" : "Nom d'usuari per compartir",
  49. "OpenStack Object Storage" : "OpenStack Object Storage",
  50. "<b>Note:</b> " : "<b>Nota:</b> ",
  51. "<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 suport cURL no està activat o instal·lat a PHP. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
  52. "<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 suport FTP per PHP no està activat o no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
  53. "<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 no està instal·lat. No es pot muntar %s. Demaneu a l'administrador del sistema que l'instal·li.",
  54. "No external storage configured" : "Sense emmagatzematge extern configurat",
  55. "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal",
  56. "Name" : "Nom",
  57. "Storage type" : "Tipus d'emmagatzemament",
  58. "Scope" : "Abast",
  59. "Enable encryption" : "Habilitar xifrat",
  60. "Enable previews" : "Habilitar vistes prèvies",
  61. "Check for changes" : "Comproveu si hi ha canvis",
  62. "Never" : "Mai",
  63. "Once every direct access" : "Un cop cada accés directe",
  64. "External Storage" : "Emmagatzemament extern",
  65. "Folder name" : "Nom de la carpeta",
  66. "Configuration" : "Configuració",
  67. "Available for" : "Disponible per",
  68. "Add storage" : "Afegeix emmagatzemament",
  69. "Advanced settings" : "Configuració avançada",
  70. "Delete" : "Esborra",
  71. "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents"
  72. },
  73. "nplurals=2; plural=(n != 1);");