diff --git a/Clover/app/src/main/res/values-nl-rNL/strings.xml b/Clover/app/src/main/res/values-nl-rNL/strings.xml index 4e371f13..f8a5a2f0 100644 --- a/Clover/app/src/main/res/values-nl-rNL/strings.xml +++ b/Clover/app/src/main/res/values-nl-rNL/strings.xml @@ -31,7 +31,7 @@ along with this program. If not, see . Toestaan Later Clover is up-to-date - Updates controleren mislukt. + Updates controleren is mislukt. Installeren Update aan het downloaden Downloaden mislukt @@ -186,26 +186,26 @@ Zet de permissie opnieuw aan in de app-instellingen als je het uit hebt gezet.\" Filter hulp -If the pattern matches then the post can be hidden or highlighted.
+Filters werken met patronen en een plek om de patronen te zoeken.
+Als het patroon past kan de post verborgen worden of gemarkeerd worden.
-

For tripcodes, names and IDs:

+

For tripcodes, namen en IDs:

- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu. + Het zal het patroon precies passen.
+ !Ep8pui8Vw2 zal de tripcode !Ep8pui8Vw2 precies passen maar niet Ep8pu.

-

For comments, subjects and filenames:

+

Voor commentaar, onderwerpen en bestandsnamen:

- These filters are pattern based, and have three modes:
+ Deze filters zijn op patronen gebaseerd, en hebben drie modi:

- 1. The pattern foo bar will match text that has any of the words in it. It will match foo or bar, but not foobar. - Placing a * allows any character to be filled in: f*o will match both foo, foooo but not foobar
+ 1. Het patroon foo bar zal de tekst matchen als het een van de woorden bevat. Het zal foo of bar matchen maar niet foobar. + Het plaatsen van een * zorgt ervoor dat elke karakter past: f*o zal zowel foo en foooo passen maar niet foobar

- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly. - foo bar matches but foo does not.
+ 2. Zet \" om je patroon heen, bijvoorbeeld \"foo bar\", en het patroon zal precies moeten passen. + foo bar zal matchen maar foo niet.

- 3. Regular expressions. /^>implying/ for example. + 3. Reguliere expressies. /^>impliceren/ bijvoorbeeld.

]]>