From 4b33893579d2cd92adf33dc0f31b26a3f98591a0 Mon Sep 17 00:00:00 2001 From: Luis Daniel Lucio Quiroz Date: Fri, 16 Jun 2017 11:39:15 -0400 Subject: [PATCH] Little language update (#2693) ES and FR --- core/users/app_config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index 35cdc0d827..250e8c6f05 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -14,9 +14,9 @@ $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-de'] = "Benutzer hinzufügen, bearbeiten, löschen und suchen."; $apps[$x]['description']['es-cl'] = "Agregar, Editar, Eliminar y Buscar Usuarios."; - $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['fr-ca'] = ""; - $apps[$x]['description']['fr-fr'] = "Ajouter, Editer, Supprimer et Chercher des Usagers"; + $apps[$x]['description']['es-mx'] = "Agregar, Editar, Eliminar y Buscar Usuarios."; + $apps[$x]['description']['fr-ca'] = "Ajouter, Editer, Supprimer et Chercher des Utilisateurs"; + $apps[$x]['description']['fr-fr'] = "Ajouter, Editer, Supprimer et Chercher des Utilisateurs"; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; $apps[$x]['description']['nl-nl'] = ""; @@ -233,4 +233,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>