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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/br/edit_contact.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/edit_contact.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/eng/edit_contact.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
$ecStrings[0] = "Editar";
 
13
$ecStrings[10] = "Telefone celular";
 
14
$ecStrings[11] = "Endere&ccedil;o";
 
15
$ecStrings[12] = "Email alternativo";
 
16
$ecStrings[13] = "Excluir";
 
17
$ecStrings[14] = "Outros";
 
18
$ecStrings[1] = "Adicionar";
 
19
$ecStrings[2] = " Contato";
 
20
$ecStrings[3] = "Nome";
 
21
$ecStrings[4] = "Email";
 
22
$ecStrings[5] = "URL";
 
23
$ecStrings[6] = "Grupo";
 
24
$ecStrings[7] = "Coment&aacute;rios";
 
25
$ecStrings[8] = "Telefone casa";
 
26
$ecStrings[9] = "Telefone trabalho";
 
27
$errors[0] = "Imposs&iacute;vel adicionar contato:  erro no banco de dados.";
 
28
$errors[1] = "Um registro com este endere&ccedil;o j&aacute; existe.";
 
29
$errors[2] = "Clique ";
 
30
$errors[3] = "aqui";
 
31
$errors[4] = " para editar esse registro.";
 
32
$errors[5] = "Contato n&atilde;o encontrado ou acesso negado.";
 
33
$errors[6] = "Tem certeza de que deseja excluir o registro de \"";
 
34
$errors[7] = "\"?";
 
35
?>