]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/nl/strings.php
regenerated all the strings
[friendica-addons.git] / blockem / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Blockem'] = 'Blockem';
9 $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding.';
10 $a->strings['Comma separated profile URLS:'] = 'Profiel URLs (kommagescheiden):';
11 $a->strings['Save Settings'] = 'Instellingen opslaan';
12 $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM instellingen opgeslagen.';
13 $a->strings['Filtered user: %s'] = 'Gefilterde gebruiker: %s';
14 $a->strings['Unblock Author'] = 'Deblokkeer Auteur';
15 $a->strings['Block Author'] = 'Auteur blokkeren';
16 $a->strings['blockem settings updated'] = 'blockem instellingen opgeslagen';