phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.boindex.inc.php,1.30.2.1,1.30.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boindex.inc.php,1.30.2.1,1.30.2.2 class.mail_msg_display.inc.php,1.40,1.40.2.1 class.mail_msg_wrappers.inc.php,1.37,1.37.2.1
Date: Sat, 05 Apr 2003 19:00:47 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv20135/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.boindex.inc.php class.mail_msg_display.inc.php 
        class.mail_msg_wrappers.inc.php 
Log Message:
reimported the translations from .14 and fixed some lang related isues


Index: class.boindex.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boindex.inc.php,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -C2 -r1.30.2.1 -r1.30.2.2
*** class.boindex.inc.php       31 Mar 2003 01:18:06 -0000      1.30.2.1
--- class.boindex.inc.php       6 Apr 2003 00:00:44 -0000       1.30.2.2
***************
*** 74,78 ****
                                'lang_total2'           => lang('Total 
Messages'),
                                'lang_size2'            => lang('Folder Size'),
!                               'stats_to_txt'          => lang('to'),
                                'lang_to'                       => lang('to'),
                                'lang_get_size'         => lang('get size'),
--- 74,78 ----
                                'lang_total2'           => lang('Total 
Messages'),
                                'lang_size2'            => lang('Folder Size'),
!                               'stats_to_txt'          => '-', // this is not 
the word in other lang's as the other lang('to')'s
                                'lang_to'                       => lang('to'),
                                'lang_get_size'         => lang('get size'),

Index: class.mail_msg_display.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_display.inc.php,v
retrieving revision 1.40
retrieving revision 1.40.2.1
diff -C2 -r1.40 -r1.40.2.1
*** class.mail_msg_display.inc.php      14 Mar 2003 04:00:55 -0000      1.40
--- class.mail_msg_display.inc.php      6 Apr 2003 00:00:44 -0000       1.40.2.1
***************
*** 2190,2194 ****
                        else
                        {
!                               $report_this = lang("x messages have been 
deleted",$this->get_arg_value('td'));
                        }
                }
--- 2190,2194 ----
                        else
                        {
!                               $report_this = lang("%1 messages have been 
deleted",$this->get_arg_value('td'));
                        }
                }

Index: class.mail_msg_wrappers.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_wrappers.inc.php,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -C2 -r1.37 -r1.37.2.1
*** class.mail_msg_wrappers.inc.php     14 Mar 2003 04:01:03 -0000      1.37
--- class.mail_msg_wrappers.inc.php     6 Apr 2003 00:00:44 -0000       1.37.2.1
***************
*** 900,904 ****
                                if ($mailbox_status->unseen > 1) 
                                {
!                                       $return_data['alert_string'] .= 
lang('You have x new messages!',$mailbox_status->unseen);
                                }
                                if ($mailbox_status->unseen == 0) 
--- 900,904 ----
                                if ($mailbox_status->unseen > 1) 
                                {
!                                       $return_data['alert_string'] .= 
lang('You have %1 new messages!',$mailbox_status->unseen);
                                }
                                if ($mailbox_status->unseen == 0) 





reply via email to

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