96c41e5623
update strings to contain addon
12 lines
1.3 KiB
PHP
12 lines
1.3 KiB
PHP
<?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.";
|