PageRenderTime 41ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

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

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