]> git.mxchange.org Git - friendica-addons.git/blobdiff - viewsrc/lang/is/strings.php
More bots, more false positives
[friendica-addons.git] / viewsrc / lang / is / strings.php
index cbd2bfd567725f10ee8ec3a00d62518967cc9c6f..d67368df03b482872904c7d30cd36a41247b5da7 100644 (file)
@@ -1,3 +1,9 @@
-<?php\r
-\r
-$a->strings["View Source"] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_is")) {
+function string_plural_select_is($n){
+       $n = intval($n);
+       return ($n % 10 != 1 || $n % 100 == 11);;
+}}
+;
+$a->strings["View Source"] = "SkoĆ°a uppruna";