From 78d8723d0cc8c726cc02dd41439f1c7e2a50136d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 21 Dec 2022 02:30:14 +0000 Subject: Fix(l10n): 🔠 Update translations from Transifex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- lib/l10n/es_PA.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'lib/l10n/es_PA.js') diff --git a/lib/l10n/es_PA.js b/lib/l10n/es_PA.js index 15f0051fbc8..5cbd2bec166 100644 --- a/lib/l10n/es_PA.js +++ b/lib/l10n/es_PA.js @@ -171,22 +171,6 @@ OC.L10N.register( "%s enter the database name." : "%s ingresar el nombre de la base de datos", "%s you may not use dots in the database name" : "%s no puedes utilizar puntos en el nombre de la base de datos", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Al parecer esta instancia %s está corriendo en un ambiente PHP de 32-bits y el open_basedir ha sido configurado en el archivo php.ini. Esto generará problemas con archivos de más de 4GB de tamaño y es altamente desalentado. ", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor elimina el ajuste open_basedir de tu archivo php.ini o cambia a PHP de 64 bits. ", - "Cannot write into \"config\" directory" : "No fue posible escribir en el directorio \"config\"", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio config. Por favor ve %s", - "Cannot write into \"apps\" directory" : "No fue posible escribir en el directorio \"apps\"", - "Cannot create \"data\" directory" : "No fue posible crear el directorio \"data\"", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Por lo general esto se puede resolver al darle al servidor web acceso de escritura al directorio raíz. Por favor ve %s", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Por lo general los permisos se pueden corregir al darle al servidor web acceso de escritura al directorio raíz. Por favor ve %s.", - "Setting locale to %s failed" : "Se presentó una falla al establecer la regionalización a %s", - "Please install one of these locales on your system and restart your webserver." : "Por favor instala uno de las siguientes configuraciones locales en tu sistema y reinicia tu servidor web", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está establecido como \"%s\" en lugar del valor esperado de \"0\"", - "To fix this issue set mbstring.func_overload to 0 in your php.ini" : "Para corregir este tema, establece mbstring.func_overload a 0 en tu archivo php.ini", - "PostgreSQL >= 9 required" : "Se requiere PostgreSQL >= 9", - "Please upgrade your database version" : "Por favor actualiza tu versión de la base de datos", - "Your data directory is readable by other users" : "Tu direcctorio data puede ser leído por otros usuarios", - "Your data directory must be an absolute path" : "Tu directorio data debe ser una ruta absoluta", - "Check the value of \"datadirectory\" in your configuration" : "Verifica el valor de \"datadirectory\" en tu configuración", - "Your data directory is invalid" : "Tu directorio de datos es inválido" + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor elimina el ajuste open_basedir de tu archivo php.ini o cambia a PHP de 64 bits. " }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); -- cgit v1.2.3