phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.1,1.2 cl


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.1,1.2 class.boindex.inc.php,1.28,1.29
Date: Sat, 16 Nov 2002 06:36:36 -0500

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

Modified Files:
        class.boattach_file.inc.php class.boindex.inc.php 
Log Message:
1) some new lang's / translations for german and english (a lot for the prefs 
and accounts are still missing)
2) boattach_file: small changes to allow translation
3) boindex: readded the missing (explanation) 'New message' for the red '*'


Index: class.boattach_file.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boattach_file.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.boattach_file.inc.php 25 Oct 2002 12:56:57 -0000      1.1
--- class.boattach_file.inc.php 16 Nov 2002 11:36:33 -0000      1.2
***************
*** 384,390 ****
                        {
                                $langed_attach_file = lang("Attach File");
!                               $alert_msg = lang('Input Error:').'<br>'
!                                       . lang('Please submit a filename to 
attach').'<br>'
!                                       . lang('You must click').' 
"'.lang('Attach File').'" '.lang('for the file to actually upload').'<br>'
                                        . '<br>';
                        }
--- 384,390 ----
                        {
                                $langed_attach_file = lang("Attach File");
!                               $alert_msg = lang('Input Error').':<br>'
!                                       . lang('Please submit a filename to 
attach').'.<br>'
!                                       . lang('You must click %1 for the file 
to actually upload','"'.lang('Attach File').'"').'.<br>'
                                        . '<br>';
                        }

Index: class.boindex.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boindex.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** class.boindex.inc.php       15 Nov 2002 07:32:54 -0000      1.28
--- class.boindex.inc.php       16 Nov 2002 11:36:33 -0000      1.29
***************
*** 697,700 ****
--- 697,701 ----
                        $this->xi['mlist_newmsg_char'] = '<strong>*</strong>';
                        $this->xi['mlist_newmsg_color'] = '#ff0000';
+                       $this->xi['mlist_newmsg_txt'] = lang('new messages');
                        $this->xi['mlist_new_msg'] = '<font 
color="'.$this->xi['mlist_newmsg_color'].'">'.$this->xi['mlist_newmsg_char'].'</font>';
                        $this->xi['mlist_attach'] =





reply via email to

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