phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager/inc class.bofilemanager.inc.php,1.5


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager/inc class.bofilemanager.inc.php,1.5,1.6 class.uiaction_edit.inc.php,1.2,1.3
Date: Mon, 26 May 2003 17:35:49 -0400

Update of /cvsroot/phpgroupware/filemanager/inc
In directory subversions:/tmp/cvs-serv11422/filemanager/inc

Modified Files:
        class.bofilemanager.inc.php class.uiaction_edit.inc.php 
Log Message:
Corrected a few left x's into %'s in lang calls and lang files, suppressed 
useless english phrases, added missing ones and french translations.


Index: class.bofilemanager.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/inc/class.bofilemanager.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.bofilemanager.inc.php 6 Mar 2003 22:15:58 -0000       1.5
--- class.bofilemanager.inc.php 26 May 2003 21:35:46 -0000      1.6
***************
*** 673,677 ****
                                if($badchar = 
$this->bad_chars($this->createfile,True,True))
                                {
!                                       $result[] = lang('filenames cannot 
contain "%1"', $badchar);
                                        return $result;
                                }
--- 673,677 ----
                                if($badchar = 
$this->bad_chars($this->createfile,True,True))
                                {
!                                       $result[] = lang('file names cannot 
contain %1', $badchar);
                                        return $result;
                                }
***************
*** 707,712 ****
                                if ($badchar = $this->bad_chars 
($this->upload_file['name'][$i], True, True))
                                {
!                                       $result[] = lang('filenames cannot 
contain %1',$badchar);
!                        //echo $GLOBALS['phpgw']->common->error_list (array 
(html_encode ('Filenames cannot contain "'.$badchar.'"', 1)));
                                        continue;
                                }
--- 707,712 ----
                                if ($badchar = $this->bad_chars 
($this->upload_file['name'][$i], True, True))
                                {
!                                       $result[] = lang('file names cannot 
contain %1',$badchar);
!                        //echo $GLOBALS['phpgw']->common->error_list (array 
(html_encode ('File names cannot contain "'.$badchar.'"', 1)));
                                        continue;
                                }

Index: class.uiaction_edit.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/inc/class.uiaction_edit.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.uiaction_edit.inc.php 4 Mar 2003 03:03:00 -0000       1.2
--- class.uiaction_edit.inc.php 26 May 2003 21:35:46 -0000      1.3
***************
*** 127,135 ****
                                )
                                {
!                                       $vars['output'] = lang('Saved x', 
$parent->bo->path.'/'.$edit_file);
                                }
                                else
                                {
!                                       $vars['output'] = lang('Could not save 
x', $parent->bo->path.'/'.$edit_file);
                                }
                        }
--- 127,135 ----
                                )
                                {
!                                       $vars['output'] = lang('Saved %1', 
$parent->bo->path.'/'.$edit_file);
                                }
                                else
                                {
!                                       $vars['output'] = lang('Could not save 
%1', $parent->bo->path.'/'.$edit_file);
                                }
                        }
***************
*** 183,185 ****
                }       
        }
! ?>
\ No newline at end of file
--- 183,185 ----
                }       
        }
! ?>





reply via email to

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