Update app_languages.php

Add language for extensions.php
This commit is contained in:
MCohenAuravox 2022-01-18 10:28:01 -06:00 committed by GitHub
parent a911086dd6
commit c11ab48084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 64 additions and 0 deletions

View File

@ -2958,4 +2958,68 @@ $text['button-call_forward']['ru-ru'] = "Переадресация";
$text['button-call_forward']['sv-se'] = "Vidarekoppling";
$text['button-call_forward']['uk-ua'] = "Переадресація";
//extensions
$text['label-select']['en-us'] = "Select";
$text['label-select']['en-gb'] = "Select";
$text['label-select']['ar-eg'] = "Select";
$text['label-select']['de-at'] = "Select";
$text['label-select']['de-ch'] = "Select";
$text['label-select']['de-de'] = "Select";
$text['label-select']['es-cl'] = "Select";
$text['label-select']['es-mx'] = "Select";
$text['label-select']['fr-ca'] = "Select";
$text['label-select']['fr-fr'] = "Select";
$text['label-select']['he-il'] = "Select";
$text['label-select']['it-it'] = "Select";
$text['label-select']['nl-nl'] = "Select";
$text['label-select']['pl-pl'] = "Select";
$text['label-select']['pt-br'] = "Select";
$text['label-select']['pt-pt'] = "Select";
$text['label-select']['ro-ro'] = "Select";
$text['label-select']['ru-ru'] = "Select";
$text['label-select']['sv-se'] = "Select";
$text['label-select']['uk-ua'] = "Select";
$text['button-additional_fields']['en-us'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['en-gb'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['ar-eg'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['de-at'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['de-ch'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['de-de'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['es-cl'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['es-mx'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['fr-ca'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['fr-fr'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['he-il'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['it-it'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['nl-nl'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['pl-pl'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['pt-br'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['pt-pt'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['ro-ro'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['ru-ru'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['sv-se'] = "ADDITIONAL FIELDS";
$text['button-additional_fields']['uk-ua'] = "ADDITIONAL FIELDS";
$text['label-ctrl']['en-us'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['en-gb'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['ar-eg'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['de-at'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['de-ch'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['de-de'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['es-cl'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['es-mx'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['fr-ca'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['fr-fr'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['he-il'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['it-it'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['nl-nl'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['pl-pl'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['pt-br'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['pt-pt'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['ro-ro'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['ru-ru'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['sv-se'] = "Hold <b>Ctrl</b> to select multiple fields";
$text['label-ctrl']['uk-ua'] = "Hold <b>Ctrl</b> to select multiple fields";
?>