phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17.2.1,1.17.2.2


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: comic/inc functions.inc.php,1.17.2.1,1.17.2.2
Date: Thu, 06 Feb 2003 17:27:08 -0500

Update of /cvsroot/phpgroupware/comic/inc
In directory subversions:/tmp/cvs-serv4735/comic/inc

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Replaced %1, %2, etc ... by x, x, etc ... in the phrase put in the lang() call
This way all the lang calls are used the same way.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/comic/inc/functions.inc.php,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -C2 -r1.17.2.1 -r1.17.2.2
*** functions.inc.php   6 Feb 2003 22:15:06 -0000       1.17.2.1
--- functions.inc.php   6 Feb 2003 22:27:05 -0000       1.17.2.2
***************
*** 799,803 ****
                      }
                      
!                     $name = lang("%1 by %2 (%3)",
                                   $phpgw->db->f("data_title"),
                                   $phpgw->db->f("data_author"),
--- 799,803 ----
                      }
                      
!                     $name = lang("x by x (x)",
                                   $phpgw->db->f("data_title"),
                                   $phpgw->db->f("data_author"),
***************
*** 1045,1049 ****
              }
  
!             $name = lang("%1 by %2",
                           $phpgw->db->f("data_title"),
                           $phpgw->db->f("data_author"));
--- 1045,1049 ----
              }
  
!             $name = lang("x by x",
                           $phpgw->db->f("data_title"),
                           $phpgw->db->f("data_author"));





reply via email to

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