<?php
    define ('PL_FOLDERS_OPEN_FOLDER_ERROR', '    %s!');    
    define ('PL_FOLDERS_DEL_FILE_ERROR', '    %s!');    
    define ('PL_FOLDERS_DEL_FOLDER_ERROR', '    %s!');    
    define ('PL_FOLDERS_NOT_FOLDER_ERROR', ' %s   .');    
    define ('PL_FOLDERS_RIGHTS_ERROR', '        %s!');    
    define ('PL_FOLDERS_FILE_COPY_ERROR', '    %s!');    
    define ('PL_FOLDERS_FOLDER_CREATE_ERROR', '    %s!');    
    define ('PL_FOLDERS_FOLDER_EXIST_ERROR', '!  %s  .');    
    define ('PL_FOLDERS_FOLDER_RENAME_ERROR', '    %s!');    
    define ('PL_FOLDERS_FILE_RENAME_ERROR', '    %s!');    
    define ('PL_FOLDERS_FILE_EXIST_ERROR', '!  %s  .');    
    define ('PL_FOLDERS_FILE', ' ');       
    define ('PL_FOLDERS_BACK_LINK', '');    
    define ('PL_FOLDERS_FILE_LOAD_ERROR', '!    .');      
?>