buglink addon NB NO translation update

This commit is contained in:
Tobias Diekershoff 2020-06-15 09:24:39 +02:00
parent 032d61bf74
commit 9318cb8583
2 changed files with 33 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["Report Bug"] = "";
<?php
if(! function_exists("string_plural_select_nb_no")) {
function string_plural_select_nb_no($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Report Bug"] = "Rapporter feil";