I made a mistake writing a template page in Wordpress and so I put regular strings everywhere instead of Gettext calls. Now I should replace all strings in these specific constructs with Gettext calls.
Example:
displayDataRow($$fuelTypePacksName,'model-tech-wheels','Wheels');
displayDataRow($$fuelTypePacksName,'model-tech-curb-weight',__( 'Wheels', 'agr' ));
I haven't learned regex yet, sorry :(