]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/cs/LC_MESSAGES/Poll.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Poll / locale / cs / 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 # digitaldreamer <digitaldreamer@email.cz>, 2014
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-02-07 14:32+0000\n"
13 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
14 "Language-Team: Czech (http://www.transifex.com/projects/p/gnu-social/language/cs/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: cs\n"
19 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
21 #. TRANS: Field label on the page to create a poll.
22 #: forms/newpoll.php:107
23 msgid "Question"
24 msgstr "Otázka"
25
26 #. TRANS: Field title on the page to create a poll.
27 #: forms/newpoll.php:110
28 msgid "What question are people answering?"
29 msgstr "Na jakou otázku lidé odpovídají?"
30
31 #. TRANS: Field label for an answer option on the page to create a poll.
32 #. TRANS: %d is the option number.
33 #: forms/newpoll.php:130
34 #, php-format
35 msgid "Option %d"
36 msgstr "%d. možnost"
37
38 #. TRANS: Button text for saving a new poll.
39 #: forms/newpoll.php:156
40 msgctxt "BUTTON"
41 msgid "Save"
42 msgstr "Uložit"
43
44 #. TRANS: Button text for submitting a poll response.
45 #: forms/pollresponse.php:127
46 msgctxt "BUTTON"
47 msgid "Submit"
48 msgstr "Odeslat"
49
50 #. TRANS: Page title.
51 #: actions/pollsettings.php:44
52 msgid "Poll settings"
53 msgstr "Nastavení anket"
54
55 #. TRANS: Page instructions.
56 #: actions/pollsettings.php:56
57 msgid "Set your poll preferences"
58 msgstr "Nastavení, která se týkají anket"
59
60 #. TRANS: Title for poll page.
61 #: actions/newpoll.php:63
62 msgid "New poll"
63 msgstr "Nová anketa"
64
65 #. TRANS: Client exception thrown trying to create a poll while not logged in.
66 #: actions/newpoll.php:81
67 msgid "You must be logged in to post a poll."
68 msgstr "Pro vložení ankety je třeba se přihlásit."
69
70 #. TRANS: Client exception thrown trying to create a poll without a question.
71 #: actions/newpoll.php:133
72 msgid "Poll must have a question."
73 msgstr "Anketa musí mít otázku."
74
75 #. TRANS: Client exception thrown trying to create a poll with fewer than two
76 #. options.
77 #: actions/newpoll.php:138
78 msgid "Poll must have at least two options."
79 msgstr "Anketa musí nabízet alespoň 2 možnosti."
80
81 #. TRANS: Page title after sending a notice.
82 #: actions/newpoll.php:164
83 msgid "Notice posted"
84 msgstr "Sdělení vloženo"
85
86 #. TRANS: Page title for poll response.
87 #: actions/respondpoll.php:63
88 msgid "Poll response"
89 msgstr "Odpověď na anketu"
90
91 #. TRANS: Client exception thrown trying to respond to a poll while not logged
92 #. in.
93 #: actions/respondpoll.php:84
94 msgid "You must be logged in to respond to a poll."
95 msgstr "Pro hlasování v anketě je třeba se přihlásit."
96
97 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
98 #: actions/respondpoll.php:96
99 msgid "Invalid or missing poll."
100 msgstr "Anketa je buď neplatná nebo neexistuje."
101
102 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
103 #. TRANS: Client exception thrown when responding to a poll with an invalid
104 #. option.
105 #: actions/respondpoll.php:102 classes/Poll_response.php:134
106 msgid "Invalid poll selection."
107 msgstr "Neplatná odpověď: tato možnost v anketě není."
108
109 #. TRANS: Page title after sending a poll response.
110 #: actions/respondpoll.php:150
111 msgid "Poll results"
112 msgstr "Výsledky ankety"
113
114 #. TRANS: Client exception thrown trying to view a non-existing poll.
115 #: actions/showpoll.php:59
116 msgid "No such poll."
117 msgstr "Anketa neexistuje."
118
119 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
120 #: actions/showpoll.php:67
121 msgid "No such poll notice."
122 msgstr "Sdělení ankety neexistuje."
123
124 #. TRANS: Page title for a poll.
125 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
126 #. poll question.
127 #: actions/showpoll.php:84
128 #, php-format
129 msgid "%1$s's poll: %2$s"
130 msgstr "Anketa od %1$s: %2$s"
131
132 #. TRANS: Notice content creating a poll.
133 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
134 #: classes/Poll.php:201
135 #, php-format
136 msgid "Poll: %1$s %2$s"
137 msgstr "Anketa: %1$s %2$s"
138
139 #. TRANS: Rendered version of the notice content creating a poll.
140 #. TRANS: %s is a link to the poll with the question as link description.
141 #: classes/Poll.php:207
142 #, php-format
143 msgid "Poll: %s"
144 msgstr "Anketa: %s"
145
146 #. TRANS: Notice content voting for a poll.
147 #. TRANS: %s is the chosen option in the poll.
148 #. TRANS: Rendered version of the notice content voting for a poll.
149 #. TRANS: %s a link to the poll with the chosen option as link description.
150 #: classes/Poll_response.php:163 classes/Poll_response.php:168
151 #, php-format
152 msgid "voted for \"%s\""
153 msgstr "hlasoval(a) pro \"%s\""
154
155 #. TRANS: Plugin description.
156 #: PollPlugin.php:131
157 msgid "Simple extension for supporting basic polls."
158 msgstr "Jednoduché rozšíření pro podporu jednoduchých anket."
159
160 #. TRANS: Exception thrown trying to respond to a poll without a poll
161 #. reference.
162 #: PollPlugin.php:204
163 msgid "Invalid poll response: No poll reference."
164 msgstr "Neplatná odpověď na anketu: Chybí odkaz na cílovou anketu."
165
166 #. TRANS: Exception thrown trying to respond to a non-existing poll.
167 #: PollPlugin.php:209
168 msgid "Invalid poll response: Poll is unknown."
169 msgstr "Neplatná odpověď na anketu: Cílová anketa neexistuje."
170
171 #. TRANS: Exception thrown when performing an unexpected action on a poll.
172 #. TRANS: %s is the unexpected object type.
173 #: PollPlugin.php:236
174 #, php-format
175 msgid "Unexpected type for poll plugin: %s."
176 msgstr "Zásuvný modul Anketa obdržel nečekaný typ objektu: %s."
177
178 #. TRANS: Application title.
179 #: PollPlugin.php:392
180 msgctxt "APPTITLE"
181 msgid "Poll"
182 msgstr "Anketa"
183
184 #. TRANS: Poll plugin menu item on user settings page.
185 #: PollPlugin.php:436
186 msgctxt "MENU"
187 msgid "Polls"
188 msgstr "Ankety"
189
190 #. TRANS: Poll plugin tooltip for user settings menu item.
191 #: PollPlugin.php:438
192 msgid "Configure poll behavior"
193 msgstr "Nastaví chování anket"
194
195 #. TRANS: Error text displayed if no poll data could be found.
196 #: PollPlugin.php:463
197 msgid "Poll data is missing"
198 msgstr "Nelze najít data ankety"