12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- # 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"
- "POT-Creation-Date: 2021-07-18 12:38+0100\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. TRANS: Form validation error displayed when POST is not used.
- #: actions/rsscloudrequestnotify.php:84
- msgid "Request must be POST."
- msgstr ""
- #. TRANS: Form validation error displayed when HTTP POST is not used.
- #: actions/rsscloudrequestnotify.php:102
- msgid "Only HTTP POST notifications are supported at this time."
- msgstr ""
- #. TRANS: List separator.
- #: actions/rsscloudrequestnotify.php:113
- msgctxt "SEPARATOR"
- msgid ", "
- msgstr ""
- #: actions/rsscloudrequestnotify.php:117
- #, php-format
- msgid "The following parameters were missing from the request body: %s."
- msgstr ""
- #. TRANS: Form validation error displayed when not providing any valid profile feed URLs.
- #: actions/rsscloudrequestnotify.php:126
- msgid ""
- "You must provide at least one valid profile feed URL (url1, url2, url3 ... "
- "urlN)."
- msgstr ""
- #. TRANS: Form validation error displayed when not providing a valid feed URL.
- #: actions/rsscloudrequestnotify.php:144
- msgid "Feed subscription failed: Not a valid feed."
- msgstr ""
- #. TRANS: Form validation error displayed when feed subscription failed.
- #: actions/rsscloudrequestnotify.php:151
- msgid ""
- "Feed subscription failed: Notification handler does not respond correctly."
- msgstr ""
- #. TRANS: Success message after subscribing to one or more feeds.
- #: actions/rsscloudrequestnotify.php:166
- msgid ""
- "Thanks for the subscription. When the feed(s) update(s), you will be "
- "notified."
- msgstr ""
- #. TRANS: Form validation error displayed when a URL parameter is missing.
- #: actions/loggingaggregator.php:80
- msgid "A URL parameter is required."
- msgstr ""
- #. TRANS: Form validation error displayed when HTTP GET is not used.
- #: actions/loggingaggregator.php:88
- msgid "This resource requires an HTTP GET."
- msgstr ""
- #. TRANS: Form validation error displayed when HTTP POST is not used.
- #: actions/loggingaggregator.php:98
- msgid "This resource requires an HTTP POST."
- msgstr ""
- #. TRANS: Plugin description.
- #: RSSCloudPlugin.php:223
- msgid ""
- "The RSSCloud plugin enables your GNU social instance to publish real-time "
- "updates for profile RSS feeds using the <a href=\"http://rsscloud.co/"
- "\">rssCloud protocol</a>."
- msgstr ""
|