/django/contrib/comments/locale/lt/LC_MESSAGES/django.po
Unknown | 306 lines | 246 code | 60 blank | 0 comment | 0 complexity | 788ccff0ebc9e514f9289d31f11e9bc1 MD5 | raw file
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-06 11:09+0000\n" 9"Last-Translator: lauris <lauris@runbox.com>\n" 10"Language-Team: Lithuanian <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: lt\n" 15"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" 16"100<10 || n%100>=20) ? 1 : 2)\n" 17 18#: admin.py:12 19msgid "Content" 20msgstr "Turinys" 21 22#: admin.py:15 23msgid "Metadata" 24msgstr "Meta-duomenys" 25 26#: admin.py:42 27msgid "flagged" 28msgid_plural "flagged" 29msgstr[0] "paym?tas" 30msgstr[1] "paym?ti" 31msgstr[2] "paym?ti" 32 33#: admin.py:43 34msgid "Flag selected comments" 35msgstr "ym?ti pasirinktus komentarus" 36 37#: admin.py:47 38msgid "approved" 39msgid_plural "approved" 40msgstr[0] "patvirtintas" 41msgstr[1] "patvirtinti" 42msgstr[2] "patvirtinti" 43 44#: admin.py:48 45msgid "Approve selected comments" 46msgstr "Patvirtinti pasirinktus komentarus" 47 48#: admin.py:52 49msgid "removed" 50msgid_plural "removed" 51msgstr[0] "paalintas" 52msgstr[1] "paalinti" 53msgstr[2] "paalinti" 54 55#: admin.py:53 56msgid "Remove selected comments" 57msgstr "Paalinti pasirinktus ?raus" 58 59#: admin.py:65 60#, python-format 61msgid "1 comment was successfully %(action)s." 62msgid_plural "%(count)s comments were successfully %(action)s." 63msgstr[0] "%(count)s komentaras buvo s?kmingai %(action)s." 64msgstr[1] "%(count)s komentarai buvo s?kmingai %(action)s." 65msgstr[2] "%(count)s komentarai buvo s?kmingai %(action)s." 66 67#: feeds.py:13 68#, python-format 69msgid "%(site_name)s comments" 70msgstr "%(site_name)s komentarai" 71 72#: feeds.py:23 73#, python-format 74msgid "Latest comments on %(site_name)s" 75msgstr "Paskutiniai %(site_name)s komentarai" 76 77#: forms.py:109 78msgid "Name" 79msgstr "Vardas" 80 81#: forms.py:110 82msgid "Email address" 83msgstr "El. pato adresas" 84 85#: forms.py:111 86msgid "URL" 87msgstr "nuoroda" 88 89#: forms.py:112 90msgid "Comment" 91msgstr "Komentaras" 92 93#: forms.py:191 94#, python-format 95msgid "Watch your mouth! The word %s is not allowed here." 96msgid_plural "Watch your mouth! The words %s are not allowed here." 97msgstr[0] "i?r?k k? kalbi! odis %s yra ?ia udraustas." 98msgstr[1] "i?r?k k? kalbi! odiai %s yra ?ia udrausti." 99msgstr[2] "i?r?k k? kalbi! odiai %s yra ?ia udrausti." 100 101#: forms.py:198 102msgid "" 103"If you enter anything in this field your comment will be treated as spam" 104msgstr "" 105"Jei k? nors ?raysite ? ? laukel?, j?s? komentaras bus laikomas brukalu" 106 107#: models.py:22 108msgid "content type" 109msgstr "turinio tipas" 110 111#: models.py:24 112msgid "object ID" 113msgstr "objekto ID" 114 115#: models.py:50 models.py:168 116msgid "user" 117msgstr "vartotojas" 118 119#: models.py:52 120msgid "user's name" 121msgstr "vartotojo vardas" 122 123#: models.py:53 124msgid "user's email address" 125msgstr "vartotojo el. pato adresas" 126 127#: models.py:54 128msgid "user's URL" 129msgstr "vartotojo nuoroda" 130 131#: models.py:56 models.py:76 models.py:169 132msgid "comment" 133msgstr "komentaras" 134 135#: models.py:59 136msgid "date/time submitted" 137msgstr "?vesta data/laikas" 138 139#: models.py:60 140msgid "IP address" 141msgstr "IP adresas" 142 143#: models.py:61 144msgid "is public" 145msgstr "vieas" 146 147#: models.py:62 148msgid "" 149"Uncheck this box to make the comment effectively disappear from the site." 150msgstr "Nuimkite ? ymejim?, kad komentaras b?t? panaikintas." 151 152#: models.py:64 153msgid "is removed" 154msgstr "paalintas" 155 156#: models.py:65 157msgid "" 158"Check this box if the comment is inappropriate. A \"This comment has been " 159"removed\" message will be displayed instead." 160msgstr "" 161"Paym?kite ? laukel?, jei komentaras netinkamas. \"is komentaras itrintas" 162"\" bus rodoma." 163 164#: models.py:77 165msgid "comments" 166msgstr "komentarai" 167 168#: models.py:119 169msgid "" 170"This comment was posted by an authenticated user and thus the name is read-" 171"only." 172msgstr "" 173"is komentaras buvo paskelbtas neprisijungusio vartotojo, todel vardas yra " 174"neredaguojamas." 175 176#: models.py:128 177msgid "" 178"This comment was posted by an authenticated user and thus the email is read-" 179"only." 180msgstr "" 181"is komentaras buvo paskelbtas neprisijungusio vartotojo, todel el. pato " 182"adresas yra neredaguojamas." 183 184#: models.py:153 185#, python-format 186msgid "" 187"Posted by %(user)s at %(date)s\n" 188"\n" 189"%(comment)s\n" 190"\n" 191"http://%(domain)s%(url)s" 192msgstr "" 193"Paskelbta %(user)s, %(date)s\n" 194"\n" 195"%(comment)s\n" 196"\n" 197"http://%(domain)s%(url)s" 198 199#: models.py:170 200msgid "flag" 201msgstr "ym?" 202 203#: models.py:171 204msgid "date" 205msgstr "Data" 206 207#: models.py:181 208msgid "comment flag" 209msgstr "Komentaro ym?" 210 211#: models.py:182 212msgid "comment flags" 213msgstr "Komentaro ym?s" 214 215#: templates/comments/approve.html:4 216msgid "Approve a comment" 217msgstr "Patvirtinti komentar?" 218 219#: templates/comments/approve.html:7 220msgid "Really make this comment public?" 221msgstr "Tikrai publikuoti ? komentar??" 222 223#: templates/comments/approve.html:12 224msgid "Approve" 225msgstr "Patvirtinti" 226 227#: templates/comments/approved.html:4 228msgid "Thanks for approving" 229msgstr "A?i? u patvirtinim?" 230 231#: templates/comments/approved.html:7 templates/comments/deleted.html:7 232#: templates/comments/flagged.html:7 233msgid "" 234"Thanks for taking the time to improve the quality of discussion on our site" 235msgstr "A?i?, kad radote laiko pagerinti diskusij? kokyb? m?s? svetain?je" 236 237#: templates/comments/delete.html:4 238msgid "Remove a comment" 239msgstr "Paalinti komentar?" 240 241#: templates/comments/delete.html:7 242msgid "Really remove this comment?" 243msgstr "Tikrai itrinti ? komentar??" 244 245#: templates/comments/delete.html:12 246msgid "Remove" 247msgstr "Paalinti" 248 249#: templates/comments/deleted.html:4 250msgid "Thanks for removing" 251msgstr "A?i? u paalinim?" 252 253#: templates/comments/flag.html:4 254msgid "Flag this comment" 255msgstr "Paym?ti ? komentar?" 256 257#: templates/comments/flag.html:7 258msgid "Really flag this comment?" 259msgstr "Tikrai ym?ti ? komentar??" 260 261#: templates/comments/flag.html:12 262msgid "Flag" 263msgstr "ym?" 264 265#: templates/comments/flagged.html:4 266msgid "Thanks for flagging" 267msgstr "A?i? u ym?jim?" 268 269#: templates/comments/form.html:17 templates/comments/preview.html:32 270msgid "Post" 271msgstr "Si?sti" 272 273#: templates/comments/form.html:18 templates/comments/preview.html:33 274msgid "Preview" 275msgstr "Peri?ra" 276 277#: templates/comments/posted.html:4 278msgid "Thanks for commenting" 279msgstr "A?i? u komentar?" 280 281#: templates/comments/posted.html:7 282msgid "Thank you for your comment" 283msgstr "A?i? u j?s? komentar?" 284 285#: templates/comments/preview.html:4 templates/comments/preview.html.py:13 286msgid "Preview your comment" 287msgstr "Peri?r?ti savo komentar?" 288 289#: templates/comments/preview.html:11 290msgid "Please correct the error below" 291msgid_plural "Please correct the errors below" 292msgstr[0] "Praau itaisyti emiau esan?i? klaid?" 293msgstr[1] "Praau itaisyti emiau esan?ias klaidas" 294msgstr[2] "Praau itaisyti emiau esan?ias klaidas" 295 296#: templates/comments/preview.html:16 297msgid "and" 298msgstr "ir" 299 300#: templates/comments/preview.html:16 301msgid "Post your comment" 302msgstr "Publikuoti komentar?" 303 304#: templates/comments/preview.html:16 305msgid "or make changes" 306msgstr "arba keisti"