fixes for German translation of edward
[edward.git] / lang / de.py
CommitLineData
104b4a3b
AE
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3"""*********************************************************************
4* This file is part of Edward the GPG Bot. *
5* *
6* Edward is free software: you can redistribute it and/or modify *
7* it under the terms of the GNU Affero Public License as published by *
8* the Free Software Foundation, either version 3 of the License, or *
9* (at your option) any later version. *
10* *
11* Edward is distributed in the hope that it will be useful, *
12* but WITHOUT ANY WARRANTY; without even the implied warranty of *
13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14* GNU Affero Public License for more details. *
15* *
16* You should have received a copy of the GNU Affero Public License *
17* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
18* *
19* Josh Drake, Copyright (c) 2014 *
20* Lisa Marie Maginnis, Copyright (c) 2014 *
21*********************************************************************"""
22
23replies = {
cfcc211c 24 'greeting' : "Hallo, Ich bin Edward, der freundliche GnuPG Roboter.",
25de9c15 25 'success_decrypt' : "Ich habe deine E-Mail und entschlüsselt.",
cfcc211c 26 'quote_follows' : "Hier ist eine Kopie deiner Nachricht:",
104b4a3b
AE
27 'public_key_received' : 'Ich habe deinen öffentlicher Schlüssel erhalten. Danke.',
28 'failed_decrypt' : "Tut mir leid, ich konnte deine Nachricht nicht entschlüsseln. Bist du dir sicher, dass du sie mit meinem öffentlichen Schlüssel verschlüsselt hast?",
29 'no_public_key' : "Tut mir leid, Ich konnte deinen öffentlicher Schlüssel nicht finden. Hast du daran gedacht ihn an die E-Mail anzuhängen?",
30 'sig_failure' : 'Deine Signatur konnte nicht verifiziert werden.',
31 'sig_success' : 'Deine Signatur wurde erfolgreich verifiziert.',
25de9c15 32 'signature' : '- Edward, der freundliche GnuPG Roboter\nDie Free Software Foundation hat mich erstellt. Kannst du etwas spenden, um ihre Arbeit zu unterstützung? | https://www.fsf.org/donate',
cfcc211c 33 'space' : " "
104b4a3b
AE
34}
35
36