Changeset 11069 for extensions/Comments_Access_Manager/language
- Timestamp:
- May 26, 2011, 7:00:46 PM (14 years ago)
- Location:
- extensions/Comments_Access_Manager/language
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Comments_Access_Manager/language/en_UK/help/plugin.lang.php
r11017 r11069 6 6 <br><br> 7 7 By default, when <b>"comments for all"</b> option is disabled, only registered users can post comments. With this option, you can restrict this behavior by specifying a user group. Thus, only registered users and members of this group may post comments.'; 8 9 // --------- Starting below: New or revised $lang ---- from version 2.2.1 10 $lang['CM_ValidCommTitle'] = 'Allow comments without validation by an administrator'; 11 $lang['CM_ValidCommTitle_d'] = 'This option lets you specify a group of users whose comments will be provided without validation by the administrator when the gallery is configured to not allow comments to all and that the validation of comments by an administrator is required. 12 <br><br> 13 By default, when <b>"comments all"</b> are off and the validation of comments is enabled, the comments of all registered users are subject to validation by an administrator before being visible on the gallery. With this option, you can allow members of a group of your choice to post comments without such prior approval is required.'; 14 // --------- End: New or revised $lang ---- from version 2.2.1 8 15 ?> -
extensions/Comments_Access_Manager/language/en_UK/plugin.lang.php
r11022 r11069 14 14 Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 15 15 $lang['CM_Empty Author'] = 'Comments author nickname is mandatory !'; 16 17 18 // --------- Starting below: New or revised $lang ---- from version 2.2.1 19 $lang['CM_Validation_For_Group'] = 'Allow comments without validation by an administrator'; 20 $lang['CM_ValidComm_Group'] = 'Select the group of users allowed to post comments without validation:'; 21 $lang['CM_CommentsForAll'] = '"Comments for all" option <b style="color:red;">enabled</b>'; 22 $lang['CM_CommentsForRegistered'] = '"Comments for all" option <b style="color:red;">disabled</b>'; 23 // --------- End: New or revised $lang ---- from version 2.2.1 16 24 ?> -
extensions/Comments_Access_Manager/language/fr_FR/help/plugin.lang.php
r11017 r11069 1 1 <?php 2 $lang['CM_commentTitle'] = 'Commentaires : pseudo obligatoire pour les non-inscrits.';3 2 $lang['CM_commentTitle_d'] = 'Lorsque les visiteurs non inscrits sont autorisés à poster des commentaires (<b>"Commentaires pour tous"</b> actif), cette option oblige le visiteur non inscrit à saisir un pseudo pour que le commentaire soit accepté.'; 4 3 $lang['CM_GroupCommTitle'] = 'Autoriser les commentaires pour un groupe d\'utilisateurs'; … … 6 5 <br><br> 7 6 Par défaut, lorsque les <b>"commentaires pour tous"</b> sont désactivés, seuls les utilisateurs inscrits peuvent poster des commentaires. Avec cette option, vous pouvez restreindre d\'avantage ce fonctionnement en précisant un groupe d\'utilisateurs. Ainsi, seuls les utilisateurs inscrits et faisant partie de ce groupe pourront poster des commentaires.'; 7 8 // --------- Starting below: New or revised $lang ---- from version 2.2.1 9 $lang['CM_commentTitle'] = 'Pseudo obligatoire pour les non-inscrits.'; 10 $lang['CM_ValidCommTitle'] = 'Autoriser les commentaires sans validation par un administrateur'; 11 $lang['CM_ValidCommTitle_d'] = 'Cette option permet de spécifier un groupe d\'utilisateurs dont les commentaires seront dispensés de validation par l\'administrateur lorsque la galerie est configurée pour ne pas autoriser les commentaires pour tous et que la validation des commentaires par un administrateur est requise. 12 <br><br> 13 Par défaut, lorsque les <b>"commentaires pour tous"</b> sont désactivés et que la validation des commentaires est activée, les commentaires de tous les utilisateurs inscrits sont soumis à validation par un administrateur avant d\'être visibles sur la galerie. Avec cette option, vous pouvez autoriser les membres d\'un groupe de votre choix à poster des commentaires sans que cette validation préalable ne soit nécessaire.'; 14 // --------- End: New or revised $lang ---- from version 2.2.1 8 15 ?> -
extensions/Comments_Access_Manager/language/fr_FR/plugin.lang.php
r11022 r11069 6 6 $lang['CM_Disable'] = ' Désactiver (valeur par défaut)'; 7 7 $lang['CM_Enable'] = ' Activer '; 8 $lang['CM_No_Anonymous_Comments'] = 'Commentaires : Pseudo obligatoire pour les non-inscrits';9 8 $lang['CM_Comments_For_Group'] = 'Autoriser les commentaires pour un groupe d\'utilisateurs'; 10 9 $lang['CM_AllowedComm_Group'] = 'Sélectionnez le groupe d\'utilisateurs autorisé à poster des commentaires :'; … … 15 14 Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 16 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 $lang['CM_CommentsForAll'] = 'Option "Commentaires pour tous" <b style="color:red;">activé</b>'; 23 $lang['CM_CommentsForRegistered'] = 'Option "Commentaires pour tous" <b style="color:red;">désactivé</b>'; 24 // --------- End: New or revised $lang ---- from version 2.2.1 17 25 ?>
Note: See TracChangeset
for help on using the changeset viewer.