]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/lang/nl/strings.php
NL translation THX JeroenED
[friendica-addons.git] / smileybutton / 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["Smileybutton settings"] = "Smileybutton instellingen";
10 $a->strings["You can hide the button and show the smilies directly."] = "";
11 $a->strings["Hide the button"] = "";
12 $a->strings["Save Settings"] = "Instellingen opslaan";