Преглед на файлове

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.

Mark Crane преди 12 години
родител
ревизия
0e7e1cf043
променени са 1 файла, в които са добавени 0 реда и са изтрити 33 реда
  1. 0 33
      app_languages.php

+ 0 - 33
app_languages.php

@@ -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';
-
-?>