removed %s from end of string
[edward.git] / lang / el.py
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
23 replies = {
24 'success_decrypt' : "Γειά σου, είμαι ο Edward, το φιλικό ρομπότ του GnuPG. Έλαβα το μήνυμα σου και το αποκρυπτογράφησα. Δες ένα αντίγραφο του μηνύματος σου:\n\nx",
25 'public_key_received' : 'Έλαβα το δημόσιο κλειδί σου. Ευχαριστώ.',
26 'failed_decrypt' : "Λυπάμαι, δε μπόρεσα να αποκρυπτογραφήσω το μήνυμα σου. Είσαι σίγουρος/η ότι το κρυπτογράφησες με το δημόσιο κλειδί μου;",
27 'no_public_key' : "Δυστυχώς δε μπόρεσα να βρώ το δημόσιο κλειδί σου. Μήπως ξέχασες να το επισυνάψεις;",
28 'sig_failure' : 'Δε μπόρεσα να επαληθεύσω την υπογραφή σου.',
29 'sig_success' : 'nΕπαλήθευσα την υπογραφή σου.',
30 'signature' : '- Edward, το φιλικό ρομπότ του GnuPG\n\nΜε δημιούργησε η Free Software Foundation. Μπορείς να υποστηρίξεις το έργο τους με μια δωρεά; | https://www.fsf.org/donate'
31 }
32
33