]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/nl/strings.php
rename App Methods
[friendica-addons.git] / gravatar / 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 ($n != 1);;
7 }}
8 ;
9 $a->strings["generic profile image"] = "Generieke profiel-foto";
10 $a->strings["random geometric pattern"] = "Willekeurige geometrische figuur";
11 $a->strings["monster face"] = "";
12 $a->strings["computer generated face"] = "";
13 $a->strings["retro arcade style face"] = "";
14 $a->strings["Information"] = "";
15 $a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
16 $a->strings["Submit"] = "";
17 $a->strings["Default avatar image"] = "";
18 $a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
19 $a->strings["Rating of images"] = "";
20 $a->strings["Select the appropriate avatar rating for your site. See README"] = "";
21 $a->strings["Gravatar settings updated."] = "Gravatar instellingen opgeslagen";