Browse Source

Create app_languages.php

FusionPBX 2 years ago
parent
commit
9be3835fa7
1 changed files with 624 additions and 0 deletions
  1. 624 0
      app_languages.php

+ 624 - 0
app_languages.php

@@ -0,0 +1,624 @@
+<?php
+
+	//Device Logs
+		$text['title-device_logs']['en-us'] = 'Device Logs';
+		$text['title-device_logs']['ar-eg'] = '';
+		$text['title-device_logs']['de-at'] = '';
+		$text['title-device_logs']['de-ch'] = '';
+		$text['title-device_logs']['de-de'] = '';
+		$text['title-device_logs']['es-cl'] = '';
+		$text['title-device_logs']['es-mx'] = '';
+		$text['title-device_logs']['fr-ca'] = '';
+		$text['title-device_logs']['fr-fr'] = '';
+		$text['title-device_logs']['he-il'] = '';
+		$text['title-device_logs']['it-it'] = '';
+		$text['title-device_logs']['nl-nl'] = '';
+		$text['title-device_logs']['pl-pl'] = '';
+		$text['title-device_logs']['pt-br'] = '';
+		$text['title-device_logs']['pt-pt'] = '';
+		$text['title-device_logs']['ro-ro'] = '';
+		$text['title-device_logs']['ru-ru'] = '';
+		$text['title-device_logs']['sv-se'] = '';
+		$text['title-device_logs']['uk-ua'] = '';
+
+		$text['title-device_log']['en-us'] = 'Device Log';
+		$text['title-device_log']['ar-eg'] = '';
+		$text['title-device_log']['de-at'] = '';
+		$text['title-device_log']['de-ch'] = '';
+		$text['title-device_log']['de-de'] = '';
+		$text['title-device_log']['es-cl'] = '';
+		$text['title-device_log']['es-mx'] = '';
+		$text['title-device_log']['fr-ca'] = '';
+		$text['title-device_log']['fr-fr'] = '';
+		$text['title-device_log']['he-il'] = '';
+		$text['title-device_log']['it-it'] = '';
+		$text['title-device_log']['nl-nl'] = '';
+		$text['title-device_log']['pl-pl'] = '';
+		$text['title-device_log']['pt-br'] = '';
+		$text['title-device_log']['pt-pt'] = '';
+		$text['title-device_log']['ro-ro'] = '';
+		$text['title-device_log']['ru-ru'] = '';
+		$text['title-device_log']['sv-se'] = '';
+		$text['title-device_log']['uk-ua'] = '';
+
+		$text['description-device_logs']['en-us'] = 'Log of the device provisioning with details that help with security and troubleshooting.';
+		$text['description-device_logs']['ar-eg'] = '';
+		$text['description-device_logs']['de-at'] = '';
+		$text['description-device_logs']['de-ch'] = '';
+		$text['description-device_logs']['de-de'] = '';
+		$text['description-device_logs']['es-cl'] = '';
+		$text['description-device_logs']['es-mx'] = '';
+		$text['description-device_logs']['fr-ca'] = '';
+		$text['description-device_logs']['fr-fr'] = '';
+		$text['description-device_logs']['he-il'] = '';
+		$text['description-device_logs']['it-it'] = '';
+		$text['description-device_logs']['nl-nl'] = '';
+		$text['description-device_logs']['pl-pl'] = '';
+		$text['description-device_logs']['pt-br'] = '';
+		$text['description-device_logs']['pt-pt'] = '';
+		$text['description-device_logs']['ro-ro'] = '';
+		$text['description-device_logs']['ru-ru'] = '';
+		$text['description-device_logs']['sv-se'] = '';
+		$text['description-device_logs']['uk-ua'] = '';
+
+		$text['label-device_uuid']['en-us'] = 'Device UUID';
+		$text['label-device_uuid']['ar-eg'] = '';
+		$text['label-device_uuid']['de-at'] = '';
+		$text['label-device_uuid']['de-ch'] = '';
+		$text['label-device_uuid']['de-de'] = '';
+		$text['label-device_uuid']['es-cl'] = '';
+		$text['label-device_uuid']['es-mx'] = '';
+		$text['label-device_uuid']['fr-ca'] = '';
+		$text['label-device_uuid']['fr-fr'] = '';
+		$text['label-device_uuid']['he-il'] = '';
+		$text['label-device_uuid']['it-it'] = '';
+		$text['label-device_uuid']['nl-nl'] = '';
+		$text['label-device_uuid']['pl-pl'] = '';
+		$text['label-device_uuid']['pt-br'] = '';
+		$text['label-device_uuid']['pt-pt'] = '';
+		$text['label-device_uuid']['ro-ro'] = '';
+		$text['label-device_uuid']['ru-ru'] = '';
+		$text['label-device_uuid']['sv-se'] = '';
+		$text['label-device_uuid']['uk-ua'] = '';
+
+		$text['description-device_uuid']['en-us'] = 'Enter the device uuid.';
+		$text['description-device_uuid']['ar-eg'] = '';
+		$text['description-device_uuid']['de-at'] = '';
+		$text['description-device_uuid']['de-ch'] = '';
+		$text['description-device_uuid']['de-de'] = '';
+		$text['description-device_uuid']['es-cl'] = '';
+		$text['description-device_uuid']['es-mx'] = '';
+		$text['description-device_uuid']['fr-ca'] = '';
+		$text['description-device_uuid']['fr-fr'] = '';
+		$text['description-device_uuid']['he-il'] = '';
+		$text['description-device_uuid']['it-it'] = '';
+		$text['description-device_uuid']['nl-nl'] = '';
+		$text['description-device_uuid']['pl-pl'] = '';
+		$text['description-device_uuid']['pt-br'] = '';
+		$text['description-device_uuid']['pt-pt'] = '';
+		$text['description-device_uuid']['ro-ro'] = '';
+		$text['description-device_uuid']['ru-ru'] = '';
+		$text['description-device_uuid']['sv-se'] = '';
+		$text['description-device_uuid']['uk-ua'] = '';
+
+		$text['label-timestamp']['en-us'] = 'Timestamp';
+		$text['label-timestamp']['ar-eg'] = '';
+		$text['label-timestamp']['de-at'] = '';
+		$text['label-timestamp']['de-ch'] = '';
+		$text['label-timestamp']['de-de'] = '';
+		$text['label-timestamp']['es-cl'] = '';
+		$text['label-timestamp']['es-mx'] = '';
+		$text['label-timestamp']['fr-ca'] = '';
+		$text['label-timestamp']['fr-fr'] = '';
+		$text['label-timestamp']['he-il'] = '';
+		$text['label-timestamp']['it-it'] = '';
+		$text['label-timestamp']['nl-nl'] = '';
+		$text['label-timestamp']['pl-pl'] = '';
+		$text['label-timestamp']['pt-br'] = '';
+		$text['label-timestamp']['pt-pt'] = '';
+		$text['label-timestamp']['ro-ro'] = '';
+		$text['label-timestamp']['ru-ru'] = '';
+		$text['label-timestamp']['sv-se'] = '';
+		$text['label-timestamp']['uk-ua'] = '';
+
+		$text['description-timestamp']['en-us'] = 'Enter the http content body.';
+		$text['description-timestamp']['ar-eg'] = '';
+		$text['description-timestamp']['de-at'] = '';
+		$text['description-timestamp']['de-ch'] = '';
+		$text['description-timestamp']['de-de'] = '';
+		$text['description-timestamp']['es-cl'] = '';
+		$text['description-timestamp']['es-mx'] = '';
+		$text['description-timestamp']['fr-ca'] = '';
+		$text['description-timestamp']['fr-fr'] = '';
+		$text['description-timestamp']['he-il'] = '';
+		$text['description-timestamp']['it-it'] = '';
+		$text['description-timestamp']['nl-nl'] = '';
+		$text['description-timestamp']['pl-pl'] = '';
+		$text['description-timestamp']['pt-br'] = '';
+		$text['description-timestamp']['pt-pt'] = '';
+		$text['description-timestamp']['ro-ro'] = '';
+		$text['description-timestamp']['ru-ru'] = '';
+		$text['description-timestamp']['sv-se'] = '';
+		$text['description-timestamp']['uk-ua'] = '';
+
+		$text['label-device_mac_address']['en-us'] = 'Device Address';
+		$text['label-device_mac_address']['ar-eg'] = '';
+		$text['label-device_mac_address']['de-at'] = '';
+		$text['label-device_mac_address']['de-ch'] = '';
+		$text['label-device_mac_address']['de-de'] = '';
+		$text['label-device_mac_address']['es-cl'] = '';
+		$text['label-device_mac_address']['es-mx'] = '';
+		$text['label-device_mac_address']['fr-ca'] = '';
+		$text['label-device_mac_address']['fr-fr'] = '';
+		$text['label-device_mac_address']['he-il'] = '';
+		$text['label-device_mac_address']['it-it'] = '';
+		$text['label-device_mac_address']['nl-nl'] = '';
+		$text['label-device_mac_address']['pl-pl'] = '';
+		$text['label-device_mac_address']['pt-br'] = '';
+		$text['label-device_mac_address']['pt-pt'] = '';
+		$text['label-device_mac_address']['ro-ro'] = '';
+		$text['label-device_mac_address']['ru-ru'] = '';
+		$text['label-device_mac_address']['sv-se'] = '';
+		$text['label-device_mac_address']['uk-ua'] = '';
+
+		$text['description-device_mac_address']['en-us'] = 'Enter the device mac address.';
+		$text['description-device_mac_address']['ar-eg'] = '';
+		$text['description-device_mac_address']['de-at'] = '';
+		$text['description-device_mac_address']['de-ch'] = '';
+		$text['description-device_mac_address']['de-de'] = '';
+		$text['description-device_mac_address']['es-cl'] = '';
+		$text['description-device_mac_address']['es-mx'] = '';
+		$text['description-device_mac_address']['fr-ca'] = '';
+		$text['description-device_mac_address']['fr-fr'] = '';
+		$text['description-device_mac_address']['he-il'] = '';
+		$text['description-device_mac_address']['it-it'] = '';
+		$text['description-device_mac_address']['nl-nl'] = '';
+		$text['description-device_mac_address']['pl-pl'] = '';
+		$text['description-device_mac_address']['pt-br'] = '';
+		$text['description-device_mac_address']['pt-pt'] = '';
+		$text['description-device_mac_address']['ro-ro'] = '';
+		$text['description-device_mac_address']['ru-ru'] = '';
+		$text['description-device_mac_address']['sv-se'] = '';
+		$text['description-device_mac_address']['uk-ua'] = '';
+
+		$text['label-request_scheme']['en-us'] = 'Request Scheme';
+		$text['label-request_scheme']['ar-eg'] = '';
+		$text['label-request_scheme']['de-at'] = '';
+		$text['label-request_scheme']['de-ch'] = '';
+		$text['label-request_scheme']['de-de'] = '';
+		$text['label-request_scheme']['es-cl'] = '';
+		$text['label-request_scheme']['es-mx'] = '';
+		$text['label-request_scheme']['fr-ca'] = '';
+		$text['label-request_scheme']['fr-fr'] = '';
+		$text['label-request_scheme']['he-il'] = '';
+		$text['label-request_scheme']['it-it'] = '';
+		$text['label-request_scheme']['nl-nl'] = '';
+		$text['label-request_scheme']['pl-pl'] = '';
+		$text['label-request_scheme']['pt-br'] = '';
+		$text['label-request_scheme']['pt-pt'] = '';
+		$text['label-request_scheme']['ro-ro'] = '';
+		$text['label-request_scheme']['ru-ru'] = '';
+		$text['label-request_scheme']['sv-se'] = '';
+		$text['label-request_scheme']['uk-ua'] = '';
+
+		$text['description-request_scheme']['en-us'] = 'Enter the request scheme.';
+		$text['description-request_scheme']['ar-eg'] = '';
+		$text['description-request_scheme']['de-at'] = '';
+		$text['description-request_scheme']['de-ch'] = '';
+		$text['description-request_scheme']['de-de'] = '';
+		$text['description-request_scheme']['es-cl'] = '';
+		$text['description-request_scheme']['es-mx'] = '';
+		$text['description-request_scheme']['fr-ca'] = '';
+		$text['description-request_scheme']['fr-fr'] = '';
+		$text['description-request_scheme']['he-il'] = '';
+		$text['description-request_scheme']['it-it'] = '';
+		$text['description-request_scheme']['nl-nl'] = '';
+		$text['description-request_scheme']['pl-pl'] = '';
+		$text['description-request_scheme']['pt-br'] = '';
+		$text['description-request_scheme']['pt-pt'] = '';
+		$text['description-request_scheme']['ro-ro'] = '';
+		$text['description-request_scheme']['ru-ru'] = '';
+		$text['description-request_scheme']['sv-se'] = '';
+		$text['description-request_scheme']['uk-ua'] = '';
+
+		$text['label-http_host']['en-us'] = 'HTTP Host';
+		$text['label-http_host']['ar-eg'] = '';
+		$text['label-http_host']['de-at'] = '';
+		$text['label-http_host']['de-ch'] = '';
+		$text['label-http_host']['de-de'] = '';
+		$text['label-http_host']['es-cl'] = '';
+		$text['label-http_host']['es-mx'] = '';
+		$text['label-http_host']['fr-ca'] = '';
+		$text['label-http_host']['fr-fr'] = '';
+		$text['label-http_host']['he-il'] = '';
+		$text['label-http_host']['it-it'] = '';
+		$text['label-http_host']['nl-nl'] = '';
+		$text['label-http_host']['pl-pl'] = '';
+		$text['label-http_host']['pt-br'] = '';
+		$text['label-http_host']['pt-pt'] = '';
+		$text['label-http_host']['ro-ro'] = '';
+		$text['label-http_host']['ru-ru'] = '';
+		$text['label-http_host']['sv-se'] = '';
+		$text['label-http_host']['uk-ua'] = '';
+
+		$text['description-http_host']['en-us'] = 'Enter the http host.';
+		$text['description-http_host']['ar-eg'] = '';
+		$text['description-http_host']['de-at'] = '';
+		$text['description-http_host']['de-ch'] = '';
+		$text['description-http_host']['de-de'] = '';
+		$text['description-http_host']['es-cl'] = '';
+		$text['description-http_host']['es-mx'] = '';
+		$text['description-http_host']['fr-ca'] = '';
+		$text['description-http_host']['fr-fr'] = '';
+		$text['description-http_host']['he-il'] = '';
+		$text['description-http_host']['it-it'] = '';
+		$text['description-http_host']['nl-nl'] = '';
+		$text['description-http_host']['pl-pl'] = '';
+		$text['description-http_host']['pt-br'] = '';
+		$text['description-http_host']['pt-pt'] = '';
+		$text['description-http_host']['ro-ro'] = '';
+		$text['description-http_host']['ru-ru'] = '';
+		$text['description-http_host']['sv-se'] = '';
+		$text['description-http_host']['uk-ua'] = '';
+
+		$text['label-server_port']['en-us'] = 'Server Port';
+		$text['label-server_port']['ar-eg'] = '';
+		$text['label-server_port']['de-at'] = '';
+		$text['label-server_port']['de-ch'] = '';
+		$text['label-server_port']['de-de'] = '';
+		$text['label-server_port']['es-cl'] = '';
+		$text['label-server_port']['es-mx'] = '';
+		$text['label-server_port']['fr-ca'] = '';
+		$text['label-server_port']['fr-fr'] = '';
+		$text['label-server_port']['he-il'] = '';
+		$text['label-server_port']['it-it'] = '';
+		$text['label-server_port']['nl-nl'] = '';
+		$text['label-server_port']['pl-pl'] = '';
+		$text['label-server_port']['pt-br'] = '';
+		$text['label-server_port']['pt-pt'] = '';
+		$text['label-server_port']['ro-ro'] = '';
+		$text['label-server_port']['ru-ru'] = '';
+		$text['label-server_port']['sv-se'] = '';
+		$text['label-server_port']['uk-ua'] = '';
+
+		$text['description-server_port']['en-us'] = 'Enter the server port.';
+		$text['description-server_port']['ar-eg'] = '';
+		$text['description-server_port']['de-at'] = '';
+		$text['description-server_port']['de-ch'] = '';
+		$text['description-server_port']['de-de'] = '';
+		$text['description-server_port']['es-cl'] = '';
+		$text['description-server_port']['es-mx'] = '';
+		$text['description-server_port']['fr-ca'] = '';
+		$text['description-server_port']['fr-fr'] = '';
+		$text['description-server_port']['he-il'] = '';
+		$text['description-server_port']['it-it'] = '';
+		$text['description-server_port']['nl-nl'] = '';
+		$text['description-server_port']['pl-pl'] = '';
+		$text['description-server_port']['pt-br'] = '';
+		$text['description-server_port']['pt-pt'] = '';
+		$text['description-server_port']['ro-ro'] = '';
+		$text['description-server_port']['ru-ru'] = '';
+		$text['description-server_port']['sv-se'] = '';
+		$text['description-server_port']['uk-ua'] = '';
+
+		$text['label-server_protocol']['en-us'] = 'Server Protocol';
+		$text['label-server_protocol']['ar-eg'] = '';
+		$text['label-server_protocol']['de-at'] = '';
+		$text['label-server_protocol']['de-ch'] = '';
+		$text['label-server_protocol']['de-de'] = '';
+		$text['label-server_protocol']['es-cl'] = '';
+		$text['label-server_protocol']['es-mx'] = '';
+		$text['label-server_protocol']['fr-ca'] = '';
+		$text['label-server_protocol']['fr-fr'] = '';
+		$text['label-server_protocol']['he-il'] = '';
+		$text['label-server_protocol']['it-it'] = '';
+		$text['label-server_protocol']['nl-nl'] = '';
+		$text['label-server_protocol']['pl-pl'] = '';
+		$text['label-server_protocol']['pt-br'] = '';
+		$text['label-server_protocol']['pt-pt'] = '';
+		$text['label-server_protocol']['ro-ro'] = '';
+		$text['label-server_protocol']['ru-ru'] = '';
+		$text['label-server_protocol']['sv-se'] = '';
+		$text['label-server_protocol']['uk-ua'] = '';
+
+		$text['description-server_protocol']['en-us'] = 'Enter the http protocol.';
+		$text['description-server_protocol']['ar-eg'] = '';
+		$text['description-server_protocol']['de-at'] = '';
+		$text['description-server_protocol']['de-ch'] = '';
+		$text['description-server_protocol']['de-de'] = '';
+		$text['description-server_protocol']['es-cl'] = '';
+		$text['description-server_protocol']['es-mx'] = '';
+		$text['description-server_protocol']['fr-ca'] = '';
+		$text['description-server_protocol']['fr-fr'] = '';
+		$text['description-server_protocol']['he-il'] = '';
+		$text['description-server_protocol']['it-it'] = '';
+		$text['description-server_protocol']['nl-nl'] = '';
+		$text['description-server_protocol']['pl-pl'] = '';
+		$text['description-server_protocol']['pt-br'] = '';
+		$text['description-server_protocol']['pt-pt'] = '';
+		$text['description-server_protocol']['ro-ro'] = '';
+		$text['description-server_protocol']['ru-ru'] = '';
+		$text['description-server_protocol']['sv-se'] = '';
+		$text['description-server_protocol']['uk-ua'] = '';
+
+		$text['label-query_string']['en-us'] = 'Query String';
+		$text['label-query_string']['ar-eg'] = '';
+		$text['label-query_string']['de-at'] = '';
+		$text['label-query_string']['de-ch'] = '';
+		$text['label-query_string']['de-de'] = '';
+		$text['label-query_string']['es-cl'] = '';
+		$text['label-query_string']['es-mx'] = '';
+		$text['label-query_string']['fr-ca'] = '';
+		$text['label-query_string']['fr-fr'] = '';
+		$text['label-query_string']['he-il'] = '';
+		$text['label-query_string']['it-it'] = '';
+		$text['label-query_string']['nl-nl'] = '';
+		$text['label-query_string']['pl-pl'] = '';
+		$text['label-query_string']['pt-br'] = '';
+		$text['label-query_string']['pt-pt'] = '';
+		$text['label-query_string']['ro-ro'] = '';
+		$text['label-query_string']['ru-ru'] = '';
+		$text['label-query_string']['sv-se'] = '';
+		$text['label-query_string']['uk-ua'] = '';
+
+		$text['description-query_string']['en-us'] = 'Enter the query string.';
+		$text['description-query_string']['ar-eg'] = '';
+		$text['description-query_string']['de-at'] = '';
+		$text['description-query_string']['de-ch'] = '';
+		$text['description-query_string']['de-de'] = '';
+		$text['description-query_string']['es-cl'] = '';
+		$text['description-query_string']['es-mx'] = '';
+		$text['description-query_string']['fr-ca'] = '';
+		$text['description-query_string']['fr-fr'] = '';
+		$text['description-query_string']['he-il'] = '';
+		$text['description-query_string']['it-it'] = '';
+		$text['description-query_string']['nl-nl'] = '';
+		$text['description-query_string']['pl-pl'] = '';
+		$text['description-query_string']['pt-br'] = '';
+		$text['description-query_string']['pt-pt'] = '';
+		$text['description-query_string']['ro-ro'] = '';
+		$text['description-query_string']['ru-ru'] = '';
+		$text['description-query_string']['sv-se'] = '';
+		$text['description-query_string']['uk-ua'] = '';
+
+		$text['label-remote_address']['en-us'] = 'Remote Address';
+		$text['label-remote_address']['ar-eg'] = '';
+		$text['label-remote_address']['de-at'] = '';
+		$text['label-remote_address']['de-ch'] = '';
+		$text['label-remote_address']['de-de'] = '';
+		$text['label-remote_address']['es-cl'] = '';
+		$text['label-remote_address']['es-mx'] = '';
+		$text['label-remote_address']['fr-ca'] = '';
+		$text['label-remote_address']['fr-fr'] = '';
+		$text['label-remote_address']['he-il'] = '';
+		$text['label-remote_address']['it-it'] = '';
+		$text['label-remote_address']['nl-nl'] = '';
+		$text['label-remote_address']['pl-pl'] = '';
+		$text['label-remote_address']['pt-br'] = '';
+		$text['label-remote_address']['pt-pt'] = '';
+		$text['label-remote_address']['ro-ro'] = '';
+		$text['label-remote_address']['ru-ru'] = '';
+		$text['label-remote_address']['sv-se'] = '';
+		$text['label-remote_address']['uk-ua'] = '';
+
+		$text['description-remote_address']['en-us'] = 'Enter the remote address.';
+		$text['description-remote_address']['ar-eg'] = '';
+		$text['description-remote_address']['de-at'] = '';
+		$text['description-remote_address']['de-ch'] = '';
+		$text['description-remote_address']['de-de'] = '';
+		$text['description-remote_address']['es-cl'] = '';
+		$text['description-remote_address']['es-mx'] = '';
+		$text['description-remote_address']['fr-ca'] = '';
+		$text['description-remote_address']['fr-fr'] = '';
+		$text['description-remote_address']['he-il'] = '';
+		$text['description-remote_address']['it-it'] = '';
+		$text['description-remote_address']['nl-nl'] = '';
+		$text['description-remote_address']['pl-pl'] = '';
+		$text['description-remote_address']['pt-br'] = '';
+		$text['description-remote_address']['pt-pt'] = '';
+		$text['description-remote_address']['ro-ro'] = '';
+		$text['description-remote_address']['ru-ru'] = '';
+		$text['description-remote_address']['sv-se'] = '';
+		$text['description-remote_address']['uk-ua'] = '';
+
+		$text['label-http_user_agent']['en-us'] = 'User Agent';
+		$text['label-http_user_agent']['ar-eg'] = '';
+		$text['label-http_user_agent']['de-at'] = '';
+		$text['label-http_user_agent']['de-ch'] = '';
+		$text['label-http_user_agent']['de-de'] = '';
+		$text['label-http_user_agent']['es-cl'] = '';
+		$text['label-http_user_agent']['es-mx'] = '';
+		$text['label-http_user_agent']['fr-ca'] = '';
+		$text['label-http_user_agent']['fr-fr'] = '';
+		$text['label-http_user_agent']['he-il'] = '';
+		$text['label-http_user_agent']['it-it'] = '';
+		$text['label-http_user_agent']['nl-nl'] = '';
+		$text['label-http_user_agent']['pl-pl'] = '';
+		$text['label-http_user_agent']['pt-br'] = '';
+		$text['label-http_user_agent']['pt-pt'] = '';
+		$text['label-http_user_agent']['ro-ro'] = '';
+		$text['label-http_user_agent']['ru-ru'] = '';
+		$text['label-http_user_agent']['sv-se'] = '';
+		$text['label-http_user_agent']['uk-ua'] = '';
+
+		$text['description-http_user_agent']['en-us'] = 'Enter the user agent.';
+		$text['description-http_user_agent']['ar-eg'] = '';
+		$text['description-http_user_agent']['de-at'] = '';
+		$text['description-http_user_agent']['de-ch'] = '';
+		$text['description-http_user_agent']['de-de'] = '';
+		$text['description-http_user_agent']['es-cl'] = '';
+		$text['description-http_user_agent']['es-mx'] = '';
+		$text['description-http_user_agent']['fr-ca'] = '';
+		$text['description-http_user_agent']['fr-fr'] = '';
+		$text['description-http_user_agent']['he-il'] = '';
+		$text['description-http_user_agent']['it-it'] = '';
+		$text['description-http_user_agent']['nl-nl'] = '';
+		$text['description-http_user_agent']['pl-pl'] = '';
+		$text['description-http_user_agent']['pt-br'] = '';
+		$text['description-http_user_agent']['pt-pt'] = '';
+		$text['description-http_user_agent']['ro-ro'] = '';
+		$text['description-http_user_agent']['ru-ru'] = '';
+		$text['description-http_user_agent']['sv-se'] = '';
+		$text['description-http_user_agent']['uk-ua'] = '';
+
+		$text['label-http_status']['en-us'] = 'HTTP Status';
+		$text['label-http_status']['ar-eg'] = '';
+		$text['label-http_status']['de-at'] = '';
+		$text['label-http_status']['de-ch'] = '';
+		$text['label-http_status']['de-de'] = '';
+		$text['label-http_status']['es-cl'] = '';
+		$text['label-http_status']['es-mx'] = '';
+		$text['label-http_status']['fr-ca'] = '';
+		$text['label-http_status']['fr-fr'] = '';
+		$text['label-http_status']['he-il'] = '';
+		$text['label-http_status']['it-it'] = '';
+		$text['label-http_status']['nl-nl'] = '';
+		$text['label-http_status']['pl-pl'] = '';
+		$text['label-http_status']['pt-br'] = '';
+		$text['label-http_status']['pt-pt'] = '';
+		$text['label-http_status']['ro-ro'] = '';
+		$text['label-http_status']['ru-ru'] = '';
+		$text['label-http_status']['sv-se'] = '';
+		$text['label-http_status']['uk-ua'] = '';
+
+		$text['description-http_status']['en-us'] = 'Enter the http status.';
+		$text['description-http_status']['ar-eg'] = '';
+		$text['description-http_status']['de-at'] = '';
+		$text['description-http_status']['de-ch'] = '';
+		$text['description-http_status']['de-de'] = '';
+		$text['description-http_status']['es-cl'] = '';
+		$text['description-http_status']['es-mx'] = '';
+		$text['description-http_status']['fr-ca'] = '';
+		$text['description-http_status']['fr-fr'] = '';
+		$text['description-http_status']['he-il'] = '';
+		$text['description-http_status']['it-it'] = '';
+		$text['description-http_status']['nl-nl'] = '';
+		$text['description-http_status']['pl-pl'] = '';
+		$text['description-http_status']['pt-br'] = '';
+		$text['description-http_status']['pt-pt'] = '';
+		$text['description-http_status']['ro-ro'] = '';
+		$text['description-http_status']['ru-ru'] = '';
+		$text['description-http_status']['sv-se'] = '';
+		$text['description-http_status']['uk-ua'] = '';
+
+		$text['label-http_status_code']['en-us'] = 'HTTP Status Code';
+		$text['label-http_status_code']['ar-eg'] = '';
+		$text['label-http_status_code']['de-at'] = '';
+		$text['label-http_status_code']['de-ch'] = '';
+		$text['label-http_status_code']['de-de'] = '';
+		$text['label-http_status_code']['es-cl'] = '';
+		$text['label-http_status_code']['es-mx'] = '';
+		$text['label-http_status_code']['fr-ca'] = '';
+		$text['label-http_status_code']['fr-fr'] = '';
+		$text['label-http_status_code']['he-il'] = '';
+		$text['label-http_status_code']['it-it'] = '';
+		$text['label-http_status_code']['nl-nl'] = '';
+		$text['label-http_status_code']['pl-pl'] = '';
+		$text['label-http_status_code']['pt-br'] = '';
+		$text['label-http_status_code']['pt-pt'] = '';
+		$text['label-http_status_code']['ro-ro'] = '';
+		$text['label-http_status_code']['ru-ru'] = '';
+		$text['label-http_status_code']['sv-se'] = '';
+		$text['label-http_status_code']['uk-ua'] = '';
+
+		$text['description-http_status_code']['en-us'] = 'Enter the http status code.';
+		$text['description-http_status_code']['ar-eg'] = '';
+		$text['description-http_status_code']['de-at'] = '';
+		$text['description-http_status_code']['de-ch'] = '';
+		$text['description-http_status_code']['de-de'] = '';
+		$text['description-http_status_code']['es-cl'] = '';
+		$text['description-http_status_code']['es-mx'] = '';
+		$text['description-http_status_code']['fr-ca'] = '';
+		$text['description-http_status_code']['fr-fr'] = '';
+		$text['description-http_status_code']['he-il'] = '';
+		$text['description-http_status_code']['it-it'] = '';
+		$text['description-http_status_code']['nl-nl'] = '';
+		$text['description-http_status_code']['pl-pl'] = '';
+		$text['description-http_status_code']['pt-br'] = '';
+		$text['description-http_status_code']['pt-pt'] = '';
+		$text['description-http_status_code']['ro-ro'] = '';
+		$text['description-http_status_code']['ru-ru'] = '';
+		$text['description-http_status_code']['sv-se'] = '';
+		$text['description-http_status_code']['uk-ua'] = '';
+
+		$text['label-http_content_type']['en-us'] = 'HTTP Content Type';
+		$text['label-http_content_type']['ar-eg'] = '';
+		$text['label-http_content_type']['de-at'] = '';
+		$text['label-http_content_type']['de-ch'] = '';
+		$text['label-http_content_type']['de-de'] = '';
+		$text['label-http_content_type']['es-cl'] = '';
+		$text['label-http_content_type']['es-mx'] = '';
+		$text['label-http_content_type']['fr-ca'] = '';
+		$text['label-http_content_type']['fr-fr'] = '';
+		$text['label-http_content_type']['he-il'] = '';
+		$text['label-http_content_type']['it-it'] = '';
+		$text['label-http_content_type']['nl-nl'] = '';
+		$text['label-http_content_type']['pl-pl'] = '';
+		$text['label-http_content_type']['pt-br'] = '';
+		$text['label-http_content_type']['pt-pt'] = '';
+		$text['label-http_content_type']['ro-ro'] = '';
+		$text['label-http_content_type']['ru-ru'] = '';
+		$text['label-http_content_type']['sv-se'] = '';
+		$text['label-http_content_type']['uk-ua'] = '';
+
+		$text['description-http_content_type']['en-us'] = 'Enter the http content type.';
+		$text['description-http_content_type']['ar-eg'] = '';
+		$text['description-http_content_type']['de-at'] = '';
+		$text['description-http_content_type']['de-ch'] = '';
+		$text['description-http_content_type']['de-de'] = '';
+		$text['description-http_content_type']['es-cl'] = '';
+		$text['description-http_content_type']['es-mx'] = '';
+		$text['description-http_content_type']['fr-ca'] = '';
+		$text['description-http_content_type']['fr-fr'] = '';
+		$text['description-http_content_type']['he-il'] = '';
+		$text['description-http_content_type']['it-it'] = '';
+		$text['description-http_content_type']['nl-nl'] = '';
+		$text['description-http_content_type']['pl-pl'] = '';
+		$text['description-http_content_type']['pt-br'] = '';
+		$text['description-http_content_type']['pt-pt'] = '';
+		$text['description-http_content_type']['ro-ro'] = '';
+		$text['description-http_content_type']['ru-ru'] = '';
+		$text['description-http_content_type']['sv-se'] = '';
+		$text['description-http_content_type']['uk-ua'] = '';
+
+		$text['label-http_content_body']['en-us'] = 'HTTP Content Body';
+		$text['label-http_content_body']['ar-eg'] = '';
+		$text['label-http_content_body']['de-at'] = '';
+		$text['label-http_content_body']['de-ch'] = '';
+		$text['label-http_content_body']['de-de'] = '';
+		$text['label-http_content_body']['es-cl'] = '';
+		$text['label-http_content_body']['es-mx'] = '';
+		$text['label-http_content_body']['fr-ca'] = '';
+		$text['label-http_content_body']['fr-fr'] = '';
+		$text['label-http_content_body']['he-il'] = '';
+		$text['label-http_content_body']['it-it'] = '';
+		$text['label-http_content_body']['nl-nl'] = '';
+		$text['label-http_content_body']['pl-pl'] = '';
+		$text['label-http_content_body']['pt-br'] = '';
+		$text['label-http_content_body']['pt-pt'] = '';
+		$text['label-http_content_body']['ro-ro'] = '';
+		$text['label-http_content_body']['ru-ru'] = '';
+		$text['label-http_content_body']['sv-se'] = '';
+		$text['label-http_content_body']['uk-ua'] = '';
+
+		$text['description-http_content_body']['en-us'] = 'Enter the http content body.';
+		$text['description-http_content_body']['ar-eg'] = '';
+		$text['description-http_content_body']['de-at'] = '';
+		$text['description-http_content_body']['de-ch'] = '';
+		$text['description-http_content_body']['de-de'] = '';
+		$text['description-http_content_body']['es-cl'] = '';
+		$text['description-http_content_body']['es-mx'] = '';
+		$text['description-http_content_body']['fr-ca'] = '';
+		$text['description-http_content_body']['fr-fr'] = '';
+		$text['description-http_content_body']['he-il'] = '';
+		$text['description-http_content_body']['it-it'] = '';
+		$text['description-http_content_body']['nl-nl'] = '';
+		$text['description-http_content_body']['pl-pl'] = '';
+		$text['description-http_content_body']['pt-br'] = '';
+		$text['description-http_content_body']['pt-pt'] = '';
+		$text['description-http_content_body']['ro-ro'] = '';
+		$text['description-http_content_body']['ru-ru'] = '';
+		$text['description-http_content_body']['sv-se'] = '';
+		$text['description-http_content_body']['uk-ua'] = '';
+
+?>