/django/contrib/comments/locale/he/LC_MESSAGES/django.po
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# 3msgid "" 4msgstr "" 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 17#: admin.py:12 18msgid "Content" 19msgstr "????" 20 21#: admin.py:15 22msgid "Metadata" 23msgstr "??????????" 24 25#: admin.py:42 26msgid "flagged" 27msgid_plural "flagged" 28msgstr[0] "?????" 29msgstr[1] "?????" 30 31#: admin.py:43 32msgid "Flag selected comments" 33msgstr "??? ?????? ??????" 34 35#: admin.py:47 36msgid "approved" 37msgid_plural "approved" 38msgstr[0] "?????" 39msgstr[1] "?????" 40 41#: admin.py:48 42msgid "Approve selected comments" 43msgstr "??? ?????? ??????" 44 45#: admin.py:52 46msgid "removed" 47msgid_plural "removed" 48msgstr[0] "?????" 49msgstr[1] "?????" 50 51#: admin.py:53 52msgid "Remove selected comments" 53msgstr "??? ?????? ??????" 54 55#: admin.py:65 56#, python-format 57msgid "1 comment was successfully %(action)s." 58msgid_plural "%(count)s comments were successfully %(action)s." 59msgstr[0] "????? ??? %(action)s ??????" 60msgstr[1] "%(count)s ?????? %(action)s ??????" 61 62#: feeds.py:13 63#, python-format 64msgid "%(site_name)s comments" 65msgstr "?????? ???? %(site_name)s" 66 67#: feeds.py:23 68#, python-format 69msgid "Latest comments on %(site_name)s" 70msgstr "??????? ???????? ?? %(site_name)s" 71 72#: forms.py:109 73msgid "Name" 74msgstr "??" 75 76#: forms.py:110 77msgid "Email address" 78msgstr "????? ???\"?" 79 80#: forms.py:111 81msgid "URL" 82msgstr "URL" 83 84#: forms.py:112 85msgid "Comment" 86msgstr "?????" 87 88#: forms.py:191 89#, python-format 90msgid "Watch your mouth! The word %s is not allowed here." 91msgid_plural "Watch your mouth! The words %s are not allowed here." 92msgstr[0] "???? ?? ?????! ????? %s ????? ?????? ???." 93msgstr[1] "???? ?? ?????! ?????? %s ?????? ?????? ???." 94 95#: forms.py:198 96msgid "" 97"If you enter anything in this field your comment will be treated as spam" 98msgstr "?? ???? ???? ???? ?? ?????? ????? ?????" 99 100#: models.py:22 101msgid "content type" 102msgstr "??? ????" 103 104#: models.py:24 105msgid "object ID" 106msgstr "???? ???????" 107 108#: models.py:50 models.py:168 109msgid "user" 110msgstr "?????" 111 112#: models.py:52 113msgid "user's name" 114msgstr "?? ?????" 115 116#: models.py:53 117msgid "user's email address" 118msgstr "????? ???\"? ?????" 119 120#: models.py:54 121msgid "user's URL" 122msgstr "??? ??????" 123 124#: models.py:56 models.py:76 models.py:169 125msgid "comment" 126msgstr "?????" 127 128#: models.py:59 129msgid "date/time submitted" 130msgstr "?????/??? ????" 131 132#: models.py:60 133msgid "IP address" 134msgstr "????? IP" 135 136#: models.py:61 137msgid "is public" 138msgstr "????? " 139 140#: models.py:62 141msgid "" 142"Uncheck this box to make the comment effectively disappear from the site." 143msgstr "????? ????? ????? ????? ????? ?? ?????? ?????" 144 145#: models.py:64 146msgid "is removed" 147msgstr "??? ????" 148 149#: models.py:65 150msgid "" 151"Check this box if the comment is inappropriate. A \"This comment has been " 152"removed\" message will be displayed instead." 153msgstr "" 154"?? ???? ???? ?? ???? ????? ?? ?????. ????? \"????? ?? ?????\" ???? ????? " 155"??????." 156 157#: models.py:77 158msgid "comments" 159msgstr "??????" 160 161#: models.py:119 162msgid "" 163"This comment was posted by an authenticated user and thus the name is read-" 164"only." 165msgstr "????? ?? ????? ?\"? ????? ????? ??? ??? ???? ???? ??????." 166 167#: models.py:128 168msgid "" 169"This comment was posted by an authenticated user and thus the email is read-" 170"only." 171msgstr "????? ?? ????? ?\"? ????? ????? ??? ????? ????\"? ???? ????? ??????." 172 173#: models.py:153 174#, python-format 175msgid "" 176"Posted by %(user)s at %(date)s\n" 177"\n" 178"%(comment)s\n" 179"\n" 180"http://%(domain)s%(url)s" 181msgstr "" 182"???? ?\"? %(user)s ? %(date)s\n" 183"\n" 184"%(comment)s\n" 185"\n" 186"http://%(domain)s%(url)s" 187 188#: models.py:170 189msgid "flag" 190msgstr "????" 191 192#: models.py:171 193msgid "date" 194msgstr "?????" 195 196#: models.py:181 197msgid "comment flag" 198msgstr "??? ????" 199 200#: models.py:182 201msgid "comment flags" 202msgstr "???? ????" 203 204#: templates/comments/approve.html:4 205msgid "Approve a comment" 206msgstr "??? ????" 207 208#: templates/comments/approve.html:7 209msgid "Really make this comment public?" 210msgstr "???? ????? ?? ?????? ????????" 211 212#: templates/comments/approve.html:12 213msgid "Approve" 214msgstr "???" 215 216#: templates/comments/approved.html:4 217msgid "Thanks for approving" 218msgstr "???? ?? ????? ??????" 219 220#: templates/comments/approved.html:7 templates/comments/deleted.html:7 221#: templates/comments/flagged.html:7 222msgid "" 223"Thanks for taking the time to improve the quality of discussion on our site" 224msgstr "???? ?? ?????? ????? ??? ???? ?? ????? ????? ???? ????" 225 226#: templates/comments/delete.html:4 227msgid "Remove a comment" 228msgstr "??? ?????" 229 230#: templates/comments/delete.html:7 231msgid "Really remove this comment?" 232msgstr "???? ????? ????? ???" 233 234#: templates/comments/delete.html:12 235msgid "Remove" 236msgstr "?????" 237 238#: templates/comments/deleted.html:4 239msgid "Thanks for removing" 240msgstr "???? ?? ?????" 241 242#: templates/comments/flag.html:4 243msgid "Flag this comment" 244msgstr "??? ????? ??" 245 246#: templates/comments/flag.html:7 247msgid "Really flag this comment?" 248msgstr "???? ???? ????? ???" 249 250#: templates/comments/flag.html:12 251msgid "Flag" 252msgstr "????" 253 254#: templates/comments/flagged.html:4 255msgid "Thanks for flagging" 256msgstr "???? ?? ??????" 257 258#: templates/comments/form.html:17 templates/comments/preview.html:32 259msgid "Post" 260msgstr "????" 261 262#: templates/comments/form.html:18 templates/comments/preview.html:33 263msgid "Preview" 264msgstr "????? ??????" 265 266#: templates/comments/posted.html:4 267msgid "Thanks for commenting" 268msgstr "???? ?? ??????" 269 270#: templates/comments/posted.html:7 271msgid "Thank you for your comment" 272msgstr "???? ?? ??????" 273 274#: templates/comments/preview.html:4 templates/comments/preview.html.py:13 275msgid "Preview your comment" 276msgstr "????? ?????? ?? ??????" 277 278#: templates/comments/preview.html:11 279msgid "Please correct the error below" 280msgid_plural "Please correct the errors below" 281msgstr[0] "????? ???? ?? ?????? ????" 282msgstr[1] "??? ??? ?? ?????? ????" 283 284#: templates/comments/preview.html:16 285msgid "and" 286msgstr "?" 287 288#: templates/comments/preview.html:16 289msgid "Post your comment" 290msgstr "???? ?? ??????" 291 292#: templates/comments/preview.html:16 293msgid "or make changes" 294msgstr "?? ???? ???????"