Add button-unblock, label-unblocked, and label-pending

This commit is contained in:
FusionPBX 2022-08-17 00:23:54 -06:00 committed by GitHub
parent 9b06671810
commit c2085c2320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 59 additions and 0 deletions

View File

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