source: extensions/Comments_Access_Manager/language/fr_FR/plugin.lang.php @ 11254

Last change on this file since 11254 was 11254, checked in by Eric, 13 years ago

Bug fixed on comments modification : Validation was required even is user is in an "auto validated" group. -- Only for Piwigo 2.2.3 !! --
Short refactory for admin panel.

Version 2.2.6 hard coded for publication (only compatible with Piwigo 2.2.3)

  • Property svn:eol-style set to LF
File size: 2.4 KB
Line 
1<?php
2$lang['CM_submit'] = 'Sauvegarder les paramètres';
3$lang['CM_save_config'] = 'Configuration sauvegardée avec succès !';
4$lang['CM_Title'] = 'Comments Access Manager - Version: ';
5$lang['CM_SubTitle'] = 'Configuration du plugin';
6$lang['CM_Disable'] = ' Désactiver (valeur par défaut)';
7$lang['CM_Enable'] = ' Activer ';
8$lang['CM_Comments_For_Group'] = 'Autoriser les commentaires pour un groupe d\'utilisateurs';
9$lang['CM_AllowedComm_Group'] = 'Sélectionnez le groupe d\'utilisateurs autorisé à poster des commentaires :';
10$lang['CM_Not_Allowed_Author'] = 'Désolé, vous n\'êtes pas autorisé à poster un commentaire. Veuillez contacter l\'administrateur du site.';
11$lang['CM_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ce fil du forum FR de Piwigo:<br>
12<a href="http://fr.piwigo.org/forum/viewtopic.php?id=20248" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=20248</a>
13<br><br>
14Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
15$lang['CM_Empty Author'] = 'Le nom de l\'auteur du commentaire est obligatoire !';
16
17
18// --------- Starting below: New or revised $lang ---- from version 2.2.1
19$lang['CM_No_Anonymous_Comments'] = 'Pseudo obligatoire pour les non-inscrits';
20$lang['CM_Validation_For_Group'] = 'Autoriser les commentaires sans validation par un administrateur';
21$lang['CM_ValidComm_Group'] = 'Sélectionnez le groupe d\'utilisateurs autorisé à poster des commentaires sans validation :';
22// --------- End: New or revised $lang ---- from version 2.2.1
23
24
25// --------- Starting below: New or revised $lang ---- from version 2.2.2
26$lang['CM_CommentsForAll'] = 'L\'option "Commentaires pour tous" est <b style="color:red;">activée</b>';
27$lang['CM_CommentsForRegistered'] = 'L\'option "Commentaires pour tous" est <b style="color:red;">désactivée</b>';
28// --------- End: New or revised $lang ---- from version 2.2.2
29
30// --------- Starting below: New or revised $lang ---- from version 2.2.6
31$lang['CM_CommentsValidationOn'] = 'L\'option "Validation" pour les commentaires est <b style="color:red;">activée</b>';
32$lang['CM_CommentsValidationOff'] = 'L\'option "Validation" pour les commentaires est <b style="color:red;">désactivée</b>';
33// --------- End: New or revised $lang ---- from version 2.2.6
34?>
Note: See TracBrowser for help on using the repository browser.