From 3407f4d52c1b10e870aae5e15119cb46910ce914 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 25 Sep 2012 22:50:15 +0000 Subject: [PATCH] Set fax menu en-us to en for now. --- app/fax/app_config.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/fax/app_config.php b/app/fax/app_config.php index ac31d80c20..1a8c9d6329 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -11,6 +11,7 @@ $apps[$x]['description']['es-mx'] = ''; $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; $apps[$x]['description']['fr'] = ''; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; @@ -18,10 +19,11 @@ $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en-us'] = 'Fax Server'; + $apps[$x]['menu'][0]['title']['en'] = 'Fax Server'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Fax de servidor'; - $apps[$x]['menu'][0]['title']['de'] = ''; - $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de'] = 'Faxserver'; + $apps[$x]['menu'][0]['title']['de-ch'] = 'Faxserver'; + $apps[$x]['menu'][0]['title']['de-at'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['fr'] = ''; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = '';