bb6c3edac6896ced0a4044353b9a9865cd561185
[friendica-addons.git/.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 ($n != 1);;
7 }}
8 ;
9 $a->strings["Filtered by rule: %s"] = "";
10 $a->strings["Advanced Content Filter"] = "Avancerat innehållsfiter";
11 $a->strings["Back to Addon Settings"] = "TIllbaka till Tilläggsinställningar";
12 $a->strings["Add a Rule"] = "Lägg till en regel";
13 $a->strings["Help"] = "Hjälp";
14 $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 <a href=\"advancedcontentfilter/help\">help page</a>."] = "Lägg till och hantera dina personliga regler för innehållsfilter i det här fönstret. Regler har ett namn och ett valfritt uttryck och kommer jämföras mot inläggets innehåll. Förteckning av alla operander och variabler finns att hitta på <a href=\"advancedcontentfilter/help\">hjälpsidan</a>.";
15 $a->strings["Your rules"] = "Dina regler";
16 $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.";
17 $a->strings["Disabled"] = "Inaktiverad";
18 $a->strings["Enabled"] = "Aktiverad";
19 $a->strings["Disable this rule"] = "Inaktivera den här regeln";
20 $a->strings["Enable this rule"] = "Aktivera den här regeln";
21 $a->strings["Edit this rule"] = "Redigera den här regeln";
22 $a->strings["Edit the rule"] = "Redigera den här regeln";
23 $a->strings["Save this rule"] = "Spara den här regeln";
24 $a->strings["Delete this rule"] = "Ta bort den här regeln";
25 $a->strings["Rule"] = "Regel";
26 $a->strings["Close"] = "Stäng";
27 $a->strings["Add new rule"] = "Lägg till ny regel";
28 $a->strings["Rule Name"] = "Regelnamn";
29 $a->strings["Rule Expression"] = "Regeluttryck";
30 $a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Exempel:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>taggar</li></ul>";
31 $a->strings["Cancel"] = "Avbryt";
32 $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";
33 $a->strings["Invalid form security token, please refresh the page."] = "";
34 $a->strings["The rule name and expression are required."] = "";
35 $a->strings["Rule successfully added"] = "";
36 $a->strings["Rule doesn't exist or doesn't belong to you."] = "";
37 $a->strings["Rule successfully updated"] = "";
38 $a->strings["Rule successfully deleted"] = "";
39 $a->strings["Missing argument: guid."] = "";
40 $a->strings["Unknown post with guid: %s"] = "";
41 $a->strings["Method not found"] = "";