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.
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: Indonesian (http://www.transifex.com/projects/p/gnu-social/language/id/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
20 #. TRANS: Field label on the page to create a poll.
21 #: forms/newpoll.php:107
25 #. TRANS: Field title on the page to create a poll.
26 #: forms/newpoll.php:110
27 msgid "What question are people answering?"
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
37 #. TRANS: Button text for saving a new poll.
38 #: forms/newpoll.php:156
43 #. TRANS: Button text for submitting a poll response.
44 #: forms/pollresponse.php:127
50 #: actions/pollsettings.php:44
54 #. TRANS: Page instructions.
55 #: actions/pollsettings.php:56
56 msgid "Set your poll preferences"
59 #. TRANS: Title for poll page.
60 #: actions/newpoll.php: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."
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."
74 #. TRANS: Client exception thrown trying to create a poll with fewer than two
76 #: actions/newpoll.php:138
77 msgid "Poll must have at least two options."
80 #. TRANS: Page title after sending a notice.
81 #: actions/newpoll.php:164
85 #. TRANS: Page title for poll response.
86 #: actions/respondpoll.php:63
90 #. TRANS: Client exception thrown trying to respond to a poll while not logged
92 #: actions/respondpoll.php:84
93 msgid "You must be logged in to respond to a poll."
96 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
97 #: actions/respondpoll.php:96
98 msgid "Invalid or missing poll."
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
104 #: actions/respondpoll.php:102 classes/Poll_response.php:134
105 msgid "Invalid poll selection."
108 #. TRANS: Page title after sending a poll response.
109 #: actions/respondpoll.php:150
113 #. TRANS: Client exception thrown trying to view a non-existing poll.
114 #: actions/showpoll.php:59
115 msgid "No such poll."
118 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
119 #: actions/showpoll.php:67
120 msgid "No such poll notice."
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
126 #: actions/showpoll.php:84
128 msgid "%1$s's poll: %2$s"
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
135 msgid "Poll: %1$s %2$s"
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
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
151 msgid "voted for \"%s\""
154 #. TRANS: Plugin description.
155 #: PollPlugin.php:131
156 msgid "Simple extension for supporting basic polls."
159 #. TRANS: Exception thrown trying to respond to a poll without a poll
161 #: PollPlugin.php:204
162 msgid "Invalid poll response: No poll reference."
165 #. TRANS: Exception thrown trying to respond to a non-existing poll.
166 #: PollPlugin.php:209
167 msgid "Invalid poll response: Poll is unknown."
170 #. TRANS: Exception thrown when performing an unexpected action on a poll.
171 #. TRANS: %s is the unexpected object type.
172 #: PollPlugin.php:236
174 msgid "Unexpected type for poll plugin: %s."
177 #. TRANS: Application title.
178 #: PollPlugin.php:392
183 #. TRANS: Poll plugin menu item on user settings page.
184 #: PollPlugin.php:436
189 #. TRANS: Poll plugin tooltip for user settings menu item.
190 #: PollPlugin.php:438
191 msgid "Configure poll behavior"
194 #. TRANS: Error text displayed if no poll data could be found.
195 #: PollPlugin.php:463
196 msgid "Poll data is missing"