X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail.php;h=ba282a01f2b007b6d5ea8d438fb4450186e9e692;hp=da92e6d23d8927590763f48ea9f78032a79ca614;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=f281c9b53564c6a2d64b20050925b9676a9352ed diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index da92e6d2..ba282a01 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -1,56 +1,86 @@ '."\n". - '
'. "\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', - '
'. - sprintf( ( $numnew == 1 ? - _("You have %s new message") : - _("You have %s new messages") ), $numnew ) . - '

' . "\n" . - '
' . "\n". - ''."\n". - '
', - 'center' ) - ) , - '', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) . - '
' . - "\n". - "\n"; - -?> \ No newline at end of file + '
'. + 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";