mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
SV addon translation update THX Kristoffer Grundström
This commit is contained in:
parent
5a236d72b6
commit
631b456755
110 changed files with 3910 additions and 274 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Twitter"] = "Lägg in på Twitter";
|
||||
$a->strings["Twitter Posting Settings"] = "Inställningar för inlägg på 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ån Twitter hä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ä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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue