I did a grep in the JFBCLogin code and found a few others that were not in the language file:
tmpl/default.php: <?php echo JText::_('Forgot Login?'); ?></a>
tmpl/default.php: <?php echo JText::_('Forgot Username?'); ?></a>
tmpl/default.php: <?php echo JText::_('Forgot Password?'); ?></a>
I think if you add these to your language file, they will still be used even though they are not in en-GB.mod_jfbclogin.ini.
I will update SVN to include them and put it in the next build.
Let me know if you find any others you would like in the language file. Thanks for your help!