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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cat/folders.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
 
include("../lang/eng/folders.inc"); // <-- do not delete
3
 
/********************************************************
4
 
        lang/cat/folders.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
 
        echo "<p><b>Carpetes</b>\n";
13
 
        echo "<br>[<a href=\"edit_folders.php?user=".$user."\" target=\"list2\">Administrar Carpetes</a>]";
14
 
        echo "<br><br>";
15
 
 
16
 
        $sentbox=$my_prefs["sent_box_name"];
17
 
        $trashname=$my_prefs["trash_name"];
18
 
        $defaults["INBOX"] = "Safata d'Entrada";
19
 
        $defaults[$sentbox] = "Enviats";
20
 
        $defaults[$trashname] = "Paperera";
21
 
 
22
 
?>
 
1
<?php
 
2
/********************************************************
 
3
        lang/cat/folders.inc
 
4
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
        Translated: David Gimeno i Ayuso info@sima-pc.com
 
10
 
 
11
********************************************************/
 
12
        //TRANSLATORS:  Uncomment next line for all non-English languages!!
 
13
        include("../lang/eng/folders.inc");
 
14
 
 
15
        $fl_str["folders"] = "Carpetes";
 
16
        $fl_str["manage"] = "Gestionar carpetes";
 
17
 
 
18
        $sentbox=$my_prefs["sent_box_name"];
 
19
        $trashname=$my_prefs["trash_name"];
 
20
        $defaults["INBOX"] = "Entrades";
 
21
        $defaults[$sentbox] = "Enviats";
 
22
        $defaults[$trashname] = "Paperera";
 
23
        $fstr["reload"] = "refrescar";
 
24
        $fstr["expunge"] = "ratllar";
 
25
 
 
26
?>