]> git.mxchange.org Git - friendica-addons.git/blob - notimeline/lang/nl/strings.php
DE translation of notimeline updated THX rompe
[friendica-addons.git] / notimeline / 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["No Timeline settings updated."] = "Geen tijdlijn instellingen opgeslagen";
10 $a->strings["No Timeline Settings"] = "No Timeline instellingen";
11 $a->strings["Disable Archive selector on profile wall"] = "";
12 $a->strings["Submit"] = "";