app_languages.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $text['title-voicemail']['en-us'] = 'Voicemail';
  3. $text['title-voicemail']['pt-pt'] = '';
  4. $text['description-voicemail']['en-us'] = 'Show details about the voicemail settings including the voicemail count, and voicemail to email address.';
  5. $text['description-voicemail']['pt-pt'] = '';
  6. $text['label-extension']['en-us'] = 'Extension';
  7. $text['label-extension']['pt-pt'] = '';
  8. $text['label-voicemail']['en-us'] = 'Voicemail Mail To';
  9. $text['label-voicemail']['pt-pt'] = '';
  10. $text['label-messages']['en-us'] = 'Messages';
  11. $text['label-messages']['pt-pt'] = '';
  12. $text['label-enabled']['en-us'] = 'Enabled';
  13. $text['label-enabled']['pt-pt'] = '';
  14. $text['label-description']['en-us'] = 'Description';
  15. $text['label-description']['pt-pt'] = '';
  16. $text['label-prefs-delete']['en-us'] = 'Voicemail Preferences set to default';
  17. $text['label-prefs-delete']['pt-pt'] = '';
  18. $text['confirm-prefs-delete-alt']['en-us'] = 'restore default preferences';
  19. $text['confirm-prefs-delete-alt']['pt-pt'] = '';
  20. $text['confirm-prefs-delete-title']['en-us'] = 'restore default preferences';
  21. $text['confirm-prefs-delete-title']['pt-pt'] = '';
  22. $text['confirm-prefs-delete']['en-us'] = 'Are you sure you want to remove the voicemail name and greeting?';
  23. $text['confirm-prefs-delete']['pt-pt'] = '';
  24. ?>