123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- # 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: Link text for the follow button
- #: RemoteFollowPlugin.php:71
- msgid "Subscribe"
- msgstr ""
- #. TRANS: Plugin description.
- #: RemoteFollowPlugin.php:128
- msgid "Add remote-follow button support to GNU social"
- msgstr ""
- #. TRANS: Link text for link to remote subscribe.
- #: RemoteFollowPlugin.php:154
- msgid "Remote"
- msgstr ""
- #. TRANS: Client error displayed when the user is logged in.
- #: actions/remotefollowinit.php:47
- msgid "You can use the local subscription!"
- msgstr ""
- #. TRANS: Client error displayed when targeting an invalid user.
- #: actions/remotefollowinit.php:56
- msgid "No such user."
- msgstr ""
- #. TRANS: Error displayed when the session token does not match or is not given.
- #. TRANS: Client error displayed when the session token does not match or is not given.
- #: actions/remotefollowinit.php:74 actions/remotefollowsub.php:282
- msgid "There was a problem with your session token. Try again, please."
- msgstr ""
- #. TRANS: Error displayed when there is failure in connecting with the remote profile.
- #: actions/remotefollowinit.php:90
- msgid ""
- "There was a problem connecting with the remote profile. Try again, please."
- msgstr ""
- #. TRANS: Form legend. %s is a nickname.
- #: actions/remotefollowinit.php:101
- #, php-format
- msgid "Subscribe to %s"
- msgstr ""
- #. TRANS: Button text to subscribe to a profile.
- #: actions/remotefollowinit.php:103
- msgctxt "BUTTON"
- msgid "Subscribe"
- msgstr ""
- #. TRANS: Field label.
- #: actions/remotefollowinit.php:119
- msgid "User nickname"
- msgstr ""
- #. TRANS: Field title.
- #: actions/remotefollowinit.php:122
- msgid "Nickname of the user you want to follow."
- msgstr ""
- #. TRANS: Field label.
- #: actions/remotefollowinit.php:128
- msgid "Profile Account"
- msgstr ""
- #. TRANS: Tooltip for field label "Profile Account".
- #: actions/remotefollowinit.php:131
- msgid "Your account ID (e.g. user@example.com)."
- msgstr ""
- #. TRANS: Form title.
- #: actions/remotefollowinit.php:149
- msgctxt "TITLE"
- msgid "Subscribe to user"
- msgstr ""
- #. TRANS: Error displayed when there's failure in fetching the remote profile.
- #: actions/remotefollowsub.php:61
- msgid ""
- "Sorry, we could not reach that address. Please make sure it is a valid "
- "address and try again later."
- msgstr ""
- #. TRANS: Field label for a field that takes an user address.
- #: actions/remotefollowsub.php:106
- msgid "Subscribe to"
- msgstr ""
- #. TRANS: Tooltip for field label "Subscribe to".
- #: actions/remotefollowsub.php:109
- msgid ""
- "User's address, like nickname@example.com or http://example.net/nickname."
- msgstr ""
- #. TRANS: Button text.
- #: actions/remotefollowsub.php:114
- msgctxt "BUTTON"
- msgid "Continue"
- msgstr ""
- #. TRANS: Button text.
- #: actions/remotefollowsub.php:146
- msgctxt "BUTTON"
- msgid "Confirm"
- msgstr ""
- #. TRANS: Tooltip for button "Confirm".
- #: actions/remotefollowsub.php:150
- msgid "Subscribe to this user"
- msgstr ""
- #. TRANS: Extra paragraph in remote profile view when already subscribed.
- #: actions/remotefollowsub.php:171
- msgid "You are already subscribed to this user."
- msgstr ""
- #. TRANS: Remote subscription dialog error.
- #: actions/remotefollowsub.php:262
- msgid "Already subscribed!"
- msgstr ""
- #. TRANS: Remote subscription dialog error.
- #: actions/remotefollowsub.php:267
- msgid "Remote subscription failed!"
- msgstr ""
- #. TRANS: Form title.
- #: actions/remotefollowsub.php:310
- msgid "Subscribe to user"
- msgstr ""
- #. TRANS: Page title for remote subscription form.
- #: actions/remotefollowsub.php:329
- msgid "Confirm"
- msgstr ""
- #: actions/remotefollowsub.php:329
- msgid "Remote subscription"
- msgstr ""
- #. TRANS: Instructions.
- #: actions/remotefollowsub.php:340
- msgid ""
- "You can subscribe to users from other supported sites. Paste their address "
- "or profile URI below:"
- msgstr ""
|