forbid redefinition of language plural_select function

This commit is contained in:
friendica
2014-05-13 02:10:06 -07:00
parent 13cf31ae73
commit 8c948f4bbe
13 changed files with 26 additions and 14 deletions

View File

@@ -1,8 +1,9 @@
<?php
if(! function_exists("string_plural_select_sv") {
function string_plural_select_sv($n){
return ($n != 1);;
}
}}
;
$a->strings["Categories"] = "Kategorier";
$a->strings["Connect"] = "Ta kontakt";