1
0
Fork 0

update strings, add plural select function definition check

This commit is contained in:
Fabrixxm 2013-02-27 09:36:25 -05:00
commit 057110e08b
13 changed files with 27 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["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]";