Skip to content

Commit

Permalink
Update app_menu.php (#6658)
Browse files Browse the repository at this point in the history
* Update app_menu.php

* Update app_menu.php
  • Loading branch information
alexdcrane committed May 3, 2023
1 parent 1513bd3 commit 1996316
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions app/fax_queue/app_menu.php
Expand Up @@ -2,14 +2,26 @@

$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['es-cl'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['pl'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['sv-se'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['uk'] = "ФАС Клей";
$apps[$x]['menu'][$y]['title']['en-gb'] = "FAX Queue";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "FAX Frage";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['el-gr'] = "";
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Fax wachtrij";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "ФАС Клей";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "几内亚 Queue";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "郵便番号 キュー";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "· 이름 *";
Expand Down
24 changes: 18 additions & 6 deletions app/streams/app_menu.php
Expand Up @@ -3,13 +3,25 @@
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Streams";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Streams";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['el-gr'] = "";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
$apps[$x]['menu'][$y]['title']['pl'] = "Streams (ang.).";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
$apps[$x]['menu'][$y]['title']['uk'] = "Потоки";
$apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Streams (ang.).";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "";
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "精简";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ストリーム";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "스트림";
Expand Down

0 comments on commit 1996316

Please sign in to comment.