Add voicemail_transcription_enabled to extension_edit.php (#6265)
* Rename permission to voicemail_transcription_enabled * Update voicemail_edit.php * Add voicemail_transcription_enabled * Update app_languages.php * Update voicemail_edit.php
This commit is contained in:
@@ -342,6 +342,27 @@ $text['label-voicemail_local_after_email']['ru-ru'] = "Сообщение хра
|
||||
$text['label-voicemail_local_after_email']['sv-se'] = "Röstbrevlåda Behåll Lokalt";
|
||||
$text['label-voicemail_local_after_email']['uk-ua'] = "Залишати голосову пошту локально";
|
||||
|
||||
$text['label-voicemail_transcription_enabled']['en-us'] = "Transcription Enabled";
|
||||
$text['label-voicemail_transcription_enabled']['en-gb'] = "Transcription Enabled";
|
||||
$text['label-voicemail_transcription_enabled']['ar-eg'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['de-at'] = "Übertragung aktiviert"; //copied from de-de
|
||||
$text['label-voicemail_transcription_enabled']['de-ch'] = "Übertragung aktiviert"; //copied from de-de
|
||||
$text['label-voicemail_transcription_enabled']['de-de'] = "Übertragung aktiviert";
|
||||
$text['label-voicemail_transcription_enabled']['es-cl'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['es-mx'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['fr-ca'] = "Transcription activée";
|
||||
$text['label-voicemail_transcription_enabled']['fr-fr'] = "Transcription activée";
|
||||
$text['label-voicemail_transcription_enabled']['he-il'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['it-it'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['nl-nl'] = "Transscriptie geactiveerd";
|
||||
$text['label-voicemail_transcription_enabled']['pl-pl'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['pt-br'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['pt-pt'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['ro-ro'] = "";
|
||||
$text['label-voicemail_transcription_enabled']['ru-ru'] = "Транскрипция включена";
|
||||
$text['label-voicemail_transcription_enabled']['sv-se'] = "Transcription Aktiverad";
|
||||
$text['label-voicemail_transcription_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-voicemail_file']['en-us'] = "Voicemail File";
|
||||
$text['label-voicemail_file']['en-gb'] = "Voicemail File";
|
||||
$text['label-voicemail_file']['ar-eg'] = "";
|
||||
@@ -1969,6 +1990,27 @@ $text['description-voicemail_local_after_email']['ru-ru'] = "Выберите,
|
||||
$text['description-voicemail_local_after_email']['sv-se'] = "Välj om du vill behålla röstmeddelande i systemet efter att e-postmeddelandet skickats.";
|
||||
$text['description-voicemail_local_after_email']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_transcription_enabled']['en-us'] = "Choose if voicemail transcription is enabled for this extension";
|
||||
$text['description-voicemail_transcription_enabled']['en-gb'] = "Choose if voicemail transcription is enabled for this extension";
|
||||
$text['description-voicemail_transcription_enabled']['ar-eg'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['de-at'] = "Wählen Sie, ob die Voicemail Übertragung für diese Nebenstelle aktiviert werden soll"; //copied from de-de
|
||||
$text['description-voicemail_transcription_enabled']['de-ch'] = "Wählen Sie, ob die Voicemail Übertragung für diese Nebenstelle aktiviert werden soll"; //copied from de-de
|
||||
$text['description-voicemail_transcription_enabled']['de-de'] = "Wählen Sie, ob die Voicemail Übertragung für diese Nebenstelle aktiviert werden soll";
|
||||
$text['description-voicemail_transcription_enabled']['es-cl'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['es-mx'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['fr-ca'] = "Choisissez si la transcription de la messagerie vocale est activée pour cette extension";
|
||||
$text['description-voicemail_transcription_enabled']['fr-fr'] = "Choisissez si la transcription de la messagerie vocale est activée pour cette extension";
|
||||
$text['description-voicemail_transcription_enabled']['he-il'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['it-it'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['nl-nl'] = "Kies als antwoordapparaat transscriptie aangezet is voor dit toestel";
|
||||
$text['description-voicemail_transcription_enabled']['pl-pl'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['pt-br'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['pt-pt'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['ro-ro'] = "";
|
||||
$text['description-voicemail_transcription_enabled']['ru-ru'] = "Выберите, разрешена ли голосовая почта для этого расширения";
|
||||
$text['description-voicemail_transcription_enabled']['sv-se'] = "Välj om transcription är aktiverat för denna anknytning ";
|
||||
$text['description-voicemail_transcription_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-voicemail_file']['en-us'] = "Select a listening option to include with the email notification.";
|
||||
$text['description-voicemail_file']['en-gb'] = "Select a listening option to include with the email notification.";
|
||||
$text['description-voicemail_file']['ar-eg'] = "";
|
||||
|
||||
Reference in New Issue
Block a user