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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/de/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
/********************************************************
 
3
        lang/eng/edit_contact.inc
 
4
        (C)2001-2002 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
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
11
include("../lang/eng/edit_contact.inc");
 
12
 
 
13
$ecStrings[0] = "&Auml;ndern";
 
14
$ecStrings[1] = "Hinzu";
 
15
$ecStrings[2] = " Kontakt";
 
16
$ecStrings[3] = "Name";
 
17
$ecStrings[4] = "Email";
 
18
$ecStrings[5] = "URL";
 
19
$ecStrings[6] = "Gruppe";
 
20
$ecStrings[7] = "Kommentar";
 
21
$ecStrings[8] = "Tel. privat";
 
22
$ecStrings[9] = "Tel. B&uuml;ro";
 
23
$ecStrings[10] = "Tel. mobil";
 
24
$ecStrings[11] = "Adresse";
 
25
$ecStrings[12] = "Weitere Email";
 
26
$ecStrings[13] = "L&ouml;schen";
 
27
$ecStrings[14] = "Andere";
 
28
 
 
29
 
 
30
$errors[0] = "Konnte Kontakt nicht hinzuf&uuml;gen: Datenbank-Fehler.";
 
31
$errors[1] = "Ein Eintrag mit dieser Adresse existiert bereits.";
 
32
$errors[2] = "Klicken Sie ";
 
33
$errors[3] = "hier";
 
34
$errors[4] = " um diesen Eintrag zu &auml;ndern.";
 
35
$errors[5] = "Kontakt nicht gefunden oder Zugriff verweigert.";
 
36
$errors[6] = "Soll der Eintrag f&uuml;\"";
 
37
$errors[7] = "\" wirklich gel&ouml;scht werden??";
 
38
 
 
39
?>