phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uiadmin_entity.inc.php class...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uiadmin_entity.inc.php class...
Date: Mon, 13 Mar 2006 14:37:28 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/13 14:37:28

Modified files:
        inc            : class.uiadmin_entity.inc.php 
                         class.uiadmin_custom.inc.php 
                         class.uiinvoice.inc.php 
                         class.uis_agreement.inc.php 
                         class.uir_agreement.inc.php 
                         class.uiagreement.inc.php 
                         class.uiadmin_location.inc.php 
                         class.uiactor.inc.php 
                         class.sostandard_entity.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiadmin_entity.inc.php.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiadmin_custom.inc.php.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiinvoice.inc.php.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uis_agreement.inc.php.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uir_agreement.inc.php.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiagreement.inc.php.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiadmin_location.inc.php.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uiactor.inc.php.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.sostandard_entity.inc.php.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: property/inc/class.sostandard_entity.inc.php
diff -u property/inc/class.sostandard_entity.inc.php:1.7 
property/inc/class.sostandard_entity.inc.php:1.8
--- property/inc/class.sostandard_entity.inc.php:1.7    Mon Jan 30 22:14:19 2006
+++ property/inc/class.sostandard_entity.inc.php        Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.sostandard_entity.inc.php,v 1.7 2006/01/30 
22:14:19 sigurdne Exp $
+       * @version $Id: class.sostandard_entity.inc.php,v 1.8 2006/03/13 
14:37:28 sigurdne Exp $
        */
 
        /**
@@ -364,12 +364,12 @@
 
                        if (!$attrib['type_id'])
                        {
-                               $receipt['error'][] = array('msg'=>lang('Entity 
type not choosen!'));
+                               $receipt['error'][] = array('msg'=>lang('Entity 
type not chosen!'));
                        }
 
                        if (!$attrib['datatype'])
                        {
-                               $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                               $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                        }
 
                        if (!$attrib['name'])
@@ -417,12 +417,12 @@
 
                        if (!$attrib['type_id'])
                        {
-                               $receipt['error'][] = array('msg'=>lang('Entity 
type not choosen!'));
+                               $receipt['error'][] = array('msg'=>lang('Entity 
type not chosen!'));
                        }
 
                        if (!$attrib['datatype'])
                        {
-                               $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                               $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                        }
 
                        if (!$attrib['name'])
Index: property/inc/class.uiactor.inc.php
diff -u property/inc/class.uiactor.inc.php:1.16 
property/inc/class.uiactor.inc.php:1.17
--- property/inc/class.uiactor.inc.php:1.16     Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiactor.inc.php  Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.uiactor.inc.php,v 1.16 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uiactor.inc.php,v 1.17 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
 
@@ -775,7 +775,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])
Index: property/inc/class.uiadmin_custom.inc.php
diff -u property/inc/class.uiadmin_custom.inc.php:1.3 
property/inc/class.uiadmin_custom.inc.php:1.4
--- property/inc/class.uiadmin_custom.inc.php:1.3       Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiadmin_custom.inc.php   Mon Mar 13 14:37:28 2006
@@ -10,7 +10,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.uiadmin_custom.inc.php,v 1.3 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uiadmin_custom.inc.php,v 1.4 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -107,7 +107,7 @@
                                                'lang_down_text'                
        => lang('shift down'),
                                                'lang_edit_text'                
        => lang('edit the custom_function'),
                                                'lang_delete_text'              
        => lang('delete the custom_function'),
-                                               'text_custom_function'          
        => lang('custom_functions'),
+                                               'text_custom_function'          
        => lang('custom functions'),
                                                'text_up'                       
        => lang('up'),
                                                'text_down'                     
        => lang('down'),
                                                'text_edit'                     
        => lang('edit'),
@@ -246,7 +246,7 @@
 
                                if (!$values['custom_function_file'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('custom function file not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('custom function file not chosen!'));
                                }
 
 
@@ -326,10 +326,7 @@
 
                                'value_active'                          => 
$values['active'],
                                'lang_active'                           => 
lang('Active'),
-                               'lang_active_statustext'                => 
lang('check acivate custom function'),
-                               'value_search'                          => 
$values['search'],
-                               'lang_include_search'                   => 
lang('Include in search'),
-                               'lang_include_search_statustext'        => 
lang('check to show this custom function in location list')
+                               'lang_active_statustext'                => 
lang('check to activate custom function'),
                        );
 
                        $appname                                                
= lang('entity');
Index: property/inc/class.uiadmin_entity.inc.php
diff -u property/inc/class.uiadmin_entity.inc.php:1.18 
property/inc/class.uiadmin_entity.inc.php:1.19
--- property/inc/class.uiadmin_entity.inc.php:1.18      Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiadmin_entity.inc.php   Mon Mar 13 14:37:28 2006
@@ -10,7 +10,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.uiadmin_entity.inc.php,v 1.18 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uiadmin_entity.inc.php,v 1.19 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -692,7 +692,7 @@
                                }
                                if (!$values['entity_id'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Entity not choosen'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Entity not chosen'));
                                }
 
                                if($id)
@@ -1078,7 +1078,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])
@@ -1274,7 +1274,7 @@
                                                'lang_down_text'                
        => lang('shift down'),
                                                'lang_edit_text'                
        => lang('edit the custom_function'),
                                                'lang_delete_text'              
        => lang('delete the custom_function'),
-                                               'text_custom_function'          
        => lang('custom_functions'),
+                                               'text_custom_function'          
        => lang('custom functions'),
                                                'text_up'                       
                => lang('up'),
                                                'text_down'                     
                => lang('down'),
                                                'text_edit'                     
                => lang('edit'),
@@ -1407,7 +1407,7 @@
 
                                if (!$values['custom_function_file'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('custom function file not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('custom function file not chosen!'));
                                }
 
 
@@ -1488,10 +1488,7 @@
 
                                'value_active'                  => 
$values['active'],
                                'lang_active'                           => 
lang('Active'),
-                               'lang_active_statustext'        => lang('check 
acivate custom function'),
-                               'value_search'                          => 
$values['search'],
-                               'lang_include_search'           => 
lang('Include in search'),
-                               'lang_include_search_statustext'=> lang('check 
to show this custom function in location list')
+                               'lang_active_statustext'        => lang('check 
to activate custom function'),
                        );
 
                        $appname                                                
= lang('entity');
Index: property/inc/class.uiadmin_location.inc.php
diff -u property/inc/class.uiadmin_location.inc.php:1.13 
property/inc/class.uiadmin_location.inc.php:1.14
--- property/inc/class.uiadmin_location.inc.php:1.13    Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiadmin_location.inc.php Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.uiadmin_location.inc.php,v 1.13 2006/03/10 
14:40:11 sigurdne Exp $
+       * @version $Id: class.uiadmin_location.inc.php,v 1.14 2006/03/13 
14:37:28 sigurdne Exp $
        */
 
        /**
@@ -491,7 +491,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.20 
property/inc/class.uiagreement.inc.php:1.21
--- property/inc/class.uiagreement.inc.php:1.20 Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiagreement.inc.php      Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uiagreement.inc.php,v 1.20 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uiagreement.inc.php,v 1.21 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -1785,7 +1785,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])
Index: property/inc/class.uiinvoice.inc.php
diff -u property/inc/class.uiinvoice.inc.php:1.22 
property/inc/class.uiinvoice.inc.php:1.23
--- property/inc/class.uiinvoice.inc.php:1.22   Fri Mar 10 14:40:11 2006
+++ property/inc/class.uiinvoice.inc.php        Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage eco
-       * @version $Id: class.uiinvoice.inc.php,v 1.22 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uiinvoice.inc.php,v 1.23 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -1118,7 +1118,7 @@
                                'tsvfilename'                                   
=> '',
 
                                'lang_add'                                      
=> lang('add'),
-                               'lang_add_statustext'           => lang('Klick 
this button to add a invice'),
+                               'lang_add_statustext'           => lang('Klick 
this button to add a invoice'),
 
                                'lang_invoice_date'                             
=> lang('invoice date'),
                                'lang_payment_date'                             
=> lang('Payment date'),
Index: property/inc/class.uir_agreement.inc.php
diff -u property/inc/class.uir_agreement.inc.php:1.13 
property/inc/class.uir_agreement.inc.php:1.14
--- property/inc/class.uir_agreement.inc.php:1.13       Fri Mar 10 14:40:11 2006
+++ property/inc/class.uir_agreement.inc.php    Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uir_agreement.inc.php,v 1.13 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uir_agreement.inc.php,v 1.14 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -1796,7 +1796,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.26 
property/inc/class.uis_agreement.inc.php:1.27
--- property/inc/class.uis_agreement.inc.php:1.26       Fri Mar 10 14:40:11 2006
+++ property/inc/class.uis_agreement.inc.php    Mon Mar 13 14:37:28 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uis_agreement.inc.php,v 1.26 2006/03/10 14:40:11 
sigurdne Exp $
+       * @version $Id: class.uis_agreement.inc.php,v 1.27 2006/03/13 14:37:28 
sigurdne Exp $
        */
 
        /**
@@ -1616,7 +1616,7 @@
 
                                if (!$values['column_info']['type'])
                                {
-                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not choosen!'));
+                                       $receipt['error'][] = 
array('msg'=>lang('Datatype type not chosen!'));
                                }
 
                                
if(!ctype_digit($values['column_info']['precision']) && 
$values['column_info']['precision'])




reply via email to

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