]> git.mxchange.org Git - friendica-addons.git/blobdiff - advancedcontentfilter/lang/nl/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / advancedcontentfilter / lang / nl / strings.php
index 6c40c028dde58dc17c0fe48c3463b28c904b09b1..844d49333d166d032264824fa21fcc7ff97387bc 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Filtered by rule: %s"] = "Gefilterd volgens regel: %s";
@@ -11,9 +11,7 @@ $a->strings["Advanced Content Filter"] = "Geavanceerd filter voor berichtsinhoud
 $a->strings["Back to Addon Settings"] = "Terug naar Addon instellingen";
 $a->strings["Add a Rule"] = "Filterregel toevoegen";
 $a->strings["Help"] = "Help";
-$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>."] = "Beheer de filterregels van je persoonlijke filter voor berichtsinhoud in dit scherm. Regels hebben een naam en bewoording welke we automatisch controleren door te vergelijken met de inhoud van elk bericht. Voor een compleet naslagwerk van de beschikbare bewerkingen en variabelen, zie de  <a href=\"advancedcontentfilter/help\">help pagina</a>.";
 $a->strings["Your rules"] = "Jouw regels";
-$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Je hebt nog geen regels! Klik op de knop bovenin naast de titel om een regel toe te voegen.";
 $a->strings["Disabled"] = "Uitgeschakeld";
 $a->strings["Enabled"] = "Geactiveerd";
 $a->strings["Disable this rule"] = "Deze regel uitschakelen";
@@ -27,7 +25,6 @@ $a->strings["Close"] = "Sluiten";
 $a->strings["Add new rule"] = "Voeg nieuwe regel toe";
 $a->strings["Rule Name"] = "Regel naam";
 $a->strings["Rule Expression"] = "Regel bewoording";
-$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Voorbeelden:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>label</li></ul>";
 $a->strings["Cancel"] = "Annuleren";
 $a->strings["You must be logged in to use this method"] = "Je moet ingelogd zijn om deze methode te gebruiken";
 $a->strings["Invalid form security token, please refresh the page."] = "Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b.";