regenerated all strings.php files from the current translation strings (message.po)

Tato revize je obsažena v:
Tobias Diekershoff 2021-02-01 18:47:38 +01:00
revize 500aab3c53
716 změněných souborů, kde bylo provedeno 1081 přidání a 1607 odebrání

Zobrazit soubor

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return ($n != 1);;
return intval($n != 1);
}}
;
$a->strings["Blockem"] = "Blockem";