[or-cvs] Make translation status more verbose

Peter Palfrader weasel at seul.org
Sat Oct 8 12:16:47 UTC 2005


Update of /home/or/cvsroot/website/de
In directory moria:/tmp/cvs-serv27442/de

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/de/foot.wmi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- foot.wmi	5 Oct 2005 02:31:26 -0000	1.3
+++ foot.wmi	8 Oct 2005 12:16:45 -0000	1.4
@@ -10,7 +10,7 @@
   <div class="bottom" id="bottom">
      <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
 #     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
-      Letzte &auml;nderung: <: @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
+      Letzte &auml;nderung: <: my @stat = stat($(LANG).'/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); :>
       -
       Zuletzt kompiliert: <: print scalar localtime(); :>
 

Index: navigation.wmi
===================================================================
RCS file: /home/or/cvsroot/website/de/navigation.wmi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- navigation.wmi	4 Oct 2005 19:24:03 -0000	1.2
+++ navigation.wmi	8 Oct 2005 12:16:45 -0000	1.3
@@ -5,7 +5,7 @@
 # Last-Translator: jens at kubieziel.de
 
 <:
-	@navigation = (
+	my @navigation = (
 		'index'			, 'Startseite',
 		'overview'		, 'Übersicht',
 		'download'		, 'Download',



More information about the tor-commits mailing list