PageRenderTime 42ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://code.google.com/p/mango-py/
Unknown | 294 lines | 234 code | 60 blank | 0 comment | 0 complexity | bd3d855f803399a96f9576baefe587d8 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:43+0000\n"
  9. "Last-Translator: Jannis <jannis@leidel.info>\n"
  10. "Language-Team: Hebrew <>\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Language: he\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] "????? ??? %(action)s ??????"
  51. msgstr[1] "%(count)s ?????? %(action)s ??????"
  52. #: feeds.py:13
  53. #, python-format
  54. msgid "%(site_name)s comments"
  55. msgstr "?????? ???? %(site_name)s"
  56. #: feeds.py:23
  57. #, python-format
  58. msgid "Latest comments on %(site_name)s"
  59. msgstr "??????? ???????? ?? %(site_name)s"
  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 "URL"
  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] "???? ?? ?????! ????? %s ????? ?????? ???."
  77. msgstr[1] "???? ?? ?????! ?????? %s ?????? ?????? ???."
  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 "????? IP"
  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. "?? ???? ???? ?? ???? ????? ?? ?????. ????? \"????? ?? ?????\" ???? ????? "
  125. "??????."
  126. #: models.py:77
  127. msgid "comments"
  128. msgstr "??????"
  129. #: models.py:119
  130. msgid ""
  131. "This comment was posted by an authenticated user and thus the name is read-"
  132. "only."
  133. msgstr "????? ?? ????? ?\"? ????? ????? ??? ??? ???? ???? ??????."
  134. #: models.py:128
  135. msgid ""
  136. "This comment was posted by an authenticated user and thus the email is read-"
  137. "only."
  138. msgstr "????? ?? ????? ?\"? ????? ????? ??? ????? ????\"? ???? ????? ??????."
  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. "???? ?\"? %(user)s ? %(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 "????"
  156. #: models.py:171
  157. msgid "date"
  158. msgstr "?????"
  159. #: models.py:181
  160. msgid "comment flag"
  161. msgstr "??? ????"
  162. #: models.py:182
  163. msgid "comment flags"
  164. msgstr "???? ????"
  165. #: templates/comments/approve.html:4
  166. msgid "Approve a comment"
  167. msgstr "??? ????"
  168. #: templates/comments/approve.html:7
  169. msgid "Really make this comment public?"
  170. msgstr "???? ????? ?? ?????? ????????"
  171. #: templates/comments/approve.html:12
  172. msgid "Approve"
  173. msgstr "???"
  174. #: templates/comments/approved.html:4
  175. msgid "Thanks for approving"
  176. msgstr "???? ?? ????? ??????"
  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. #: templates/comments/delete.html:4
  183. msgid "Remove a comment"
  184. msgstr "??? ?????"
  185. #: templates/comments/delete.html:7
  186. msgid "Really remove this comment?"
  187. msgstr "???? ????? ????? ???"
  188. #: templates/comments/delete.html:12
  189. msgid "Remove"
  190. msgstr "?????"
  191. #: templates/comments/deleted.html:4
  192. msgid "Thanks for removing"
  193. msgstr "???? ?? ?????"
  194. #: templates/comments/flag.html:4
  195. msgid "Flag this comment"
  196. msgstr "??? ????? ??"
  197. #: templates/comments/flag.html:7
  198. msgid "Really flag this comment?"
  199. msgstr "???? ???? ????? ???"
  200. #: templates/comments/flag.html:12
  201. msgid "Flag"
  202. msgstr "????"
  203. #: templates/comments/flagged.html:4
  204. msgid "Thanks for flagging"
  205. msgstr "???? ?? ??????"
  206. #: templates/comments/form.html:17 templates/comments/preview.html:32
  207. msgid "Post"
  208. msgstr "????"
  209. #: templates/comments/form.html:18 templates/comments/preview.html:33
  210. msgid "Preview"
  211. msgstr "????? ??????"
  212. #: templates/comments/posted.html:4
  213. msgid "Thanks for commenting"
  214. msgstr "???? ?? ??????"
  215. #: templates/comments/posted.html:7
  216. msgid "Thank you for your comment"
  217. msgstr "???? ?? ??????"
  218. #: templates/comments/preview.html:4 templates/comments/preview.html.py:13
  219. msgid "Preview your comment"
  220. msgstr "????? ?????? ?? ??????"
  221. #: templates/comments/preview.html:11
  222. msgid "Please correct the error below"
  223. msgid_plural "Please correct the errors below"
  224. msgstr[0] "????? ???? ?? ?????? ????"
  225. msgstr[1] "??? ??? ?? ?????? ????"
  226. #: templates/comments/preview.html:16
  227. msgid "and"
  228. msgstr "?"
  229. #: templates/comments/preview.html:16
  230. msgid "Post your comment"
  231. msgstr "???? ?? ??????"
  232. #: templates/comments/preview.html:16
  233. msgid "or make changes"
  234. msgstr "?? ???? ???????"