SV addon translation update THX Kristoffer Grundström

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:50:50 +01:00
parent 5a236d72b6
commit 631b456755
110 changed files with 3910 additions and 274 deletions

View file

@ -1,11 +1,11 @@
<?php
$a->strings["Post to Twitter"] = "L&auml;gg in p&aring; Twitter";
$a->strings["Twitter Posting Settings"] = "Inst&auml;llningar f&ouml;r inl&auml;gg p&aring; Twitter";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "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."] = "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["Copy the PIN from Twitter here"] = "Ange PIN-koden fr&aring;n Twitter h&auml;r";
$a->strings["Submit"] = "Spara";
$a->strings["Currently connected to: "] = "Ansluten till: ";
$a->strings["Clear OAuth configuration"] = "Clear OAuth configuration";
$a->strings["Settings updated."] = "Inst&auml;llningarna har uppdaterats.";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Log in with Twitter'] = 'Logga in med Twitter';
$a->strings['Copy the PIN from Twitter here'] = 'Kopiera PIN-koden från Twitter här';
$a->strings['Consumer key'] = 'Kundnyckel';
$a->strings['Consumer secret'] = 'Kundhemlighet';