Thank you for your reply Vytis!
However, I’m not able to identify in the code the domain text to use for replacing strings, as it doesn’t appear the way it’s shown in the instruction to ‘Say What’ plugin. I found the strings that I want to change – like ‘Leave a Reply’, ‘Comments’, ‘What’s on your mind’, ‘Post Comment’. But, whats the domain text to use together with the strings in Say What tool in wp, I have no idea. I paste a code from my page that refers to comments section in particular. If you see there the domain text, would be grateful if you could show it to me. However, I don’t see nothing in format like in Say What instruction: __(‘original string’, ‘text domain’). I tried with some that I thought might be the ones but with no result. Thanks anyway
<div id=”comments” class=”section section-comments”>
<div class=”row”>
<div class=”col-md-12″>
<div class=”media-area”>
<h3 class=”hestia-title text-center”>
0 Comments </h3>
</div>
<div class=”media-body”>
<div id=”respond” class=”comment-respond”>
<h3 class=”hestia-title text-center”>Leave a Reply <small>Cancel reply</small></h3> <span class=”pull-left author”> <div class=”avatar”></div> </span><form action=”https://varsoviaemportugues.com/wp-comments-post.php” method=”post” id=”commentform” class=”form media-body”><p class=”logged-in-as”>Logged in as Varsóvia em Português. Log out?</p><div class=”form-group label-floating is-empty”> <label class=”control-label”>What's on your mind?</label><textarea id=”comment” name=”comment” class=”form-control” rows=”6″ aria-required=”true”></textarea><span class=”hestia-input”></span> </div><p class=”form-submit”><input name=”submit” type=”submit” id=”submit” class=”btn btn-primary pull-right” value=”Post Comment” /> <input type=’hidden’ name=’comment_post_ID’ value=’891′ id=’comment_post_ID’ />
<input type=’hidden’ name=’comment_parent’ id=’comment_parent’ value=’0′ />
</p><input type=”hidden” id=”_wp_unfiltered_html_comment_disabled” name=”_wp_unfiltered_html_comment_disabled” value=”1e46b4aa2e” /><script>(function(){if(window===window.parent){document.getElementById(‘_wp_unfiltered_html_comment_disabled’).name=’_wp_unfiltered_html_comment’;}})();</script>
</form> </div><!– #respond –>
</div>
</div>
</div>
</div>
</div>
</div> </div>
</article>
</div>
</div>
</div>