home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / defaultFolders.inc < prev    next >
Encoding:
Text File  |  2003-03-18  |  546 b   |  20 lines

  1. <?
  2. /********************************************************
  3.     lang/vn/defaultFolders.inc
  4.     (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
  5.  
  6.     This file is part of IlohaMail, and released under GPL.
  7.     See COPYING, or http://www.fsf.org/copyleft/gpl.html
  8.  
  9. ********************************************************/
  10. /*** Vietnamese support added by SnAKes (snx@ifrance.com) ***/
  11.  
  12.     $sentbox=$my_prefs["sent_box_name"];
  13.     $trashname=$my_prefs["trash_name"];
  14.     $defaults=array(
  15.         "INBOX"=>"Hß╗Öp th╞░",
  16.         $sentbox=>"G╞░ß╗ë rß╗ôi",
  17.         $trashname=>"R├íc",
  18.     );
  19. ?>
  20.