update to the FI translations THX kris

This commit is contained in:
Tobias Diekershoff 2018-05-20 19:16:32 +02:00
parent a2203e3d09
commit ca50db103a
36 changed files with 163 additions and 112 deletions

View file

@ -11,7 +11,7 @@ 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-17 20:04+0000\n"
"PO-Revision-Date: 2018-05-12 13:21+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"
@ -36,13 +36,13 @@ msgstr "Twitter -asetukset päivitetty."
#: twitter.php:291 twitter.php:295
msgid "Twitter Import/Export/Mirror"
msgstr ""
msgstr "Twitter tuonti/vienti/peili"
#: twitter.php:302
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr ""
msgstr "Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään."
#: twitter.php:314
msgid ""
@ -94,15 +94,15 @@ msgstr ""
#: twitter.php:351
msgid "Send public postings to Twitter by default"
msgstr ""
msgstr "Lähetä oletuksena kaikki julkiset julkaisut Twitteriin"
#: twitter.php:354
msgid "Mirror all posts from twitter that are no replies"
msgstr ""
msgstr "Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia"
#: twitter.php:357
msgid "Import the remote timeline"
msgstr ""
msgstr "Tuo etäaikajana"
#: twitter.php:360
msgid "Automatically create contacts"
@ -110,7 +110,7 @@ msgstr "Luo kontaktit automaattisesti"
#: twitter.php:619
msgid "Twitter post failed. Queued for retry."
msgstr ""
msgstr "Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen."
#: twitter.php:634
msgid "Settings updated."
@ -118,8 +118,8 @@ msgstr "Asetukset päivitetty."
#: twitter.php:644
msgid "Consumer key"
msgstr ""
msgstr "Kuluttajan avain"
#: twitter.php:645
msgid "Consumer secret"
msgstr ""
msgstr "Kuluttajasalaisuus"

View file

@ -2,14 +2,15 @@
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Post to Twitter"] = "Lähetä Twitteriin";
$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["Twitter Import/Export/Mirror"] = "Twitter tuonti/vienti/peili";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Twitter -kuluttajan avainparia ei löytynyt. Ota yhteyttä sivuston ylläpitäjään.";
$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"] = "Kirjaudu sisään Twitterillä";
$a->strings["Copy the PIN from Twitter here"] = "";
@ -19,11 +20,11 @@ $a->strings["Disconnect"] = "Katkaise yhteys";
$a->strings["Allow posting to Twitter"] = "Salli julkaisu Twitteriin";
$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["Send public postings to Twitter by default"] = "Lähetä oletuksena kaikki julkiset julkaisut Twitteriin";
$a->strings["Mirror all posts from twitter that are no replies"] = "Peilaa kaikki julkaisut Twitteristä jotka eivät ole vastauksia";
$a->strings["Import the remote timeline"] = "Tuo etäaikajana";
$a->strings["Automatically create contacts"] = "Luo kontaktit automaattisesti";
$a->strings["Twitter post failed. Queued for retry."] = "";
$a->strings["Twitter post failed. Queued for retry."] = "Twitter -julkaisu epäonnistui. Jonossa uudelleenyritykseen.";
$a->strings["Settings updated."] = "Asetukset päivitetty.";
$a->strings["Consumer key"] = "";
$a->strings["Consumer secret"] = "";
$a->strings["Consumer key"] = "Kuluttajan avain";
$a->strings["Consumer secret"] = "Kuluttajasalaisuus";