PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

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