[GRASSweb-list]markus: web/devel i18n.inc,1.3,1.4 i18n.php,1.3,1.4 i18n_stats.inc,1.1,1.2
grass at intevation.de
grass at intevation.de
Mon Jan 31 09:51:03 EST 2005
Author: markus
Update of /grassrepository/web/devel
In directory doto:/tmp/cvs-serv22612
Modified Files:
i18n.inc i18n.php i18n_stats.inc
Log Message:
cosmetics
Index: i18n.inc
===================================================================
RCS file: /grassrepository/web/devel/i18n.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i18n.inc 31 Jan 2005 14:10:25 -0000 1.3
+++ i18n.inc 31 Jan 2005 14:51:01 -0000 1.4
@@ -77,6 +77,10 @@
Software (FOSS) for Geoinformatics (4G) and GRASS-Japan Portal Site
</ul>
+<?php
+ include("i18n_stats.inc");
+?>
+
<div align="right">
<i>Last change: $Date$ </i><br>
<i>$Author$</i>
Index: i18n.php
===================================================================
RCS file: /grassrepository/web/devel/i18n.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i18n.php 31 Jan 2005 14:11:48 -0000 1.3
+++ i18n.php 31 Jan 2005 14:51:01 -0000 1.4
@@ -72,7 +72,6 @@
<h3>GRASS messages translation project (i18N)</h3>
<?php
include("i18n.inc");
- include("i18n_stats.inc");
?>
<!-- END MAIN PART -->
Index: i18n_stats.inc
===================================================================
RCS file: /grassrepository/web/devel/i18n_stats.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i18n_stats.inc 31 Jan 2005 14:10:25 -0000 1.1
+++ i18n_stats.inc 31 Jan 2005 14:51:01 -0000 1.2
@@ -48,15 +48,14 @@
</table>
<br>
-This table is generated weekly.
+This table is generated weekly -
<?php
// Generate timestamp (use h:ia for a.m./p.m. )
-print "i18N table generated: " . date("l, dS F, Y @ H:i", $last_modified);
+print " - last update: " . date("l, dS F, Y @ H:i.", $last_modified);
?>
<P>
The relevant column is 'Translated messages' as the message files
do not necessarily contain all available messages of GRASS.
-<hr>
</html>
More information about the grass-web
mailing list