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

https://code.google.com/p/mango-py/ · Unknown · 294 lines · 234 code · 60 blank · 0 comment · 0 complexity · 19819517043fe6fead9eaf2794c4f430 MD5 · raw file

  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: rodin <romihardiyanto@gmail.com>\n"
  10. "Language-Team: Indonesian <None>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: id\n"
  15. "Plural-Forms: nplurals=1; plural=0\n"
  16. #: admin.py:12
  17. msgid "Content"
  18. msgstr "Isi"
  19. #: admin.py:15
  20. msgid "Metadata"
  21. msgstr "Metadata"
  22. #: admin.py:42
  23. msgid "flagged"
  24. msgid_plural "flagged"
  25. msgstr[0] "ditandai"
  26. #: admin.py:43
  27. msgid "Flag selected comments"
  28. msgstr "Tandai komentar terpilih"
  29. #: admin.py:47
  30. msgid "approved"
  31. msgid_plural "approved"
  32. msgstr[0] "disetujui"
  33. #: admin.py:48
  34. msgid "Approve selected comments"
  35. msgstr "Setujui komentar terpilih"
  36. #: admin.py:52
  37. msgid "removed"
  38. msgid_plural "removed"
  39. msgstr[0] "dihapus"
  40. #: admin.py:53
  41. msgid "Remove selected comments"
  42. msgstr "Hapus komentar terpilih"
  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] "%(count)s komentar berhasil %(action)s."
  48. #: feeds.py:13
  49. #, python-format
  50. msgid "%(site_name)s comments"
  51. msgstr "komentar pada %(site_name)s"
  52. #: feeds.py:23
  53. #, python-format
  54. msgid "Latest comments on %(site_name)s"
  55. msgstr "Komentar terbaru pada %(site_name)s"
  56. #: forms.py:109
  57. msgid "Name"
  58. msgstr "Nama"
  59. #: forms.py:110
  60. msgid "Email address"
  61. msgstr "Alamat email"
  62. #: forms.py:111
  63. msgid "URL"
  64. msgstr "URL"
  65. #: forms.py:112
  66. msgid "Comment"
  67. msgstr "Komentar"
  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] "Awas! Kata %s tidak diizinkan di sini."
  73. #: forms.py:198
  74. msgid ""
  75. "If you enter anything in this field your comment will be treated as spam"
  76. msgstr "Jika Anda mengisi bidang ini, komentar Anda akan dianggap sebagai spam"
  77. #: models.py:22
  78. msgid "content type"
  79. msgstr "tipe konten"
  80. #: models.py:24
  81. msgid "object ID"
  82. msgstr "ID objek"
  83. #: models.py:50 models.py:168
  84. msgid "user"
  85. msgstr "pengguna"
  86. #: models.py:52
  87. msgid "user's name"
  88. msgstr "nama pengguna"
  89. #: models.py:53
  90. msgid "user's email address"
  91. msgstr "alamat email pengguna"
  92. #: models.py:54
  93. msgid "user's URL"
  94. msgstr "URL pengguna"
  95. #: models.py:56 models.py:76 models.py:169
  96. msgid "comment"
  97. msgstr "komentar"
  98. #: models.py:59
  99. msgid "date/time submitted"
  100. msgstr "tanggal/waktu dikirim"
  101. #: models.py:60
  102. msgid "IP address"
  103. msgstr "alamat IP"
  104. #: models.py:61
  105. msgid "is public"
  106. msgstr "untuk umum"
  107. #: models.py:62
  108. msgid ""
  109. "Uncheck this box to make the comment effectively disappear from the site."
  110. msgstr ""
  111. "Hapus centang pada kotak ini agar komentar tidak ditampilkan pada situs."
  112. #: models.py:64
  113. msgid "is removed"
  114. msgstr "telah dihapus"
  115. #: models.py:65
  116. msgid ""
  117. "Check this box if the comment is inappropriate. A \"This comment has been "
  118. "removed\" message will be displayed instead."
  119. msgstr ""
  120. "Centang kotak ini jika komentar tidak pantas. Pesan \"Komentar ini telah "
  121. "dihapus\" akan ditampilkan sebagai penggantinya."
  122. #: models.py:77
  123. msgid "comments"
  124. msgstr "komentar"
  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. "Komentar ini dikirim oleh seorang pengguna terautentikasi sehingga nama "
  131. "pengguna tidak dapat diubah."
  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. "Komentar ini dikirim oleh seorang pengguna terautentikasi sehingga alamat "
  138. "email tidak dapat diubah."
  139. #: models.py:153
  140. #, python-format
  141. msgid ""
  142. "Posted by %(user)s at %(date)s\n"
  143. "\n"
  144. "%(comment)s\n"
  145. "\n"
  146. "http://%(domain)s%(url)s"
  147. msgstr ""
  148. "Dikirim oleh %(user)s pada %(date)s\n"
  149. "\n"
  150. "%(comment)s\n"
  151. "\n"
  152. "http://%(domain)s%(url)s"
  153. #: models.py:170
  154. msgid "flag"
  155. msgstr "tanda"
  156. #: models.py:171
  157. msgid "date"
  158. msgstr "tanggal"
  159. #: models.py:181
  160. msgid "comment flag"
  161. msgstr "tanda komentar"
  162. #: models.py:182
  163. msgid "comment flags"
  164. msgstr "tanda komentar"
  165. #: templates/comments/approve.html:4
  166. msgid "Approve a comment"
  167. msgstr "Setujui komentar"
  168. #: templates/comments/approve.html:7
  169. msgid "Really make this comment public?"
  170. msgstr "Yakin ingin menampilkan komentar ini untuk umum?"
  171. #: templates/comments/approve.html:12
  172. msgid "Approve"
  173. msgstr "Setujui"
  174. #: templates/comments/approved.html:4
  175. msgid "Thanks for approving"
  176. msgstr "Terima kasih telah menyetujui komentar"
  177. #: templates/comments/approved.html:7 templates/comments/deleted.html:7
  178. #: templates/comments/flagged.html:7
  179. msgid ""
  180. "Thanks for taking the time to improve the quality of discussion on our site"
  181. msgstr ""
  182. "Terima kasih telah membantu meningkatkan kualitas diskusi pada situs kami"
  183. #: templates/comments/delete.html:4
  184. msgid "Remove a comment"
  185. msgstr "Hapus komentar"
  186. #: templates/comments/delete.html:7
  187. msgid "Really remove this comment?"
  188. msgstr "Yakin ingin menghapus komentar ini?"
  189. #: templates/comments/delete.html:12
  190. msgid "Remove"
  191. msgstr "Hapus"
  192. #: templates/comments/deleted.html:4
  193. msgid "Thanks for removing"
  194. msgstr "Terima kasih telah menghapus"
  195. #: templates/comments/flag.html:4
  196. msgid "Flag this comment"
  197. msgstr "Tandai komentar ini"
  198. #: templates/comments/flag.html:7
  199. msgid "Really flag this comment?"
  200. msgstr "Yakin ingin menandai komentar ini?"
  201. #: templates/comments/flag.html:12
  202. msgid "Flag"
  203. msgstr "Tandai"
  204. #: templates/comments/flagged.html:4
  205. msgid "Thanks for flagging"
  206. msgstr "Terima kasih telah menandai"
  207. #: templates/comments/form.html:17 templates/comments/preview.html:32
  208. msgid "Post"
  209. msgstr "Kirim"
  210. #: templates/comments/form.html:18 templates/comments/preview.html:33
  211. msgid "Preview"
  212. msgstr "Pratinjau"
  213. #: templates/comments/posted.html:4
  214. msgid "Thanks for commenting"
  215. msgstr "Terima kasih telah meninggalkan komentar"
  216. #: templates/comments/posted.html:7
  217. msgid "Thank you for your comment"
  218. msgstr "Terima kasih atas komentar Anda"
  219. #: templates/comments/preview.html:4 templates/comments/preview.html.py:13
  220. msgid "Preview your comment"
  221. msgstr "Pratinjau komentar Anda"
  222. #: templates/comments/preview.html:11
  223. msgid "Please correct the error below"
  224. msgid_plural "Please correct the errors below"
  225. msgstr[0] "Mohon perbaiki kesalahan di bawah ini"
  226. #: templates/comments/preview.html:16
  227. msgid "and"
  228. msgstr "dan"
  229. #: templates/comments/preview.html:16
  230. msgid "Post your comment"
  231. msgstr "Kirim komentar Anda"
  232. #: templates/comments/preview.html:16
  233. msgid "or make changes"
  234. msgstr "atau lakukan perubahan"