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 / folders.inc < prev    next >
Encoding:
Text File  |  2003-03-18  |  640 b   |  23 lines

  1. <?
  2. /********************************************************
  3.     lang/vn/folders.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.         $fl_str["folders"] = "Hß╗ô s╞í";
  13.         $fl_str["manage"] = "Quß║ún l├╜ hß╗ô s╞í";
  14.  
  15.     $sentbox=$my_prefs["sent_box_name"];
  16.     $trashname=$my_prefs["trash_name"];
  17.     $defaults=array(
  18.         "INBOX" =>"Hß╗Öp th╞░",
  19.         $sentbox =>"Gß╗¡i rß╗ôi",
  20.         $trashname =>"Hß╗Öp r├íc",
  21.     );
  22. ?>
  23.