Changeset 10585
- Timestamp:
- Apr 23, 2011, 10:23:18 AM (14 years ago)
- Location:
- extensions/LCAS/trunk/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LCAS/trunk/language/en_UK/plugin.lang.php
r10579 r10585 48 48 /* Email subject */ 49 49 $lang['Username_updated_for_%s'] = 'Username update for %s'; 50 $lang['LCAS_NewUsername: %s'] = 'Your new username 51 $lang['LCAS_NewUser_Email: %s'] = 'Related to this email address 50 $lang['LCAS_NewUsername: %s'] = 'Your new username: %s'; 51 $lang['LCAS_NewUser_Email: %s'] = 'Related to this email address: %s'; 52 52 ?> -
extensions/LCAS/trunk/language/fr_FR/plugin.lang.php
r10579 r10585 8 8 $lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité'; 9 9 10 $lang['LCAS option'] = 'Option LCAS 10 $lang['LCAS option'] = 'Option LCAS :'; 11 11 $lang['LCAS_Option0'] = 'Pas d\'insensibilité (fonctionnement normal de Piwigo)'; 12 12 $lang['LCAS_Option1'] = 'Insensibilité à la casse'; … … 17 17 $lang['Personalized not allowed tooltip'] = 'Pas de tableau $conf[\'LCAS_replacement_set\'][0] de défini'; 18 18 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 :<br> 20 20 <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 : <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 22 22 23 23 $lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications'; … … 30 30 $lang['LCAS_Update_h'] = 'Modifier'; 31 31 32 $lang['LCAS_Update_User'] = 'Mettre àjour';32 $lang['LCAS_Update_User'] = 'Mettre à jour'; 33 33 34 34 $lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels'; … … 38 38 $lang['submit'] = 'Sauvegarder les paramètres'; 39 39 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'; 42 42 43 43 $lang['LCAS_PluginSupport'] = 'Support officiel du plugin'; … … 49 49 $lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s'; 50 50 $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'; 52 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.