Changeset 11254 for extensions/Comments_Access_Manager/language
- Timestamp:
- Jun 6, 2011, 10:11:56 PM (13 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
r11070 r11254 22 22 By default, when <b>"comments all"</b> and the validation of comments are 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.'; 23 23 // --------- End: New or revised $lang ---- from version 2.2.2 24 25 26 // --------- Starting below: New or revised $lang ---- from version 2.2.6 27 $lang['CM_CommentsValidationOffTitle'] = '"Validation" for comments is disabled'; 28 $lang['CM_CommentsValidationOffTitle_d'] = 'Enable this option to see, here, the extended parameters.'; 29 // --------- End: New or revised $lang ---- from version 2.2.6 24 30 ?> -
extensions/Comments_Access_Manager/language/en_UK/plugin.lang.php
r11070 r11254 21 21 // --------- End: New or revised $lang ---- from version 2.2.1 22 22 23 23 24 // --------- Starting below: New or revised $lang ---- from version 2.2.2 24 25 $lang['CM_CommentsForAll'] = '"Comments for all" option is <b style="color:red;">enabled</b>'; 25 26 $lang['CM_CommentsForRegistered'] = '"Comments for all" option is <b style="color:red;">disabled</b>'; 26 27 // --------- End: New or revised $lang ---- from version 2.2.2 28 29 30 // --------- Starting below: New or revised $lang ---- from version 2.2.6 31 $lang['CM_CommentsValidationOn'] = '"Validation" for comments is <b style="color:red;">enabled</b>'; 32 $lang['CM_CommentsValidationOff'] = '"Validation" for comments is <b style="color:red;">disabled</b>'; 33 // --------- End: New or revised $lang ---- from version 2.2.6 27 34 ?> -
extensions/Comments_Access_Manager/language/fr_FR/help/plugin.lang.php
r11070 r11254 22 22 Par défaut, lorsque les <b>"commentaires pour tous"</b> et la validation des commentaires sont activés, 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.'; 23 23 // --------- End: New or revised $lang ---- from version 2.2.2 24 25 26 // --------- Starting below: New or revised $lang ---- from version 2.2.6 27 $lang['CM_CommentsValidationOffTitle'] = 'L\'option "Validation" pour les commentaires est désactivée'; 28 $lang['CM_CommentsValidationOffTitle_d'] = 'Activez l\'option pour accéder, ici, aux paramètres étendus.'; 29 // --------- End: New or revised $lang ---- from version 2.2.6 24 30 ?> -
extensions/Comments_Access_Manager/language/fr_FR/plugin.lang.php
r11070 r11254 27 27 $lang['CM_CommentsForRegistered'] = 'L\'option "Commentaires pour tous" est <b style="color:red;">désactivée</b>'; 28 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 29 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.