Remove the app_languages.php file from the root directory. Never should have app_languages.php file in the root directory. It was there to support index2.php which to cleanup the root directory both needed to be moved.

This commit is contained in:
Mark Crane 2013-01-05 07:53:38 +00:00
parent 53cefe184b
commit d5694bdde6
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
<?php
$text['title-table']['en-us'] = 'User Information';
$text['title-table']['pt-pt'] = 'Informação do Utilizador';
$text['label-name']['en-us'] = 'User Name';
$text['label-name']['pt-pt'] = 'Nome do Utilizador';
$text['label-voicemail']['en-us'] = 'Voicemail';
$text['label-voicemail']['pt-pt'] = 'Correio de Voz';
$text['label-view-messages']['en-us'] = 'View Messages';
$text['label-view-messages']['pt-pt'] = 'Ver Mensagens';
$text['table-extension']['en-us'] = 'Extension';
$text['table-extension']['pt-pt'] = 'Extensão';
$text['table-tools']['en-us'] = 'Tools';
$text['table-tools']['pt-pt'] = 'Ferramentas';
$text['table-description']['en-us'] = 'Description';
$text['table-description']['pt-pt'] = 'Descrição';
$text['label-callforward']['en-us'] = 'Call Forward';
$text['label-callforward']['pt-pt'] = 'Encaminhamento de Chamadas';
$text['label-followme']['en-us'] = 'Follow Me';
$text['label-followme']['pt-pt'] = 'Segue-me';
$text['label-dnd']['en-us'] = 'Do Not Disturb';
$text['label-dnd']['pt-pt'] = 'Não Perturbar';
?>