From f5002bec99e5b2d565caadbd0b4c82742bcaa876 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 22 Mar 2016 23:52:37 -0600 Subject: [PATCH] Re-add the time condition dialplan button label. --- app/time_conditions/app_languages.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index d0c3a0a598..bc2a062d58 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -11,6 +11,17 @@ $text['title-time_conditions']['uk'] = "Часові умови"; $text['title-time_conditions']['de-at'] = "Zeitschaltung"; $text['title-time_conditions']['he'] = ""; +$text['button-dialplan']['en-us'] = "Dialplan"; +$text['button-dialplan']['es-cl'] = "Plan de Marcado"; +$text['button-dialplan']['pt-pt'] = "Dialplan"; +$text['button-dialplan']['fr-fr'] = "Plan de num"; +$text['button-dialplan']['pt-br'] = "Dialplan"; +$text['button-dialplan']['pl'] = "Dialplan "; +$text['button-dialplan']['sv-se'] = "Nummerplan"; +$text['button-dialplan']['uk'] = ""; +$text['button-dialplan']['de-at'] = "Wählplan"; +$text['button-dialplan']['he'] = ""; + $text['message-alternate_destination_required']['en-us'] = "Alternate Destination Required"; $text['message-alternate_destination_required']['es-cl'] = "Destino Alternativo Requerido"; $text['message-alternate_destination_required']['pt-pt'] = "Destino Alternativo Obrigatório";