phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property add_account.php,1.1.1.1,1.1.1.1.2.1 add


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property add_account.php,1.1.1.1,1.1.1.1.2.1 add_agreement.php,1.2,1.2.2.1 add_b_account.php,1.1.1.1,1.1.1.1.2.1 add_branch.php,1.1.1.1,1.1.1.1.2.1 add_documentation.php,1.1.2.2,1.1.2.3 add_equipment.php,1.4,1.4.2.1 add_equipment_type.php,1.2.2.1,1.2.2.2 add_equipment_type_attribute.php,1.2,1.2.2.1add_invoice.php,1.5,1.5.2.1 add_key_location.php,1.1.1.1,1.1.1.1.2.1 add_power_meter.php,1.3,1.3.2.1 add_project.php,1.4,1.4.2.1 add_property_type.php,1.1.1.1.2.1,1.1.1.1.2.2 add_property_type_attribute.php,1.1.1.1,1.1.1.1.2.1 add_property_type_attribute_class.php,1.1.1.1.2.1,1.1.1.1.2.2 add_request.php,1.2,1.2.2.1add_request_status.php,1.1.1.1,1.1.1.1.2.1 add_request_type.php,1.1.1.1.2.1,1.1.1.1.2.2 add_request_type_attribute.php,1.1.1.1,1.1.1.1.2.1 add_wo_template.php,1.2,1.2.2.1 add_workorder.php,1.10.2.1,1.10.2.2 add_wrkorder_status.php,1.1.1.1,1.1.1.1.2.1 addaccount_ex.php,1.1.1.1,1.1.1.1.2.1 addactivity.php,1.4,1.4.2.1 edit_project.php,1.5.2.1,1.5.2.2 edit_workorder.php,1.9.2.2,1.9.2.3 list_ticket.php,1.4.2.1,1.4.2.2
Date: Fri, 07 Mar 2003 16:07:04 -0500

Update of /cvsroot/phpgroupware/property
In directory subversions:/tmp/cvs-serv6771/property

Modified Files:
      Tag: Version-0_9_14-branch
        add_account.php add_agreement.php add_b_account.php 
        add_branch.php add_documentation.php add_equipment.php 
        add_equipment_type.php add_equipment_type_attribute.php 
        add_invoice.php add_key_location.php add_power_meter.php 
        add_project.php add_property_type.php 
        add_property_type_attribute.php 
        add_property_type_attribute_class.php add_request.php 
        add_request_status.php add_request_type.php 
        add_request_type_attribute.php add_wo_template.php 
        add_workorder.php add_wrkorder_status.php addaccount_ex.php 
        addactivity.php edit_project.php edit_workorder.php 
        list_ticket.php 
Log Message:
Added missing phrases and their french translation and changed all x's to %'s 
in lang calls and lang files.


Index: add_account.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_account.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_account.php     28 Aug 2002 16:43:04 -0000      1.1.1.1
--- add_account.php     7 Mar 2003 21:06:41 -0000       1.1.1.1.2.1
***************
*** 47,51 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('location x has been added !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('location %1 has been added !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_agreement.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_agreement.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** add_agreement.php   29 Aug 2002 20:28:05 -0000      1.2
--- add_agreement.php   7 Mar 2003 21:06:41 -0000       1.2.2.1
***************
*** 69,73 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('agreement x has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 69,73 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('agreement %1 has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_b_account.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_b_account.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_b_account.php   28 Aug 2002 16:43:04 -0000      1.1.1.1
--- add_b_account.php   7 Mar 2003 21:06:42 -0000       1.1.1.1.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account x has been added !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account %1 has been added !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_branch.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_branch.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_branch.php      28 Aug 2002 16:43:04 -0000      1.1.1.1
--- add_branch.php      7 Mar 2003 21:06:42 -0000       1.1.1.1.2.1
***************
*** 50,54 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Branch x has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 50,54 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Branch %1 has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_documentation.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_documentation.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** add_documentation.php       20 Nov 2002 18:39:29 -0000      1.1.2.2
--- add_documentation.php       7 Mar 2003 21:06:42 -0000       1.1.2.3
***************
*** 158,162 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Documentation item x x has been 
added !',$id,$title));
        }
  
--- 158,162 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Documentation item %1 %2 has been 
added !',$id,$title));
        }
  

Index: add_equipment.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_equipment.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** add_equipment.php   28 Sep 2002 22:07:12 -0000      1.4
--- add_equipment.php   7 Mar 2003 21:06:42 -0000       1.4.2.1
***************
*** 78,82 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment x has been added !',$equipment_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 78,82 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment %1 has been added !',$equipment_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_equipment_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_equipment_type.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** add_equipment_type.php      3 Feb 2003 22:36:25 -0000       1.2.2.1
--- add_equipment_type.php      7 Mar 2003 21:06:42 -0000       1.2.2.2
***************
*** 52,56 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('equipment_type x has been added !',$name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 52,56 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('equipment_type %1 has been added !',$name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_equipment_type_attribute.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/Attic/add_equipment_type_attribute.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** add_equipment_type_attribute.php    3 Sep 2002 22:15:38 -0000       1.2
--- add_equipment_type_attribute.php    7 Mar 2003 21:06:42 -0000       1.2.2.1
***************
*** 91,95 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Attibute x has been added !',$name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 91,95 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Attribute %1 has been added !',$name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_invoice.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_invoice.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** add_invoice.php     11 Nov 2002 21:34:33 -0000      1.5
--- add_invoice.php     7 Mar 2003 21:06:42 -0000       1.5.2.1
***************
*** 139,143 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice x has been added 
!',$bilagsnr));
        }
  
--- 139,143 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice %1 has been added 
!',$bilagsnr));
        }
  

Index: add_key_location.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_key_location.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_key_location.php        28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_key_location.php        7 Mar 2003 21:06:42 -0000       1.1.1.1.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('location x has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('location %1 has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_power_meter.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_power_meter.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** add_power_meter.php 16 Oct 2002 15:27:09 -0000      1.3
--- add_power_meter.php 7 Mar 2003 21:06:42 -0000       1.3.2.1
***************
*** 56,60 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Installation ID x has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 56,60 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Installation ID %1 has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_project.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_project.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** add_project.php     15 Nov 2002 21:23:51 -0000      1.4
--- add_project.php     7 Mar 2003 21:06:42 -0000       1.4.2.1
***************
*** 268,272 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project x x has been added 
!',$num,$title));
        }
  
--- 268,272 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project %1 %2 has been added 
!',$num,$title));
        }
  

Index: add_property_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_property_type.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** add_property_type.php       3 Feb 2003 22:36:25 -0000       1.1.1.1.2.1
--- add_property_type.php       7 Mar 2003 21:06:42 -0000       1.1.1.1.2.2
***************
*** 58,62 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type x has been added 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 58,62 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type %1 has been added 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_property_type_attribute.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_property_type_attribute.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_property_type_attribute.php     28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_property_type_attribute.php     7 Mar 2003 21:06:42 -0000       
1.1.1.1.2.1
***************
*** 97,101 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type x has been added 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 97,101 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type %1 has been added 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_property_type_attribute_class.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/Attic/add_property_type_attribute_class.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** add_property_type_attribute_class.php       3 Feb 2003 22:36:25 -0000       
1.1.1.1.2.1
--- add_property_type_attribute_class.php       7 Mar 2003 21:06:42 -0000       
1.1.1.1.2.2
***************
*** 58,62 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type_attribute_class x has been added 
!',$property_type_attrib_class_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 58,62 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property_type_attribute_class %1 has been added 
!',$property_type_attrib_class_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_request.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_request.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** add_request.php     6 Sep 2002 20:33:35 -0000       1.2
--- add_request.php     7 Mar 2003 21:06:42 -0000       1.2.2.1
***************
*** 102,106 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request x has been added !',$id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 102,106 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request %1 has been added !',$id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_request_status.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_request_status.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_request_status.php      28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_request_status.php      7 Mar 2003 21:06:42 -0000       1.1.1.1.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status x has been added !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status %1 has been added !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_request_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_request_type.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** add_request_type.php        3 Feb 2003 22:36:25 -0000       1.1.1.1.2.1
--- add_request_type.php        7 Mar 2003 21:06:42 -0000       1.1.1.1.2.2
***************
*** 56,60 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request_type x has been added 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 56,60 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request_type %1 has been added 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_request_type_attribute.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_request_type_attribute.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_request_type_attribute.php      28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_request_type_attribute.php      7 Mar 2003 21:06:43 -0000       
1.1.1.1.2.1
***************
*** 93,97 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request_type x has been added 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 93,97 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request_type %1 has been added 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_wo_template.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_wo_template.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** add_wo_template.php 16 Sep 2002 16:05:44 -0000      1.2
--- add_wo_template.php 7 Mar 2003 21:06:43 -0000       1.2.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Template x has been added !',$template)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Template %1 has been added !',$template)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: add_workorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_workorder.php,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** add_workorder.php   29 Jan 2003 22:16:12 -0000      1.10.2.1
--- add_workorder.php   7 Mar 2003 21:06:43 -0000       1.10.2.2
***************
*** 406,410 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder x x has been added 
!',$num,$title));
        }
  
--- 406,410 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder %1 %2 has been added 
!',$num,$title));
        }
  

Index: add_wrkorder_status.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_wrkorder_status.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_wrkorder_status.php     28 Aug 2002 16:43:06 -0000      1.1.1.1
--- add_wrkorder_status.php     7 Mar 2003 21:06:43 -0000       1.1.1.1.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status x has been added !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status %1 has been added !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: addaccount_ex.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/addaccount_ex.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** addaccount_ex.php   28 Aug 2002 16:43:04 -0000      1.1.1.1
--- addaccount_ex.php   7 Mar 2003 21:06:43 -0000       1.1.1.1.2.1
***************
*** 49,53 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account_ex x has been added !',$dim_d)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 49,53 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account_ex %1 has been added !',$dim_d)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: addactivity.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/addactivity.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** addactivity.php     16 Sep 2002 16:05:44 -0000      1.4
--- addactivity.php     7 Mar 2003 21:06:43 -0000       1.4.2.1
***************
*** 72,76 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Activity x has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 72,76 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Activity %1 has been added !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_project.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_project.php,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** edit_project.php    29 Jan 2003 22:16:12 -0000      1.5.2.1
--- edit_project.php    7 Mar 2003 21:06:43 -0000       1.5.2.2
***************
*** 288,297 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project x x has been updated 
!',$num,$title));
        }
  
        if (($submit) && ($copy_order) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project x x has been added 
!',$num,$title));
        }
  
--- 288,297 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project %1 %2 has been updated 
!',$num,$title));
        }
  
        if (($submit) && ($copy_order) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Project %1 %2 has been added 
!',$num,$title));
        }
  

Index: edit_workorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_workorder.php,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -C2 -r1.9.2.2 -r1.9.2.3
*** edit_workorder.php  3 Feb 2003 22:36:25 -0000       1.9.2.2
--- edit_workorder.php  7 Mar 2003 21:06:43 -0000       1.9.2.3
***************
*** 509,518 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder x x has been updated 
!',$num,$title));
        }
  
        if (($submit) && ($copy_order) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder x x has been added 
!',$num,$title));
        }
  
--- 509,518 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder %1 %2 has been updated 
!',$num,$title));
        }
  
        if (($submit) && ($copy_order) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Workorder %1 %2 has been added 
!',$num,$title));
        }
  

Index: list_ticket.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/list_ticket.php,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** list_ticket.php     6 Feb 2003 22:46:08 -0000       1.4.2.1
--- list_ticket.php     7 Mar 2003 21:06:43 -0000       1.4.2.2
***************
*** 139,144 ****
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('fm_tts_numtotal',lang('Tickets 
total x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('fm_tts_numopen',lang('Tickets 
open x',$numopen));
  
  
--- 139,144 ----
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('fm_tts_numtotal',lang('Tickets 
total %1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('fm_tts_numopen',lang('Tickets 
open %1',$numopen));
  
  
***************
*** 151,155 ****
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('fm_tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('fm_tts_numfound',lang('Tickets found 
x',$numfound));
        }
        else
--- 151,155 ----
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('fm_tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('fm_tts_numfound',lang('Tickets found 
%1',$numfound));
        }
        else
***************
*** 170,175 ****
        }
  
!       $GLOBALS['phpgw']->template->set_var('fm_tts_ticketstotal', 
lang('Tickets total x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('fm_tts_ticketsopen', 
lang('Tickets open x',$numopen));
  
        // fill header
--- 170,175 ----
        }
  
!       $GLOBALS['phpgw']->template->set_var('fm_tts_ticketstotal', 
lang('Tickets total %1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('fm_tts_ticketsopen', 
lang('Tickets open %1',$numopen));
  
        // fill header





reply via email to

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