12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # 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: 2020-08-04 01:05+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: Exception.
- #: classes/Activitypub_profile.php:393
- msgid "Not a valid WebFinger address (via cache)."
- msgstr ""
- #. TRANS: Exception.
- #: classes/Activitypub_profile.php:414
- msgid "Not a valid WebFinger address."
- msgstr ""
- #. TRANS: Exception. %s is a WebFinger address.
- #: classes/Activitypub_profile.php:454
- #, php-format
- msgid "Could not find a valid profile for \"%s\"."
- msgstr ""
- #. TRANS: Plugin description.
- #: ActivityPubPlugin.php:241
- msgid ""
- "Follow people across social networks that implement <a href=\"https://"
- "activitypub.rocks/\">ActivityPub</a>."
- msgstr ""
- #: ActivityPubPlugin.php:415
- msgid "Remote Profile"
- msgstr ""
- #. TRANS: Title. %s is a domain name.
- #: ActivityPubPlugin.php:920
- #, php-format
- msgid "Sent from %s via ActivityPub"
- msgstr ""
|