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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/de/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
include("../lang/eng/pref_identities.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/eng/pref_identities.inc
 
5
        (C)2003 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
$piStrings["identities"] = "Identit&auml;ten";
 
13
$piStrings["edit"] = "&Auml;ndern";
 
14
$piStrings["name"] = "Name";
 
15
$piStrings["email"] = "Email";
 
16
$piStrings["replyto"] = "Antwortadresse (Reply-To)";
 
17
$piStrings["sig"] = "Signatur";
 
18
$piStrings["add"] = "Speichern";
 
19
$piStrings["new"] = "Neue Identit&auml;t";
 
20
$piStrings["edit_ident"] = "Identit&auml;t &auml;ndern";
 
21
$piStrings["delete"] = "L&ouml;schen";
 
22
$piStrings["setdef"] = "Als Standardidentit&auml;t festlegen.";
 
23
$piStrings["isdef"] = "(Standardadresse)";
 
24
 
 
25
$piError[1] = "Name oder Email-Adresse erforderlich.";
 
26
 
 
27
?>