PageRenderTime 32ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/django/contrib/comments/locale/en/LC_MESSAGES/django.po

https://code.google.com/p/mango-py/
Unknown | 285 lines | 225 code | 60 blank | 0 comment | 0 complexity | 1bd24f5883ad6e2a7de74445df450bab MD5 | raw file
Possible License(s): BSD-3-Clause
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2011-03-15 13:14-0400\n"
  8. "PO-Revision-Date: 2010-05-13 15:35+0200\n"
  9. "Last-Translator: Django team\n"
  10. "Language-Team: English <en@li.org>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. #: admin.py:12
  15. msgid "Content"
  16. msgstr ""
  17. #: admin.py:15
  18. msgid "Metadata"
  19. msgstr ""
  20. #: admin.py:42
  21. msgid "flagged"
  22. msgid_plural "flagged"
  23. msgstr[0] ""
  24. msgstr[1] ""
  25. #: admin.py:43
  26. msgid "Flag selected comments"
  27. msgstr ""
  28. #: admin.py:47
  29. msgid "approved"
  30. msgid_plural "approved"
  31. msgstr[0] ""
  32. msgstr[1] ""
  33. #: admin.py:48
  34. msgid "Approve selected comments"
  35. msgstr ""
  36. #: admin.py:52
  37. msgid "removed"
  38. msgid_plural "removed"
  39. msgstr[0] ""
  40. msgstr[1] ""
  41. #: admin.py:53
  42. msgid "Remove selected comments"
  43. msgstr ""
  44. #: admin.py:65
  45. #, python-format
  46. msgid "1 comment was successfully %(action)s."
  47. msgid_plural "%(count)s comments were successfully %(action)s."
  48. msgstr[0] ""
  49. msgstr[1] ""
  50. #: feeds.py:13
  51. #, python-format
  52. msgid "%(site_name)s comments"
  53. msgstr ""
  54. #: feeds.py:23
  55. #, python-format
  56. msgid "Latest comments on %(site_name)s"
  57. msgstr ""
  58. #: forms.py:109
  59. msgid "Name"
  60. msgstr ""
  61. #: forms.py:110
  62. msgid "Email address"
  63. msgstr ""
  64. #: forms.py:111
  65. msgid "URL"
  66. msgstr ""
  67. #: forms.py:112
  68. msgid "Comment"
  69. msgstr ""
  70. #: forms.py:191
  71. #, python-format
  72. msgid "Watch your mouth! The word %s is not allowed here."
  73. msgid_plural "Watch your mouth! The words %s are not allowed here."
  74. msgstr[0] ""
  75. msgstr[1] ""
  76. #: forms.py:198
  77. msgid ""
  78. "If you enter anything in this field your comment will be treated as spam"
  79. msgstr ""
  80. #: models.py:22
  81. msgid "content type"
  82. msgstr ""
  83. #: models.py:24
  84. msgid "object ID"
  85. msgstr ""
  86. #: models.py:50 models.py:168
  87. msgid "user"
  88. msgstr ""
  89. #: models.py:52
  90. msgid "user's name"
  91. msgstr ""
  92. #: models.py:53
  93. msgid "user's email address"
  94. msgstr ""
  95. #: models.py:54
  96. msgid "user's URL"
  97. msgstr ""
  98. #: models.py:56 models.py:76 models.py:169
  99. msgid "comment"
  100. msgstr ""
  101. #: models.py:59
  102. msgid "date/time submitted"
  103. msgstr ""
  104. #: models.py:60
  105. msgid "IP address"
  106. msgstr ""
  107. #: models.py:61
  108. msgid "is public"
  109. msgstr ""
  110. #: models.py:62
  111. msgid ""
  112. "Uncheck this box to make the comment effectively disappear from the site."
  113. msgstr ""
  114. #: models.py:64
  115. msgid "is removed"
  116. msgstr ""
  117. #: models.py:65
  118. msgid ""
  119. "Check this box if the comment is inappropriate. A \"This comment has been "
  120. "removed\" message will be displayed instead."
  121. msgstr ""
  122. #: models.py:77
  123. msgid "comments"
  124. msgstr ""
  125. #: models.py:119
  126. msgid ""
  127. "This comment was posted by an authenticated user and thus the name is read-"
  128. "only."
  129. msgstr ""
  130. #: models.py:128
  131. msgid ""
  132. "This comment was posted by an authenticated user and thus the email is read-"
  133. "only."
  134. msgstr ""
  135. #: models.py:153
  136. #, python-format
  137. msgid ""
  138. "Posted by %(user)s at %(date)s\n"
  139. "\n"
  140. "%(comment)s\n"
  141. "\n"
  142. "http://%(domain)s%(url)s"
  143. msgstr ""
  144. #: models.py:170
  145. msgid "flag"
  146. msgstr ""
  147. #: models.py:171
  148. msgid "date"
  149. msgstr ""
  150. #: models.py:181
  151. msgid "comment flag"
  152. msgstr ""
  153. #: models.py:182
  154. msgid "comment flags"
  155. msgstr ""
  156. #: templates/comments/approve.html:4
  157. msgid "Approve a comment"
  158. msgstr ""
  159. #: templates/comments/approve.html:7
  160. msgid "Really make this comment public?"
  161. msgstr ""
  162. #: templates/comments/approve.html:12
  163. msgid "Approve"
  164. msgstr ""
  165. #: templates/comments/approved.html:4
  166. msgid "Thanks for approving"
  167. msgstr ""
  168. #: templates/comments/approved.html:7 templates/comments/deleted.html:7
  169. #: templates/comments/flagged.html:7
  170. msgid ""
  171. "Thanks for taking the time to improve the quality of discussion on our site"
  172. msgstr ""
  173. #: templates/comments/delete.html:4
  174. msgid "Remove a comment"
  175. msgstr ""
  176. #: templates/comments/delete.html:7
  177. msgid "Really remove this comment?"
  178. msgstr ""
  179. #: templates/comments/delete.html:12
  180. msgid "Remove"
  181. msgstr ""
  182. #: templates/comments/deleted.html:4
  183. msgid "Thanks for removing"
  184. msgstr ""
  185. #: templates/comments/flag.html:4
  186. msgid "Flag this comment"
  187. msgstr ""
  188. #: templates/comments/flag.html:7
  189. msgid "Really flag this comment?"
  190. msgstr ""
  191. #: templates/comments/flag.html:12
  192. msgid "Flag"
  193. msgstr ""
  194. #: templates/comments/flagged.html:4
  195. msgid "Thanks for flagging"
  196. msgstr ""
  197. #: templates/comments/form.html:17 templates/comments/preview.html:32
  198. msgid "Post"
  199. msgstr ""
  200. #: templates/comments/form.html:18 templates/comments/preview.html:33
  201. msgid "Preview"
  202. msgstr ""
  203. #: templates/comments/posted.html:4
  204. msgid "Thanks for commenting"
  205. msgstr ""
  206. #: templates/comments/posted.html:7
  207. msgid "Thank you for your comment"
  208. msgstr ""
  209. #: templates/comments/preview.html:4 templates/comments/preview.html.py:13
  210. msgid "Preview your comment"
  211. msgstr ""
  212. #: templates/comments/preview.html:11
  213. msgid "Please correct the error below"
  214. msgid_plural "Please correct the errors below"
  215. msgstr[0] ""
  216. msgstr[1] ""
  217. #: templates/comments/preview.html:16
  218. msgid "and"
  219. msgstr ""
  220. #: templates/comments/preview.html:16
  221. msgid "Post your comment"
  222. msgstr ""
  223. #: templates/comments/preview.html:16
  224. msgid "or make changes"
  225. msgstr ""