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,175 @@
# ADDON statusnet
# Copyright (C)
# This file is distributed under the same license as the Friendica statusnet addon package.
#
#
# Translators:
# Kris, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2018-04-03 19:09+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"
#: statusnet.php:151
msgid "Post to GNU Social"
msgstr ""
#: statusnet.php:196
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr ""
#: statusnet.php:225
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr ""
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "GNU Social -asetukset päivitetty."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
msgid "Save Settings"
msgstr "Tallenna asetukset"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr ""
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as an desktop client on your GNU Social account, copy the consumer key pair "
"here and enter the API base root.<br />Before you register your own OAuth "
"key pair ask the administrator if there is already a key pair for this "
"Friendica installation at your favorited GNU Social installation."
msgstr ""
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:356
msgid ""
"To connect to your GNU Social account click the button below to get a "
"security code from GNU Social which you have to copy into the input box "
"below and submit the form. Only your <strong>public</strong> posts will be "
"posted to GNU Social."
msgstr ""
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr ""
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr ""
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr ""
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:379
msgid "Currently connected to: "
msgstr ""
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:382
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to GNU Social will lead the visitor to a blank page "
"informing the visitor that the access to your profile has been restricted."
msgstr ""
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr ""
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr ""
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr ""
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr ""
#: statusnet.php:402
msgid "Disabled"
msgstr ""
#: statusnet.php:403
msgid "Full Timeline"
msgstr ""
#: statusnet.php:404
msgid "Only Mentions"
msgstr ""
#: statusnet.php:413
msgid "Clear OAuth configuration"
msgstr ""
#: statusnet.php:690
msgid "Site name"
msgstr "Sivuston nimi"
#: statusnet.php:692
msgid "Consumer Secret"
msgstr ""
#: statusnet.php:693
msgid "Consumer Key"
msgstr ""

View file

@ -0,0 +1,40 @@
<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$a->strings["Post to GNU Social"] = "";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "";
$a->strings["We could not contact the GNU Social API with the Path you entered."] = "";
$a->strings["GNU Social settings updated."] = "GNU Social -asetukset päivitetty.";
$a->strings["GNU Social Import/Export/Mirror"] = "";
$a->strings["Globally Available GNU Social OAuthKeys"] = "";
$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "";
$a->strings["Save Settings"] = "Tallenna asetukset";
$a->strings["Provide your own OAuth Credentials"] = "";
$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "";
$a->strings["OAuth Consumer Key"] = "";
$a->strings["OAuth Consumer Secret"] = "";
$a->strings["Base API Path (remember the trailing /)"] = "";
$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "";
$a->strings["Log in with GNU Social"] = "";
$a->strings["Copy the security code from GNU Social here"] = "";
$a->strings["Cancel Connection Process"] = "";
$a->strings["Current GNU Social API is"] = "";
$a->strings["Cancel GNU Social Connection"] = "";
$a->strings["Currently connected to: "] = "";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social 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 your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Allow posting to GNU Social"] = "";
$a->strings["Send public postings to GNU Social by default"] = "";
$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Disabled"] = "";
$a->strings["Full Timeline"] = "";
$a->strings["Only Mentions"] = "";
$a->strings["Clear OAuth configuration"] = "";
$a->strings["Site name"] = "Sivuston nimi";
$a->strings["Consumer Secret"] = "";
$a->strings["Consumer Key"] = "";