Changeset 10585

Show
Ignore:
Timestamp:
04/23/11 10:23:18 (2 years ago)
Author:
LucMorizur
Message:

Cosmetic changes on language keys

Location:
extensions/LCAS/trunk/language
Files:
2 modified

Legend:

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

    r10579 r10585  
    4848/* Email subject */ 
    4949$lang['Username_updated_for_%s'] = 'Username update for %s'; 
    50 $lang['LCAS_NewUsername: %s'] = 'Your new username : %s'; 
    51 $lang['LCAS_NewUser_Email: %s'] = 'Related to this email address : %s'; 
     50$lang['LCAS_NewUsername: %s'] = 'Your new username: %s'; 
     51$lang['LCAS_NewUser_Email: %s'] = 'Related to this email address: %s'; 
    5252?> 
  • extensions/LCAS/trunk/language/fr_FR/plugin.lang.php

    r10579 r10585  
    88$lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité'; 
    99 
    10 $lang['LCAS option'] = 'Option LCAS :'; 
     10$lang['LCAS option'] = 'Option LCAS :'; 
    1111$lang['LCAS_Option0'] = 'Pas d\'insensibilité (fonctionnement normal de Piwigo)'; 
    1212$lang['LCAS_Option1'] = 'Insensibilité à la casse'; 
     
    1717$lang['Personalized not allowed tooltip'] = 'Pas de tableau $conf[\'LCAS_replacement_set\'][0] de défini'; 
    1818 
    19 $lang['LCAS_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br> 
     19$lang['LCAS_Support_txt'] = 'Le support officiel de ce plugin se fait exclusivement sur ces fils du forum Piwigo&nbsp;:<br> 
    2020<a href="http://fr.piwigo.org/forum/viewtopic.php?id=20044" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=20044</a><br><br> 
    21 Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 
     21Également disponible, le bugtracker du projet&nbsp;: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 
    2222 
    2323$lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications'; 
     
    3030$lang['LCAS_Update_h'] = 'Modifier'; 
    3131 
    32 $lang['LCAS_Update_User'] = 'Mettre &agrave; jour'; 
     32$lang['LCAS_Update_User'] = 'Mettre à jour'; 
    3333 
    3434$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels'; 
     
    3838$lang['submit'] = 'Sauvegarder les paramètres'; 
    3939 
    40 $lang['LCAS_Mail'] = 'Notification par email'; 
    41 $lang['LCAS_MailText'] = 'Personnalisation de la notification par email'; 
     40$lang['LCAS_Mail'] = 'Notification par courriel'; 
     41$lang['LCAS_MailText'] = 'Personnalisation de la notification par courriel'; 
    4242 
    4343$lang['LCAS_PluginSupport'] = 'Support officiel du plugin'; 
     
    4949$lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s'; 
    5050$lang['LCAS_NewUsername: %s'] = 'Votre nouveau nom d\'utilisateur : %s'; 
    51 $lang['LCAS_NewUser_Email: %s'] = 'Correspondant à l\'adresse email : %s'; 
     51$lang['LCAS_NewUser_Email: %s'] = 'Correspondant à l\'adresse courriel : %s'; 
    5252?>