X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=inline;f=plugins%2Fnewmail%2Fnewmail.php;h=7262d5f5b6ff81d830fa7b7ba59e851d72f0c7b0;hb=4c7abaa588973e24e1f9760af2298a5f919a16ea;hp=7e919cb978110be1828dd853a02e967a10496ba4;hpb=d0dbdb1441f83386e2284e99ab0f4e14db8d218f;p=squirrelmail.git diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 7e919cb9..7262d5f5 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -1,48 +1,52 @@ \n". - '
'. "\n" . + echo ''."\n". + '
'. "\n" . html_tag( 'table', "\n" . html_tag( 'tr', "\n" . - html_tag( 'td', '' . _("SquirrelMail Notice:") . '', 'center', $color[0] ) + // i18n: %s inserts the organisation name (typically SquirrelMail) + html_tag( 'td', '' . sprintf(_("%s notice:"), $org_name) . '', 'center', $color[0] ) ) . html_tag( 'tr', "\n" . html_tag( 'td', - '
' . - _("You have new mail!") . '

' . "\n" . - '
' . "\n". - ''."\n". - '
', - 'center' ) - ) , - '', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) . - '
' . - "\n". - "\n"; - -?> + '
'. + sprintf(ngettext("You have %s new message","You have %s new messages",$numnew), $numnew ) . + '

' . "\n" . + '
' . "\n". + ''."\n". + '
', + 'center' ) + ) , + '', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) . + '' . + "\n". + "\n"; +?> \ No newline at end of file