phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Admin_ManageCategories_UI.inc.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Admin_ManageCategories_UI.inc.php,1.5.2.3,1.5.2.4 class.Common_UI.inc.php,1.6.2.6,1.6.2.7 class.Pages_SO.inc.php,1.8.2.2,1.8.2.3
Date: Thu, 06 Feb 2003 17:15:09 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.Admin_ManageCategories_UI.inc.php 
        class.Common_UI.inc.php class.Pages_SO.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.Admin_ManageCategories_UI.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/inc/Attic/class.Admin_ManageCategories_UI.inc.php,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -C2 -r1.5.2.3 -r1.5.2.4
*** class.Admin_ManageCategories_UI.inc.php     22 Nov 2002 06:01:53 -0000      
1.5.2.3
--- class.Admin_ManageCategories_UI.inc.php     6 Feb 2003 22:15:06 -0000       
1.5.2.4
***************
*** 392,396 ****
                                $cat = 
$this->cat_bo->getCategory($cat_id,$this->sitelanguages[0]);
                                
$this->t->set_file('ConfirmDelete','confirmdelete.tpl');
!                               $this->t->set_var('deleteheader',lang('Are you 
sure you want to delete the category %1 and all of its associated pages?  You 
cannot retrieve the deleted pages if you continue.',$cat->name));
                                $this->t->set_var('category_id',$cat_id);
                                $this->t->set_var('lang_yes',lang('Yes, please 
delete it'));
--- 392,396 ----
                                $cat = 
$this->cat_bo->getCategory($cat_id,$this->sitelanguages[0]);
                                
$this->t->set_file('ConfirmDelete','confirmdelete.tpl');
!                               $this->t->set_var('deleteheader',lang('Are you 
sure you want to delete the category x and all of its associated pages?  You 
cannot retrieve the deleted pages if you continue.',$cat->name));
                                $this->t->set_var('category_id',$cat_id);
                                $this->t->set_var('lang_yes',lang('Yes, please 
delete it'));

Index: class.Common_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Common_UI.inc.php,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -C2 -r1.6.2.6 -r1.6.2.7
*** class.Common_UI.inc.php     25 Nov 2002 23:22:40 -0000      1.6.2.6
--- class.Common_UI.inc.php     6 Feb 2003 22:15:06 -0000       1.6.2.7
***************
*** 55,59 ****
                                                else
                                                {
!                                                       echo '<b>' . 
lang('Migrating data for %1 to %2',
                                                                        
$this->getlangname($oldlang),
                                                                        
$this->getlangname($newlang)) . 
--- 55,59 ----
                                                else
                                                {
!                                                       echo '<b>' . 
lang('Migrating data for x to x',
                                                                        
$this->getlangname($oldlang),
                                                                        
$this->getlangname($newlang)) . 

Index: class.Pages_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Pages_SO.inc.php,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -C2 -r1.8.2.2 -r1.8.2.3
*** class.Pages_SO.inc.php      25 Nov 2002 23:22:40 -0000      1.8.2.2
--- class.Pages_SO.inc.php      6 Feb 2003 22:15:06 -0000       1.8.2.3
***************
*** 113,117 ****
                                else
                                  {
!                                   $page->title = lang("The page %1 has not 
yet been translated to %2",$page->name, $lang);
                                  }
                                return $page;
--- 113,117 ----
                                else
                                  {
!                                   $page->title = lang("The page x has not yet 
been translated to x",$page->name, $lang);
                                  }
                                return $page;





reply via email to

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