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

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