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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cat/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
include("../lang/eng/search.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/eng/search.inc
 
5
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
6
 
 
7
        This file is part of IlohaMail, and released under GPL.
 
8
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
9
 
 
10
********************************************************/
 
11
 
 
12
        //TRANSLATORS:
 
13
        //in the follow arrays, translate key, not value
 
14
        //i.e.  translate "From" not "FROM".
 
15
        $search_fields=array("select"=>"-", "From"=>"FROM", "To"=>"TO", "Subject"=>"SUBJECT","Message body"=>"BODY");
 
16
        $search_dates=array("doesn't matter"=>"ignore", "is on"=>"ON", "is after"=>"SINCE", "is before"=>"BEFORE");
 
17
 
 
18
        $search_str["title"] = "Search";
 
19
        $search_str["str"] = "Search in folder %folders <br>\n";
 
20
        $search_str["str"] .= "where the field %fields contains %value <br>\n";
 
21
        $search_str["str"] .= "and the date %dateops %m/%d/%y <br>\n";
 
22
        $search_str["submit"] = "search";
 
23
?>
 
 
b'\\ No newline at end of file'