diff options
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 6fe1192ffb0..00c04335280 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -181,7 +181,6 @@ OC.L10N.register( "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", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, si preferiu mantenir el fitxer config.php només de lectura, establiu-hi l’opció \"config_is_read_only\" com a certa (true). Vegeu %s", "Cannot write into \"apps\" directory" : "No es pot escriure al directori \"apps\"", - "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.", "Setting locale to %s failed" : "Ha fallat l'establiment a l'idioma %s", @@ -226,6 +225,7 @@ OC.L10N.register( "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", - "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ó." + "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\"" }, "nplurals=2; plural=(n != 1);"); |