koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.5.2.5,1.5.2.6


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.5.2.5,1.5.2.6
Date: Wed, 28 Jan 2004 08:46:26 -0800

Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1827/misc/translator

Modified Files:
      Tag: rel_2_0
        tmpl_process.pl 
Log Message:
minor modif in translated file generation to improve LIMITED; replacements

Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -C2 -r1.5.2.5 -r1.5.2.6
*** tmpl_process.pl     26 Jan 2004 10:41:50 -0000      1.5.2.5
--- tmpl_process.pl     28 Jan 2004 16:46:23 -0000      1.5.2.6
***************
*** 224,228 ****
                                                $text =~ s/\./\\\./g;
                                                $subst =~ s/^LIMITED;//g;
!                                               $lines =~ 
s/(.*)>$text/$1>$subst/g;
                                                $lines =~ s/(.*) 
title="$text/$1 title="$subst/g;
                                                $lines =~ s/(.*) alt="$text/$1 
alt="$subst/g;
--- 224,228 ----
                                                $text =~ s/\./\\\./g;
                                                $subst =~ s/^LIMITED;//g;
!                                               $lines =~ 
s/(.*)>$text(\W)/$1>$subst$2/g;
                                                $lines =~ s/(.*) 
title="$text/$1 title="$subst/g;
                                                $lines =~ s/(.*) alt="$text/$1 
alt="$subst/g;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]