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