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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/fr/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
include("../lang/eng/folders.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/fr/folders.inc
 
5
        (C) 1999-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
$fl_str["folders"] = "Dossiers";
 
12
$fl_str["manage"] = "G�rer les dossiers";
 
13
 
 
14
        $sentbox=$my_prefs["sent_box_name"];
 
15
        $trashname=$my_prefs["trash_name"];
 
16
        $defaults["INBOX"] = "Bo�te de r�ception";
 
17
        $defaults[$sentbox] = "Messages envoy�s";
 
18
        $defaults[$trashname] = "Corbeille";
 
19
        $fstr["reload"] = "Recharger";
 
20
        $fstr["expunge"] = "Vider";
 
21
 
 
22
?>