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,74 @@
# ADDON wppost
# Copyright (C)
# This file is distributed under the same license as the Friendica wppost addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-24 21:06+0100\n"
"PO-Revision-Date: 2018-04-03 19:14+0000\n"
"Last-Translator: Kris\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/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"
#: wppost.php:42
msgid "Post to Wordpress"
msgstr ""
#: wppost.php:80 wppost.php:84
msgid "Wordpress Export"
msgstr ""
#: wppost.php:87
msgid "Enable WordPress Post Addon"
msgstr ""
#: wppost.php:92
msgid "WordPress username"
msgstr ""
#: wppost.php:97
msgid "WordPress password"
msgstr ""
#: wppost.php:102
msgid "WordPress API URL"
msgstr ""
#: wppost.php:107
msgid "Post to WordPress by default"
msgstr ""
#: wppost.php:112
msgid "Provide a backlink to the Friendica post"
msgstr ""
#: wppost.php:116
msgid ""
"Text for the backlink, e.g. Read the original post and comment stream on "
"Friendica."
msgstr ""
#: wppost.php:121
msgid "Don't post messages that are too short"
msgstr ""
#: wppost.php:127
msgid "Save Settings"
msgstr "Tallenna asetukset"
#: wppost.php:206
msgid "Read the orig­i­nal post and com­ment stream on Friendica"
msgstr ""
#: wppost.php:269
msgid "Post from Friendica"
msgstr ""

View file

@ -0,0 +1,20 @@
<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Post to Wordpress"] = "";
$a->strings["Wordpress Export"] = "";
$a->strings["Enable WordPress Post Addon"] = "";
$a->strings["WordPress username"] = "";
$a->strings["WordPress password"] = "";
$a->strings["WordPress API URL"] = "";
$a->strings["Post to WordPress by default"] = "";
$a->strings["Provide a backlink to the Friendica post"] = "";
$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "";
$a->strings["Don't post messages that are too short"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "";
$a->strings["Post from Friendica"] = "";