1 # Translation of StatusNet - Blog to Lithuanian (Lietuvių)
2 # Exported from translatewiki.net
6 # This file is distributed under the same license as the StatusNet package.
10 "Project-Id-Version: StatusNet - Blog\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2012-05-20 11:07+0000\n"
13 "PO-Revision-Date: 2012-05-20 11:08:16+0000\n"
14 "Language-Team: Lithuanian <https://translatewiki.net/wiki/Portal:lt>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2012-02-25 15:25:35+0000\n"
18 "X-Generator: MediaWiki 1.20alpha (f112f3a); Translate 2012-04-11\n"
19 "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
20 "X-Language-Code: lt\n"
21 "X-Message-Group: #out-statusnet-plugin-blog\n"
22 "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
23 "2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
25 #. TRANS: Client exception thrown when trying to post a blog entry while not logged in.
26 msgid "Must be logged in to post a blog entry."
27 msgstr "Turite būti prisijungęs, kad galėtumėte rašyti dienoraščio įrašą."
29 #. TRANS: Client exception thrown when trying to post a blog entry without providing a title.
30 msgid "Title required."
31 msgstr "Pavadinimas būtinas."
33 #. TRANS: Client exception thrown when trying to post a blog entry without providing content.
34 msgid "Content required."
35 msgstr "Turinys būtinas."
37 #. TRANS: Page title after sending a notice.
38 msgid "Blog entry saved"
39 msgstr "Dienoraščio įrašas išsaugotas"
41 #. TRANS: Plugin description.
42 msgid "Let users write and share long-form texts."
45 #. TRANS: Blog application title.
50 #. TRANS: Exception thrown when there are too many activity objects.
51 msgid "Too many activity objects."
52 msgstr "Per daug aktyvių objektui."
54 #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object.
55 msgid "Wrong type for object."
58 #. TRANS: Exception thrown when blog plugin comes across a undefined verb.
59 msgid "Unknown verb for blog entries."
62 #. TRANS: Exception thrown when requesting a non-existing blog entry for notice.
64 msgid "No blog entry for notice %s."
67 #. TRANS: Client exception thrown when referring to a non-existing blog entry.
68 msgid "No such entry."
69 msgstr "Tokio įrašo nėra."
71 #. TRANS: Title for a blog entry without a title.
75 #. TRANS: Field label on blog entry form.
80 #. TRANS: Field title on blog entry form.
81 msgid "Title of the blog entry."
84 #. TRANS: Field label on blog entry form.
89 #. TRANS: Field title on blog entry form.
90 msgid "Text of the blog entry."
93 #. TRANS: Button text to save a blog entry.