Add menu translations

This commit is contained in:
markjcrane
2023-05-02 20:30:13 -06:00
parent 41e87e7f01
commit 381b3bdd9f
30 changed files with 835 additions and 812 deletions
+15 -13
View File
@@ -1,17 +1,19 @@
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Event Guard';
$apps[$x]['menu'][0]['title']['es-cl'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['pl'] = '';
$apps[$x]['menu'][0]['title']['sv-se'] = '';
$apps[$x]['menu'][0]['title']['uk'] = '';
$apps[$x]['menu'][0]['title']['de-at'] = '';
$apps[$x]['menu'][0]['uuid'] = 'e80a81ae-7894-4003-9c0a-6df56c8148eb';
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/event_guard/event_guard_logs.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>