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.8,1.6


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Common_UI.inc.php,1.6.2.8,1.6.2.9 class.Admin_ManageCategories_UI.inc.php,1.5.2.4,1.5.2.5
Date: Fri, 07 Mar 2003 16:40:01 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.Common_UI.inc.php 
        class.Admin_ManageCategories_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.Common_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Common_UI.inc.php,v
retrieving revision 1.6.2.8
retrieving revision 1.6.2.9
diff -C2 -r1.6.2.8 -r1.6.2.9
*** class.Common_UI.inc.php     6 Feb 2003 22:46:08 -0000       1.6.2.8
--- class.Common_UI.inc.php     7 Mar 2003 21:39:44 -0000       1.6.2.9
***************
*** 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);
--- 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);
***************
*** 55,59 ****
                                                else
                                                {
!                                                       echo '<b>' . 
lang('Migrating data for x to x',
                                                                        
$this->getlangname($oldlang),
                                                                        
$this->getlangname($newlang)) . 
--- 55,59 ----
                                                else
                                                {
!                                                       echo '<b>' . 
lang('Migrating data for %1 to %2',
                                                                        
$this->getlangname($oldlang),
                                                                        
$this->getlangname($newlang)) . 

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.4
retrieving revision 1.5.2.5
diff -C2 -r1.5.2.4 -r1.5.2.5
*** class.Admin_ManageCategories_UI.inc.php     6 Feb 2003 22:15:06 -0000       
1.5.2.4
--- class.Admin_ManageCategories_UI.inc.php     7 Mar 2003 21:39:44 -0000       
1.5.2.5
***************
*** 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'));
--- 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'));





reply via email to

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