linea21-languages
[ class tree: linea21-languages ] [ index: linea21-languages ] [ all elements ]

Source for file lang_comment.utf-8.php

Documentation is available at lang_comment.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author Simon Georget <simon@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12. $lang['comment']['section'"Comments";
  13.  
  14. /*
  15.  * Comment
  16.  */
  17. $lang['comment']['nocomment_yet']"No one has commented yet.";
  18. $lang['comment']['add']"Add a new comment";
  19. $lang['comment']['name']"Your name";
  20. $lang['comment']['email']="Your email (not displayed)";
  21. $lang['comment']['website']="Your website";
  22. $lang['comment']['body']="Your message";
  23. $lang['comment']['email_notification']="Receive an email when new comments are posted.";
  24. $lang['comment']['logged-in_post']="You are logged-in as <strong>%s</strong>.";
  25. $lang['comment']['go_to']="See comments";
  26. $lang['comment']['number']="%s comment(s)";
  27. $lang['comment']['comments']="comment(s)";
  28. $lang['comment']['successful']="Your comment has been submited successfully.";
  29. $lang['comment']['moderation_msg']="Comments have to be approved first. Your message will appear after being approved by an administrator.";
  30. $lang['comment']['only_registered']="Only registered users can add comments. If you already have an account, please <a href=\"%s\">log-in</a>.";
  31. $lang['comment']['to_moderate']="Comment is waiting for an administrator approval";
  32. $lang['comment']['posted_in']="posted in";
  33. $lang['comment']['approve']="approve";
  34. $lang['comment']['disapprove']="disapprove";
  35. $lang['comment']['approved']="approved";
  36. $lang['comment']['disapproved']="disapproved";
  37. $lang['comment']['all_approved']="approved";
  38. $lang['comment']['all_disapproved']="disapproved";
  39. $lang['comment']['delete']="delete";
  40. $lang['comment']['registered_user']="[registered]";
  41.  
  42. $lang['comment']['published']="Published";
  43. $lang['comment']['awaiting']="Waiting approval";
  44.  
  45. $lang['comment_map']['news']="news";
  46. $lang['comment_map']['project']="project";
  47. $lang['comment_map']['workgroups']="workgroup";
  48. $lang['comment_map']['publication']="publication";
  49. $lang['comment_map']['report']="report";
  50. $lang['comment_map']['indicator']="indicator";
  51. $lang['comment_map']['files']="file";
  52. $lang['comment_map']['contribute']="contribution";
  53.  
  54. /*    nommage rubrique module
  55.  *      */
  56. $lang['comment']['list']'View comments';
  57. $lang['comment']['det']'Comment detail';
  58. $lang['comment']['unsubscribe_title']='Unsubscribe to email notification';
  59. $lang['comment']['unsubscribe_successful']="You will not receive email notification anymore when new comments are posted.";
  60.  
  61. /*    check integrité des données
  62.  *      */
  63. $lang['comment']['no_name']="Please, enter your name.";
  64. $lang['comment']['no_email']="Please, enter your email.";
  65. $lang['comment']['no_body']="Please, enter your message.";
  66.  
  67.  
  68. /*    divers
  69.  *      */
  70. $lang['comment']['nb_total']="%d comments are stored in the database.";
  71. $lang['comment']['status_filter']='Status filter';
  72. $lang['comment']['module_filter']='Module filter';
  73. $lang['comment']['all']='Diplay the full list';
  74. $lang['comment']['noresult']='No comments for given criterion ';
  75.  
  76.  
  77. /*    public
  78.  *      */
  79. $lang['comment']['mail_subject_newcomment']='%s - a new comment has been posted';
  80. $lang['comment']['mail_subject_moderate']='%s - Moderate a new comment';
  81. $lang['comment']['mail_body1']='%s has posted a new comment in %s';
  82. $lang['comment']['mail_body2']='Moderate';
  83. $lang['comment']['mail_body3']='Your receive this message because you choose to be notified on new comments. To stop receiving email notification, follow this link : ';
  84. $lang['comment']['mail_body_auth''Important : You must be logged-in to access the page.';
  85.  
  86. /*    public
  87.  *      */
  88.  
  89. $lang['comment']['name2']='comment(s)';
  90.  
  91. $lang['comment']['contribute_item']='Contributions';
  92. $lang['comment']['contribute_title']='Give your opinion!';
  93. $lang['comment']['contribute_chapo']='The website gives you the ability to pronounce yourself regarding ou policy. Already %s contributions have been sent to us.';
  94.  
  95. $lang['comment']['help_1']='You can delete any comment by clicking on the delete icon linked in.';
  96. $lang['comment']['help_2']='You can approve any comment by clicking on the approval icon linked in.';
  97. $lang['comment']['help_3']='You can disapprove any comment by clicking on the disapproval icon linked in.';
  98.  
  99. ?>

Documentation generated on Thu, 03 May 2012 15:05:21 +0200 by phpDocumentor 1.4.1