mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 18:55:42 +00:00
cleanup and some refactoring
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
$contentusers['label-time']['en-us'] = 'Time Zone';
|
||||
$contentusers['label-time']['pt-pt'] = 'Fuso Horário';
|
||||
|
||||
$contentusers['label-infotime']['en-us'] = 'Select the default time zone.';
|
||||
$contentusers['label-infotime']['pt-pt'] = 'Selecione o fuso horário padrão.';
|
||||
$contentusers['description-timezone']['en-us'] = 'Select the default time zone.';
|
||||
$contentusers['description-timezone']['pt-pt'] = 'Selecione o fuso horário padrão.';
|
||||
|
||||
$contentusers['confirm-password']['en-us'] = 'Passwords did not match.';
|
||||
$contentusers['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.';
|
||||
|
||||
@@ -391,7 +391,7 @@ else {
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo " <br />\n";
|
||||
echo " ".$contentusers['label-infotime']."<br />\n";
|
||||
echo " ".$contentusers['description-timezone']."<br />\n";
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " </table>";
|
||||
@@ -415,4 +415,4 @@ else {
|
||||
//include the footer
|
||||
require_once "includes/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user