phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uifields.inc.php,1.3.2.2,


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uifields.inc.php,1.3.2.2,1.3.2.3 hook_home.inc.php,1.13.2.4,1.13.2.5hook_notifywindow.inc.php,1.5,1.5.2.1
Date: Thu, 27 Feb 2003 16:07:55 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv18612/addressbook/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uifields.inc.php hook_home.inc.php 
        hook_notifywindow.inc.php 
Log Message:
Modified all x's into %'s in lang calls and lang files.


Index: class.uifields.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uifields.inc.php,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** class.uifields.inc.php      27 Jan 2003 20:05:56 -0000      1.3.2.2
--- class.uifields.inc.php      27 Feb 2003 21:07:19 -0000      1.3.2.3
***************
*** 167,171 ****
                        if(($submit) && (! $error) && (! $errorcount))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('message',lang('Field x has been added !', 
$field_name));
                        }
                        if((!$submit) && (! $error) && (! $errorcount))
--- 167,171 ----
                        if(($submit) && (! $error) && (! $errorcount))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('message',lang('Field %1 has been added 
!', $field_name));
                        }
                        if((!$submit) && (! $error) && (! $errorcount))
***************
*** 249,253 ****
                        if(($submit) && (! $error) && (!$errorcount))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('message',lang('Field x has been updated 
!', $field_name));
                        }
                        if((!$submit) && (!$error) && (!$errorcount))
--- 249,253 ----
                        if(($submit) && (! $error) && (!$errorcount))
                        {
!                               
$GLOBALS['phpgw']->template->set_var('message',lang('Field %1 has been updated 
!', $field_name));
                        }
                        if((!$submit) && (!$error) && (!$errorcount))

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_home.inc.php,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -C2 -r1.13.2.4 -r1.13.2.5
*** hook_home.inc.php   15 Feb 2003 20:45:09 -0000      1.13.2.4
--- hook_home.inc.php   27 Feb 2003 21:07:19 -0000      1.13.2.5
***************
*** 71,75 ****
                        {
                                $portalbox->data[] = array(
!                                       'text' => lang("Today is x's 
birthday!", $val['n_given'] . ' ' . $val['n_family']),
                                        'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id'])
                                );
--- 71,75 ----
                        {
                                $portalbox->data[] = array(
!                                       'text' => lang("Today is %1's 
birthday!", $val['n_given'] . ' ' . $val['n_family']),
                                        'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id'])
                                );
***************
*** 78,82 ****
  //                            . 
$GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' .  $val['id']) . '">'
  //                            . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
! //                    echo '<tr><td align="left">' . lang("Today is x's 
birthday!", $tmp) . '</td></tr>' . "\n";
                }
  
--- 78,82 ----
  //                            . 
$GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' .  $val['id']) . '">'
  //                            . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
! //                    echo '<tr><td align="left">' . lang("Today is %1's 
birthday!", $tmp) . '</td></tr>' . "\n";
                }
  
***************
*** 90,94 ****
                        {
                                $portalbox->data[] = array(
!                                       'text' => lang("Tomorrow is x's 
birthday.",$val['n_given'] . ' ' . $val['n_family']),
                                        'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id'])
                                );
--- 90,94 ----
                        {
                                $portalbox->data[] = array(
!                                       'text' => lang("Tomorrow is %1's 
birthday.",$val['n_given'] . ' ' . $val['n_family']),
                                        'link' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id'])
                                );
***************
*** 97,101 ****
  //                            . 
$GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' .  $val['id']) . '">'
  //                            . $val['n_given'] . ' ' . $val["n_family"] . 
'</a>';
! //                    echo '<tr><td align="left">' . lang("Tomorrow is x's 
birthday.", $tmp) . '</td></tr>' . "\n";
                }
                if(count($portalbox->data))
--- 97,101 ----
  //                            . 
$GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' .  $val['id']) . '">'
  //                            . $val['n_given'] . ' ' . $val["n_family"] . 
'</a>';
! //                    echo '<tr><td align="left">' . lang("Tomorrow is %1's 
birthday.", $tmp) . '</td></tr>' . "\n";
                }
                if(count($portalbox->data))

Index: hook_notifywindow.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_notifywindow.inc.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** hook_notifywindow.inc.php   4 Dec 2001 01:13:34 -0000       1.5
--- hook_notifywindow.inc.php   27 Feb 2003 21:07:19 -0000      1.5.2.1
***************
*** 45,49 ****
                                . 
$GLOBALS['phpgw']->link('/.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id']) . '">'
                                . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
!                       echo '<tr><td align="left">' . lang("Today is x's 
birthday!", $tmp) . "</td></tr>\n";
                }
  
--- 45,49 ----
                                . 
$GLOBALS['phpgw']->link('/.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id']) . '">'
                                . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
!                       echo '<tr><td align="left">' . lang("Today is %1's 
birthday!", $tmp) . "</td></tr>\n";
                }
  
***************
*** 58,62 ****
                                . 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id']) . '">'
                                . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
!                       echo '<tr><td align="left">' . lang("Tomorrow is x's 
birthday.", $tmp) . "</td></tr>\n";
                }
                echo "\n<!-- Birthday info -->\n";
--- 58,62 ----
                                . 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='
 .  $val['id']) . '">'
                                . $val['n_given'] . ' ' . $val['n_family'] . 
'</a>';
!                       echo '<tr><td align="left">' . lang("Tomorrow is %1's 
birthday.", $tmp) . "</td></tr>\n";
                }
                echo "\n<!-- Birthday info -->\n";





reply via email to

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