Poll.po 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  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-07 14:32+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Galician (http://www.transifex.com/gnu-social/gnu-social/language/gl/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: gl\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. TRANS: Field label on the page to create a poll.
  20. #: forms/newpoll.php:107
  21. msgid "Question"
  22. msgstr "Pregunta"
  23. #. TRANS: Field title on the page to create a poll.
  24. #: forms/newpoll.php:110
  25. msgid "What question are people answering?"
  26. msgstr "A que pregunta está respondendo a xente?"
  27. #. TRANS: Field label for an answer option on the page to create a poll.
  28. #. TRANS: %d is the option number.
  29. #: forms/newpoll.php:130
  30. #, php-format
  31. msgid "Option %d"
  32. msgstr "Opción %d"
  33. #. TRANS: Button text for saving a new poll.
  34. #: forms/newpoll.php:156
  35. msgctxt "BUTTON"
  36. msgid "Save"
  37. msgstr "Gardar"
  38. #. TRANS: Button text for submitting a poll response.
  39. #: forms/pollresponse.php:127
  40. msgctxt "BUTTON"
  41. msgid "Submit"
  42. msgstr "Enviar"
  43. #. TRANS: Page title.
  44. #: actions/pollsettings.php:44
  45. msgid "Poll settings"
  46. msgstr ""
  47. #. TRANS: Page instructions.
  48. #: actions/pollsettings.php:56
  49. msgid "Set your poll preferences"
  50. msgstr ""
  51. #. TRANS: Title for poll page.
  52. #: actions/newpoll.php:63
  53. msgid "New poll"
  54. msgstr "Nova enquisa"
  55. #. TRANS: Client exception thrown trying to create a poll while not logged in.
  56. #: actions/newpoll.php:81
  57. msgid "You must be logged in to post a poll."
  58. msgstr "Ten que estar identificado para publicar unha enquisa."
  59. #. TRANS: Client exception thrown trying to create a poll without a question.
  60. #: actions/newpoll.php:133
  61. msgid "Poll must have a question."
  62. msgstr "A enquisa debe ter unha pregunta."
  63. #. TRANS: Client exception thrown trying to create a poll with fewer than two
  64. #. options.
  65. #: actions/newpoll.php:138
  66. msgid "Poll must have at least two options."
  67. msgstr "A enquisa debe ter, polo menos, dúas opcións."
  68. #. TRANS: Page title after sending a notice.
  69. #: actions/newpoll.php:164
  70. msgid "Notice posted"
  71. msgstr "Publicouse a nota"
  72. #. TRANS: Page title for poll response.
  73. #: actions/respondpoll.php:63
  74. msgid "Poll response"
  75. msgstr "Resposta á enquisa"
  76. #. TRANS: Client exception thrown trying to respond to a poll while not logged
  77. #. in.
  78. #: actions/respondpoll.php:84
  79. msgid "You must be logged in to respond to a poll."
  80. msgstr "Ten que estar identificado para responder unha enquisa."
  81. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  82. #: actions/respondpoll.php:96
  83. msgid "Invalid or missing poll."
  84. msgstr "Falta a enquisa ou esta é inválida."
  85. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  86. #. TRANS: Client exception thrown when responding to a poll with an invalid
  87. #. option.
  88. #: actions/respondpoll.php:102 classes/Poll_response.php:134
  89. msgid "Invalid poll selection."
  90. msgstr "Selección de enquisa inválido."
  91. #. TRANS: Page title after sending a poll response.
  92. #: actions/respondpoll.php:150
  93. msgid "Poll results"
  94. msgstr "Resultados da enquisa"
  95. #. TRANS: Client exception thrown trying to view a non-existing poll.
  96. #: actions/showpoll.php:59
  97. msgid "No such poll."
  98. msgstr "Non existe esa enquisa."
  99. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  100. #: actions/showpoll.php:67
  101. msgid "No such poll notice."
  102. msgstr "Non existe esa nota de enquisa."
  103. #. TRANS: Page title for a poll.
  104. #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
  105. #. poll question.
  106. #: actions/showpoll.php:84
  107. #, php-format
  108. msgid "%1$s's poll: %2$s"
  109. msgstr "Enquisa de %1$s: %2$s"
  110. #. TRANS: Notice content creating a poll.
  111. #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
  112. #: classes/Poll.php:201
  113. #, php-format
  114. msgid "Poll: %1$s %2$s"
  115. msgstr "Enquisa: %1$s %2$s"
  116. #. TRANS: Rendered version of the notice content creating a poll.
  117. #. TRANS: %s is a link to the poll with the question as link description.
  118. #: classes/Poll.php:207
  119. #, php-format
  120. msgid "Poll: %s"
  121. msgstr "Enquisa: %s"
  122. #. TRANS: Notice content voting for a poll.
  123. #. TRANS: %s is the chosen option in the poll.
  124. #. TRANS: Rendered version of the notice content voting for a poll.
  125. #. TRANS: %s a link to the poll with the chosen option as link description.
  126. #: classes/Poll_response.php:163 classes/Poll_response.php:168
  127. #, php-format
  128. msgid "voted for \"%s\""
  129. msgstr "votou \"%s\""
  130. #. TRANS: Plugin description.
  131. #: PollPlugin.php:131
  132. msgid "Simple extension for supporting basic polls."
  133. msgstr "Extensión simple para soportar enquisas básicas."
  134. #. TRANS: Exception thrown trying to respond to a poll without a poll
  135. #. reference.
  136. #: PollPlugin.php:204
  137. msgid "Invalid poll response: No poll reference."
  138. msgstr "Resposta á enquisa inválida: Sen referencia á enquisa."
  139. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  140. #: PollPlugin.php:209
  141. msgid "Invalid poll response: Poll is unknown."
  142. msgstr "Resposta á enquisa inválida: Descoñécese a enquisa."
  143. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  144. #. TRANS: %s is the unexpected object type.
  145. #: PollPlugin.php:236
  146. #, php-format
  147. msgid "Unexpected type for poll plugin: %s."
  148. msgstr "Tipo inesperado para o complemento da enquisa: %s."
  149. #. TRANS: Application title.
  150. #: PollPlugin.php:392
  151. msgctxt "APPTITLE"
  152. msgid "Poll"
  153. msgstr "Enquisa"
  154. #. TRANS: Poll plugin menu item on user settings page.
  155. #: PollPlugin.php:436
  156. msgctxt "MENU"
  157. msgid "Polls"
  158. msgstr ""
  159. #. TRANS: Poll plugin tooltip for user settings menu item.
  160. #: PollPlugin.php:438
  161. msgid "Configure poll behavior"
  162. msgstr ""
  163. #. TRANS: Error text displayed if no poll data could be found.
  164. #: PollPlugin.php:463
  165. msgid "Poll data is missing"
  166. msgstr "Faltan os datos da enquisa"