mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58: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,14 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to StatusNet"] = "Lägg in på StatusNet";
|
||||
$a->strings["StatusNet Posting Settings"] = "Inställningar för inlägg på StatusNet";
|
||||
$a->strings["Submit"] = "Spara";
|
||||
$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet 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 StatusNet installation."] = "No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet 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 StatusNet installation.";
|
||||
$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
|
||||
$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
|
||||
$a->strings["Base API Path (remember the trailing /)"] = "Base API Path (remember the trailing /)";
|
||||
$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.";
|
||||
$a->strings["Log in with StatusNet"] = "Logga in med StatusNet";
|
||||
$a->strings["Copy the security code from StatusNet here"] = "Ange säkerhetskoden från StatusNet här";
|
||||
$a->strings["Currently connected to: "] = "Ansluten till: ";
|
||||
$a->strings["Clear OAuth configuration"] = "Clear OAuth configuration";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Save Settings'] = 'Spara inställningar';
|
||||
$a->strings['Log in with GNU Social'] = 'Logga in med GNU Social';
|
||||
$a->strings['Full Timeline'] = 'Fullständig tidslinje';
|
||||
$a->strings['Only Mentions'] = 'Endast omnämningar';
|
||||
$a->strings['Site name'] = 'Namn på sidan';
|
||||
$a->strings['Consumer Secret'] = 'Kundhemlighet';
|
||||
$a->strings['Consumer Key'] = 'Kundnyckel';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue