× Joomla Facebook Connect support forum

Topic-icon translate problem (the word "Forgot Login?")

Active Subscriptions:

None
i would like to translate mod_jfbclogin
the file en-GB.mod_jfbclogin is in the follwoing
WELCOME=Welcome
LOGOUT=Logout
CONNECT USER=Connect this site to your Facebook account?
USERNAME=Username
PASSWORD=Password
LOGIN=Login
REGISTER FOR THIS SITE=Register for this site
LOGIN USING FACEBOOK=Login using Facebook
PARAMJOOMLALOGINREDIRECTURL=Select the page the user will be redirected to after a successful login using the Joomla login form. Select from all the pages listed in the dropdown menu. If no selection is made, the Front Page will be loaded by default.
PARAMFBLOGINREDIRECTURL=Select the page the user will be redirected to after a successful login using the Facebook Connect login button. Select from all the pages listed in the dropdown menu. If no selection is made, the Front Page will be loaded by default.
PARAMLOGOUTREDIRECTURL=Select the page the user will be redirected to after successfully ending their current session by logging out. Select from all the pages listed in the dropdown menu. If no selection is made, the Front Page will be loaded by default.
i cannot find any word for me to translate "Fogot Login?"
anyone can help me??
Thx in advance!!
The topic has been locked.
Support Specialist
16 years 2 months ago #3403 by alzander
I did a grep in the JFBCLogin code and found a few others that were not in the language file:
tmpl/default.php&#58;					<?php echo JText&#58;&#58;_('Forgot Login?'); ?></a>
tmpl/default.php&#58;					<?php echo JText&#58;&#58;_('Forgot Username?'); ?></a>
tmpl/default.php&#58;					<?php echo JText&#58;&#58;_('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!
The topic has been locked.
Support Specialist
16 years 2 months ago #3407 by alzander
I just added the following:
FORGOT LOGIN?=Forgot Login?
FORGOT USERNAME?=Forgot Username?
FORGOT PASSWORD?=Forgot Password?
to:
.../language/en-GB/en-GB.mod_jfbclogin.ini

And it picks them up.

The changes will be in the next build of the login module (version 3.0.0).

Thanks!
The topic has been locked.