From 1d5d6e9e7af1ac84f2db02b230259056a3c53273 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Wed, 16 Jul 2014 19:46:06 +0000 Subject: [PATCH] some translations for notifications app --- core/notifications/app_config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/notifications/app_config.php b/core/notifications/app_config.php index 4b245d4c74..76639fb85c 100644 --- a/core/notifications/app_config.php +++ b/core/notifications/app_config.php @@ -7,24 +7,24 @@ $apps[$x]['version'] = ""; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Configure notification preferences."; - $apps[$x]['description']['es-cl'] = ""; + $apps[$x]['description']['es-cl'] = "Configure las preferencias de notificaciones."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; - $apps[$x]['description']['fr-fr'] = ""; - $apps[$x]['description']['fr-ca'] = ""; + $apps[$x]['description']['fr-fr'] = "Configurez les notifications."; + $apps[$x]['description']['fr-ca'] = "Configurez les notifications."; $apps[$x]['description']['fr-ch'] = ""; $apps[$x]['description']['pt-pt'] = ""; $apps[$x]['description']['pt-br'] = ""; //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Notifications"; - $apps[$x]['menu'][0]['title']['es-cl'] = ""; + $apps[$x]['menu'][0]['title']['es-cl'] = "Notificaciones"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; - $apps[$x]['menu'][0]['title']['fr-fr'] = ""; - $apps[$x]['menu'][0]['title']['fr-ca'] = ""; + $apps[$x]['menu'][0]['title']['fr-fr'] = "Notifications"; + $apps[$x]['menu'][0]['title']['fr-ca'] = "Notifications"; $apps[$x]['menu'][0]['title']['fr-ch'] = ""; $apps[$x]['menu'][0]['title']['pt-pt'] = ""; $apps[$x]['menu'][0]['title']['pt-br'] = "";