]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/uk/LC_MESSAGES/Poll.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Poll / locale / uk / LC_MESSAGES / Poll.po
1 # Translation of StatusNet - Poll to Ukrainian (Українська)
2 # Exported from translatewiki.net
3 #
4 # Author: Boogie
5 # --
6 # This file is distributed under the same license as the StatusNet package.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: StatusNet - Poll\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2011-04-18 11:22+0000\n"
13 "PO-Revision-Date: 2011-04-18 11:23:56+0000\n"
14 "Language-Team: Ukrainian <http://translatewiki.net/wiki/Portal:uk>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-04-09 19:00:49+0000\n"
18 "X-Generator: MediaWiki 1.18alpha (r86294); Translate extension (2011-04-13)\n"
19 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
20 "X-Language-Code: uk\n"
21 "X-Message-Group: #out-statusnet-plugin-poll\n"
22 "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
23 "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
24
25 #. TRANS: Client exception thrown trying to view a non-existing poll.
26 msgid "No such poll."
27 msgstr "Немає такого опитування."
28
29 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
30 msgid "No such poll notice."
31 msgstr "Немає допису щодо опитування."
32
33 #. TRANS: Page title for a poll.
34 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
35 #, php-format
36 msgid "%1$s's poll: %2$s"
37 msgstr "Опитування %1$s: %2$s"
38
39 #. TRANS: Field label on the page to create a poll.
40 msgid "Question"
41 msgstr "Питання"
42
43 #. TRANS: Field title on the page to create a poll.
44 msgid "What question are people answering?"
45 msgstr "На яке запитання відповідати людям?"
46
47 #. TRANS: Field label for an answer option on the page to create a poll.
48 #. TRANS: %d is the option number.
49 #, php-format
50 msgid "Option %d"
51 msgstr "Варіант %d"
52
53 #. TRANS: Button text for saving a new poll.
54 msgctxt "BUTTON"
55 msgid "Save"
56 msgstr "Зберегти"
57
58 #. TRANS: Plugin description.
59 msgid "Simple extension for supporting basic polls."
60 msgstr "Простий додаток для підтримки проведення опитувань."
61
62 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
63 msgid "Invalid poll response: no poll reference."
64 msgstr "Невірна відповідь: відсутнє посилання на опитування."
65
66 #. TRANS: Exception thrown trying to respond to a non-existing poll.
67 msgid "Invalid poll response: poll is unknown."
68 msgstr "Неправильна відповідь на опитування: невідоме опитування."
69
70 #. TRANS: Exception thrown when performing an unexpected action on a poll.
71 #. TRANS: %s is the unpexpected object type.
72 #, php-format
73 msgid "Unexpected type for poll plugin: %s."
74 msgstr "Неочікувана дія для додатку опитувань: %s."
75
76 msgid "Poll data is missing"
77 msgstr "Дані опитування відсутні"
78
79 #. TRANS: Application title.
80 msgctxt "APPTITLE"
81 msgid "Poll"
82 msgstr "Опитування"
83
84 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
85 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
86 msgid "Invalid poll selection."
87 msgstr "Невірний вибір опитування."
88
89 #. TRANS: Notice content voting for a poll.
90 #. TRANS: %s is the chosen option in the poll.
91 #. TRANS: Rendered version of the notice content voting for a poll.
92 #. TRANS: %s a link to the poll with the chosen option as link description.
93 #, php-format
94 msgid "voted for \"%s\""
95 msgstr "проголосувало за «%s»"
96
97 #. TRANS: Button text for submitting a poll response.
98 msgctxt "BUTTON"
99 msgid "Submit"
100 msgstr "Надіслати"
101
102 #. TRANS: Notice content creating a poll.
103 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
104 #, php-format
105 msgid "Poll: %1$s %2$s"
106 msgstr "Опитування: %1$s %2$s"
107
108 #. TRANS: Rendered version of the notice content creating a poll.
109 #. TRANS: %s a link to the poll with the question as link description.
110 #, php-format
111 msgid "Poll: %s"
112 msgstr "Опитування: %s"
113
114 #. TRANS: Title for poll page.
115 msgid "New poll"
116 msgstr "Нове опитування"
117
118 #. TRANS: Client exception thrown trying to create a poll while not logged in.
119 msgid "You must be logged in to post a poll."
120 msgstr "Ви повинні увійти до системи, щоб взяти участь в опитуванні."
121
122 #. TRANS: Client exception thrown trying to create a poll without a question.
123 msgid "Poll must have a question."
124 msgstr "Опитування повинно мати запитання."
125
126 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
127 msgid "Poll must have at least two options."
128 msgstr "Опитування повинно мати принаймні два варіанти."
129
130 #. TRANS: Page title after sending a notice.
131 msgid "Notice posted"
132 msgstr "Допис опубліковано"
133
134 #. TRANS: Page title for poll response.
135 msgid "Poll response"
136 msgstr "Відповіді на опитування"
137
138 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
139 msgid "You must be logged in to respond to a poll."
140 msgstr "Ви повинні увійти до системи, щоб відповісти на опитування."
141
142 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
143 msgid "Invalid or missing poll."
144 msgstr "Невірне або відсутнє опитування."
145
146 #. TRANS: Page title after sending a poll response.
147 msgid "Poll results"
148 msgstr "Результати опитування"