]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/fi/strings.php
Merge pull request #843 from M-arcus/addon/phpmailer
[friendica-addons.git] / advancedcontentfilter / lang / fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi")) {
4 function string_plural_select_fi($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Filtered by rule: %s"] = "";
10 $a->strings["Advanced Content Filter"] = "";
11 $a->strings["Back to Addon Settings"] = "";
12 $a->strings["Add a Rule"] = "Lisää sääntö";
13 $a->strings["Help"] = "";
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>."] = "";
15 $a->strings["Your rules"] = "Sääntösi";
16 $a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "";
17 $a->strings["Disabled"] = "Ei käytössä";
18 $a->strings["Enabled"] = "Käytössä";
19 $a->strings["Disable this rule"] = "";
20 $a->strings["Enable this rule"] = "Ota tämä sääntö käyttöön";
21 $a->strings["Edit this rule"] = "Muokkaa tätä sääntöä";
22 $a->strings["Edit the rule"] = "Muokkaa sääntöä";
23 $a->strings["Save this rule"] = "Tallenna tämä sääntö";
24 $a->strings["Delete this rule"] = "Poista tämä sääntö";
25 $a->strings["Rule"] = "Sääntö";
26 $a->strings["Close"] = "Sulje";
27 $a->strings["Add new rule"] = "Lisää uusi sääntö";
28 $a->strings["Rule Name"] = "";
29 $a->strings["Rule Expression"] = "";
30 $a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "";
31 $a->strings["Cancel"] = "";
32 $a->strings["You must be logged in to use this method"] = "";
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"] = "Sääntö lisätty";
36 $a->strings["Rule doesn't exist or doesn't belong to you."] = "";
37 $a->strings["Rule successfully updated"] = "Sääntö päivitetty";
38 $a->strings["Rule successfully deleted"] = "Sääntö poistettu";
39 $a->strings["Missing argument: guid."] = "";
40 $a->strings["Unknown post with guid: %s"] = "";
41 $a->strings["Method not found"] = "";