gnu-social/plugins/ActivityPub/locale/en_GB/LC_MESSAGES/ActivityPub.po
Diogo Cordeiro 2f1ddd8280 [CORE] Add ActivityPub plugin
This is not the same as the one in https://notabug.org/diogo/gnu-social-activitypub-plugin
Differences to the first "release"
-> Doesn't use guzzle nor has any composer dependencies
-> Supports HTTP Signatures
-> Has basic l10n/i18n
-> Some minor bug fixes
2021-07-16 19:44:33 +01:00

55 lines
1.8 KiB
Plaintext

# Translation file for GNU social - the free software social networking platform
# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
# This file is under https://www.gnu.org/licenses/agpl v3 or later
#
# Translators:
# Diogo Cordeiro <diogo@fc.up.pt>, 2019
msgid ""
msgstr ""
"Project-Id-Version: GNU social\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-12 01:23+0100\n"
"PO-Revision-Date: 2019-06-12 01:23+0100\n"
"Last-Translator: Diogo Cordeiro <diogo@fc.up.pt>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. TRANS: Plugin description.
#: ActivityPubPlugin.php:212
msgid ""
"Follow people across social networks that implement <a href=\"https://"
"activitypub.rocks/\">ActivityPub</a>."
msgstr ""
"Follow people across social networks that implement <a href=\"https://"
"activitypub.rocks/\">ActivityPub</a>."
#: ActivityPubPlugin.php:254
msgid "Remote Profile"
msgstr "Remote Profile"
#. TRANS: Title. %s is a domain name.
#: ActivityPubPlugin.php:909
#, php-format
msgid "Sent from %s via ActivityPub"
msgstr "Sent from %s via ActivityPub"
#. TRANS: Exception.
#: classes/Activitypub_profile.php:355
msgid "Not a valid webfinger address (via cache)."
msgstr "Not a valid WebFinger address (via cache)."
#. TRANS: Exception.
#: classes/Activitypub_profile.php:376
msgid "Not a valid webfinger address."
msgstr "Not a valid WebFinger address."
#. TRANS: Exception. %s is a webfinger address.
#: classes/Activitypub_profile.php:416
#, php-format
msgid "Could not find a valid profile for \"%s\"."
msgstr "Could not find a valid profile for \"%s\"."