diff --git a/app/fax_queue/app_languages.php b/app/fax_queue/app_languages.php index dc220c49d5..916c4103ac 100644 --- a/app/fax_queue/app_languages.php +++ b/app/fax_queue/app_languages.php @@ -721,4 +721,44 @@ $text['label-sent']['sv-se'] = ''; $text['label-sent']['uk-ua'] = ''; + $text['label-trying']['en-us'] = 'trying'; + $text['label-trying']['ar-eg'] = ''; + $text['label-trying']['de-at'] = ''; + $text['label-trying']['de-ch'] = ''; + $text['label-trying']['de-de'] = ''; + $text['label-trying']['es-cl'] = ''; + $text['label-trying']['es-mx'] = ''; + $text['label-trying']['fr-ca'] = ''; + $text['label-trying']['fr-fr'] = ''; + $text['label-trying']['he-il'] = ''; + $text['label-trying']['it-it'] = ''; + $text['label-trying']['nl-nl'] = ''; + $text['label-trying']['pl-pl'] = ''; + $text['label-trying']['pt-br'] = ''; + $text['label-trying']['pt-pt'] = ''; + $text['label-trying']['ro-ro'] = ''; + $text['label-trying']['ru-ru'] = ''; + $text['label-trying']['sv-se'] = ''; + $text['label-trying']['uk-ua'] = ''; + + $text['label-busy']['en-us'] = 'busy'; + $text['label-busy']['ar-eg'] = ''; + $text['label-busy']['de-at'] = ''; + $text['label-busy']['de-ch'] = ''; + $text['label-busy']['de-de'] = ''; + $text['label-busy']['es-cl'] = ''; + $text['label-busy']['es-mx'] = ''; + $text['label-busy']['fr-ca'] = ''; + $text['label-busy']['fr-fr'] = ''; + $text['label-busy']['he-il'] = ''; + $text['label-busy']['it-it'] = ''; + $text['label-busy']['nl-nl'] = ''; + $text['label-busy']['pl-pl'] = ''; + $text['label-busy']['pt-br'] = ''; + $text['label-busy']['pt-pt'] = ''; + $text['label-busy']['ro-ro'] = ''; + $text['label-busy']['ru-ru'] = ''; + $text['label-busy']['sv-se'] = ''; + $text['label-busy']['uk-ua'] = ''; + ?>