phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv delivery.php,1.42.2.1,1.42.2.2 delivery_upda


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv delivery.php,1.42.2.1,1.42.2.2 delivery_update.php,1.11,1.11.2.1 invoice.php,1.38.2.1,1.38.2.2 invoice_update.php,1.12,1.12.2.1 addorder.php,1.24,1.24.2.1 editorder.php,1.28,1.28.2.1 addproduct.php,1.60,1.60.2.1 editproduct.php,1.56.2.1,1.56.2.2 orderproducts.php,1.44,1.44.2.1 addroom.php,1.4,1.4.2.1 editroom.php,1.4,1.4.2.1
Date: Sun, 02 Mar 2003 17:35:19 -0500

Update of /cvsroot/phpgroupware/inv
In directory subversions:/tmp/cvs-serv20376/inv

Modified Files:
      Tag: Version-0_9_14-branch
        delivery.php delivery_update.php invoice.php 
        invoice_update.php addorder.php editorder.php addproduct.php 
        editproduct.php orderproducts.php addroom.php editroom.php 
Log Message:
Changed all x's to %'s in lang calls and lang files.


Index: delivery.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/delivery.php,v
retrieving revision 1.42.2.1
retrieving revision 1.42.2.2
diff -C2 -r1.42.2.1 -r1.42.2.2
*** delivery.php        14 Apr 2002 03:46:25 -0000      1.42.2.1
--- delivery.php        2 Mar 2003 22:35:15 -0000       1.42.2.2
***************
*** 103,107 ****
        if (($Delivery) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Delivery x has been created 
!',$delivery_num));
        }
  
--- 103,107 ----
        if (($Delivery) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Delivery %1 has been created 
!',$delivery_num));
        }
  

Index: delivery_update.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/delivery_update.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** delivery_update.php 3 Jul 2001 14:44:51 -0000       1.11
--- delivery_update.php 2 Mar 2003 22:35:16 -0000       1.11.2.1
***************
*** 86,90 ****
        if (($Delivery) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Delivery x has been updated 
!',$delivery_num));
        }
  
--- 86,90 ----
        if (($Delivery) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Delivery %1 has been updated 
!',$delivery_num));
        }
  

Index: invoice.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/invoice.php,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -C2 -r1.38.2.1 -r1.38.2.2
*** invoice.php 14 Apr 2002 03:46:26 -0000      1.38.2.1
--- invoice.php 2 Mar 2003 22:35:16 -0000       1.38.2.2
***************
*** 125,129 ****
        if (($Invoice) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice x has been created 
!',$invoice_num));
        }
        if ((! $Invoice) && (! $error) && (! $errorcount))
--- 125,129 ----
        if (($Invoice) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice %1 has been created 
!',$invoice_num));
        }
        if ((! $Invoice) && (! $error) && (! $errorcount))

Index: invoice_update.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/invoice_update.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** invoice_update.php  3 Jul 2001 14:44:51 -0000       1.12
--- invoice_update.php  2 Mar 2003 22:35:16 -0000       1.12.2.1
***************
*** 78,82 ****
        if (($Invoice) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice x has been updated 
!',$invoice_num));
        }
        if ((! $Invoice) && (! $error) && (! $errorcount))
--- 78,82 ----
        if (($Invoice) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Invoice %1 has been updated 
!',$invoice_num));
        }
        if ((! $Invoice) && (! $error) && (! $errorcount))

Index: addorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/addorder.php,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -C2 -r1.24 -r1.24.2.1
*** addorder.php        8 Jun 2001 15:23:12 -0000       1.24
--- addorder.php        2 Mar 2003 22:35:16 -0000       1.24.2.1
***************
*** 80,84 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Order x has been added !',$num));
        }
  
--- 80,84 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Order %1 has been added !',$num));
        }
  

Index: editorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/editorder.php,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -C2 -r1.28 -r1.28.2.1
*** editorder.php       3 Jul 2001 14:44:51 -0000       1.28
--- editorder.php       2 Mar 2003 22:35:16 -0000       1.28.2.1
***************
*** 90,94 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Order x has been updated !',$num));
        }
  
--- 90,94 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Order %1 has been updated !',$num));
        }
  

Index: addproduct.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/addproduct.php,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -C2 -r1.60 -r1.60.2.1
*** addproduct.php      7 Jun 2001 05:55:11 -0000       1.60
--- addproduct.php      2 Mar 2003 22:35:16 -0000       1.60.2.1
***************
*** 144,148 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Product x x has been added 
!',$id,$short_name));
        }
        if ((! $submit) && (! $error) && (! $errorcount))
--- 144,148 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Product %1 %2 has been added 
!',$id,$short_name));
        }
        if ((! $submit) && (! $error) && (! $errorcount))

Index: editproduct.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/editproduct.php,v
retrieving revision 1.56.2.1
retrieving revision 1.56.2.2
diff -C2 -r1.56.2.1 -r1.56.2.2
*** editproduct.php     5 Jul 2002 15:35:01 -0000       1.56.2.1
--- editproduct.php     2 Mar 2003 22:35:16 -0000       1.56.2.2
***************
*** 142,146 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Product x x has been updated 
!',$id,$short_name));
        }
        if ((! $submit) && (! $error) && (! $errorcount))
--- 142,146 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Product %1 %2 has been updated 
!',$id,$short_name));
        }
        if ((! $submit) && (! $error) && (! $errorcount))

Index: orderproducts.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/orderproducts.php,v
retrieving revision 1.44
retrieving revision 1.44.2.1
diff -C2 -r1.44 -r1.44.2.1
*** orderproducts.php   3 Jul 2001 14:44:51 -0000       1.44
--- orderproducts.php   2 Mar 2003 22:35:16 -0000       1.44.2.1
***************
*** 54,58 ****
                        if ($stock == True)
                        {
!                               $error[$errorcount++] = lang('Product x has 
only x pieces in stock !',$sentry[0],$piece[$entry[0]]);
                        }
                        else
--- 54,58 ----
                        if ($stock == True)
                        {
!                               $error[$errorcount++] = lang('Product %1 has 
only %2 pieces in stock !',$sentry[0],$piece[$entry[0]]);
                        }
                        else

Index: addroom.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/addroom.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** addroom.php 7 Jun 2001 02:17:59 -0000       1.4
--- addroom.php 2 Mar 2003 22:35:16 -0000       1.4.2.1
***************
*** 63,67 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Stock room x has been added 
!',$room_name));
        }
  
--- 63,67 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Stock room %1 has been added 
!',$room_name));
        }
  

Index: editroom.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/editroom.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** editroom.php        3 Jul 2001 14:44:51 -0000       1.4
--- editroom.php        2 Mar 2003 22:35:16 -0000       1.4.2.1
***************
*** 80,84 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Stock room x has been updated 
!',$room_name));
        }
  
--- 80,84 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Stock room %1 has been updated 
!',$room_name));
        }
  





reply via email to

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