]> git.mxchange.org Git - friendica-addons.git/blob - group_text/lang/nl/strings.php
fix logger settings
[friendica-addons.git] / group_text / 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["Group Text settings updated."] = "Groupsberichten instellingen opgeslagen";
10 $a->strings["Group Text"] = "Groepsbericht";
11 $a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
12 $a->strings["Submit"] = "";