From c2085c232088efaaeec00b404b8bb56dffcfe731 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 17 Aug 2022 00:23:54 -0600 Subject: [PATCH] Add button-unblock, label-unblocked, and label-pending --- app/event_guard/app_languages.php | 59 +++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/app/event_guard/app_languages.php b/app/event_guard/app_languages.php index aedd40345e..8d1cbf5a10 100644 --- a/app/event_guard/app_languages.php +++ b/app/event_guard/app_languages.php @@ -341,4 +341,63 @@ $text['description-log_status']['sv-se'] = ''; $text['description-log_status']['uk-ua'] = ''; + $text['button-unblock']['en-us'] = 'Unblock'; + $text['button-unblock']['ar-eg'] = ''; + $text['button-unblock']['de-at'] = ''; + $text['button-unblock']['de-ch'] = ''; + $text['button-unblock']['de-de'] = ''; + $text['button-unblock']['es-cl'] = ''; + $text['button-unblock']['es-mx'] = ''; + $text['button-unblock']['fr-ca'] = ''; + $text['button-unblock']['fr-fr'] = ''; + $text['button-unblock']['he-il'] = ''; + $text['button-unblock']['it-it'] = ''; + $text['button-unblock']['nl-nl'] = ''; + $text['button-unblock']['pl-pl'] = ''; + $text['button-unblock']['pt-br'] = ''; + $text['button-unblock']['pt-pt'] = ''; + $text['button-unblock']['ro-ro'] = ''; + $text['button-unblock']['ru-ru'] = ''; + $text['button-unblock']['sv-se'] = ''; + $text['button-unblock']['uk-ua'] = ''; + + $text['label-unblocked']['en-us'] = 'Unblocked'; + $text['label-unblocked']['ar-eg'] = ''; + $text['label-unblocked']['de-at'] = ''; + $text['label-unblocked']['de-ch'] = ''; + $text['label-unblocked']['de-de'] = ''; + $text['label-unblocked']['es-cl'] = ''; + $text['label-unblocked']['es-mx'] = ''; + $text['label-unblocked']['fr-ca'] = ''; + $text['label-unblocked']['fr-fr'] = ''; + $text['label-unblocked']['he-il'] = ''; + $text['label-unblocked']['it-it'] = ''; + $text['label-unblocked']['nl-nl'] = ''; + $text['label-unblocked']['pl-pl'] = ''; + $text['label-unblocked']['pt-br'] = ''; + $text['label-unblocked']['pt-pt'] = ''; + $text['label-unblocked']['ro-ro'] = ''; + $text['label-unblocked']['ru-ru'] = ''; + $text['label-unblocked']['sv-se'] = ''; + $text['label-unblocked']['uk-ua'] = ''; + + $text['label-pending']['en-us'] = 'Pending'; + $text['label-pending']['ar-eg'] = ''; + $text['label-pending']['de-at'] = ''; + $text['label-pending']['de-ch'] = ''; + $text['label-pending']['de-de'] = ''; + $text['label-pending']['es-cl'] = ''; + $text['label-pending']['es-mx'] = ''; + $text['label-pending']['fr-ca'] = ''; + $text['label-pending']['fr-fr'] = ''; + $text['label-pending']['he-il'] = ''; + $text['label-pending']['it-it'] = ''; + $text['label-pending']['nl-nl'] = ''; + $text['label-pending']['pl-pl'] = ''; + $text['label-pending']['pt-br'] = ''; + $text['label-pending']['pt-pt'] = ''; + $text['label-pending']['ro-ro'] = ''; + $text['label-pending']['ru-ru'] = ''; + $text['label-pending']['sv-se'] = ''; + $text['label-pending']['uk-ua'] = ''; ?>