Revision ddc55e12
Added by Erik Fonnesbeck almost 15 years ago
usr/local/www/diag_pkglogs.php | ||
---|---|---|
112 | 112 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
113 | 113 |
<tr> |
114 | 114 |
<td colspan="2" class="listtopic"> |
115 |
<?php printf(gettext("Last %s %s log entries"),$nentries,$curtab); ?></td>
|
|
115 |
<?php printf(gettext('Last %1$s %2$s log entries'),$nentries,$curtab); ?></td>
|
|
116 | 116 |
</tr> |
117 | 117 |
<?php |
118 | 118 |
$package =& $config['installedpackages']['package'][$apkgid]; |
Also available in: Unified diff
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.