diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-03 02:28:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-03 02:28:43 +0000 |
commit | 26f537fbec1e2fb388823a56c8153cebb8c7e4b7 (patch) | |
tree | fe54f1e9d9224e875b3b5d66a0c3c9521d737a3d /lib/l10n/ca.js | |
parent | fdb55c65f862075987c10319fa13754b2de7ddb6 (diff) | |
download | nextcloud-server-26f537fbec1e2fb388823a56c8153cebb8c7e4b7.tar.gz nextcloud-server-26f537fbec1e2fb388823a56c8153cebb8c7e4b7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ca.js')
-rw-r--r-- | lib/l10n/ca.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 997836f62eb..63ab63440b1 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -183,7 +183,6 @@ OC.L10N.register( "Cannot write into \"config\" directory" : "No es pot escriure al directori \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura al directori de configuració. Vegeu %s", "Cannot write into \"apps\" directory" : "No es pot escriure al directori \"apps\"", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Això normalment es pot arreglar donant al servidor web escriure accés al directori d'aplicacions o desactivar la botiga d’apps al fitxer de configuració.", "Cannot create \"data\" directory" : "No es pot crear el directori \"data\"", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura al directori arrel. Vegeu %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Els permisos generalment es poden solucionar donant al servidor web accés d’escriptura al directori arrel. Vegeu %s.", @@ -228,6 +227,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "No es poden compartir els fitxers amb permisos de supressió", "Files can’t be shared with create permissions" : "No es poden compartir els fitxers amb permisos de creació", "Can’t set expiration date more than %s days in the future" : "No es pot establir la data de caducitat més de %s dies en el futur", - "Can't read file" : "No es pot llegir el fitxer" + "Can't read file" : "No es pot llegir el fitxer", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Això normalment es pot arreglar donant al servidor web escriure accés al directori d'aplicacions o desactivar la botiga d’apps al fitxer de configuració." }, "nplurals=2; plural=(n != 1);"); |