]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Favorite/locale/Favorite.pot
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Favorite / locale / Favorite.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-27 16:31+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 #. TRANS: Button text for adding the favourite status to a notice.
22 #: forms/favor.php:122
23 msgctxt "BUTTON"
24 msgid "Favor"
25 msgstr ""
26
27 #. TRANS: Button text for removing the favourite status for a favourite notice.
28 #: forms/disfavor.php:123
29 msgctxt "BUTTON"
30 msgid "Disfavor favorite"
31 msgstr ""
32
33 #. TRANS: Help message for IM/SMS command "fav <nickname>".
34 #: FavoritePlugin.php:422
35 msgctxt "COMMANDHELP"
36 msgid "add user's last notice as a 'fave'"
37 msgstr ""
38
39 #. TRANS: Help message for IM/SMS command "fav #<notice_id>".
40 #: FavoritePlugin.php:424
41 msgctxt "COMMANDHELP"
42 msgid "add notice with the given id as a 'fave'"
43 msgstr ""
44
45 #. TRANS: Menu item in personal group navigation menu.
46 #: FavoritePlugin.php:474
47 msgctxt "MENU"
48 msgid "Favorites"
49 msgstr ""
50
51 #. TRANS: Menu item in search group navigation panel.
52 #: FavoritePlugin.php:487
53 msgctxt "MENU"
54 msgid "Popular"
55 msgstr ""
56
57 #. TRANS: Plugin description.
58 #: FavoritePlugin.php:513
59 msgid "Favorites (likes) using ActivityStreams."
60 msgstr ""
61
62 #: actions/favor.php:57
63 msgid "No such notice."
64 msgstr ""
65
66 #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to.
67 #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number).
68 #: actions/favor.php:62
69 #, php-format
70 msgid "%1$s has no right to reply to notice %2$d."
71 msgstr ""
72
73 #: classes/Fave.php:82
74 #, php-format
75 msgid "Could not store new object of type %s"
76 msgstr ""
77
78 #. TRANS: List message for notice favoured by logged in user.
79 #: lib/threadednoticelistfavesitem.php:51
80 msgctxt "FAVELIST"
81 msgid "You like this."
82 msgstr ""
83
84 #. TRANS: List message for when more than 4 people like something.
85 #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice.
86 #. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d).
87 #: lib/threadednoticelistfavesitem.php:56
88 #, php-format
89 msgid "%%s and %d others like this."
90 msgid_plural "%%s and %d others like this."
91 msgstr[0] ""
92 msgstr[1] ""
93
94 #. TRANS: List message for favoured notices.
95 #. TRANS: %%s is a list of users liking a notice.
96 #. TRANS: Plural is based on the number of of users that have favoured a notice.
97 #: lib/threadednoticelistfavesitem.php:64
98 #, php-format
99 msgid "%%s likes this."
100 msgid_plural "%%s like this."
101 msgstr[0] ""
102 msgstr[1] ""