* @version $Id$
* @access public
* @license http://opensource.org/licenses/gpl-3.0.html
*/
$lang['comment']['section'] = "Comments";
/*
* Comment
*/
$lang['comment']['nocomment_yet']= "No one has commented yet.";
$lang['comment']['nocontrib_yet']= "No contribution yet";
$lang['comment']['add']= "Add a comment";
$lang['comment']['add_contrib']= "Add your contribution";
$lang['comment']['name']= "Your name";
$lang['comment']['name_short']= "Name";
$lang['comment']['email']="Your email (not displayed)";
$lang['comment']['website']="Your website";
$lang['comment']['title']="Your title";
$lang['comment']['body']="Your message";
$lang['comment']['email_notification']="Get notified by email when new comments are posted.";
$lang['comment']['logged-in_post']="You are logged in as %s.";
$lang['comment']['go_to']="See comments";
$lang['comment']['number']="%s comment(s)";
$lang['comment']['comments']="comment(s)";
$lang['comment']['successful']="Your comment was submitted successfully.";
$lang['comment']['successful_contrib']="Your contribution was submitted successfully. !";
$lang['comment']['successful_edit']="Comment successfully updated.";
$lang['comment']['error_edit']="The comment is not long enough. Changes will not be applied. Refresh the page or press \"Ctrl + Z\" to see initial content.";
$lang['comment']['moderation_msg']="Your message will appear after approval by an administrator.";
$lang['comment']['moderation_msg_contrib']="Your contribution will appear after approval by an administrator.";
$lang['comment']['only_registered']="Only registered users can add comments. If you already have an account, please log in.";
$lang['comment']['only_registered_contrib']="Only registered users can add contributions. If you already have an account, please log in.";
$lang['comment']['create_account']="You can also create an account.";
$lang['comment']['to_moderate']="Comment awaiting administrator approval";
$lang['comment']['posted_in']="posted in";
$lang['comment']['approve']="approve";
$lang['comment']['disapprove']="disapprove";
$lang['comment']['approved']="approved";
$lang['comment']['disapproved']="disapproved";
$lang['comment']['all_approved']="approved";
$lang['comment']['all_disapproved']="disapproved";
$lang['comment']['delete']="delete permanently";
$lang['comment']['registered_user']="registered";
$lang['comment']['published']="Published";
$lang['comment']['awaiting']="Awaiting approval";
$lang['comment_map']['news']="news item";
$lang['comment_map']['project']="project";
$lang['comment_map']['workgroups']="workgroup";
$lang['comment_map']['publication']="publication";
$lang['comment_map']['report']="report";
$lang['comment_map']['indicator']="indicator";
$lang['comment_map']['files']="file";
$lang['comment_map']['contribute']="contribution";
/* nommage rubrique module
* */
$lang['comment']['list']= 'See comments';
$lang['comment']['det']= 'Comment details';
$lang['comment']['unsubscribe_title']='Unsubscribe from automatic email notification for comments';
$lang['comment']['unsubscribe_successful']="You will no longer receive email notifications when new comments are posted.";
/* check integrité des données
* */
$lang['comment']['no_name']="Please enter your name.";
$lang['comment']['no_email']="Please enter your email.";
$lang['comment']['no_body']="Please enter your message.";
/* divers
* */
$lang['comment']['nb_total']="%d comments are stored in the database.";
$lang['comment']['status_filter']='Status filter';
$lang['comment']['module_filter']='Module filter';
$lang['comment']['module']='Module';
$lang['comment']['all']='Show full list';
$lang['comment']['noresult']='There are no comments matching this criteria ';
/* public
* */
$lang['comment']['mail_subject_newcomment']='A new comment was posted - %s';
$lang['comment']['mail_subject_moderate']='Moderate a new comment - %s';
$lang['comment']['mail_body1']='%s posted a new comment in %s';
$lang['comment']['mail_body2']='Moderate';
$lang['comment']['mail_body3']='You are receiving this message because you subscribed to comments notifications. To stop receiving email notifications, follow this link: ';
$lang['comment']['mail_body_auth'] = 'Important: You must be logged in to access the page.';
/* public
* */
$lang['comment']['name2']='comment(s)';
$lang['comment']['contribute_item']='Contributions';
$lang['comment']['contribute_title']='Give your opinion!';
$lang['comment']['contribute_chapo']='The website makes it possible for you to express yourself regarding our projects and policies.';
$lang['comment']['contrib_none']='No contributions have been received so far.';
$lang['comment']['contrib_singular']='Only one contribution has been received so far.';
$lang['comment']['contrib_plural']='%s contributions have been received so far.';
$lang['comment']['help_1']='You can delete a comment by clicking on the associated delete icon.';
$lang['comment']['help_2']='You can approve a comment by clicking on the associated approval icon.';
$lang['comment']['help_3']='You can disapprove any comment by clicking on the associated disapproval icon.';
?>