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

  1. <?php
  2. /********************************************************
  3.     lang/eng/search.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.  
  11.     //TRANSLATORS:
  12.     //in the follow arrays, translate key, not value
  13.     //i.e.  translate "From" not "FROM".
  14.     $search_fields=array("chß╗ìn"=>"-", "Tß╗½"=>"FROM", "Gß╗¡i ─æß║┐n"=>"TO", "Chß╗º ─æß╗ü"=>"SUBJECT","Th╞í t├¡n"=>"BODY");
  15.     $search_dates=array("Kh├┤ng thiß║┐t"=>"ignore", "Ch├¡nh x├íc"=>"ON", "sau"=>"SINCE", "tr╞░ß╗¢c"=>"BEFORE");
  16.  
  17.     $search_str["title"] = "T├¼m";
  18.     $search_str["str"] = "T├¼m trong hß╗ô s╞í %folders <br>\n";
  19.     $search_str["str"] .= "Hiß╗çn diß╗çn trong: %fields Truy cß║¡p t├¼m %value <br>\n";
  20.     $search_str["str"] .= "v├áo ng├áy %dateops %m/%d/%y <br>\n";
  21.     $search_str["submit"] = "T├¼m";
  22. ?>
  23.