Because the login can be incorpoarted into the them decision was made to make the an app rather than part of core.

This commit is contained in:
Mark Crane
2013-01-05 09:52:52 +00:00
parent d20b26073e
commit e8b63afa5a
2 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?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'] = '';
?>