phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property add_equipment_type.php,1.2,1.2.2.1 add_


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property add_equipment_type.php,1.2,1.2.2.1 add_property_type.php,1.1.1.1,1.1.1.1.2.1 add_property_type_attribute_class.php,1.1.1.1,1.1.1.1.2.1 add_request_type.php,1.1.1.1,1.1.1.1.2.1edit_workorder.php,1.9.2.1,1.9.2.2
Date: Mon, 03 Feb 2003 17:36:28 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        add_equipment_type.php add_property_type.php 
        add_property_type_attribute_class.php add_request_type.php 
        edit_workorder.php 
Log Message:
Added missing phrases and partial french translation, corrected doublons and 
typos.


Index: add_equipment_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_equipment_type.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** add_equipment_type.php      3 Sep 2002 22:15:38 -0000       1.2
--- add_equipment_type.php      3 Feb 2003 22:36:25 -0000       1.2.2.1
***************
*** 72,76 ****
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_equipment_type_attrib',lang('Equipment type 
attibute'));
  
  
--- 72,76 ----
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_equipment_type_attrib',lang('Equipment type 
attribute'));
  
  

Index: add_property_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_property_type.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.php       28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_property_type.php       3 Feb 2003 22:36:25 -0000       1.1.1.1.2.1
***************
*** 77,81 ****
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_property_type_attrib',lang('property type attibute'));
  
  
--- 77,81 ----
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_property_type_attrib',lang('property type 
attribute'));
  
  

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
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** add_property_type_attribute_class.php       28 Aug 2002 16:43:05 -0000      
1.1.1.1
--- add_property_type_attribute_class.php       3 Feb 2003 22:36:25 -0000       
1.1.1.1.2.1
***************
*** 77,81 ****
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
! //    $t->set_var('lang_property_type_attrib',lang('property type attibute'));
  
  
--- 77,81 ----
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
! //    $t->set_var('lang_property_type_attrib',lang('property type 
attribute'));
  
  

Index: add_request_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/add_request_type.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.php        28 Aug 2002 16:43:05 -0000      1.1.1.1
--- add_request_type.php        3 Feb 2003 22:36:25 -0000       1.1.1.1.2.1
***************
*** 75,79 ****
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_request_type_attrib',lang('request type attibute'));
  
  
--- 75,79 ----
        $t->set_var('lang_descr',lang('Description'));
        $t->set_var('type_descr',$type_descr);
!       $t->set_var('lang_request_type_attrib',lang('request type attribute'));
  
  

Index: edit_workorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_workorder.php,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** edit_workorder.php  29 Jan 2003 22:16:12 -0000      1.9.2.1
--- edit_workorder.php  3 Feb 2003 22:36:25 -0000       1.9.2.2
***************
*** 138,142 ****
                        if ($emonth && $eday && $eyear)
                        {
!                               $error[$errorcount++] = lang('You have entered 
an invalid end date') . ' : ' . "$emonth - $eday - $eyear";
                        }
                }
--- 138,142 ----
                        if ($emonth && $eday && $eyear)
                        {
!                               $error[$errorcount++] = lang('You have entered 
an invalid end date !') . ' : ' . "$emonth - $eday - $eyear";
                        }
                }





reply via email to

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