]> git.mxchange.org Git - friendica-addons.git/blob - strings.php
c64e24c0ee77d0e0cdcf1c349a57872298a2de88
[friendica-addons.git] / 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["View Source"] = "Bekijk Bron";