]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/sv/strings.php
Fix signature of hooks to work with modern friendica
[friendica-addons.git] / advancedcontentfilter / 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['Filtered by rule: %s'] = 'Filtrerat efter regel: %s';
9 $a->strings['Advanced Content Filter'] = 'Avancerat innehållsfiter';
10 $a->strings['Back to Addon Settings'] = 'TIllbaka till Tilläggsinställningar';
11 $a->strings['Add a Rule'] = 'Lägg till en regel';
12 $a->strings['Help'] = 'Hjälp';
13 $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the help page.'] = 'Lägg till och hantera dina personliga regler för innehållsfilter i det här fönstret. Regler har ett namn och ett filteruttryck som jämförs mot inläggets innehåll. Förteckning över alla operander och variabler finns att hitta på <a href="advancedcontentfilter/help">hjälpsidan</a>.';
14 $a->strings['Your rules'] = 'Dina regler';
15 $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Du har inga regler än! Lägg till regler genom att klicka på knappen ovanför, bredvid överskriften.';
16 $a->strings['Disabled'] = 'Inaktiverad';
17 $a->strings['Enabled'] = 'Aktiverad';
18 $a->strings['Disable this rule'] = 'Inaktivera den här regeln';
19 $a->strings['Enable this rule'] = 'Aktivera den här regeln';
20 $a->strings['Edit this rule'] = 'Redigera den här regeln';
21 $a->strings['Edit the rule'] = 'Redigera den här regeln';
22 $a->strings['Save this rule'] = 'Spara den här regeln';
23 $a->strings['Delete this rule'] = 'Ta bort den här regeln';
24 $a->strings['Rule'] = 'Regel';
25 $a->strings['Close'] = 'Stäng';
26 $a->strings['Add new rule'] = 'Lägg till ny regel';
27 $a->strings['Rule Name'] = 'Regelnamn';
28 $a->strings['Rule Expression'] = 'Regeluttryck';
29 $a->strings['Cancel'] = 'Avbryt';
30 $a->strings['This addon requires this node having at least one post'] = 'Detta tillägg kräver att denna nod har åtminstone ett inlägg';
31 $a->strings['You must be logged in to use this method'] = 'Du måste vara inloggad för att använda den här funktionen';
32 $a->strings['Invalid form security token, please refresh the page.'] = 'Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan.';
33 $a->strings['The rule name and expression are required.'] = 'Regelns namn och uttryck krävs.';
34 $a->strings['Rule successfully added'] = 'Regeln kunde läggas till';
35 $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'Regeln finns inte eller tillhör inte dig.';
36 $a->strings['Rule successfully updated'] = 'Uppdatering av regel lyckades';
37 $a->strings['Rule successfully deleted'] = 'Borttagning av regel lyckades';
38 $a->strings['Missing argument: guid.'] = 'Argument saknas: guid.';
39 $a->strings['Unknown post with guid: %s'] = 'Okänt inlägg med guid: %s';
40 $a->strings['Method not found'] = 'Metod hittades inte';