phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/inc class.uiphpwebhosting.inc.php,1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/inc class.uiphpwebhosting.inc.php,1.6.2.1,1.6.2.3
Date: Thu, 06 Feb 2003 17:15:08 -0500

Update of /cvsroot/phpgroupware/filemanager/inc
In directory subversions:/tmp/cvs-serv24078/phpwebhosting/inc

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


Index: class.uiphpwebhosting.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/filemanager/inc/Attic/class.uiphpwebhosting.inc.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.3
diff -C2 -r1.6.2.1 -r1.6.2.3
*** class.uiphpwebhosting.inc.php       14 Feb 2002 02:23:07 -0000      1.6.2.1
--- class.uiphpwebhosting.inc.php       6 Feb 2003 22:15:06 -0000       1.6.2.3
***************
*** 174,178 ****
                                
!$this->bo->vfs->file_exists($this->bo->path,Array(RELATIVE_NONE)))
                        {
!                               $this->no_access_exists(lang('Directory %1 does 
not exist',$this->bo->path));
                        }
                }
--- 174,178 ----
                                
!$this->bo->vfs->file_exists($this->bo->path,Array(RELATIVE_NONE)))
                        {
!                               $this->no_access_exists(lang('Directory x does 
not exist',$this->bo->path));
                        }
                }





reply via email to

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