Add label busy and trying

This commit is contained in:
FusionPBX
2023-03-28 13:11:16 -06:00
committed by GitHub
parent 75fcb46b47
commit 7800633304

View File

@@ -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'] = '';
?>