Remove the app_languages.php add its data to core/user_settings/app_languages.php file.

This commit is contained in:
Mark Crane
2013-01-05 10:02:15 +00:00
parent 9d3a58c26e
commit 02028551f9

View File

@@ -1,14 +0,0 @@
<?php
$text['label-username']['en-us'] = 'Username';
$text['label-username']['pt-pt'] = 'Nome de Utilizador';
$text['label-password']['en-us'] = 'Password';
$text['label-password']['pt-pt'] = 'Palavra passe';
$text['label-domain']['en-us'] = 'Domain';
$text['label-domain']['pt-pt'] = '';
$text['button-login']['en-us'] = 'Login';
$text['button-login']['pt-pt'] = '';
?>