]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/tl/LC_MESSAGES/Poll.po
71afbe199b8707204fd059305b785d0fa173239f
[quix0rs-gnu-social.git] / plugins / Poll / locale / tl / LC_MESSAGES / Poll.po
1 # Translation of StatusNet - Poll to Tagalog (Tagalog)
2 # Exported from translatewiki.net
3 #
4 # Author: AnakngAraw
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-05-05 20:48+0000\n"
13 "PO-Revision-Date: 2011-05-05 20:50:49+0000\n"
14 "Language-Team: Tagalog <http://translatewiki.net/wiki/Portal:tl>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-04-27 13:28:49+0000\n"
18 "X-Generator: MediaWiki 1.18alpha (r87509); Translate extension (2011-04-26)\n"
19 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
20 "X-Language-Code: tl\n"
21 "X-Message-Group: #out-statusnet-plugin-poll\n"
22 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
24 #. TRANS: Client exception thrown trying to view a non-existing poll.
25 msgid "No such poll."
26 msgstr "Walang ganyang botohan."
27
28 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
29 msgid "No such poll notice."
30 msgstr "Walang ganyang pabatid na pangbotohan."
31
32 #. TRANS: Page title for a poll.
33 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
34 #, php-format
35 msgid "%1$s's poll: %2$s"
36 msgstr "%1$s ng botohan: %2$s"
37
38 #. TRANS: Field label on the page to create a poll.
39 msgid "Question"
40 msgstr "Katanungan"
41
42 #. TRANS: Field title on the page to create a poll.
43 msgid "What question are people answering?"
44 msgstr "Ang katanungan ang sinasagot ng mga tao?"
45
46 #. TRANS: Field label for an answer option on the page to create a poll.
47 #. TRANS: %d is the option number.
48 #, php-format
49 msgid "Option %d"
50 msgstr "Mapipili na %d"
51
52 #. TRANS: Button text for saving a new poll.
53 msgctxt "BUTTON"
54 msgid "Save"
55 msgstr "Sagipin"
56
57 #. TRANS: Plugin description.
58 msgid "Simple extension for supporting basic polls."
59 msgstr "Payak na dugtong para sa pagtangkilik ng payak na mga botohan."
60
61 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
62 #, fuzzy
63 msgid "Invalid poll response: No poll reference."
64 msgstr ""
65 "Hindi katanggap-tanggap na tugon sa botohan: walang sanggunian ng botohan"
66
67 #. TRANS: Exception thrown trying to respond to a non-existing poll.
68 #, fuzzy
69 msgid "Invalid poll response: Poll is unknown."
70 msgstr "Hindi katanggap-tanggap na tugon: hindi nalalaman ang botohan."
71
72 #. TRANS: Exception thrown when performing an unexpected action on a poll.
73 #. TRANS: %s is the unexpected object type.
74 #, php-format
75 msgid "Unexpected type for poll plugin: %s."
76 msgstr "Hindi inaasahang uri ng pampasak ng botohan: %s."
77
78 #. TRANS: Error text displayed if no poll data could be found.
79 msgid "Poll data is missing"
80 msgstr "Nawawala ang dato ng botohan"
81
82 #. TRANS: Application title.
83 msgctxt "APPTITLE"
84 msgid "Poll"
85 msgstr "Botohan"
86
87 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
88 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
89 msgid "Invalid poll selection."
90 msgstr "Hindi katanggap-tanggap na napiling botohan."
91
92 #. TRANS: Notice content voting for a poll.
93 #. TRANS: %s is the chosen option in the poll.
94 #. TRANS: Rendered version of the notice content voting for a poll.
95 #. TRANS: %s a link to the poll with the chosen option as link description.
96 #, php-format
97 msgid "voted for \"%s\""
98 msgstr "bumoto para sa \"%s \""
99
100 #. TRANS: Button text for submitting a poll response.
101 msgctxt "BUTTON"
102 msgid "Submit"
103 msgstr "Ipasa"
104
105 #. TRANS: Notice content creating a poll.
106 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
107 #, php-format
108 msgid "Poll: %1$s %2$s"
109 msgstr "Botohan: %1$s %2$s"
110
111 #. TRANS: Rendered version of the notice content creating a poll.
112 #. TRANS: %s is a link to the poll with the question as link description.
113 #, php-format
114 msgid "Poll: %s"
115 msgstr "Botohan: %s"
116
117 #. TRANS: Title for poll page.
118 msgid "New poll"
119 msgstr "Bagong botohan"
120
121 #. TRANS: Client exception thrown trying to create a poll while not logged in.
122 msgid "You must be logged in to post a poll."
123 msgstr "Kinakailangan mong lumagda muna upang makapagpaskil ng isang botohan."
124
125 #. TRANS: Client exception thrown trying to create a poll without a question.
126 msgid "Poll must have a question."
127 msgstr "Dapat na may isang katanungan ang botohan."
128
129 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
130 msgid "Poll must have at least two options."
131 msgstr "Ang botohan ay dapat na may kahit na dalawang mapagpipilian."
132
133 #. TRANS: Page title after sending a notice.
134 msgid "Notice posted"
135 msgstr "Ipinaskil na ang pabatid"
136
137 #. TRANS: Page title for poll response.
138 msgid "Poll response"
139 msgstr "Tugon sa botohan"
140
141 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
142 msgid "You must be logged in to respond to a poll."
143 msgstr "Dapat kang nakalagda upang makatugon sa isang botohan."
144
145 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
146 msgid "Invalid or missing poll."
147 msgstr "Hindi katanggap-tanggap o nawawalang botohan."
148
149 #. TRANS: Page title after sending a poll response.
150 msgid "Poll results"
151 msgstr "Mga kinalabasan ng botohan"