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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/tr/defaultFolders.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-12-07 20:43:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041207204307-zimody559g63u39n
Tags: 0.8.14-0rc1
New Upstream Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/********************************************************
 
3
        lang/tr/defaultFolders.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        Turkish Translation by Ufuk Yuzereroglu <ufuk@yuzereroglu.com>
 
7
 
 
8
        This file is part of IlohaMail, and released under GPL.
 
9
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
10
 
 
11
********************************************************/
 
12
 
 
13
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
14
include("../lang/eng/defaultFolders.inc");
 
15
 
 
16
$sentbox=$my_prefs["sent_box_name"];
 
17
$trashname=$my_prefs["trash_name"];
 
18
$defaults["INBOX"] = "Gelen Kutusu";
 
19
$defaults[$sentbox] = "Giden Kutusu";
 
20
$defaults[$trashname] = "��p Kutusu";
 
21
 
 
22
?>