this commit adds them.
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "\n\n%s",
+ 'public_key_received' : '',
+ 'failed_decrypt' : "",
+ 'no_public_key' : "",
+ 'sig_failure' : '',
+ 'sig_success' : '',
+ 'signature' : ''
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Hallo, Ich bin Edward, der freundliche GnuPG Roboter. Ich deine E-Mail empfangen und entschlüsselt. Hier ist eine Kopie deiner Nachricht:\n\n%s",
+ 'public_key_received' : 'Ich habe deinen öffentlicher Schlüssel erhalten. Danke.',
+ '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?",
+ '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?",
+ 'sig_failure' : 'Deine Signatur konnte nicht verifiziert werden.',
+ 'sig_success' : 'Deine Signatur wurde erfolgreich verifiziert.',
+ 'signature' : '- Edward, der freundliche GnuPG Roboter\nnDie Free Software Foundation hat mich erstellt. Kannst du etwas spenden, um ihre Arbeit zu unterstützung? | https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Γειά σου, είμαι ο Edward, το φιλικό ρομπότ του GnuPG. Έλαβα το μήνυμα σου και το αποκρυπτογράφησα. Δες ένα αντίγραφο του μηνύματος σου:\n\n%sx",
+ 'public_key_received' : 'Έλαβα το δημόσιο κλειδί σου. Ευχαριστώ.',
+ 'failed_decrypt' : "Λυπάμαι, δε μπόρεσα να αποκρυπτογραφήσω το μήνυμα σου. Είσαι σίγουρος/η ότι το κρυπτογράφησες με το δημόσιο κλειδί μου;",
+ 'no_public_key' : "Δυστυχώς δε μπόρεσα να βρώ το δημόσιο κλειδί σου. Μήπως ξέχασες να το επισυνάψεις;",
+ 'sig_failure' : 'Δε μπόρεσα να επαληθεύσω την υπογραφή σου.',
+ 'sig_success' : 'nΕπαλήθευσα την υπογραφή σου.',
+ 'signature' : '- Edward, το φιλικό ρομπότ του GnuPG\n\nΜε δημιούργησε η Free Software Foundation. Μπορείς να υποστηρίξεις το έργο τους με μια δωρεά; | https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Hello, I am Edward, the friendly GnuPG bot. I received your message and decrypted it. Here's a copy of your message:\n\n%s",
+ 'public_key_received' : 'I received your public key. Thanks.',
+ 'failed_decrypt' : "I'm sorry, I was not able to decrypt your message. Are you sure you encrypted it with my public key?",
+ 'no_public_key' : "I'm sorry, I was not able to find your public key. Did you remember to attach it?",
+ 'sig_failure' : 'Your signature could not be verified.',
+ 'sig_success' : 'Your signature was verified.',
+ 'signature' : '- Edward, the friendly GnuPG bot\nThe Free Software Foundation created me.\n\nCan you donate to support their work?\nhttps://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt': " Bonjour, je suis Edward, le gentil robot de GnuPG. J'ai bien reçu votre message et l'ai déchiffré. En voici une copie: \n\n%s",
+ 'public_key_received' : "J'ai bien reçu votre clef publique. Merci.",
+ 'failed_decrypt' : "Je n'ai pas été en mesure de déchiffrer votre message, désolé. L'avez-vous bien chiffré avec ma clef publique ?",
+ 'no_public_key' : "Je n'ai pas pu trouver votre clef publique, désolé. Avez-vous oublié de la joindre ?",
+ 'sig_failure' : "Votre signature n'a pas pu être vérifiée.",
+ 'sig_success' : 'Votre signature a été vérifiée.',
+ 'signature' : "- Edward, le gentil robot de GnuPGn\nLa Free Software Foundation m'a créé. Pourriez-vous faire un don pour soutenir leur travail ? | https://www.fsf.org/donate"
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "こんにちは! 私はGnuPGボットのEdwardです。あなたから送られたメールの暗号を解きました。確認のため、内容を返信します:\n\n%s",
+ 'public_key_received' : 'あなたの公開鍵を受けとりました。',
+ 'failed_decrypt' : "あなたからのメッセージを解読できなくて、すみません。そちらでは暗号化のとき、私の公開鍵を使ってくださったでしょうか?",
+ 'no_public_key' : "ごめんなさい、あなたの公開鍵が見つからないのです。公開鍵を添付したメールを前に送ってくださいましたか?",
+ 'sig_failure' : 'あなたの署名を認証できませんでした。',
+ 'sig_success' : ' あなたの署名を確認できました。',
+ 'signature' : '- GnuPGボットのEdward\n\nFree Software Foundationが私を制作しました。 Free Software Foundationに寄付しませんか。| https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Olá, sou Edward, o amigo robô de GnuPG. Recebi e decifrei sua mensagem. Aqui vai uma cópia da sua mensagem:\n\n%s",
+ 'public_key_received' : 'Recebi sua chave pública. Muito agradecido.',
+ 'failed_decrypt' : "Perdão, não consegui decifrar sua mensagem. Você tem certeza que a cifrou usando minha chave pública?",
+ 'no_public_key' : "Perdão, não consegui encontrar sua chave pública. Você se lembrou de anexá-la?",
+ 'sig_failure' : 'Sua assinatura não pôde ser verificada.',
+ 'sig_success' : 'Sua assinatura foi verificada.',
+ 'signature' : '- Edward, o amigo robô de GnuPG\n\nA Free Software Foundation me criou. Você pode fazer uma doação para apoiar o trabalho dela? | https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Bună ziua, eu sunt Edward, robotul GnuPG cel prietenos. Am primit mesajul dumneavoastră și l-am decriptat. Iată o copie a mesajului dumneavoastră:\n\n%s",
+ 'public_key_received' : 'Am primit cheia dumneavoastră publică. Mulțumesc.',
+ 'failed_decrypt' : "Îmi pare rău, dar nu am putut decripta mesajul dumneavoastră. Sunteți sigur(ă) că l-ați criptat cu cheia mea publică?",
+ 'no_public_key' : "Îmi pare rău, dar nu am putut găsi cheia dumneavoastră publică. V-ați amintit să o atașați?",
+ 'sig_failure' : 'Semnătura dumneavoastră nu a putut fi verificată.',
+ 'sig_success' : 'Semnătura dumneavoastră a fost verificată.',
+ 'signature' : '- Edward, robotul GnuPG cel prietenos.\n\nFundația pentru Software Liber m-a creat. Puteți dona ca să le susțineți munca? | https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Привет, я Эдвард, дружелюбный GnuPG бот. Я получил ваше сообщение и расшифровал его. Вот копия вашего сообщения:\n\n%s",
+ 'public_key_received' : 'Я получил ваш открытый ключ. Спасибо.',
+ 'failed_decrypt' : "Прошу прощения, я не смог расшифровать ваше сообщение. Вы уверены, что зашифровали его при помощи моего открытого ключа?",
+ 'no_public_key' : "Прошу прощения, я не смог найти ваш открытый ключ. Вы не забыли вложить его в письмо?",
+ 'sig_failure' : 'Мне не удалось проверить вашу подпись.',
+ 'sig_success' : 'Ваша подпись была успешно проверена.',
+ 'signature' : '- Эдвард, дружелюбный GnuPG бот\nЯ был создан Фондом свободного программного обеспечения. Вы можете сделать пожертвование в поддержку их работы? | https://www.fsf.org/donate'
+}
+
+
--- /dev/null
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""*********************************************************************
+* This file is part of Edward the GPG Bot. *
+* *
+* Edward is free software: you can redistribute it and/or modify *
+* it under the terms of the GNU Affero Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Edward is distributed in the hope that it will be useful, *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+* GNU Affero Public License for more details. *
+* *
+* You should have received a copy of the GNU Affero Public License *
+* along with Edward. If not, see <http://www.gnu.org/licenses/>. *
+* *
+* Josh Drake, Copyright (c) 2014 *
+* Lisa Marie Maginnis, Copyright (c) 2014 *
+*********************************************************************"""
+
+replies = {
+ 'success_decrypt' : "Merhaba, Ben Edward, arkadaş canlısı GnuPG botu. Mesajınızı aldım ve şifresini çözerek düz metine çevirdim. Mesajınızın düz metin kopyası şudur:\n\n%s",
+ 'public_key_received' : 'Açık anahtarınızı aldım. Teşekkürler.',
+ 'failed_decrypt' : "Özür dilerim, mesajınızı çözmeyi ve düz metine çevirmeyi başaramadım. Benim açık anahtarımla şifrelediğinize emin misiniz?",
+ 'no_public_key' : "Özür dilerim, açık anahtarınızı bulamadım. E-postaya eklemeyi unutmadınız, değil mi?",
+ 'sig_failure' : 'İmzanız doğrulanamadı.',
+ 'sig_success' : 'İmzanız doğrulandı.',
+ 'signature' : '- Edward, arkadaş canlısı GnuPG botu\n\nÖzgür Yazılım Vakfı tarafından yaratıldım. Çalışmalarını desteklemek için bağışta bulunur musunuz? | https://www.fsf.org/donate'
+}
+
+