Davinel

Comments

Aug 19th, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. ; JComments - Joomla Comment System
  2. ; Copyright (C) 2006-2013 JoomlaTune.ru. All rights reserved.
  3. ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
  4. ; Note : All ini files need to be saved as UTF-8 - No BOM
  5.  
  6. ;
  7. ; JComments frontend constants
  8. ;
  9. ; content plugin's links
  10. LINK_READ_COMMENTS="Comments (%s)"
  11. LINK_READ_COMMENTS_1="%s comment"
  12. LINK_READ_COMMENTS_MORE="%s comments"
  13. LINK_ADD_COMMENT="Add new comment"
  14. LINK_READ_MORE="More..."
  15. LINK_REGISTER_TO_READ_MORE="Register to read more..."
  16. ARTICLE_HITS="Hits: %s"
  17.  
  18. ; comments list
  19. COMMENTS_LIST_HEADER="Comments"
  20. COMMENT_TITLE_RE="RE:"
  21. COMMENT_TEXT_CODE="Code:"
  22. COMMENT_TEXT_COMMENT_HAS_BEEN_DELETED="This comment has been deleted by Administrator"
  23. COMMENT_TEXT_QUOTE="Quote:"
  24. COMMENT_TEXT_QUOTE_EXTENDED="Quoting %s:"
  25. BUTTON_QUOTE="Quote"
  26. BUTTON_REPLY="Reply"
  27. BUTTON_REPLY_WITH_QUOTE="Reply with quote"
  28. BUTTON_RSS="RSS feed for comments to this post"
  29. BUTTON_REFRESH="Refresh comments list"
  30. BUTTON_VOTE_GOOD="Good comment!"
  31. BUTTON_VOTE_BAD="Bad comment!"
  32. BUTTON_REPORT="Report to administrator"
  33.  
  34. ; date and time format
  35. DATE_FORMAT="Y-m-d"
  36. TIME_FORMAT="H:i"
  37. DATETIME_FORMAT="Y-m-d H:i"
  38.  
  39. ; rss feed
  40. OBJECT_FEED_DESCRIPTION="Discuss %s"
  41. OBJECT_FEED_ITEM_TITLE="%s says:"
  42. SITE_FEED_TITLE="Comments"
  43. SITE_FEED_DESCRIPTION="Discuss %s"
  44. SITE_FEED_ITEM_DESCRIPTION="%s says: "%s""
  45. USER_FEED_TITLE="Comments by "%s""
  46. USER_FEED_DESCRIPTION="Comments by user "%s""
  47. USER_FEED_ITEM_DESCRIPTION="%s says: "%s""
  48.  
  49. ; comments form
  50. FORM_HEADER="Add comment"
  51. FORM_SEND="Send"
  52. FORM_SEND_HINT="Send (Ctrl+Enter)"
  53. FORM_NAME="Name"
  54. FORM_NAME_REQUIRED="Name (required)"
  55. FORM_EMAIL="E-mail"
  56. FORM_EMAIL_REQUIRED="E-mail (required, but will not display)"
  57. FORM_HOMEPAGE="Website"
  58. FORM_HOMEPAGE_REQUIRED="Website (required)"
  59. FORM_TITLE="Title"
  60. FORM_TITLE_REQUIRED="Title (required)"
  61. FORM_CHARSLEFT_PREFIX=""
  62. FORM_CHARSLEFT_SUFFIX=" symbols left"
  63. FORM_CAPTCHA="Security code"
  64. FORM_CAPTCHA_REFRESH="Refresh"
  65. FORM_CAPTCHA_DESC="This step helps prevent unfair use of automated programs. If you can not read this code click on Refresh link and try a different one."
  66. FORM_SAVE="Save"
  67. FORM_CANCEL="Cancel"
  68. FORM_SUBSCRIBE="Notify me of follow-up comments"
  69.  
  70. ; bbcode buttons
  71. FORM_BBCODE_B="Bold"
  72. FORM_BBCODE_I="Italic"
  73. FORM_BBCODE_U="Underlined"
  74. FORM_BBCODE_S="Striked"
  75. FORM_BBCODE_URL="Link"
  76. FORM_BBCODE_IMG="Image"
  77. FORM_BBCODE_QUOTE="Quote"
  78. FORM_BBCODE_LIST="List"
  79. FORM_BBCODE_HIDE="Hidden text (only for registered)"
  80.  
  81. ; bbcode messages
  82. BBCODE_HINT_ENTER_TEXT="Enter text"
  83. BBCODE_HINT_ENTER_FULL_URL_TO_THE_IMAGE="Enter full URL to the image"
  84. BBCODE_HINT_ENTER_FULL_URL="Enter full URL"
  85. BBCODE_HINT_ENTER_TEXT_TO_QUOTE="Enter text to quote"
  86. BBCODE_HINT_ENTER_LIST_ITEM_TEXT="Enter list item text"
  87. BBCODE_HINT_ENTER_TEXT_TO_HIDE_IT_FROM_UNREGISTERED="Enter text to hide from unregistered"
  88. BBCODE_MESSAGE_HIDDEN_TEXT="Only registered users can view hidden text!"
  89.  
  90. ; comment moderation toolbar
  91. BUTTON_EDIT="Change"
  92. BUTTON_DELETE="Delete"
  93. BUTTON_DELETE_CONIRM="Delete comment?"
  94. BUTTON_PUBLISH="Publish"
  95. BUTTON_UNPUBLISH="Unpublish"
  96. BUTTON_IP="IP"
  97. BUTTON_MAILTO="Write e-mail"
  98. BUTTON_BANIP="Ban IP"
  99.  
  100. ; administrator notification
  101. NOTIFICATION_SUBJECT_NEW="Comment has been added: %s"
  102. NOTIFICATION_SUBJECT_UPDATED="Comment has been changed: %s"
  103. NOTIFICATION_DISCUSSION="Discuss:"
  104. NOTIFICATION_COMMENT_TITLE="Content item title"
  105. NOTIFICATION_COMMENT_LINK="Link to the comment"
  106. NOTIFICATION_COMMENT_DATE="Date"
  107. NOTIFICATION_COMMENT_NAME="Comment author"
  108. NOTIFICATION_COMMENT_EMAIL="Author's E-mail"
  109. NOTIFICATION_COMMENT_HOMEPAGE="Author's site"
  110. NOTIFICATION_COMMENT_TEXT="Comment text"
  111. NOTIFICATION_COMMENT_UNSUBSCRIBE_MESSAGE="This message was sent to you because you chose to be notified about new comments related to "%s". You can unsubscribe by clicking on the link below"
  112. NOTIFICATION_COMMENT_UNSUBSCRIBE_LINK="Unsubscribe"
  113.  
  114. ; subcription messages
  115. BUTTON_UNSUBSCRIBE="Unsubscribe"
  116. BUTTON_SUBSCRIBE="Subscribe"
  117. SUCCESSFULLY_UNSUBSCRIBED="You have been successfully unsubscribed!"
  118. ERROR_ALREADY_SUBSCRIBED="Already subscribed!"
  119.  
  120. ; report comment
  121. REPORT_TO_ADMINISTRATOR="Report to administrator"
  122. REPORT_NAME="Name"
  123. REPORT_GUEST="Guest"
  124. REPORT_REASON="Reason"
  125. REPORT_REASON_UNKNOWN_REASON="Unknown reason"
  126. REPORT_SUBMIT="Submit"
  127. REPORT_CANCEL="Cancel"
  128. REPORT_SUCCESSFULLY_SENT="Report successfully sent!"
  129. ERROR_COMMENT_ALREADY_REPORTED="Comment already reported to the site administrator"
  130.  
  131. REPORT_NOTIFICATION_SUBJECT="Reported comment"
  132. REPORT_NOTIFICATION_MESSAGE="The following comment by "%1$s" has been reported by "%2$s""
  133. REPORT_NOTIFICATION_MESSAGE_REASON="The reporter gave the following reason"
  134.  
  135. ; common messages
  136. THANK_YOU_FOR_YOUR_SUBMISSION="Thank you for your submission!"
  137. THANK_YOU_YOUR_COMMENT_WILL_BE_PUBLISHED_ONCE_REVIEWED="Thank you, your comment will be published once reviewed."
  138.  
  139. ; error messages
  140. ERROR_EMPTY_NAME="Please enter your name!"
  141. ERROR_NAME_EXISTS="This name is already in use. Please login or try another name."
  142. ERROR_EMAIL_EXISTS="This e-mail address is already used by a registered user. Please login or try another address."
  143. ERROR_FORBIDDEN_NAME="Specified name is located in the list of forbidden words.\nPlease try another name."
  144. ERROR_INVALID_NAME="This name consists of forbidden symbols.\nPlease do not use quotation marks or square brackets [ and ] in the name."
  145. ERROR_YOUR_COMMENT_IS_TOO_LONG="Comment is too long!"
  146. ERROR_YOUR_COMMENT_IS_TOO_SHORT="Your comment is too short!"
  147. ERROR_NOTHING_EXCEPT_QUOTES="Your message consists only of a quote of another comment. May be you forgot to comment this quote?"
  148. ERROR_TOO_LONG_USERNAME="Username is too long!"
  149. ERROR_TOO_QUICK="You have recently added a new comment, please try again later."
  150. ERROR_NOTHING_TO_QUOTE="There is no text for quoting!"
  151. ERROR_EMPTY_EMAIL="Please enter your e-mail!"
  152. ERROR_INCORRECT_EMAIL="Please enter a valid e-mail!"
  153. ERROR_EMPTY_HOMEPAGE="Please enter site URL!"
  154. ERROR_EMPTY_TITLE="Please enter a comment title!"
  155. ERROR_EMPTY_COMMENT="Please enter text of your comment!"
  156. ERROR_CAPTCHA="Please enter security code displayed in the image!"
  157. ERROR_DUPLICATE_COMMENT="You have already posted the same comment."
  158. ERROR_CANT_COMMENT="You have no rights to add a new comment. May be you need to register on the site."
  159. ERROR_CANT_DELETE="You have no rights to delete comments."
  160. ERROR_CANT_PUBLISH="You have no rights for publishing comments."
  161. ERROR_CANT_EDIT="You have no rights for editing comments."
  162. ERROR_BEING_EDITTED="This comment is currently being edited by another person"
  163. ERROR_NOT_FOUND="Can not find comment message!\n May be it has been deleted or unpublished by administrator."
  164. ERROR_ALREADY_VOTED="You have already voted for this comment!"
  165. ERROR_CANT_VOTE="You do not have enough rights to vote!"
  166. ERROR_SUBSCRIPTION_EMAIL="Provide your e-mail to receive notifications about new comments."
  167. ERROR_YOU_HAVE_NO_RIGHTS_TO_USE_THIS_TAG="You have no rights to use this tag."
  168. ERROR_YOU_CAN_NOT_REPORT_THE_SAME_COMMENT_MORE_THAN_ONCE="You can not report the same comment more than once!"
  169. ERROR_YOU_HAVE_NO_RIGHTS_TO_REPORT="You have no rights to report a comment!"
  170. ERROR_NO_REASON_FOR_REPORT="Please enter the reason for your report!"
  171. ERROR_SESSION_EXPIRED="Your session has expired. Please log in again."
  172.  
  173. ; blacklist
  174. SUCCESSFULLY_BANNED="IP-address of this comment's author has been successfully blacklisted."
  175. ERROR_IP_ALREADY_BANNED="IP-address of this comment's author is already blacklisted!"
  176. ERROR_YOU_CAN_NOT_BAN_YOUR_IP="You can not blacklist your own current IP-address!"
  177.  
  178. ; quick moderation
  179. QUICK_MODERATION="Quick moderation"
  180. ERROR_QUICK_MODERATION_DISABLED="Quick moderation function is disabled by administrator!"
  181. ERROR_QUICK_MODERATION_INCORRECT_HASH="Incorrect hash for this operation!"
Advertisement
Add Comment
Please, Sign In to add comment