Add setup, disable and hide

This commit is contained in:
FusionPBX 2023-04-23 01:43:15 -06:00 committed by GitHub
parent c270aed781
commit 3c2c1f01f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 64 additions and 1 deletions

View File

@ -5131,4 +5131,67 @@ $text['title-languages']['ru-ru'] = "";
$text['title-languages']['sv-se'] = "Språk";
$text['title-languages']['uk-ua'] = "";
?>
$text['button-setup']['en-us'] = "Setup";
$text['button-setup']['en-gb'] = "Setup";
$text['button-setup']['ar-eg'] = "";
$text['button-setup']['de-at'] = "";
$text['button-setup']['de-ch'] = "";
$text['button-setup']['de-de'] = "";
$text['button-setup']['es-cl'] = "";
$text['button-setup']['es-mx'] = "";
$text['button-setup']['fr-ca'] = "";
$text['button-setup']['fr-fr'] = "";
$text['button-setup']['he-il'] = "";
$text['button-setup']['it-it'] = "";
$text['button-setup']['nl-nl'] = "";
$text['button-setup']['pl-pl'] = "";
$text['button-setup']['pt-br'] = "";
$text['button-setup']['pt-pt'] = "";
$text['button-setup']['ro-ro'] = "";
$text['button-setup']['ru-ru'] = "";
$text['button-setup']['sv-se'] = "";
$text['button-setup']['uk-ua'] = "";
$text['button-disable']['en-us'] = "Disable";
$text['button-disable']['en-gb'] = "Disable";
$text['button-disable']['ar-eg'] = "";
$text['button-disable']['de-at'] = "";
$text['button-disable']['de-ch'] = "";
$text['button-disable']['de-de'] = "";
$text['button-disable']['es-cl'] = "";
$text['button-disable']['es-mx'] = "";
$text['button-disable']['fr-ca'] = "";
$text['button-disable']['fr-fr'] = "";
$text['button-disable']['he-il'] = "";
$text['button-disable']['it-it'] = "";
$text['button-disable']['nl-nl'] = "";
$text['button-disable']['pl-pl'] = "";
$text['button-disable']['pt-br'] = "";
$text['button-disable']['pt-pt'] = "";
$text['button-disable']['ro-ro'] = "";
$text['button-disable']['ru-ru'] = "";
$text['button-disable']['sv-se'] = "";
$text['button-disable']['uk-ua'] = "";
$text['button-hide']['en-us'] = "Hide";
$text['button-hide']['en-gb'] = "Hide";
$text['button-hide']['ar-eg'] = "";
$text['button-hide']['de-at'] = "";
$text['button-hide']['de-ch'] = "";
$text['button-hide']['de-de'] = "";
$text['button-hide']['es-cl'] = "";
$text['button-hide']['es-mx'] = "";
$text['button-hide']['fr-ca'] = "";
$text['button-hide']['fr-fr'] = "";
$text['button-hide']['he-il'] = "";
$text['button-hide']['it-it'] = "";
$text['button-hide']['nl-nl'] = "";
$text['button-hide']['pl-pl'] = "";
$text['button-hide']['pt-br'] = "";
$text['button-hide']['pt-pt'] = "";
$text['button-hide']['ro-ro'] = "";
$text['button-hide']['ru-ru'] = "";
$text['button-hide']['sv-se'] = "";
$text['button-hide']['uk-ua'] = "";
?>