]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/hu/LC_MESSAGES/Poll.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Poll / locale / hu / LC_MESSAGES / Poll.po
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
5 # Translators:
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-05 16:27+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Hungarian (http://www.transifex.com/projects/p/gnu-social/language/hu/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: hu\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #. TRANS: Field label on the page to create a poll.
21 #: forms/newpoll.php:107
22 msgid "Question"
23 msgstr ""
24
25 #. TRANS: Field title on the page to create a poll.
26 #: forms/newpoll.php:110
27 msgid "What question are people answering?"
28 msgstr ""
29
30 #. TRANS: Field label for an answer option on the page to create a poll.
31 #. TRANS: %d is the option number.
32 #: forms/newpoll.php:130
33 #, php-format
34 msgid "Option %d"
35 msgstr ""
36
37 #. TRANS: Button text for saving a new poll.
38 #: forms/newpoll.php:156
39 msgctxt "BUTTON"
40 msgid "Save"
41 msgstr "Mentés"
42
43 #. TRANS: Button text for submitting a poll response.
44 #: forms/pollresponse.php:127
45 msgctxt "BUTTON"
46 msgid "Submit"
47 msgstr ""
48
49 #. TRANS: Page title.
50 #: actions/pollsettings.php:44
51 msgid "Poll settings"
52 msgstr ""
53
54 #. TRANS: Page instructions.
55 #: actions/pollsettings.php:56
56 msgid "Set your poll preferences"
57 msgstr ""
58
59 #. TRANS: Title for poll page.
60 #: actions/newpoll.php:63
61 msgid "New poll"
62 msgstr ""
63
64 #. TRANS: Client exception thrown trying to create a poll while not logged in.
65 #: actions/newpoll.php:81
66 msgid "You must be logged in to post a poll."
67 msgstr ""
68
69 #. TRANS: Client exception thrown trying to create a poll without a question.
70 #: actions/newpoll.php:133
71 msgid "Poll must have a question."
72 msgstr ""
73
74 #. TRANS: Client exception thrown trying to create a poll with fewer than two
75 #. options.
76 #: actions/newpoll.php:138
77 msgid "Poll must have at least two options."
78 msgstr ""
79
80 #. TRANS: Page title after sending a notice.
81 #: actions/newpoll.php:164
82 msgid "Notice posted"
83 msgstr "Hír elküldve"
84
85 #. TRANS: Page title for poll response.
86 #: actions/respondpoll.php:63
87 msgid "Poll response"
88 msgstr ""
89
90 #. TRANS: Client exception thrown trying to respond to a poll while not logged
91 #. in.
92 #: actions/respondpoll.php:84
93 msgid "You must be logged in to respond to a poll."
94 msgstr ""
95
96 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
97 #: actions/respondpoll.php:96
98 msgid "Invalid or missing poll."
99 msgstr ""
100
101 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
102 #. TRANS: Client exception thrown when responding to a poll with an invalid
103 #. option.
104 #: actions/respondpoll.php:102 classes/Poll_response.php:134
105 msgid "Invalid poll selection."
106 msgstr ""
107
108 #. TRANS: Page title after sending a poll response.
109 #: actions/respondpoll.php:150
110 msgid "Poll results"
111 msgstr ""
112
113 #. TRANS: Client exception thrown trying to view a non-existing poll.
114 #: actions/showpoll.php:59
115 msgid "No such poll."
116 msgstr ""
117
118 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
119 #: actions/showpoll.php:67
120 msgid "No such poll notice."
121 msgstr ""
122
123 #. TRANS: Page title for a poll.
124 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
125 #. poll question.
126 #: actions/showpoll.php:84
127 #, php-format
128 msgid "%1$s's poll: %2$s"
129 msgstr ""
130
131 #. TRANS: Notice content creating a poll.
132 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
133 #: classes/Poll.php:201
134 #, php-format
135 msgid "Poll: %1$s %2$s"
136 msgstr ""
137
138 #. TRANS: Rendered version of the notice content creating a poll.
139 #. TRANS: %s is a link to the poll with the question as link description.
140 #: classes/Poll.php:207
141 #, php-format
142 msgid "Poll: %s"
143 msgstr ""
144
145 #. TRANS: Notice content voting for a poll.
146 #. TRANS: %s is the chosen option in the poll.
147 #. TRANS: Rendered version of the notice content voting for a poll.
148 #. TRANS: %s a link to the poll with the chosen option as link description.
149 #: classes/Poll_response.php:163 classes/Poll_response.php:168
150 #, php-format
151 msgid "voted for \"%s\""
152 msgstr ""
153
154 #. TRANS: Plugin description.
155 #: PollPlugin.php:131
156 msgid "Simple extension for supporting basic polls."
157 msgstr ""
158
159 #. TRANS: Exception thrown trying to respond to a poll without a poll
160 #. reference.
161 #: PollPlugin.php:204
162 msgid "Invalid poll response: No poll reference."
163 msgstr ""
164
165 #. TRANS: Exception thrown trying to respond to a non-existing poll.
166 #: PollPlugin.php:209
167 msgid "Invalid poll response: Poll is unknown."
168 msgstr ""
169
170 #. TRANS: Exception thrown when performing an unexpected action on a poll.
171 #. TRANS: %s is the unexpected object type.
172 #: PollPlugin.php:236
173 #, php-format
174 msgid "Unexpected type for poll plugin: %s."
175 msgstr ""
176
177 #. TRANS: Application title.
178 #: PollPlugin.php:392
179 msgctxt "APPTITLE"
180 msgid "Poll"
181 msgstr ""
182
183 #. TRANS: Poll plugin menu item on user settings page.
184 #: PollPlugin.php:436
185 msgctxt "MENU"
186 msgid "Polls"
187 msgstr ""
188
189 #. TRANS: Poll plugin tooltip for user settings menu item.
190 #: PollPlugin.php:438
191 msgid "Configure poll behavior"
192 msgstr ""
193
194 #. TRANS: Error text displayed if no poll data could be found.
195 #: PollPlugin.php:463
196 msgid "Poll data is missing"
197 msgstr ""