Poll.po 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2012 - 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. # Ismael Moral <jastertdc@gmail.com>, 2015
  7. # Juan Riquelme González <soulchainer@gmail.com>, 2015
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: GNU social\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  13. "PO-Revision-Date: 2015-02-25 09:22+0000\n"
  14. "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
  15. "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: es\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. TRANS: Field label on the page to create a poll.
  22. #: forms/newpoll.php:107
  23. msgid "Question"
  24. msgstr "Pregunta"
  25. #. TRANS: Field title on the page to create a poll.
  26. #: forms/newpoll.php:110
  27. msgid "What question are people answering?"
  28. msgstr "¿Cuál es la pregunta planteada?"
  29. #. TRANS: Field label for an answer option on the page to create a poll.
  30. #. TRANS: %d is the option number.
  31. #: forms/newpoll.php:130
  32. #, php-format
  33. msgid "Option %d"
  34. msgstr "Opción %d"
  35. #. TRANS: Button text for saving a new poll.
  36. #: forms/newpoll.php:156
  37. msgctxt "BUTTON"
  38. msgid "Save"
  39. msgstr "Guardar"
  40. #. TRANS: Button text for submitting a poll response.
  41. #: forms/pollresponse.php:127
  42. msgctxt "BUTTON"
  43. msgid "Submit"
  44. msgstr "Enviar"
  45. #. TRANS: Page title.
  46. #: actions/pollsettings.php:44
  47. msgid "Poll settings"
  48. msgstr "Preferencias de encuestas"
  49. #. TRANS: Page instructions.
  50. #: actions/pollsettings.php:56
  51. msgid "Set your poll preferences"
  52. msgstr "Configurar las preferencias de las encuestas"
  53. #. TRANS: Title for poll page.
  54. #: actions/newpoll.php:63
  55. msgid "New poll"
  56. msgstr "Nueva encuesta"
  57. #. TRANS: Client exception thrown trying to create a poll while not logged in.
  58. #: actions/newpoll.php:81
  59. msgid "You must be logged in to post a poll."
  60. msgstr "Debes iniciar sesión para publicar una encuesta."
  61. #. TRANS: Client exception thrown trying to create a poll without a question.
  62. #: actions/newpoll.php:133
  63. msgid "Poll must have a question."
  64. msgstr "La encuesta debe tener una pregunta."
  65. #. TRANS: Client exception thrown trying to create a poll with fewer than two
  66. #. options.
  67. #: actions/newpoll.php:138
  68. msgid "Poll must have at least two options."
  69. msgstr "La encuesta debe tener al menos dos opciones."
  70. #. TRANS: Page title after sending a notice.
  71. #: actions/newpoll.php:164
  72. msgid "Notice posted"
  73. msgstr "Mensaje publicado"
  74. #. TRANS: Page title for poll response.
  75. #: actions/respondpoll.php:63
  76. msgid "Poll response"
  77. msgstr "Respuesta a encuesta"
  78. #. TRANS: Client exception thrown trying to respond to a poll while not logged
  79. #. in.
  80. #: actions/respondpoll.php:84
  81. msgid "You must be logged in to respond to a poll."
  82. msgstr "Debe iniciar sesión para responder a una encuesta."
  83. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  84. #: actions/respondpoll.php:96
  85. msgid "Invalid or missing poll."
  86. msgstr "Falta encuesta o no es válida."
  87. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  88. #. TRANS: Client exception thrown when responding to a poll with an invalid
  89. #. option.
  90. #: actions/respondpoll.php:102 classes/Poll_response.php:134
  91. msgid "Invalid poll selection."
  92. msgstr "Selección de encuesta no válida."
  93. #. TRANS: Page title after sending a poll response.
  94. #: actions/respondpoll.php:150
  95. msgid "Poll results"
  96. msgstr "Resultados de la encuesta"
  97. #. TRANS: Client exception thrown trying to view a non-existing poll.
  98. #: actions/showpoll.php:59
  99. msgid "No such poll."
  100. msgstr "No existe esa encuesta."
  101. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  102. #: actions/showpoll.php:67
  103. msgid "No such poll notice."
  104. msgstr "No existe esa nota de encuesta."
  105. #. TRANS: Page title for a poll.
  106. #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
  107. #. poll question.
  108. #: actions/showpoll.php:84
  109. #, php-format
  110. msgid "%1$s's poll: %2$s"
  111. msgstr "Encuesta de %1$s: %2$s"
  112. #. TRANS: Notice content creating a poll.
  113. #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
  114. #: classes/Poll.php:201
  115. #, php-format
  116. msgid "Poll: %1$s %2$s"
  117. msgstr "Encuesta: %1$s %2$s"
  118. #. TRANS: Rendered version of the notice content creating a poll.
  119. #. TRANS: %s is a link to the poll with the question as link description.
  120. #: classes/Poll.php:207
  121. #, php-format
  122. msgid "Poll: %s"
  123. msgstr "Encuesta: %s"
  124. #. TRANS: Notice content voting for a poll.
  125. #. TRANS: %s is the chosen option in the poll.
  126. #. TRANS: Rendered version of the notice content voting for a poll.
  127. #. TRANS: %s a link to the poll with the chosen option as link description.
  128. #: classes/Poll_response.php:163 classes/Poll_response.php:168
  129. #, php-format
  130. msgid "voted for \"%s\""
  131. msgstr "ha votado por «%s»"
  132. #. TRANS: Plugin description.
  133. #: PollPlugin.php:131
  134. msgid "Simple extension for supporting basic polls."
  135. msgstr "Sencilla extensión para dar soporte a encuestas básicas."
  136. #. TRANS: Exception thrown trying to respond to a poll without a poll
  137. #. reference.
  138. #: PollPlugin.php:204
  139. msgid "Invalid poll response: No poll reference."
  140. msgstr "Respuesta de encuesta no válida: no se ha hecho referencia a ninguna encuesta."
  141. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  142. #: PollPlugin.php:209
  143. msgid "Invalid poll response: Poll is unknown."
  144. msgstr "Respuesta de encuesta no válida: encuesta desconocida."
  145. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  146. #. TRANS: %s is the unexpected object type.
  147. #: PollPlugin.php:236
  148. #, php-format
  149. msgid "Unexpected type for poll plugin: %s."
  150. msgstr "Tipo inesperado para el complemento de encuestas: %s."
  151. #. TRANS: Application title.
  152. #: PollPlugin.php:392
  153. msgctxt "APPTITLE"
  154. msgid "Poll"
  155. msgstr "Encuestas"
  156. #. TRANS: Poll plugin menu item on user settings page.
  157. #: PollPlugin.php:436
  158. msgctxt "MENU"
  159. msgid "Polls"
  160. msgstr "Encuestas"
  161. #. TRANS: Poll plugin tooltip for user settings menu item.
  162. #: PollPlugin.php:438
  163. msgid "Configure poll behavior"
  164. msgstr "Configurar el comportamiento de las encuestas"
  165. #. TRANS: Error text displayed if no poll data could be found.
  166. #: PollPlugin.php:463
  167. msgid "Poll data is missing"
  168. msgstr "Faltan datos de la encuesta"