mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add additional translations
This commit is contained in:
@@ -3,25 +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']['ar-eg'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Corrientes";
|
||||
$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']['es-mx'] = "Corrientes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Streams";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "זרמים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Flussi";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Streams";
|
||||
$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']['pt-br'] = "Fluxos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Fluxos";
|
||||
$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']['ru-ru'] = "Поток";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Streams";
|
||||
$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'] = "스트림";
|
||||
|
||||
Reference in New Issue
Block a user