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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/es/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/es/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] = "Contactos";
 
13
$cStrings[1] = "Agregar Contacto";
 
14
$cStrings[2] = " Contacto";
 
15
$cStrings[3] = "Nombre";
 
16
$cStrings[4] = "Email";
 
17
$cStrings[5] = "URL";
 
18
$cStrings[6] = "Grupo";
 
19
$cStrings[7] = "Comentarios";
 
20
$cStrings[8] = "Agregar/Editar Contacto";
 
21
$cStrings[9] = "Correo";
 
22
$cStrings[10] = "Redactar";
 
23
 
 
24
$cStrings["close"] = "Cerrar ventana";
 
25
$cStrings["addto"] = "Agregar contaco a %s";
 
26
$cStrings["showgrp"] = "Ver %s";
 
27
$cStrings["all"] = "Todos";
 
28
$cStrings["instructions"] = "Click en los nombres para agregarlo.  Tambi�n pude dar click en el nombres de un grupo para agregar a todos los del grupo.";
 
29
 
 
30
$cErrors[0] = "La lista de contactos est� vac�a";
 
31
 
 
32
?>