From 0680a4d25249bea6a2814ed2d20b66c426998b5b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 1 Aug 2022 23:36:05 -0600 Subject: [PATCH] Add label and description for user_agent. --- app/event_guard/app_languages.php | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/app/event_guard/app_languages.php b/app/event_guard/app_languages.php index 2155dcd735..aedd40345e 100644 --- a/app/event_guard/app_languages.php +++ b/app/event_guard/app_languages.php @@ -261,6 +261,46 @@ $text['description-extension']['sv-se'] = ''; $text['description-extension']['uk-ua'] = ''; + $text['label-user_agent']['en-us'] = 'User Agent'; + $text['label-user_agent']['ar-eg'] = ''; + $text['label-user_agent']['de-at'] = ''; + $text['label-user_agent']['de-ch'] = ''; + $text['label-user_agent']['de-de'] = ''; + $text['label-user_agent']['es-cl'] = ''; + $text['label-user_agent']['es-mx'] = ''; + $text['label-user_agent']['fr-ca'] = ''; + $text['label-user_agent']['fr-fr'] = ''; + $text['label-user_agent']['he-il'] = ''; + $text['label-user_agent']['it-it'] = ''; + $text['label-user_agent']['nl-nl'] = ''; + $text['label-user_agent']['pl-pl'] = ''; + $text['label-user_agent']['pt-br'] = ''; + $text['label-user_agent']['pt-pt'] = ''; + $text['label-user_agent']['ro-ro'] = ''; + $text['label-user_agent']['ru-ru'] = ''; + $text['label-user_agent']['sv-se'] = ''; + $text['label-user_agent']['uk-ua'] = ''; + + $text['description-user_agent']['en-us'] = 'Enter the User Agent.'; + $text['description-user_agent']['ar-eg'] = ''; + $text['description-user_agent']['de-at'] = ''; + $text['description-user_agent']['de-ch'] = ''; + $text['description-user_agent']['de-de'] = ''; + $text['description-user_agent']['es-cl'] = ''; + $text['description-user_agent']['es-mx'] = ''; + $text['description-user_agent']['fr-ca'] = ''; + $text['description-user_agent']['fr-fr'] = ''; + $text['description-user_agent']['he-il'] = ''; + $text['description-user_agent']['it-it'] = ''; + $text['description-user_agent']['nl-nl'] = ''; + $text['description-user_agent']['pl-pl'] = ''; + $text['description-user_agent']['pt-br'] = ''; + $text['description-user_agent']['pt-pt'] = ''; + $text['description-user_agent']['ro-ro'] = ''; + $text['description-user_agent']['ru-ru'] = ''; + $text['description-user_agent']['sv-se'] = ''; + $text['description-user_agent']['uk-ua'] = ''; + $text['label-log_status']['en-us'] = 'Status'; $text['label-log_status']['ar-eg'] = ''; $text['label-log_status']['de-at'] = '';