regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,18 +5,17 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Permission denied."] = "Åtkomst nekad.";
$a->strings["Save Settings"] = "Spara inställningar";
$a->strings["Client ID"] = "Klient-ID";
$a->strings["Client Secret"] = "Klient hemlig nyckel";
$a->strings["Error when registering buffer connection:"] = "Fel vid anslutning till Buffer";
$a->strings["You are now authenticated to buffer. "] = "Du är nu autentiserad mot Buffer.";
$a->strings["return to the connector page"] = "återgå till anslutningssida";
$a->strings["Post to Buffer"] = "Inlägg till Buffer";
$a->strings["Buffer Export"] = "Export till Buffer";
$a->strings["Authenticate your Buffer connection"] = "Validera din anslutning mot Buffer";
$a->strings["Enable Buffer Post Addon"] = "Aktivera tillägg för Buffer-inlägg";
$a->strings["Post to Buffer by default"] = "Lägg in på Buffer som standard";
$a->strings["Check to delete this preset"] = "Markera för att ta bort förinställning";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Inlägg skickas som standard till alla konton som är aktiverade:";
$a->strings['Permission denied.'] = 'Åtkomst nekad.';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['Client ID'] = 'Klient-ID';
$a->strings['Client Secret'] = 'Klient hemlig nyckel';
$a->strings['Error when registering buffer connection:'] = 'Fel vid anslutning till Buffer';
$a->strings['You are now authenticated to buffer. '] = 'Du är nu autentiserad mot Buffer.';
$a->strings['return to the connector page'] = 'återgå till anslutningssida';
$a->strings['Post to Buffer'] = 'Inlägg till Buffer';
$a->strings['Buffer Export'] = 'Export till Buffer';
$a->strings['Authenticate your Buffer connection'] = 'Validera din anslutning mot Buffer';
$a->strings['Enable Buffer Post Addon'] = 'Aktivera tillägg för Buffer-inlägg';
$a->strings['Post to Buffer by default'] = 'Lägg in på Buffer som standard';
$a->strings['Check to delete this preset'] = 'Markera för att ta bort förinställning';
$a->strings['Posts are going to all accounts that are enabled by default:'] = 'Inlägg skickas som standard till alla konton som är aktiverade:';