9 lines
168 B
PHP
9 lines
168 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_sv")) {
|
|
function string_plural_select_sv($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Report Bug"] = "Rapportera bugg";
|