~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/vn/search.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
Import upstream version 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
?>