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,124 @@
# ADDON twitter
# Copyright (C)
# This file is distributed under the same license as the Friendica twitter addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-08 07:07+0100\n"
"PO-Revision-Date: 2018-04-03 19:11+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"
#: twitter.php:193
msgid "Post to Twitter"
msgstr ""
#: twitter.php:234
msgid ""
"You submitted an empty PIN, please Sign In with Twitter again to get a new "
"one."
msgstr ""
#: twitter.php:261
msgid "Twitter settings updated."
msgstr "Twitter -asetukset päivitetty."
#: twitter.php:291 twitter.php:295
msgid "Twitter Import/Export/Mirror"
msgstr ""
#: twitter.php:302
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr ""
#: twitter.php:314
msgid ""
"At this Friendica instance the Twitter addon was enabled but you have not "
"yet connected your account to your Twitter account. To do so click the "
"button below to get a PIN from Twitter which you have to copy into the input"
" box below and submit the form. Only your <strong>public</strong> posts will"
" be posted to Twitter."
msgstr ""
#: twitter.php:315
msgid "Log in with Twitter"
msgstr ""
#: twitter.php:317
msgid "Copy the PIN from Twitter here"
msgstr ""
#: twitter.php:322 twitter.php:364 twitter.php:642
msgid "Save Settings"
msgstr "Tallenna asetukset"
#: twitter.php:334
msgid "Currently connected to: "
msgstr ""
#: twitter.php:335
msgid "Disconnect"
msgstr ""
#: twitter.php:345
msgid "Allow posting to Twitter"
msgstr ""
#: twitter.php:345
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated Twitter account. You can choose to do so by default (here) or for"
" every posting separately in the posting options when writing the entry."
msgstr ""
#: twitter.php:348
msgid ""
"<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to Twitter will lead the visitor to a blank page informing "
"the visitor that the access to your profile has been restricted."
msgstr ""
#: twitter.php:351
msgid "Send public postings to Twitter by default"
msgstr ""
#: twitter.php:354
msgid "Mirror all posts from twitter that are no replies"
msgstr ""
#: twitter.php:357
msgid "Import the remote timeline"
msgstr ""
#: twitter.php:360
msgid "Automatically create contacts"
msgstr ""
#: twitter.php:619
msgid "Twitter post failed. Queued for retry."
msgstr ""
#: twitter.php:634
msgid "Settings updated."
msgstr "Asetukset päivitetty."
#: twitter.php:644
msgid "Consumer key"
msgstr ""
#: twitter.php:645
msgid "Consumer secret"
msgstr ""

View file

@ -0,0 +1,29 @@
<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Post to Twitter"] = "";
$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "";
$a->strings["Twitter settings updated."] = "Twitter -asetukset päivitetty.";
$a->strings["Twitter Import/Export/Mirror"] = "";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "";
$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
$a->strings["Log in with Twitter"] = "";
$a->strings["Copy the PIN from Twitter here"] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Currently connected to: "] = "";
$a->strings["Disconnect"] = "";
$a->strings["Allow posting to Twitter"] = "";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
$a->strings["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Send public postings to Twitter by default"] = "";
$a->strings["Mirror all posts from twitter that are no replies"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Automatically create contacts"] = "";
$a->strings["Twitter post failed. Queued for retry."] = "";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
$a->strings["Consumer key"] = "";
$a->strings["Consumer secret"] = "";