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/de_DE/plugin.lang.php

    r17457 r19138  
    120120  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
    121121  <b>with :</b>
    122   <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[PiwigoRoot]/password.php&quot;&gt;</div>
     122  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot;&gt;</div>
    123123<br>
    124124  and at line 216:
    125   <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>
     125  <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>
    126126  <b>with :</b>
    127   <div class="info">&lt;a href=&quot;../[PiwigoRoot]/password.php&quot; tabindex=&quot;5&quot;><?php echo $lang_login[\'Forgotten pass\']</a></p></div>
     127  <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>
    128128  <br>';
    129129/*TODO*/$lang['About_Reg'] = 'About the registration of users on the forum FluxBB';
Note: See TracChangeset for help on using the changeset viewer.