From bf4e757b59f1161838e253dae009667c408e1c06 Mon Sep 17 00:00:00 2001 From: hershyheilpern Date: Mon, 30 Aug 2021 11:35:43 -0400 Subject: [PATCH] add label and description values for toll allow (#6016) i saw a input box with no label and description went in to see wat it is and found that its for toll allow but missing the lables --- app/call_broadcast/app_languages.php | 44 +++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index 5d800a6c2c..878ddcd7e4 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -380,6 +380,27 @@ $text['label-avmd']['ru-ru'] = "Определение голосовой поч $text['label-avmd']['sv-se'] = "Känn Av Röstbrevlåda"; $text['label-avmd']['uk-ua'] = "Виявлення голосової пошти"; +$text['label-broadcast_toll_allow']['en-us'] = "Toll Allow"; +$text['label-broadcast_toll_allow']['en-gb'] = "Toll Allow"; +$text['label-broadcast_toll_allow']['ar-eg'] = ""; +$text['label-broadcast_toll_allow']['de-at'] = "Berechtigung"; //copied from de-de +$text['label-broadcast_toll_allow']['de-ch'] = "Berechtigung"; //copied from de-de +$text['label-broadcast_toll_allow']['de-de'] = "Berechtigung"; +$text['label-broadcast_toll_allow']['es-cl'] = "Permitir Tarifas Especiales"; +$text['label-broadcast_toll_allow']['es-mx'] = "Permitir Tarifas Especiales"; //copied from es-cl +$text['label-broadcast_toll_allow']['fr-ca'] = "droits"; //copied from fr-fr +$text['label-broadcast_toll_allow']['fr-fr'] = "droits"; +$text['label-broadcast_toll_allow']['he-il'] = ""; +$text['label-broadcast_toll_allow']['it-it'] = "Destinazioni Abilitate"; +$text['label-broadcast_toll_allow']['nl-nl'] = "betaald gesprek toestaan"; +$text['label-broadcast_toll_allow']['pl-pl'] = "Zezwalaj na drogie/szczególwe połaczenia"; +$text['label-broadcast_toll_allow']['pt-br'] = "Categoria de Ligação"; //copied from pt-pt +$text['label-broadcast_toll_allow']['pt-pt'] = "Permissões"; +$text['label-broadcast_toll_allow']['ro-ro'] = ""; +$text['label-broadcast_toll_allow']['ru-ru'] = "Разрешить Платное Соединение"; +$text['label-broadcast_toll_allow']['sv-se'] = "Toll Allow"; +$text['label-broadcast_toll_allow']['uk-ua'] = ""; + $text['label-accountcode']['en-us'] = "Accountcode"; $text['label-accountcode']['en-gb'] = "Accountcode"; $text['label-accountcode']['ar-eg'] = ""; @@ -674,6 +695,27 @@ $text['description-avmd']['ru-ru'] = "Выберите, стоит ли испо $text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas."; $text['description-avmd']['uk-ua'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача."; +$text['description-broadcast_toll_allow']['en-us'] = "Enter the toll allow value here. (Examples: domestic,international,local)"; +$text['description-broadcast_toll_allow']['en-gb'] = "Enter the toll allow value here. (Examples: domestic,international,local)"; +$text['description-broadcast_toll_allow']['ar-eg'] = ""; +$text['description-broadcast_toll_allow']['de-at'] = "Geben Sie die Berechtigung an. (z.B.: domestic, international, local)"; //copied from de-de +$text['description-broadcast_toll_allow']['de-ch'] = "Geben Sie die Berechtigung an. (z.B.: domestic, international, local)"; //copied from de-de +$text['description-broadcast_toll_allow']['de-de'] = "Geben Sie die Berechtigung an. (z.B.: domestic, international, local)"; +$text['description-broadcast_toll_allow']['es-cl'] = "Ingrese el tipo de tarifa especial a permitir (ej: doméstica, internacional, local)."; +$text['description-broadcast_toll_allow']['es-mx'] = "Ingrese el tipo de tarifa especial a permitir (ej: doméstica, internacional, local)."; //copied from es-cl +$text['description-broadcast_toll_allow']['fr-ca'] = "Insérer les droits d'accès. (Exemples: domestic,international,local)"; //copied from fr-fr +$text['description-broadcast_toll_allow']['fr-fr'] = "Insérer les droits d'accès. (Exemples: domestic,international,local)"; +$text['description-broadcast_toll_allow']['he-il'] = ""; +$text['description-broadcast_toll_allow']['it-it'] = "Inserire qui le destinazioni permesse. (Es. fisso, mobile, internazionale, premium)"; +$text['description-broadcast_toll_allow']['nl-nl'] = "Voer de betaalbaar waarde hier in (Voobeeld: domestic, international, local)"; +$text['description-broadcast_toll_allow']['pl-pl'] = "Wpisz wartość drogich/szczegółowych połączeń."; +$text['description-broadcast_toll_allow']['pt-br'] = "Insira as categorias de ligação aqui. (Exemplos: Internacional, Local, DDD, DDI, Celular)"; +$text['description-broadcast_toll_allow']['pt-pt'] = "Introduza as permissões aqui. (Exemplos: internacional, local)"; +$text['description-broadcast_toll_allow']['ro-ro'] = ""; +$text['description-broadcast_toll_allow']['ru-ru'] = "Введите здесь доступные значения. (Примеры: domestic,international,local)"; +$text['description-broadcast_toll_allow']['sv-se'] = "Ange 'toll allow' värde här. (Exempel: domestic,international,local)"; +$text['description-broadcast_toll_allow']['uk-ua'] = ""; + $text['confirm-update']['en-us'] = "Update Complete"; $text['confirm-update']['en-gb'] = "Update Complete"; $text['confirm-update']['ar-eg'] = ""; @@ -779,4 +821,4 @@ $text['file-error']['ru-ru'] = "Обновление завершено"; $text['file-error']['sv-se'] = "Uppdatering Klar"; $text['file-error']['uk-ua'] = "Оновлення завершено"; -?> \ No newline at end of file +?>