Ignore:
Timestamp:
12/02/09 14:23:40 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias no módulos gerenciador de arquivos do expresso livre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.uifilemanager.inc.php

    r1732 r1737  
    214214                                else 
    215215                                { 
    216                                         $this->messages[]= lang('Fake Base Dir did not exist, eGroupWare created a new one.'); 
     216                                        $this->messages[]= lang('Fake Base Dir did not exist, created a new one.'); 
    217217                                } 
    218218                        } 
     
    797797                                        else 
    798798                                        { 
    799                                                 $this->messages[] = lang('Error:').lang('Could not move %1 to %2', $this->disppath.'/'.$file, $this->to.'/'.$file); 
     799                                                $this->messages[] = lang('Error:').lang('Could not move %1 to %2', $file, $this->to); 
    800800                                        } 
    801801                                } 
     
    816816                        if(!$this->to) 
    817817                        { 
    818                                 $this->messages[] = lang('Error:').lang('Could not copy file because no destination directory is given ', $this->disppath.'/'.$file); 
     818                                $this->messages[] = lang('Error:').lang('Could not copy file because no destination directory is given '); 
    819819 
    820820                        } 
     
    835835                                        else 
    836836                                        { 
    837                                                 $this->messages[] = lang('Error:').lang('Could not copy %1 to %2',$this->from . '/' . $file , $this->to.'/'.$file); 
     837                                                $this->messages[] = lang('Error:').lang('Could not copy %1 to %2',$file , $this->to); 
    838838                                        } 
    839839                                } 
Note: See TracChangeset for help on using the changeset viewer.