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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cat/contacts.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/contacts.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/cat/contacts.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
$cStrings[0] = "Contactes";
 
13
$cStrings[1] = "Inserir Contacte";
 
14
$cStrings[2] = " Contacte";
 
15
$cStrings[3] = "Nom";
 
16
$cStrings[4] = "Email";
 
17
$cStrings[5] = "URL";
 
18
$cStrings[6] = "Grup";
 
19
$cStrings[7] = "Comentaris";
 
20
$cStrings[8] = "Inserir/Editar Contacte";
 
21
$cStrings[9] = "Email";
 
22
$cStrings[10] = "Compose";
 
23
 
 
24
 
 
25
$cErrors[0] = "La llista de contactes &eacute;s buida";
 
26
 
 
27
?>