diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:27 +0000 |
commit | dda6dd0bf4851386c97e2ea413ebdc682ef89e58 (patch) | |
tree | c2f5f8d3a2b4ed6994bdb598b6a9ce0e49288545 /lib/l10n/es_CR.js | |
parent | 82d2ec09311a2db13edd7eb407629d03333037c1 (diff) | |
download | nextcloud-server-dda6dd0bf4851386c97e2ea413ebdc682ef89e58.tar.gz nextcloud-server-dda6dd0bf4851386c97e2ea413ebdc682ef89e58.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_CR.js')
-rw-r--r-- | lib/l10n/es_CR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index d46172225ac..e7718561acb 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -143,7 +143,6 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto ha sido causado probablemente por un acelerador de caché como Zend OPcache o eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "¿Los módulos de PHP han sido instalados, pero se siguen enlistando como faltantes?", "Please ask your server administrator to restart the web server." : "Por favor solicita al administrador reiniciar el servidor web. ", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. ", "Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", @@ -168,6 +167,7 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "El usuario contiene un espacio en blanco al inicio o al final", "Username must not consist of dots only" : "El usuario no debe consistir de solo puntos. ", "User disabled" : "Usuario deshabilitado", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. " + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. " }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |