added Estonian translation THX Rain Hawk

This commit is contained in:
Tobias Diekershoff 2019-04-23 18:37:22 +02:00
parent cf741fe3e9
commit a3b7fda18a
6 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1,58 @@
# ADDON securemail
# Copyright (C)
# This file is distributed under the same license as the Friendica securemail addon package.
#
#
# Translators:
# Rain Hawk, 2019
#
#, 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: 2018-03-20 07:26+0000\n"
"Last-Translator: Rain Hawk, 2019\n"
"Language-Team: Estonian (https://www.transifex.com/Friendica/teams/12172/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: securemail.php:53
msgid "\"Secure Mail\" Settings"
msgstr "\"Turvaline Meil\" sätted"
#: securemail.php:54
msgid "Save Settings"
msgstr "Salvesta sätted"
#: securemail.php:55 securemail.php:76
msgid "Save and send test"
msgstr "Salvesta ja saada testmeil"
#: securemail.php:56
msgid "Enable Secure Mail"
msgstr "Aktiveeri Turvaline meil"
#: securemail.php:57
msgid "Public key"
msgstr "Avalik võti"
#: securemail.php:57
msgid "Your public PGP key, ascii armored format"
msgstr ""
#: securemail.php:74
msgid "Secure Mail Settings saved."
msgstr "Turvalise Meili sätted salvestatud."
#: securemail.php:111
msgid "Test email sent"
msgstr "Testmeil saadetud"
#: securemail.php:113
msgid "There was an error sending the test email"
msgstr "Testmeili saatmisel ilmnes viga"

View file

@ -0,0 +1,17 @@
<?php
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Secure Mail\" Settings"] = "\"Turvaline Meil\" sätted";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Save and send test"] = "Salvesta ja saada testmeil";
$a->strings["Enable Secure Mail"] = "Aktiveeri Turvaline meil";
$a->strings["Public key"] = "Avalik võti";
$a->strings["Your public PGP key, ascii armored format"] = "";
$a->strings["Secure Mail Settings saved."] = "Turvalise Meili sätted salvestatud.";
$a->strings["Test email sent"] = "Testmeil saadetud";
$a->strings["There was an error sending the test email"] = "Testmeili saatmisel ilmnes viga";