]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/sv/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / buffer / lang / sv / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_sv")) {
4 function string_plural_select_sv($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Permission denied."] = "Åtkomst nekad.";
10 $a->strings["Save Settings"] = "Spara inställningar";
11 $a->strings["Client ID"] = "Klient-ID";
12 $a->strings["Client Secret"] = "Klient hemlig nyckel";
13 $a->strings["Error when registering buffer connection:"] = "Fel vid anslutning till Buffer";
14 $a->strings["You are now authenticated to buffer. "] = "Du är nu autentiserad mot Buffer.";
15 $a->strings["return to the connector page"] = "återgå till anslutningssida";
16 $a->strings["Post to Buffer"] = "Inlägg till Buffer";
17 $a->strings["Buffer Export"] = "Export till Buffer";
18 $a->strings["Authenticate your Buffer connection"] = "Validera din anslutning mot Buffer";
19 $a->strings["Enable Buffer Post Addon"] = "Aktivera tillägg för Buffer-inlägg";
20 $a->strings["Post to Buffer by default"] = "Lägg in på Buffer som standard";
21 $a->strings["Check to delete this preset"] = "Markera för att ta bort förinställning";
22 $a->strings["Posts are going to all accounts that are enabled by default:"] = "Inlägg skickas som standard till alla konton som är aktiverade:";