diff options
Diffstat (limited to 'apps/files_external/l10n/ca.js')
-rw-r--r-- | apps/files_external/l10n/ca.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js index 59f0cb3f067..5da50c5ff77 100644 --- a/apps/files_external/l10n/ca.js +++ b/apps/files_external/l10n/ca.js @@ -10,6 +10,7 @@ OC.L10N.register( "Error configuring OAuth2" : "S'ha produït un error en configurar OAuth2", "Generate keys" : "Genera les claus", "Error generating key pair" : "Error en generar el parell de claus", + "Type to select user or group." : "Escriviu per seleccionar usuari o grup.", "(Group)" : "(Grup)", "Compatibility with Mac NFD encoding (slow)" : "Compatibilitat amb la codificació de Mac NFD (lent)", "Enable encryption" : "Habilita el xifratge", @@ -25,13 +26,13 @@ OC.L10N.register( "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Segur que voleu desconnectar aquest mitjà extern? Això farà que l'emmagatzematge no es trobi disponible a Nextcloud i provocarà l'eliminació d'aquests fitxers i carpetes en qualsevol client que s'hi sincronitze, però no eliminarà cap fitxer ni carpeta en el mitjà d'emmagatzematge extern.", "Delete storage?" : "Suprimeix-ho l'emmagatzematge?", "Saved" : "Desat", - "Saving …" : "S'està desant ...", + "Saving …" : "S'està desant …", "Save" : "Desa", "Empty response from the server" : "Resposta buida del servidor", "Couldn't access. Please log out and in again to activate this mount point" : "No s'ha pogut accedir. Si us plau, tanqueu la sessió i torneu a iniciar-la per 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}", "Couldn't get the list of external mount points: {type}" : "No s’ha pogut obtenir la llista de punts de muntatge externs: {type}", - "There was an error with message: " : "S'ha produït un error amb el missatge:", + "There was an error with message: " : "S'ha produït un error amb el missatge: ", "External mount error" : "Error de muntatge extern", "external-storage" : "emmagatzematge-extern", "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No s’ha pogut obtenir la llista de punts de muntatge de la unitat de xarxa de Windows: resposta buida del servidor", @@ -89,6 +90,7 @@ OC.L10N.register( "Hostname" : "Nom del servidor", "Port" : "Port", "Region" : "Regió", + "Storage Class" : "Classe d'emmagatzematge", "Enable SSL" : "Habilita SSL", "Enable Path Style" : "Habilita l'estil del camí", "Legacy (v2) authentication" : "Autenticació heretada (v2)", @@ -134,6 +136,7 @@ OC.L10N.register( "Available for" : "Disponible per", "Click to recheck the configuration" : "Feu clic per tornar a comprovar la configuració", "Add storage" : "Afegeix emmagatzematge", + "All users" : "Tots els usuaris", "Advanced settings" : "Paràmetres avançats", "Allow users to mount external storage" : "Permet als usuaris muntar 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 autenticar-se amb múltiples emmagatzematges externs que tenen les mateixes credencials.", |