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
+25 -27
View File
@@ -1,31 +1,29 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = 'PIN Numbers';
$apps[$x]['menu'][$y]['title']['en-gb'] = 'PIN Numbers';
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = 'PIN Nummern';
$apps[$x]['menu'][$y]['title']['de-de'] = 'PIN Nummern';
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'PIN коды';
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['uuid'] = '2e3d8f49-5beb-44a8-9617-0bffc5b418c2';
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][$y]['category'] = 'internal';
$apps[$x]['menu'][$y]['path'] = '/app/pin_numbers/pin_numbers.php';
//$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
//$apps[$x]['menu'][$y]['groups'][] = 'user';
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "PIN Numbers";
$apps[$x]['menu'][$y]['title']['en-gb'] = "PIN Numbers";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "أرقام PIN";
$apps[$x]['menu'][$y]['title']['de-at'] = "PIN Nummern";
$apps[$x]['menu'][$y]['title']['de-de'] = "PIN Nummern";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Numéros PIN";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Numéros PIN";
$apps[$x]['menu'][$y]['title']['he-il'] = "מספרים";
$apps[$x]['menu'][$y]['title']['it-it'] = "Numeri PIN";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "PIN codes";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Numer PIN";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Números de PIN";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "PIN коды";
$apps[$x]['menu'][$y]['title']['sv-se'] = "PIN-nummer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "PIN Кількість";
$apps[$x]['menu'][$y]['uuid'] = "2e3d8f49-5beb-44a8-9617-0bffc5b418c2";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/pin_numbers/pin_numbers.php";
$y++;
?>