40 lines
2.1 KiB
PHP
40 lines
2.1 KiB
PHP
<?php
|
||
|
||
$y=0;
|
||
$apps[$x]['menu'][$y]['title']['en-us'] = "System Status";
|
||
$apps[$x]['menu'][$y]['title']['en-gb'] = "System Status";
|
||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "النظام";
|
||
$apps[$x]['menu'][$y]['title']['de-at'] = "Systemstatus";
|
||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Systemstatus";
|
||
$apps[$x]['menu'][$y]['title']['de-de'] = "Systemstatus";
|
||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Κατάσταση συστήματος";
|
||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Estado de Sistema";
|
||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Situación del sistema";
|
||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "État du système";
|
||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Etat Système";
|
||
$apps[$x]['menu'][$y]['title']['he-il'] = "מצב מערכת";
|
||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato Sistema";
|
||
$apps[$x]['menu'][$y]['title']['ka-ge'] = "სისტემის სტატუსი";
|
||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Systeem Status";
|
||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Stan systemu";
|
||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado do sistema";
|
||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado do Sistema";
|
||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Starea sistemului";
|
||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Состояние cистемы";
|
||
$apps[$x]['menu'][$y]['title']['sv-se'] = "System Status";
|
||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Стан системи ";
|
||
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Sistem durumu";
|
||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "系统状况";
|
||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "システムステータス";
|
||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "시스템 상태";
|
||
$apps[$x]['menu'][$y]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
|
||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||
$apps[$x]['menu'][$y]['icon'] = "";
|
||
$apps[$x]['menu'][$y]['path'] = "/app/system/system.php";
|
||
$apps[$x]['menu'][$y]['order'] = "";
|
||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||
$y++;
|
||
|
||
?>
|