Update app_languages.php
This commit is contained in:
parent
801e9cca19
commit
2f8eb25ce3
|
|
@ -81,6 +81,26 @@ $text['title-dialplan_add']['ru-ru'] = "План Нумерации";
|
|||
$text['title-dialplan_add']['sv-se'] = "Nummerplan";
|
||||
$text['title-dialplan_add']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['title-dialplans']['en-us'] = "Dialplans";
|
||||
$text['title-dialplans']['ar-eg'] = "";
|
||||
$text['title-dialplans']['de-at'] = "Wählplan"; //copied from de-de
|
||||
$text['title-dialplans']['de-ch'] = "Wählplan"; //copied from de-de
|
||||
$text['title-dialplans']['de-de'] = "Wählplan";
|
||||
$text['title-dialplans']['es-cl'] = "Plan de Marcado";
|
||||
$text['title-dialplans']['es-mx'] = "Plan de Marcado"; //copied from es-cl
|
||||
$text['title-dialplans']['fr-ca'] = "Plan de num"; //copied from fr-fr
|
||||
$text['title-dialplans']['fr-fr'] = "Plan de num";
|
||||
$text['title-dialplans']['he-il'] = "תוכנית חיוג";
|
||||
$text['title-dialplans']['it-it'] = "";
|
||||
$text['title-dialplans']['nl-nl'] = "";
|
||||
$text['title-dialplans']['pl-pl'] = "Dialplan ";
|
||||
$text['title-dialplans']['pt-br'] = "Dialplan"; //copied from pt-pt
|
||||
$text['title-dialplans']['pt-pt'] = "Dialplan";
|
||||
$text['title-dialplans']['ro-ro'] = "";
|
||||
$text['title-dialplans']['ru-ru'] = "План Нумерации";
|
||||
$text['title-dialplans']['sv-se'] = "Nummerplan";
|
||||
$text['title-dialplans']['uk-ua'] = "Маршрутизація";
|
||||
|
||||
$text['title-default_dialplan']['en-us'] = "Default Dialplan";
|
||||
$text['title-default_dialplan']['ar-eg'] = "";
|
||||
$text['title-default_dialplan']['de-at'] = "Standard Wählplan"; //copied from de-de
|
||||
|
|
@ -1001,6 +1021,26 @@ $text['optgroup-applications']['ru-ru'] = "Приложения";
|
|||
$text['optgroup-applications']['sv-se'] = "Applikationer";
|
||||
$text['optgroup-applications']['uk-ua'] = "Додаток";
|
||||
|
||||
$text['label-destination']['en-us'] = "Destination";
|
||||
$text['label-destination']['ar-eg'] = "جهه الأتصال";
|
||||
$text['label-destination']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination']['de-ch'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination']['de-de'] = "Ziel";
|
||||
$text['label-destination']['es-cl'] = "Destino";
|
||||
$text['label-destination']['es-mx'] = "Destino"; //copied from es-cl
|
||||
$text['label-destination']['fr-ca'] = "la Destination"; //copied from fr-fr
|
||||
$text['label-destination']['fr-fr'] = "la Destination";
|
||||
$text['label-destination']['he-il'] = "יעד";
|
||||
$text['label-destination']['it-it'] = "Destinazione";
|
||||
$text['label-destination']['nl-nl'] = "";
|
||||
$text['label-destination']['pl-pl'] = "Destynacja";
|
||||
$text['label-destination']['pt-br'] = "destino";
|
||||
$text['label-destination']['pt-pt'] = "Desvio";
|
||||
$text['label-destination']['ro-ro'] = "Destinație";
|
||||
$text['label-destination']['ru-ru'] = "Направление";
|
||||
$text['label-destination']['sv-se'] = "Destination";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-tag']['en-us'] = "Tag";
|
||||
$text['label-tag']['ar-eg'] = "";
|
||||
$text['label-tag']['de-at'] = "Bezeichnung"; //copied from de-de
|
||||
|
|
|
|||
Loading…
Reference in New Issue