Add the core/login/app_languages.php file.

This commit is contained in:
Mark Crane 2013-01-05 09:28:33 +00:00
parent 965f4a8d85
commit 0798935139
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
$content_users['label-username']['en-us'] = 'Username';
$content_users['label-username']['pt-pt'] = 'Nome de Utilizador';
$content_users['label-password']['en-us'] = 'Password';
$content_users['label-password']['pt-pt'] = 'Palavra passe';
?>