Update app_menu.php

This commit is contained in:
FusionPBX
2017-12-23 23:17:24 -07:00
committed by GitHub
parent 45070ebadc
commit 05965f0e85

View File

@@ -1,7 +1,7 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Number Translation";
$apps[$x]['menu'][$y]['title']['en-us'] = "Number Translations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "عدد الترجمة"; //Google translate
$apps[$x]['menu'][$y]['title']['de-at'] = "Nummer Übersetzung";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Nummer Übersetzung";
@@ -26,4 +26,4 @@
$apps[$x]['menu'][$y]['path'] = "/app/number_translation/number_translations.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>
?>