]> git.mxchange.org Git - friendica-addons.git/blob - viewsrc/lang/is/strings.php
More bots, more false positives
[friendica-addons.git] / viewsrc / lang / is / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_is")) {
4 function string_plural_select_is($n){
5         $n = intval($n);
6         return ($n % 10 != 1 || $n % 100 == 11);;
7 }}
8 ;
9 $a->strings["View Source"] = "SkoĆ°a uppruna";