viewsrv addon NB NO translation update

This commit is contained in:
Tobias Diekershoff 2020-06-15 09:26:12 +02:00
parent 9318cb8583
commit df1669493c
2 changed files with 35 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["View Source"] = "";
<?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";