29 lines
1.3 KiB
PHP
29 lines
1.3 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']['es-cl'] = "Transacciones";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Transactions";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Transacties";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Transakcje";
|
|
$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++;
|
|
|
|
?>
|