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_cs") {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;
}
}}
;
$a->strings["Post successful."] = "Příspěvek úspěšně odeslán";
$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno";