phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Common_UI.inc.php,1.6.2.7,1.6


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Common_UI.inc.php,1.6.2.7,1.6.2.8
Date: Thu, 06 Feb 2003 17:46:10 -0500

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv16642/sitemgr/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.Common_UI.inc.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: class.Common_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Common_UI.inc.php,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -C2 -r1.6.2.7 -r1.6.2.8
*** class.Common_UI.inc.php     6 Feb 2003 22:15:06 -0000       1.6.2.7
--- class.Common_UI.inc.php     6 Feb 2003 22:46:08 -0000       1.6.2.8
***************
*** 49,53 ****
                                                if ($newlang == "delete")
                                                {
!                                                       echo '<b>' . 
lang('Deleting all data for %1',$this->getlangname($oldlang)) . '</b><br>';
                                                        
$this->pages_bo->removealllang($oldlang);
                                                        
$this->cat_bo->removealllang($oldlang);
--- 49,53 ----
                                                if ($newlang == "delete")
                                                {
!                                                       echo '<b>' . 
lang('Deleting all data for x',$this->getlangname($oldlang)) . '</b><br>';
                                                        
$this->pages_bo->removealllang($oldlang);
                                                        
$this->cat_bo->removealllang($oldlang);





reply via email to

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