1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-09-25 21:42+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #. TRANS: Client exception thrown when trying to post a blog entry while not logged in.
20 #: newblogentry.php:74
21 msgid "Must be logged in to post a blog entry."
24 #. TRANS: Client exception thrown when trying to post a blog entry without providing a title.
25 #: newblogentry.php:84
26 msgid "Title required."
29 #. TRANS: Client exception thrown when trying to post a blog entry without providing content.
30 #: newblogentry.php:91
31 msgid "Content required."
34 #. TRANS: Page title after sending a notice.
35 #: newblogentry.php:128
36 msgid "Blog entry saved"
39 #. TRANS: Plugin description.
41 msgid "Let users write and share long-form texts."
44 #. TRANS: Blog application title.
50 #. TRANS: Exception thrown when there are too many activity objects.
52 msgid "Too many activity objects."
55 #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object.
57 msgid "Wrong type for object."
60 #. TRANS: Exception thrown when blog plugin comes across a undefined verb.
62 msgid "Unknown verb for blog entries."
65 #. TRANS: Exception thrown when requesting a non-existing blog entry for notice.
68 msgid "No blog entry for notice %s."
71 #. TRANS: Client exception thrown when referring to a non-existing blog entry.
72 #: showblogentry.php:60 showblogentry.php:67
73 msgid "No such entry."
76 #. TRANS: Title for a blog entry without a title.
77 #: showblogentry.php:84
81 #. TRANS: Field label on blog entry form.
82 #: blogentryform.php:92
87 #. TRANS: Field title on blog entry form.
88 #: blogentryform.php:95
89 msgid "Title of the blog entry."
92 #. TRANS: Field label on blog entry form.
93 #: blogentryform.php:102
98 #. TRANS: Field title on blog entry form.
99 #: blogentryform.php:105
100 msgid "Text of the blog entry."
103 #. TRANS: Button text to save a blog entry.
104 #: blogentryform.php:128