Add the core/login/app_languages.php file.
This commit is contained in:
parent
965f4a8d85
commit
0798935139
|
|
@ -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';
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue