update strings, add plural select function definition check
This commit is contained in:
parent
9d99a531b9
commit
057110e08b
13 changed files with 27 additions and 14 deletions
|
@ -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["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue