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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ga/pref_identities.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
/********************************************************
 
3
        lang/eng/pref_identities.inc
 
4
        (C)2003 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
********************************************************/
 
10
 
 
11
$piStrings["identities"] = "Identidades";
 
12
$piStrings["edit"] = "Editar";
 
13
$piStrings["name"] = "Nome";
 
14
$piStrings["email"] = "Email";
 
15
$piStrings["replyto"] = "Respostar a";
 
16
$piStrings["sig"] = "Sinatura";
 
17
$piStrings["add"] = "Engadir";
 
18
$piStrings["new"] = "Nova Identidade";
 
19
$piStrings["edit_ident"] = "Editar Identidade";
 
20
$piStrings["delete"] = "Borrar";
 
21
$piStrings["setdef"] = "Axustar a valores por defecto";
 
22
$piStrings["isdef"] = "(Por defecto)";
 
23
 
 
24
$piError[1] = "O Nome ou o email son necesarios";
 
25
 
 
26
?>