Update of /cvsroot/squirrelmail/squirrelmail/plugins/newmail
In directory
sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8061/devel-strings/squirrelmail/plugins/newmail
Modified Files:
newmail.php
Log Message:
Recommitting string fix.
Index: newmail.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/newmail/newmail.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- newmail.php 5 Apr 2006 00:22:09 -0000 1.27
+++ newmail.php 15 Jun 2006 15:04:29 -0000 1.28
@@ -27,7 +27,8 @@
'<div style="text-align: center;">'. "\n" .
html_tag( 'table', "\n" .
html_tag( 'tr', "\n" .
- html_tag( 'td', '<b>' . _("SquirrelMail Notice:") . '</b>',
'center', $color[0] )
+ // i18n: %s inserts the organisation name (typically
SquirrelMail)
+ html_tag( 'td', '<b>' . sprintf(_("%s notice:"), $org_name) .
'</b>', 'center', $color[0] )
) .
html_tag( 'tr', "\n" .
html_tag( 'td',
|