phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiactor.inc.php, 1.5.2.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiactor.inc.php, 1.5.2.4
Date: Fri, 26 Nov 2004 12:23:38 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uiactor.inc.php

date: 2004/11/26 11:23:38;  author: sigurdne;  state: Exp;  lines: +5 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.uiactor.inc.php
diff -u property/inc/class.uiactor.inc.php:1.5.2.3 
property/inc/class.uiactor.inc.php:1.5.2.4
--- property/inc/class.uiactor.inc.php:1.5.2.3  Thu Nov 25 09:22:50 2004
+++ property/inc/class.uiactor.inc.php  Fri Nov 26 11:23:38 2004
@@ -481,13 +481,14 @@
                        (
                                'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'edit_url'                                      
        => $GLOBALS['phpgw']->link('/index.php',$link_data),
-                               'lang_actor_id'                                 
=> lang('actor ID'),
+                               'lang_actor_id'                                 
=> lang($this->role) . ' ID',
                                'value_actor_id'                                
=> $actor_id,
                                'lang_category'                                 
=> lang('category'),
                                'lang_save'                                     
        => lang('save'),
                                'lang_cancel'                                   
=> lang('cancel'),
                                'lang_apply'                                    
=> lang('apply'),
                                'value_cat'                                     
        => $actor['cat'],
+                               'lang_id_statustext'                    => 
lang('Choose an ID'),
                                'lang_apply_statustext'                 => 
lang('Apply the values'),
                                'lang_cancel_statustext'                => 
lang('Leave the actor untouched and return back to the list'),
                                'lang_save_statustext'                  => 
lang('Save the actor and return back to the list'),
@@ -597,6 +598,8 @@
 
                        $data = array
                        (
+                               'lang_actor_id'                         => 
lang($this->role) . ' ID',
+                               'value_actor_id'                        => 
$actor_id,
                                'done_action'                           => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiactor.index&role='
 . $this->role),
                                'lang_category'                         => 
lang('category'),
                                'lang_time_created'                     => 
lang('time created'),




reply via email to

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