2011-07-01 12:02:21 +01:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2011-08-15 15:32:26 +01:00
|
|
|
"POT-Creation-Date: 2011-08-15 14:19+0000\n"
|
2011-07-01 12:02:21 +01:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post a blog entry while not logged in.
|
|
|
|
#: newblogentry.php:74
|
|
|
|
msgid "Must be logged in to post a blog entry."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post a blog entry without providing a title.
|
|
|
|
#: newblogentry.php:84
|
|
|
|
msgid "Title required."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to post a blog entry without providing content.
|
|
|
|
#: newblogentry.php:91
|
|
|
|
msgid "Content required."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Page title after sending a notice.
|
|
|
|
#: newblogentry.php:128
|
|
|
|
msgid "Blog entry saved"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: BlogPlugin.php:123
|
|
|
|
msgid "Let users write and share long-form texts."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: BlogPlugin.php:129
|
|
|
|
msgid "Blog"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when there are too many activity objects.
|
|
|
|
#: BlogPlugin.php:146
|
|
|
|
msgid "Too many activity objects."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when blog plugin comes across a non-event type object.
|
|
|
|
#: BlogPlugin.php:153
|
|
|
|
msgid "Wrong type for object."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when blog plugin comes across a undefined verb.
|
|
|
|
#: BlogPlugin.php:167
|
|
|
|
msgid "Unknown verb for blog entries."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when referring to a non-existing blog entry.
|
|
|
|
#: showblogentry.php:61 showblogentry.php:68
|
|
|
|
msgid "No such entry."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: showblogentry.php:84
|
|
|
|
msgid "Untitled"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on blog entry form.
|
|
|
|
#: blogentryform.php:93
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Title"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on blog entry form.
|
|
|
|
#: blogentryform.php:96
|
|
|
|
msgid "Title of the blog entry."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field label on event form.
|
|
|
|
#: blogentryform.php:103
|
|
|
|
msgctxt "LABEL"
|
|
|
|
msgid "Text"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Field title on event form.
|
|
|
|
#: blogentryform.php:106
|
|
|
|
msgid "Text of the blog entry."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: blogentryform.php:129
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Save"
|
|
|
|
msgstr ""
|