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

Location:
extensions/Register_FluxBB
Files:
4 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';
  • 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';
  • extensions/Register_FluxBB/language/fr_FR/plugin.lang.php

    r17457 r19138  
    126126  <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>
    127127  <b>par :</b>
    128   <div class="info">&lt;a href=&quot;../[VotreRacineDePiwigo]/password.php&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\']&lt;/a&gt;</div>
     128  <div class="info">&lt;a href=&quot;../[VotreRacineDePiwigo]/password.php&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\'] ?&gt;&lt;/a&gt;</div>
    129129  <br>';
    130130$lang['About_Reg'] = 'A propos de l\'enregistrement d\'utilisateur sur le forum FluxBB';
  • extensions/Register_FluxBB/main.inc.php

    r18490 r19138  
    101101                      - Add da_DK, thanks to : Kaare
    102102                      - Add es_ES, thanks to : petaqui
     103
     1042.4.9     - 22/11/12  - Update es_ES, thanks to : jpr928
     105                      - Update tr_TR, thanks to : LazBoy
     106                      - Update it_IT, thanks to : virgigiole
     107                      - Update pl_PL, thanks to : kuba
     108                      - Bad explanation in inline tips fixed
    103109--------------------------------------------------------------------------------
    104110*/
Note: See TracChangeset for help on using the changeset viewer.