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