phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.ui.inc.php,1.7.2


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.ui.inc.php,1.7.2.6,1.7.2.7
Date: Fri, 07 Mar 2003 16:40:01 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.ui.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files and added missing phrases 
and their french translation.


Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.ui.inc.php,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -C2 -r1.7.2.6 -r1.7.2.7
*** class.ui.inc.php    6 Feb 2003 22:15:06 -0000       1.7.2.6
--- class.ui.inc.php    7 Mar 2003 21:39:39 -0000       1.7.2.7
***************
*** 104,108 ****
                        else
                        {
!                               die(lang("Selected theme x does not 
exist.",$themesel));
                        }
  
--- 104,108 ----
                        else
                        {
!                               die(lang("Selected theme %1 does not 
exist.",$themesel));
                        }
  
***************
*** 135,139 ****
                        if (!file_exists($templatedir.$themesel.'/main.tpl'))
                        {
!                               die(lang("Selected template x does not 
exist.",$themesel));
                        }
                        $this->t->set_root($templatedir);
--- 135,139 ----
                        if (!file_exists($templatedir.$themesel.'/main.tpl'))
                        {
!                               die(lang("Selected template %1 does not 
exist.",$themesel));
                        }
                        $this->t->set_root($templatedir);





reply via email to

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