[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Make translation status more verbose
Update of /home/or/cvsroot/website/it
In directory moria:/tmp/cvs-serv27442/it
Modified Files:
foot.wmi navigation.wmi
Log Message:
Make translation status more verbose
use 'use strict' in perl stuff.
Index: foot.wmi
===================================================================
RCS file: /home/or/cvsroot/website/it/foot.wmi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- foot.wmi 5 Oct 2005 02:05:59 -0000 1.2
+++ foot.wmi 8 Oct 2005 12:16:45 -0000 1.3
@@ -10,7 +10,7 @@
<div class="bottom" id="bottom">
<i><a href="mailto:tor-webmaster@xxxxxxxxxxxxx" class="smalllink">Webmaster</a></i> -
# Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp
- Last modified: <: @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
+ Last modified: <: my @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
-
Last compiled: <: print scalar localtime(); :>
Index: navigation.wmi
===================================================================
RCS file: /home/or/cvsroot/website/it/navigation.wmi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- navigation.wmi 5 Oct 2005 02:05:59 -0000 1.2
+++ navigation.wmi 8 Oct 2005 12:16:45 -0000 1.3
@@ -5,7 +5,7 @@
# Last-Translator: unknown
<:
- @navigation = (
+ my @navigation = (
'index' , 'Home',
'howitworks' , 'Come Funziona',
'download' , 'Scarica',