PageRenderTime 36ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

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