|
@@ -9,10 +9,10 @@
|
|
|
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
|
|
$apps[$x]['description']['en-us'] = 'Manages multiple dynamic and customizable services. There are many possible uses including alerts, ssh access control, scheduling commands to run, and many others uses that are yet to be discovered.';
|
|
|
$apps[$x]['description']['es-mx'] = '';
|
|
|
- $apps[$x]['description']['de'] = '';
|
|
|
+ $apps[$x]['description']['de-de'] = '';
|
|
|
$apps[$x]['description']['de-ch'] = '';
|
|
|
$apps[$x]['description']['de-at'] = '';
|
|
|
- $apps[$x]['description']['fr'] = '';
|
|
|
+ $apps[$x]['description']['fr-fr'] = '';
|
|
|
$apps[$x]['description']['fr-ca'] = '';
|
|
|
$apps[$x]['description']['fr-ch'] = '';
|
|
|
$apps[$x]['description']['pt-pt'] = 'Gerir múltiplos serviços dinâmicos e personalizável. Há muitos usos possíveis, incluindo alertas, controle de acesso ssh, comandos de programação para executar, e muitos usos outros que estão ainda a ser descoberto.';
|
|
@@ -21,10 +21,10 @@
|
|
|
//menu details
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = 'PHP Service';
|
|
|
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
|
|
- $apps[$x]['menu'][0]['title']['de'] = '';
|
|
|
+ $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'] = '';
|
|
|
+ $apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Serviço PHP';
|