|
@@ -7,10 +7,28 @@
|
|
|
$apps[$x]['version'] = '';
|
|
|
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
|
|
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
|
|
- $apps[$x]['description']['en'] = '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']['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-ch'] = '';
|
|
|
+ $apps[$x]['description']['de-at'] = '';
|
|
|
+ $apps[$x]['description']['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.';
|
|
|
+ $apps[$x]['description']['pt-br'] = '';
|
|
|
+
|
|
|
//menu details
|
|
|
- $apps[$x]['menu'][0]['title']['en'] = 'PHP Service';
|
|
|
+ $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-ch'] = '';
|
|
|
+ $apps[$x]['menu'][0]['title']['de-at'] = '';
|
|
|
+ $apps[$x]['menu'][0]['title']['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';
|
|
|
+ $apps[$x]['menu'][0]['title']['pt-br'] = '';
|
|
|
$apps[$x]['menu'][0]['uuid'] = 'a8196e2f-5f60-e723-aa3e-83ed76b2ef09';
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
|
|
$apps[$x]['menu'][0]['category'] = 'internal';
|
|
@@ -39,7 +57,7 @@
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'php_service_uuid';
|
|
@@ -47,7 +65,7 @@
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
|
@@ -56,27 +74,27 @@
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'service_name';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'service_script';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'service_enabled';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
$z++;
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'service_description';
|
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
- $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
|
|
|
?>
|