phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv addorder.php,1.24,1.25 addroom.php,1.4,1.5 d


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv addorder.php,1.24,1.25 addroom.php,1.4,1.5 delivery.php,1.43,1.44 delivery_update.php,1.11,1.12 editorder.php,1.28,1.29 editroom.php,1.4,1.5 invoice.php,1.39,1.40 invoice_update.php,1.12,1.13 orderproducts.php,1.45,1.46
Date: Fri, 30 May 2003 18:25:45 -0400

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

Modified Files:
        addorder.php addroom.php delivery.php delivery_update.php 
        editorder.php editroom.php invoice.php invoice_update.php 
        orderproducts.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: addorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/addorder.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** addorder.php        8 Jun 2001 15:23:12 -0000       1.24
--- addorder.php        30 May 2003 22:25:43 -0000      1.25
***************
*** 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: addroom.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/addroom.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** addroom.php 7 Jun 2001 02:17:59 -0000       1.4
--- addroom.php 30 May 2003 22:25:43 -0000      1.5
***************
*** 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: delivery.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/delivery.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** delivery.php        14 Apr 2002 03:41:54 -0000      1.43
--- delivery.php        30 May 2003 22:25:43 -0000      1.44
***************
*** 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.12
diff -C2 -r1.11 -r1.12
*** delivery_update.php 3 Jul 2001 14:44:51 -0000       1.11
--- delivery_update.php 30 May 2003 22:25:43 -0000      1.12
***************
*** 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: editorder.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/editorder.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** editorder.php       3 Jul 2001 14:44:51 -0000       1.28
--- editorder.php       30 May 2003 22:25:43 -0000      1.29
***************
*** 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: editroom.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/editroom.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** editroom.php        3 Jul 2001 14:44:51 -0000       1.4
--- editroom.php        30 May 2003 22:25:43 -0000      1.5
***************
*** 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));
        }
  

Index: invoice.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/invoice.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** invoice.php 14 Apr 2002 03:41:54 -0000      1.39
--- invoice.php 30 May 2003 22:25:43 -0000      1.40
***************
*** 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.13
diff -C2 -r1.12 -r1.13
*** invoice_update.php  3 Jul 2001 14:44:51 -0000       1.12
--- invoice_update.php  30 May 2003 22:25:43 -0000      1.13
***************
*** 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: orderproducts.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/orderproducts.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** orderproducts.php   13 Oct 2002 22:05:31 -0000      1.45
--- orderproducts.php   30 May 2003 22:25:43 -0000      1.46
***************
*** 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





reply via email to

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