mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Add the core/login/app_languages.php file.
This commit is contained in:
9
core/login/app_languages.php
Normal file
9
core/login/app_languages.php
Normal 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';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user