viewsrv addon NB NO translation update
[friendica-addons.git/.git] / viewsrc / lang / nb-no / strings.php
index cbd2bfd..4528985 100644 (file)
@@ -1,3 +1,9 @@
-<?php\r
-\r
-$a->strings["View Source"] = "";\r
+<?php
+
+if(! function_exists("string_plural_select_nb_no")) {
+function string_plural_select_nb_no($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["View Source"] = "Se kilde";