cleanup and some refactoring

This commit is contained in:
Nuno Miguel Reis
2012-10-09 03:25:18 +00:00
parent 5a163f7367
commit 2f87f6f414
13 changed files with 276 additions and 276 deletions

View File

@@ -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.';

View File

@@ -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";
?>
?>