]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/sv/strings.php
regenerated all the strings
[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 $a->strings['Permission denied.'] = 'Åtkomst nekad.';
9 $a->strings['Save Settings'] = 'Spara inställningar';
10 $a->strings['Client ID'] = 'Klient-ID';
11 $a->strings['Client Secret'] = 'Klient hemlig nyckel';
12 $a->strings['Error when registering buffer connection:'] = 'Fel vid anslutning till Buffer';
13 $a->strings['You are now authenticated to buffer. '] = 'Du är nu autentiserad mot Buffer.';
14 $a->strings['return to the connector page'] = 'återgå till anslutningssida';
15 $a->strings['Post to Buffer'] = 'Inlägg till Buffer';
16 $a->strings['Buffer Export'] = 'Export till Buffer';
17 $a->strings['Authenticate your Buffer connection'] = 'Validera din anslutning mot Buffer';
18 $a->strings['Enable Buffer Post Addon'] = 'Aktivera tillägg för Buffer-inlägg';
19 $a->strings['Post to Buffer by default'] = 'Lägg in på Buffer som standard';
20 $a->strings['Check to delete this preset'] = 'Markera för att ta bort förinställning';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Inlägg skickas som standard till alla konton som är aktiverade:';