App->Voicemail Add initial support for translations
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$text['title-voicemail']['en-us'] = 'Voicemail';
|
||||
$text['description-voicemail']['en-us'] = 'Show details about the voicemail settings including the voicemail count, and voicemail to email address.';
|
||||
|
||||
$text['label-extension']['en-us'] = 'Extension';
|
||||
$text['label-voicemail']['en-us'] = 'Voicemail Mail To';
|
||||
$text['label-messages']['en-us'] = 'Messages';
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
|
||||
$text['confirm-prefs-delete-alt']['en-us']= 'restore default preferences';
|
||||
$text['confirm-prefs-delete-title']['en-us']='restore default preferences';
|
||||
$text['confirm-prefs-delete']['en-us'] = 'Are you sure you want to remove the voicemail name and greeting?';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user