40 lines
2.2 KiB
PHP
40 lines
2.2 KiB
PHP
<?php
|
|
|
|
$y=0;
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Number Translations";
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Number Translations";
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عدد الترجمة";
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Nummer Übersetzung";
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Nummer Übersetzung";
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Nummer Übersetzung";
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Μεταφράσεις Αριθμών";
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Traducción de números";
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Traducción de números";
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Traductions de nombres";
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Traductions de nombres";
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "תרגום מספר";
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Traduzione numero";
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ნომრების გარდაქმნა";
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Nummer Vertaling";
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Tłumaczenie liczbowe";
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Tradução numérica";
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Tradução numérica";
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Traducerea numerelor";
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Преобразование номера";
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Antal översättning";
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "кількість перекладів";
|
|
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Numara Çevirileri";
|
|
$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'] = "6ad5505c-4909-11e7-a919-92ebcb67fe33";
|
|
$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/number_translations/number_translations.php";
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
$y++;
|
|
|
|
?>
|