1 2 3 4 5
<?php $TRANSLATIONS = array( "Save" => "Сними" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";