2015-03-08 08:34:38 +00:00
|
|
|
# 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"
|
2019-06-08 18:34:12 +01:00
|
|
|
"POT-Creation-Date: 2019-06-08 18:20+0100\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"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"
|
|
|
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: List message for notice favoured by logged in user.
|
|
|
|
#: lib/threadednoticelistfavesitem.php:51
|
|
|
|
msgctxt "FAVELIST"
|
|
|
|
msgid "You like this."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: List message for when more than 4 people like something.
|
|
|
|
#. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice.
|
|
|
|
#. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d).
|
|
|
|
#: lib/threadednoticelistfavesitem.php:56
|
|
|
|
#, php-format
|
|
|
|
msgid "%%s and %d others like this."
|
|
|
|
msgid_plural "%%s and %d others like this."
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
|
|
|
|
|
|
|
#. TRANS: List message for favoured notices.
|
|
|
|
#. TRANS: %%s is a list of users liking a notice.
|
|
|
|
#. TRANS: Plural is based on the number of of users that have favoured a notice.
|
|
|
|
#: lib/threadednoticelistfavesitem.php:64
|
|
|
|
#, php-format
|
|
|
|
msgid "%%s likes this."
|
|
|
|
msgid_plural "%%s like this."
|
|
|
|
msgstr[0] ""
|
|
|
|
msgstr[1] ""
|
2015-03-08 08:34:38 +00:00
|
|
|
|
|
|
|
#. TRANS: Help message for IM/SMS command "fav <nickname>".
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:421
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "COMMANDHELP"
|
|
|
|
msgid "add user's last notice as a 'fave'"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Help message for IM/SMS command "fav #<notice_id>".
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:423
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "COMMANDHELP"
|
|
|
|
msgid "add notice with the given id as a 'fave'"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Menu item in personal group navigation menu.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:473
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "MENU"
|
|
|
|
msgid "Favorites"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Menu item in search group navigation panel.
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:486
|
2015-03-08 08:34:38 +00:00
|
|
|
msgctxt "MENU"
|
|
|
|
msgid "Popular"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Page/dialog box title when a notice is marked as favorite already
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:508
|
2019-06-08 18:34:12 +01:00
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "Unmark notice as favorite"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Page/dialog box title when a notice is not marked as favorite
|
2019-08-12 15:03:30 +01:00
|
|
|
#: FavoriteModule.php:510
|
2019-06-08 18:34:12 +01:00
|
|
|
msgctxt "TITLE"
|
|
|
|
msgid "Mark notice as favorite"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-08-12 15:03:30 +01:00
|
|
|
#. TRANS: Module description.
|
|
|
|
#: FavoriteModule.php:568
|
2019-06-08 18:34:12 +01:00
|
|
|
msgid "Favorites (likes) using ActivityStreams."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#: classes/Fave.php:108
|
2015-03-08 08:34:38 +00:00
|
|
|
#, php-format
|
|
|
|
msgid "Could not store new object of type %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Button text for adding the favourite status to a notice.
|
|
|
|
#: forms/favor.php:124
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Favor"
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr ""
|
|
|
|
|
2019-06-08 18:34:12 +01:00
|
|
|
#. TRANS: Button text for removing the favourite status for a favourite notice.
|
|
|
|
#: forms/disfavor.php:125
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Disfavor favorite"
|
|
|
|
msgstr ""
|