aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/install.php
diff options
context:
space:
mode:
authorGravatar Natalie Stroud <n.stroud@outlook.com> 2021-10-23 06:32:39 -0400
committerGravatar GitHub <noreply@github.com> 2021-10-23 12:32:39 +0200
commitc484746a888fe5413b4e814d30fad43363a61e7d (patch)
tree82c9260a399aeb03d1424621eefadcfd9b1cf197 /app/i18n/es/install.php
parent1f8fd53c3f5ffcf8976ea28198341806d588a92f (diff)
Updated Spanish translations (#3916)
* Updated Spanish translations Co-authored-by: Natalie Stroud <stroudn1@nku.edu> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/es/install.php')
-rwxr-xr-xapp/i18n/es/install.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/es/install.php b/app/i18n/es/install.php
index 221338d77..7e9a56fe5 100755
--- a/app/i18n/es/install.php
+++ b/app/i18n/es/install.php
@@ -65,8 +65,8 @@ return array(
'ok' => 'Dispones de la librería recomendada para procesar JSON.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation
- 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation
+ 'nok' => 'No se puede encontrar la mbstring de biblioteca recomendada para Unicode.',
+ 'ok' => 'Tiene la biblioteca mbstring recomendada para Unicode.',
),
'pcre' => array(
'nok' => 'No se ha podido encontrar la librería necesaria para las expresiones regulares (php-pcre).',
@@ -83,9 +83,9 @@ return array(
'reload' => 'Revisar otra vez',
'tmp' => array(
'nok' => 'Revisa los permisos en el directorio <em>%s</em>. El servidor HTTP debe contar con permisos de escritura.',
- 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation
+ 'ok' => 'Los permisos en el directorio temp son buenos.',
),
- 'unknown_process_username' => 'unknown', // TODO - Translation
+ 'unknown_process_username' => 'desconocido',
'users' => array(
'nok' => 'Revisa los permisos en el directorio <em>%s</em>. El servidor HTTP debe contar con permisos de escritura.',
'ok' => 'Los permisos en el directorio users son correctos.',
@@ -111,10 +111,10 @@ return array(
'choose' => 'Selecciona el idioma para FreshRSS',
'defined' => 'Idioma seleccionado.',
),
- 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation
+ 'missing_applied_migrations' => 'Algo salió mal; Debe crear un archivo vacío <em>%s</em> manualmente.',
'ok' => 'La instalación se ha completado correctamente.',
'session' => array(
- 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation
+ 'nok' => '¡El servidor web parece estar configurado incorrectamente para las cookies requeridas para las sesiones de PHP!',
),
'step' => 'paso %d',
'steps' => 'Pasos',