2012-06-04 14:58:40 +00:00
|
|
|
<?php
|
2014-07-16 04:30:49 +00:00
|
|
|
|
2012-06-04 14:58:40 +00:00
|
|
|
//application details
|
2014-07-10 06:05:22 +00:00
|
|
|
$apps[$x]['name'] = "Upgrade";
|
2013-10-17 22:06:53 +00:00
|
|
|
$apps[$x]['uuid'] = "8b1d7eb5-1009-052c-e1a8-d1f4887a3f5c";
|
|
|
|
|
$apps[$x]['category'] = "Core";
|
|
|
|
|
$apps[$x]['subcategory'] = "";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['version'] = "1.0";
|
2013-10-17 22:06:53 +00:00
|
|
|
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
2014-07-10 06:05:22 +00:00
|
|
|
$apps[$x]['description']['en-us'] = "Update or restore various system settings.";
|
2020-03-20 20:47:13 +00:00
|
|
|
$apps[$x]['description']['en-gb'] = "Update or restore various system settings.";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['description']['ar-eg'] = "";
|
2017-04-27 07:41:55 +02:00
|
|
|
$apps[$x]['description']['de-at'] = "Verschiedene Systemeinstellungen aktualisieren oder zurücksetzen.";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['description']['de-ch'] = "";
|
|
|
|
|
$apps[$x]['description']['de-de'] = "Verschiedene Systemeinstellungen aktualisieren oder zurücksetzen.";
|
|
|
|
|
$apps[$x]['description']['es-cl'] = "Actualiza el esquema de la base de datos";
|
|
|
|
|
$apps[$x]['description']['es-mx'] = "";
|
2013-10-17 22:06:53 +00:00
|
|
|
$apps[$x]['description']['fr-ca'] = "";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['description']['fr-fr'] = "Mise à jour du Schàma de la base de donnàes";
|
|
|
|
|
$apps[$x]['description']['he-il'] = "";
|
|
|
|
|
$apps[$x]['description']['it-it'] = "";
|
|
|
|
|
$apps[$x]['description']['nl-nl'] = "";
|
|
|
|
|
$apps[$x]['description']['pl-pl'] = "";
|
2019-11-27 21:53:28 -03:00
|
|
|
$apps[$x]['description']['pt-br'] = "Atualizar";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['description']['pt-pt'] = "Atualizar o esquema da base de dados.";
|
|
|
|
|
$apps[$x]['description']['ro-ro'] = "";
|
2017-04-25 03:37:00 +05:00
|
|
|
$apps[$x]['description']['ru-ru'] = "Обновление или восстановление настроек системы";
|
2017-06-03 16:01:10 +01:00
|
|
|
$apps[$x]['description']['sv-se'] = "";
|
|
|
|
|
$apps[$x]['description']['uk-ua'] = "";
|
2012-06-04 14:58:40 +00:00
|
|
|
|
|
|
|
|
//permission details
|
2017-02-15 21:22:08 -07:00
|
|
|
$y=0;
|
2015-07-02 17:25:41 -06:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "upgrade_source";
|
2014-07-10 06:05:22 +00:00
|
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "71051909-81ff-4301-9997-52b11206b3a6";
|
2019-12-07 17:34:00 -07:00
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
2014-07-10 06:05:22 +00:00
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "upgrade_schema";
|
|
|
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2014-07-10 09:20:11 +00:00
|
|
|
$apps[$x]['permissions'][$y]['name'] = "upgrade_apps";
|
2014-07-10 06:05:22 +00:00
|
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "e7bb1296-3141-48c9-a95a-82d2768d0ae4";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
2015-12-01 14:32:58 +00:00
|
|
|
$y++;
|
|
|
|
|
$apps[$x]['permissions'][$y]['name'] = "upgrade_switch";
|
|
|
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
2012-06-04 14:58:40 +00:00
|
|
|
|
2019-11-07 22:39:35 -07:00
|
|
|
?>
|