From f2c0e39ee0135464aacdd2e293bf78f56049d6fc Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 10 Jun 2018 08:23:30 +0200 Subject: [PATCH] added CS translation of the securemail addon THX Aditoo --- securemail/lang/cs/messages.po | 55 ++++++++++++++++++++++++++++++++++ securemail/lang/cs/strings.php | 17 +++++++++++ 2 files changed, 72 insertions(+) create mode 100644 securemail/lang/cs/messages.po create mode 100644 securemail/lang/cs/strings.php diff --git a/securemail/lang/cs/messages.po b/securemail/lang/cs/messages.po new file mode 100644 index 00000000..5fa1f5d6 --- /dev/null +++ b/securemail/lang/cs/messages.po @@ -0,0 +1,55 @@ +# ADDON securemail +# Copyright (C) +# This file is distributed under the same license as the Friendica securemail addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-11 21:14+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Lorem Ipsum , 2018\n" +"Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#: securemail.php:53 +msgid "\"Secure Mail\" Settings" +msgstr "Nastavení \"Secure Mail\"" + +#: securemail.php:54 +msgid "Save Settings" +msgstr "Uložit nastavení" + +#: securemail.php:55 securemail.php:76 +msgid "Save and send test" +msgstr "" + +#: securemail.php:56 +msgid "Enable Secure Mail" +msgstr "" + +#: securemail.php:57 +msgid "Public key" +msgstr "" + +#: securemail.php:57 +msgid "Your public PGP key, ascii armored format" +msgstr "" + +#: securemail.php:74 +msgid "Secure Mail Settings saved." +msgstr "" + +#: securemail.php:111 +msgid "Test email sent" +msgstr "" + +#: securemail.php:113 +msgid "There was an error sending the test email" +msgstr "" diff --git a/securemail/lang/cs/strings.php b/securemail/lang/cs/strings.php new file mode 100644 index 00000000..ad9b8900 --- /dev/null +++ b/securemail/lang/cs/strings.php @@ -0,0 +1,17 @@ += 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;; +}} +; +$a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\""; +$a->strings["Save Settings"] = "Uložit nastavení"; +$a->strings["Save and send test"] = ""; +$a->strings["Enable Secure Mail"] = ""; +$a->strings["Public key"] = ""; +$a->strings["Your public PGP key, ascii armored format"] = ""; +$a->strings["Secure Mail Settings saved."] = ""; +$a->strings["Test email sent"] = ""; +$a->strings["There was an error sending the test email"] = "";