123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- # Translation of StatusNet - Poll to Basque (euskara)
- # Exported from translatewiki.net
- #
- # Author: Artsuaga
- # --
- # This file is distributed under the same license as the StatusNet package.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: StatusNet - Poll\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2012-06-30 11:07+0000\n"
- "PO-Revision-Date: 2012-06-30 11:09:37+0000\n"
- "Language-Team: Basque <https://translatewiki.net/wiki/Portal:eu>\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n"
- "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
- "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
- "X-Language-Code: eu\n"
- "X-Message-Group: #out-statusnet-plugin-poll\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #. TRANS: Client exception thrown trying to view a non-existing poll.
- msgid "No such poll."
- msgstr "Ez dago inkesta hori."
- #. TRANS: Client exception thrown trying to view a non-existing poll notice.
- msgid "No such poll notice."
- msgstr "Ez dago inkesta ohar hori."
- #. TRANS: Page title for a poll.
- #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
- #, php-format
- msgid "%1$s's poll: %2$s"
- msgstr "%1$s(e)n inkesta: %2$s"
- #. TRANS: Field label on the page to create a poll.
- msgid "Question"
- msgstr "Galdera"
- #. TRANS: Field title on the page to create a poll.
- msgid "What question are people answering?"
- msgstr "Zein galdera ari da jendea erantzuten?"
- #. TRANS: Field label for an answer option on the page to create a poll.
- #. TRANS: %d is the option number.
- #, php-format
- msgid "Option %d"
- msgstr "%d aukera"
- #. TRANS: Button text for saving a new poll.
- msgctxt "BUTTON"
- msgid "Save"
- msgstr "Gorde"
- #. TRANS: Plugin description.
- msgid "Simple extension for supporting basic polls."
- msgstr "Oinarrizko inkestak egiteko luzapen sinplea."
- #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
- msgid "Invalid poll response: No poll reference."
- msgstr "Inkesta erantzun baliogabea: Erreferentziako inkestarik ez."
- #. TRANS: Exception thrown trying to respond to a non-existing poll.
- msgid "Invalid poll response: Poll is unknown."
- msgstr "Inkesta erantzun baliogabea: Inkesta ezezaguna."
- #. TRANS: Exception thrown when performing an unexpected action on a poll.
- #. TRANS: %s is the unexpected object type.
- #, php-format
- msgid "Unexpected type for poll plugin: %s."
- msgstr "Inkesta pluginerako espero ez zen mota: %s"
- #. TRANS: Error text displayed if no poll data could be found.
- msgid "Poll data is missing"
- msgstr "Inkesta data galdu da"
- #. TRANS: Application title.
- msgctxt "APPTITLE"
- msgid "Poll"
- msgstr "Inkesta"
- #. TRANS: Client exception thrown when responding to a poll with an invalid option.
- #. TRANS: Client exception thrown responding to a poll with an invalid answer.
- msgid "Invalid poll selection."
- msgstr "Inkesta aukera okerra."
- #. TRANS: Notice content voting for a poll.
- #. TRANS: %s is the chosen option in the poll.
- #. TRANS: Rendered version of the notice content voting for a poll.
- #. TRANS: %s a link to the poll with the chosen option as link description.
- #, php-format
- msgid "voted for \"%s\""
- msgstr "\"%s\" botatu dut"
- #. TRANS: Button text for submitting a poll response.
- msgctxt "BUTTON"
- msgid "Submit"
- msgstr "Bidali"
- #. TRANS: Notice content creating a poll.
- #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
- #, php-format
- msgid "Poll: %1$s %2$s"
- msgstr "Inkesta: %1$s %2$s"
- #. TRANS: Rendered version of the notice content creating a poll.
- #. TRANS: %s is a link to the poll with the question as link description.
- #, php-format
- msgid "Poll: %s"
- msgstr "Inkesta: %s"
- #. TRANS: Title for poll page.
- msgid "New poll"
- msgstr "Inkesta berria"
- #. TRANS: Client exception thrown trying to create a poll while not logged in.
- msgid "You must be logged in to post a poll."
- msgstr "Saioa hasi behar duzu inkesta bat egiteko."
- #. TRANS: Client exception thrown trying to create a poll without a question.
- msgid "Poll must have a question."
- msgstr "Inkestak galdera bat behar du."
- #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
- msgid "Poll must have at least two options."
- msgstr "Inkestak gutxienez bi aukera behar ditu."
- #. TRANS: Page title after sending a notice.
- msgid "Notice posted"
- msgstr "Oharra bidalita"
- #. TRANS: Page title for poll response.
- msgid "Poll response"
- msgstr "Inkestaren erantzuna"
- #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
- msgid "You must be logged in to respond to a poll."
- msgstr "Saioa hasi behar duzu inkesta bati erantzuteko."
- #. TRANS: Client exception thrown trying to respond to a non-existing poll.
- msgid "Invalid or missing poll."
- msgstr "Baliogabeko edo inkesta galdua."
- #. TRANS: Page title after sending a poll response.
- msgid "Poll results"
- msgstr "Inkestaren emaitzak"
|