mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
9 lines
262 B
PHP
9 lines
262 B
PHP
<?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';
|
|
|
|
?>
|