IS translation buglink addon THX Sveinn í Felli

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:46:43 +02:00
parent a18c3bfd45
commit 565887fb91
2 changed files with 33 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["Report Bug"] = "Tilkynna bilun";
<?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["Report Bug"] = "Tilkynna villu";