123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # 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: Server exception.
- #. TRANS: %d is the notice ID (number).
- #: classes/Fave_tally.php:89 classes/Fave_tally.php:118
- #, php-format
- msgid "Could not update favorite tally for notice ID %d."
- msgstr ""
- #. TRANS: Server exception.
- #. TRANS: %d is the notice ID (number).
- #: classes/Fave_tally.php:150
- #, php-format
- msgid "Could not create favorite tally for notice ID %d."
- msgstr ""
- #. TRANS: Client error.
- #: actions/anonfavor.php:58
- msgid ""
- "Could not favor notice! Please make sure your browser has cookies enabled."
- msgstr ""
- #. TRANS: Title.
- #: actions/anonfavor.php:72
- msgid "Disfavor favorite"
- msgstr ""
- #. TRANS: Client error.
- #: actions/anondisfavor.php:59
- msgid ""
- "Could not disfavor notice! Please make sure your browser has cookies enabled."
- msgstr ""
- #. TRANS: Server error.
- #: actions/anondisfavor.php:80
- msgid "Could not delete favorite."
- msgstr ""
- #. TRANS: Title.
- #: actions/anondisfavor.php:89
- msgid "Add to favorites"
- msgstr ""
- #. TRANS: Label for tally for number of times a notice was favored.
- #: AnonymousFavePlugin.php:157
- msgid "Favored"
- msgstr ""
- #. TRANS: Server exception.
- #: AnonymousFavePlugin.php:206 AnonymousFavePlugin.php:217
- msgid "Could not create anonymous user session."
- msgstr ""
- #. TRANS: Plugin description.
- #: AnonymousFavePlugin.php:291
- msgid "Allow anonymous users to favorite notices."
- msgstr ""
|