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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng_GB/folders.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/gb/folders.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
        (C)2003 Lovell Fuller <iloha@lovell.info>
 
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:  Uncomment next line for all non-English languages!!
 
13
        //include("../lang/eng/folders.inc");
 
14
 
 
15
        $fl_str["folders"] = "Folders";
 
16
        $fl_str["manage"] = "Manage Folders";
 
17
        
 
18
        $sentbox=$my_prefs["sent_box_name"];
 
19
        $trashname=$my_prefs["trash_name"];
 
20
        $defaults["INBOX"] = "Inbox";
 
21
        $defaults[$sentbox] = "Sent";
 
22
        $defaults[$trashname] = "Rubbish";
 
23
        $fstr["reload"] = "reload";
 
24
        $fstr["expunge"] = "expunge";
 
25
 
 
26
?>
 
 
b'\\ No newline at end of file'