[Fusionforge-commits] r7280 - trunk/gforge/www/softwaremap
Julien HEYMAN
jheyman at libremir.placard.fr.eu.org
Thu Apr 2 14:31:22 CEST 2009
Author: jheyman
Date: 2009-04-02 14:31:22 +0200 (Thu, 02 Apr 2009)
New Revision: 7280
Modified:
trunk/gforge/www/softwaremap/full_list.php
Log:
Add translations
Modified: trunk/gforge/www/softwaremap/full_list.php
===================================================================
--- trunk/gforge/www/softwaremap/full_list.php 2009-04-02 12:28:11 UTC (rev 7279)
+++ trunk/gforge/www/softwaremap/full_list.php 2009-04-02 12:31:22 UTC (rev 7280)
@@ -92,7 +92,7 @@
// only display pages stuff if there is more to display
if ($querytotalcount > $TROVE_BROWSELIMIT) {
- $html_limit .= ' Displaying '.$TROVE_BROWSELIMIT.' per page. Projects sorted by alphabetical order.<br />';
+ $html_limit .= sprintf(_(' Displaying %1$s per page. Projects sorted by alphabetical order.'), $TROVE_BROWSELIMIT).'<br/>';
// display all the numbers
for ($i=1;$i<=ceil($querytotalcount/$TROVE_BROWSELIMIT);$i++) {
@@ -142,7 +142,7 @@
// list all trove categories
print trove_getcatlisting($row_grp['group_id'],0,1,0);
print '</td>';
- print '<td align="right"><br />Register Date: <strong>'.date(_('Y-m-d H:i'),$row_grp['register_time']).'</strong></td>';
+ print '<td align="right"><br />'._('Register Date:').' <strong>'.date(_('Y-m-d H:i'),$row_grp['register_time']).'</strong></td>';
print '</tr>';
/*
if ($row_grp['jobs_count']) {
More information about the Fusionforge-commits
mailing list