40 lines
2.0 KiB
PHP
40 lines
2.0 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المعاملات";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Transaktionen";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Transaktionen";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Transaktionen";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Transacciones";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Actas";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "עסקאות";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Transazioni";
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ტრანზაქციები";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Transacties";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Transakcje";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Transações";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Transações";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Tranzacții";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Изменения в БД";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Transaktioner";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Твитнуть";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Datenbank Transaktionen";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Datenbank Transaktionen";
|
|
$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'] = "ffc57bea-df1d-4099-b7e5-835d68f09006";
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
$apps[$x]['menu'][$y]['path'] = "/app/database_transactions/database_transactions.php";
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
|
|
?>
|