This commit is contained in:
friendica 2013-03-02 15:46:54 -08:00
commit f07df4f667
45 changed files with 34609 additions and 41295 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í]";