added FI translations to many addons THX Kris

This commit is contained in:
Tobias Diekershoff 2018-04-06 13:58:38 +02:00
parent c4bd245a1a
commit 85815a8810
118 changed files with 5110 additions and 0 deletions

View file

@ -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: Kris, 2018\n"
"Language-Team: Finnish (Finland) (https://www.transifex.com/Friendica/teams/12172/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: securemail.php:53
msgid "\"Secure Mail\" Settings"
msgstr ""
#: securemail.php:54
msgid "Save Settings"
msgstr "Tallenna asetukset"
#: 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 "Julkinen avain"
#: 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 ""

View file

@ -0,0 +1,16 @@
<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["\"Secure Mail\" Settings"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Save and send test"] = "";
$a->strings["Enable Secure Mail"] = "";
$a->strings["Public key"] = "Julkinen avain";
$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"] = "";