diff options
Diffstat (limited to 'apps/files_external/l10n/ca.js')
-rw-r--r-- | apps/files_external/l10n/ca.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js index 574aa7bf6de..af82755ef58 100644 --- a/apps/files_external/l10n/ca.js +++ b/apps/files_external/l10n/ca.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "Concedeix accés", + "Error configuring OAuth1" : "S'ha produït un error en configurar l'OAuth1", + "Please provide a valid app key and secret." : "Proporcioneu una clau d'aplicació i un secret vàlids.", + "Error configuring OAuth2" : "S'ha produït un error en configurar l'OAuth2", + "Generate keys" : "Genera les claus", + "Error generating key pair" : "S'ha produït un error en generar el parell de claus", "Type to select user or group." : "Escriviu per a seleccionar un usuari o grup.", "(Group)" : "(grup)", "Compatibility with Mac NFD encoding (slow)" : "Compatibilitat amb la codificació de Mac NFD (lent)", @@ -137,12 +143,6 @@ OC.L10N.register( "Advanced settings" : "Paràmetres avançats", "Allow users to mount external storage" : "Permet que els usuaris muntin emmagatzematge extern", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Les credencials globals es poden utilitzar per a autenticar-se amb diversos emmagatzematges externs que tinguin les mateixes credencials.", - "Grant access" : "Concedeix accés", - "Error configuring OAuth1" : "S'ha produït un error en configurar l'OAuth1", - "Please provide a valid app key and secret." : "Proporcioneu una clau d'aplicació i un secret vàlids.", - "Error configuring OAuth2" : "S'ha produït un error en configurar l'OAuth2", - "Generate keys" : "Genera les claus", - "Error generating key pair" : "S'ha produït un error en generar el parell de claus", "Empty response from the server" : "El servidor ha enviat una resposta buida", "Couldn't access. Please log out and in again to activate this mount point" : "No s'ha pogut accedir. Tanqueu la sessió i torneu a iniciar-la per a activar aquest punt de muntatge", "Couldn't get the information from the remote server: {code} {type}" : "No s'ha pogut obtenir la informació del servidor remot: {code} {type}", |