]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/Poll.pot
Merge branch 'fix-plugins-copyright' of tenma/gnu-social into nightly
[quix0rs-gnu-social.git] / plugins / Poll / locale / Poll.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: 2019-06-08 18:20+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
20 #. TRANS: Page title for poll response.
21 #: actions/respondpoll.php:63
22 msgid "Poll response"
23 msgstr ""
24
25 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
26 #: actions/respondpoll.php:85
27 msgid "You must be logged in to respond to a poll."
28 msgstr ""
29
30 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
31 #: actions/respondpoll.php:97
32 msgid "Invalid or missing poll."
33 msgstr ""
34
35 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
36 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
37 #: actions/respondpoll.php:103 classes/Poll_response.php:134
38 msgid "Invalid poll selection."
39 msgstr ""
40
41 #. TRANS: Page title after sending a poll response.
42 #: actions/respondpoll.php:149
43 msgid "Poll results"
44 msgstr ""
45
46 #. TRANS: Title for poll page.
47 #: actions/newpoll.php:63
48 msgid "New poll"
49 msgstr ""
50
51 #. TRANS: Client exception thrown trying to create a poll while not logged in.
52 #: actions/newpoll.php:82
53 msgid "You must be logged in to post a poll."
54 msgstr ""
55
56 #. TRANS: Client exception thrown trying to create a poll without a question.
57 #: actions/newpoll.php:132
58 msgid "Poll must have a question."
59 msgstr ""
60
61 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
62 #: actions/newpoll.php:137
63 msgid "Poll must have at least two options."
64 msgstr ""
65
66 #. TRANS: Page title after sending a notice.
67 #: actions/newpoll.php:163
68 msgid "Notice posted"
69 msgstr ""
70
71 #. TRANS: Page title.
72 #: actions/pollsettings.php:42
73 msgid "Poll settings"
74 msgstr ""
75
76 #. TRANS: Page instructions.
77 #: actions/pollsettings.php:54
78 msgid "Set your poll preferences"
79 msgstr ""
80
81 #. TRANS: Client exception thrown trying to view a non-existing poll.
82 #: actions/showpoll.php:59
83 msgid "No such poll."
84 msgstr ""
85
86 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
87 #: actions/showpoll.php:67
88 msgid "No such poll notice."
89 msgstr ""
90
91 #. TRANS: Page title for a poll.
92 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
93 #: actions/showpoll.php:84
94 #, php-format
95 msgid "%1$s's poll: %2$s"
96 msgstr ""
97
98 #. TRANS: Notice content creating a poll.
99 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
100 #: classes/Poll.php:201
101 #, php-format
102 msgid "Poll: %1$s %2$s"
103 msgstr ""
104
105 #. TRANS: Rendered version of the notice content creating a poll.
106 #. TRANS: %s is a link to the poll with the question as link description.
107 #: classes/Poll.php:207
108 #, php-format
109 msgid "Poll: %s"
110 msgstr ""
111
112 #. TRANS: Notice content voting for a poll.
113 #. TRANS: %s is the chosen option in the poll.
114 #. TRANS: Rendered version of the notice content voting for a poll.
115 #. TRANS: %s a link to the poll with the chosen option as link description.
116 #: classes/Poll_response.php:163 classes/Poll_response.php:168
117 #, php-format
118 msgid "voted for \"%s\""
119 msgstr ""
120
121 #. TRANS: Plugin description.
122 #: PollPlugin.php:131
123 msgid "Simple extension for supporting basic polls."
124 msgstr ""
125
126 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
127 #: PollPlugin.php:204
128 msgid "Invalid poll response: No poll reference."
129 msgstr ""
130
131 #. TRANS: Exception thrown trying to respond to a non-existing poll.
132 #: PollPlugin.php:209
133 msgid "Invalid poll response: Poll is unknown."
134 msgstr ""
135
136 #. TRANS: Exception thrown when performing an unexpected action on a poll.
137 #. TRANS: %s is the unexpected object type.
138 #: PollPlugin.php:236
139 #, php-format
140 msgid "Unexpected type for poll plugin: %s."
141 msgstr ""
142
143 #. TRANS: Application title.
144 #: PollPlugin.php:392
145 msgctxt "APPTITLE"
146 msgid "Poll"
147 msgstr ""
148
149 #. TRANS: Poll plugin menu item on user settings page.
150 #: PollPlugin.php:436
151 msgctxt "MENU"
152 msgid "Polls"
153 msgstr ""
154
155 #. TRANS: Poll plugin tooltip for user settings menu item.
156 #: PollPlugin.php:438
157 msgid "Configure poll behavior"
158 msgstr ""
159
160 #. TRANS: Error text displayed if no poll data could be found.
161 #: PollPlugin.php:463
162 msgid "Poll data is missing"
163 msgstr ""
164
165 #. TRANS: Button text for submitting a poll response.
166 #: forms/pollresponse.php:127
167 msgctxt "BUTTON"
168 msgid "Submit"
169 msgstr ""
170
171 #. TRANS: Field label on the page to create a poll.
172 #: forms/newpoll.php:107
173 msgid "Question"
174 msgstr ""
175
176 #. TRANS: Field title on the page to create a poll.
177 #: forms/newpoll.php:110
178 msgid "What question are people answering?"
179 msgstr ""
180
181 #. TRANS: Field label for an answer option on the page to create a poll.
182 #. TRANS: %d is the option number.
183 #: forms/newpoll.php:130
184 #, php-format
185 msgid "Option %d"
186 msgstr ""
187
188 #. TRANS: Button text for saving a new poll.
189 #: forms/newpoll.php:156
190 msgctxt "BUTTON"
191 msgid "Save"
192 msgstr ""