diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
commit | ef3e8faea22a3a7278dbf24f3988c80d80415090 (patch) | |
tree | 49b18f39215e726d53657d3adb8899b75d932bfb /apps/files/l10n/ca.js | |
parent | 292a7046482e1fb5dc7eb7712d205ec37fe6f3e1 (diff) | |
download | nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.tar.gz nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 29291955457..6aad7b409e7 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -16,10 +16,12 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", + "Uploading …" : "S'està carregant", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accions", "Download" : "Baixa", "Rename" : "Reanomena", + "Move or copy" : "Moure o copiar", "Target folder" : "Carpeta de destí", "Delete" : "Esborra", "Disconnect storage" : "Desonnecta l'emmagatzematge", @@ -34,6 +36,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.", "Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix", "Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"", + "Could not copy \"{file}\", target exists" : "No s'ha pogut copiar", + "Could not copy \"{file}\"" : "No s'ha pogut copiar", "{newName} already exists" : "{newName} ja existeix", "Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix", "Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"", |