/django/contrib/comments/locale/ja/LC_MESSAGES/django.po
Unknown | 293 lines | 233 code | 60 blank | 0 comment | 0 complexity | 1e2f5d14509c4710a7fd98a66d783224 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:15-0400\n" 8"PO-Revision-Date: 2011-03-04 18:43+0000\n" 9"Last-Translator: Jannis <jannis@leidel.info>\n" 10"Language-Team: Japanese <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: ja\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] "%(count)s??????%(action)s?" 57 58#: feeds.py:13 59#, python-format 60msgid "%(site_name)s comments" 61msgstr "%(site_name)s ?????" 62 63#: feeds.py:23 64#, python-format 65msgid "Latest comments on %(site_name)s" 66msgstr "%(site_name)s ???????" 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 "URL" 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] "??????????? %s ????????????" 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 "?????? ID" 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 "URL" 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 "IP ????" 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 141#: models.py:64 142msgid "is removed" 143msgstr "????????" 144 145#: models.py:65 146msgid "" 147"Check this box if the comment is inappropriate. A \"This comment has been " 148"removed\" message will be displayed instead." 149msgstr "" 150"?????????????????????????????????????" 151"????????????????" 152 153#: models.py:77 154msgid "comments" 155msgstr "????" 156 157#: models.py:119 158msgid "" 159"This comment was posted by an authenticated user and thus the name is read-" 160"only." 161msgstr "" 162"?????????????????????????????????????" 163"??" 164 165#: models.py:128 166msgid "" 167"This comment was posted by an authenticated user and thus the email is read-" 168"only." 169msgstr "" 170"??????????????????????????????????????" 171"??????" 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] "????????????????" 282 283#: templates/comments/preview.html:16 284msgid "and" 285msgstr "?" 286 287#: templates/comments/preview.html:16 288msgid "Post your comment" 289msgstr "???????" 290 291#: templates/comments/preview.html:16 292msgid "or make changes" 293msgstr "?????"