Ignore:
Timestamp:
Nov 22, 2012, 10:04:57 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.4.9 :
Bad explanation in inline tips fixed in EN, FR and DE translations. The other available translations have to be fixed by translators.
Update es_ES, thanks to : jpr928
Update tr_TR, thanks to : LazBoy
Update it_IT, thanks to : virgigiole
Update pl_PL, thanks to : kuba

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/language/en_UK/plugin.lang.php

    r17457 r19138  
    119119  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
    120120  <b>with :</b>
    121   <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[PiwigoRoot]/password.php&quot;&gt;</div>
     121  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot;&gt;</div>
    122122<br>
    123123  and at line 216:
    124   <div class="mod">&lt;a href=&quot;login.php?action=forget&quot; tabindex=&quot;5&quot;><?php echo $lang_login[\'Forgotten pass\']</a></p></div>
     124  <div class="mod">&lt;a href=&quot;login.php?action=forget&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\']&lt;/a&gt;</div>
    125125  <b>with :</b>
    126   <div class="info">&lt;a href=&quot;../[PiwigoRoot]/password.php&quot; tabindex=&quot;5&quot;><?php echo $lang_login[\'Forgotten pass\']</a></p></div>
     126  <div class="info">&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\'] ?&gt;&lt;/a&gt;</div>
    127127  <br>';
    128128$lang['About_Reg'] = 'About the registration of users on the forum FluxBB';
Note: See TracChangeset for help on using the changeset viewer.