diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:27 +0000 |
commit | 3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (patch) | |
tree | 3ef4050915fae9e2df5e09aee4061532c09346b6 /apps/files_external/l10n/ca.js | |
parent | 91c67eb667b2c049f0fcbe8fd868f6a689aaf26e (diff) | |
download | nextcloud-server-3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d.tar.gz nextcloud-server-3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/ca.js')
-rw-r--r-- | apps/files_external/l10n/ca.js | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js index f147a2af8b2..63cc5dd1359 100644 --- a/apps/files_external/l10n/ca.js +++ b/apps/files_external/l10n/ca.js @@ -1,9 +1,7 @@ OC.L10N.register( "files_external", { - "Step 1 failed. Exception: %s" : "El pas 1 ha fallat. Excepció: %s", - "Step 2 failed. Exception: %s" : "El pas 2 ha fallat. Excepció: %s", - "External storage" : "Emmagatzemament extern", + "External storages" : "Emmagatzemament extern", "Personal" : "Personal", "System" : "Sistema", "Grant access" : "Concedeix accés", @@ -11,19 +9,26 @@ OC.L10N.register( "Error generating key pair" : "Error en generar el parell de claus", "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.", "(group)" : "(grup)", + "Admin defined" : "Administrador definit", "Saved" : "Desat", + "Saving..." : "Desant...", + "Save" : "Desa", + "external-storage" : "Emmagatzemament extern", "Username" : "Nom d'usuari", "Password" : "Contrasenya", - "Save" : "Desa", - "Storage with id \"%i\" not found" : "No s'ha trobat emmagatzematge amb id \"%i\"", + "Credentials saved" : "Credencials desades", "Invalid mount point" : "Punt de muntatge no vàlid", "Invalid storage backend \"%s\"" : "Motor d'emmagatzematge no vàlid \"%s\"", + "%s" : "%s", + "Access key" : "Clau d'accés", + "Secret key" : "Clau secreta", "None" : "Cap", "App key" : "Clau de l'aplicació", "App secret" : "Secret de l'aplicació", "Client ID" : "Client ID", "Client secret" : "Secret del client", "API key" : "codi API", + "Username and password" : "Nom d'usuari i contrasenya", "Public key" : "Clau pública", "Amazon S3" : "Amazon S3", "Bucket" : "Cub", @@ -36,21 +41,22 @@ OC.L10N.register( "URL" : "URL", "Remote subfolder" : "Subcarpeta remota", "Secure https://" : "Protocol segur https://", + "FTP" : "FTP", "Host" : "Equip remot", "Secure ftps://" : "Protocol segur ftps://", "Local" : "Local", "Location" : "Ubicació", - "ownCloud" : "ownCloud", + "Nextcloud" : "Nextcloud", + "SFTP" : "SFTP", "Root" : "Arrel", "SFTP with secret key login" : "Inici de sessió SFTP amb clau secreta", + "SMB / CIFS" : "SMB / CIFS", "Share" : "Comparteix", + "Domain" : "Domini", "SMB / CIFS using OC login" : "SMB / CIFS usant acreditació OC", "Username as share" : "Nom d'usuari per compartir", "OpenStack Object Storage" : "OpenStack Object Storage", - "<b>Note:</b> " : "<b>Nota:</b> ", - "<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.", - "<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.", - "<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.", + "Service name" : "Nom del servei", "No external storage configured" : "Sense emmagatzematge extern configurat", "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal", "Name" : "Nom", @@ -58,11 +64,13 @@ OC.L10N.register( "Scope" : "Abast", "Enable encryption" : "Habilitar xifrat", "Enable previews" : "Habilitar vistes prèvies", + "Enable sharing" : "Habilita la compartició", "Check for changes" : "Comproveu si hi ha canvis", "Never" : "Mai", "Once every direct access" : "Un cop cada accés directe", - "External Storage" : "Emmagatzemament extern", "Folder name" : "Nom de la carpeta", + "External storage" : "Emmagatzemament extern", + "Authentication" : "Autenticació", "Configuration" : "Configuració", "Available for" : "Disponible per", "Add storage" : "Afegeix emmagatzemament", |