2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Phrases";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Phrases";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الصيغة";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Phrasen";
|
2024-01-31 00:17:24 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Phrasen";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Phrasen";
|
2024-01-31 00:17:24 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "φράσεις";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabaciones";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Frases";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Phrases";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Guides Vocaux";
|
2023-08-30 21:18:55 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "ביטויים";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Frasi";
|
2024-08-28 17:59:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ფრაზები";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitspraken";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Zwroty";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Expresii";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Фразы";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Fraser";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Фрази";
|
2024-01-31 00:17:24 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Cümleler";
|
2023-05-11 02:20:44 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "短语";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "フレーズ";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "실없는 말";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "a5caa6dc-a6d7-41c3-a484-e556ffd0d2ff";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/phrases/phrases.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2019-11-23 18:14:27 +01:00
|
|
|
?>
|