Update app_menu.php (#6658)
* Update app_menu.php * Update app_menu.php
This commit is contained in:
parent
1513bd3301
commit
19963168d3
|
|
@ -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'] = "· 이름 *";
|
||||
|
|
|
|||
|
|
@ -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'] = "스트림";
|
||||
|
|
|
|||
Loading…
Reference in New Issue