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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/jp/defaultFolders.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/defaultFolders.inc"); // <-- do not delete
 
3
 
 
 
b'/********************************************************'
 
 
b'\tlang/jp/defaultFolders.inc'
 
 
b'\t(C) 1999-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>'
 
 
b'\tThis file is part of IlohaMail, and released under GPL.'
 
 
b'\tSee COPYING, or http://www.fsf.org/copyleft/gpl.html'
 
 
b'\tPURPOSE:'
 
 
b'\t\tInitialize default folder names.'
 
 
b'********************************************************/'
 
 
b'\t$sentbox=$my_prefs["sent_box_name"];'
 
 
b'\t$trashbox=$my_prefs["trash_name"];'
 
 
b'\t$defaults=array('
 
 
b'\t\t"INBOX"=>"\xbc\xf5\xbf\xae\xc8\xa2",'
 
 
b'\t\t$sentbox=>"\xc1\xf7\xbf\xae\xba\xd1\xa4\xdf",'
 
 
b'\t\t$trashbox=>"\xa5\xb4\xa5\xdf\xc8\xa2",'
0
4
        );
 
 
b'?>'
 
 
b'\\ No newline at end of file'