Poll.pot 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-06-08 18:20+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Page title for poll response.
  20. #: actions/respondpoll.php:63
  21. msgid "Poll response"
  22. msgstr ""
  23. #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
  24. #: actions/respondpoll.php:85
  25. msgid "You must be logged in to respond to a poll."
  26. msgstr ""
  27. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  28. #: actions/respondpoll.php:97
  29. msgid "Invalid or missing poll."
  30. msgstr ""
  31. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  32. #. TRANS: Client exception thrown when responding to a poll with an invalid option.
  33. #: actions/respondpoll.php:103 classes/Poll_response.php:134
  34. msgid "Invalid poll selection."
  35. msgstr ""
  36. #. TRANS: Page title after sending a poll response.
  37. #: actions/respondpoll.php:149
  38. msgid "Poll results"
  39. msgstr ""
  40. #. TRANS: Title for poll page.
  41. #: actions/newpoll.php:63
  42. msgid "New poll"
  43. msgstr ""
  44. #. TRANS: Client exception thrown trying to create a poll while not logged in.
  45. #: actions/newpoll.php:82
  46. msgid "You must be logged in to post a poll."
  47. msgstr ""
  48. #. TRANS: Client exception thrown trying to create a poll without a question.
  49. #: actions/newpoll.php:132
  50. msgid "Poll must have a question."
  51. msgstr ""
  52. #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
  53. #: actions/newpoll.php:137
  54. msgid "Poll must have at least two options."
  55. msgstr ""
  56. #. TRANS: Page title after sending a notice.
  57. #: actions/newpoll.php:163
  58. msgid "Notice posted"
  59. msgstr ""
  60. #. TRANS: Page title.
  61. #: actions/pollsettings.php:42
  62. msgid "Poll settings"
  63. msgstr ""
  64. #. TRANS: Page instructions.
  65. #: actions/pollsettings.php:54
  66. msgid "Set your poll preferences"
  67. msgstr ""
  68. #. TRANS: Client exception thrown trying to view a non-existing poll.
  69. #: actions/showpoll.php:59
  70. msgid "No such poll."
  71. msgstr ""
  72. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  73. #: actions/showpoll.php:67
  74. msgid "No such poll notice."
  75. msgstr ""
  76. #. TRANS: Page title for a poll.
  77. #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
  78. #: actions/showpoll.php:84
  79. #, php-format
  80. msgid "%1$s's poll: %2$s"
  81. msgstr ""
  82. #. TRANS: Notice content creating a poll.
  83. #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
  84. #: classes/Poll.php:201
  85. #, php-format
  86. msgid "Poll: %1$s %2$s"
  87. msgstr ""
  88. #. TRANS: Rendered version of the notice content creating a poll.
  89. #. TRANS: %s is a link to the poll with the question as link description.
  90. #: classes/Poll.php:207
  91. #, php-format
  92. msgid "Poll: %s"
  93. msgstr ""
  94. #. TRANS: Notice content voting for a poll.
  95. #. TRANS: %s is the chosen option in the poll.
  96. #. TRANS: Rendered version of the notice content voting for a poll.
  97. #. TRANS: %s a link to the poll with the chosen option as link description.
  98. #: classes/Poll_response.php:163 classes/Poll_response.php:168
  99. #, php-format
  100. msgid "voted for \"%s\""
  101. msgstr ""
  102. #. TRANS: Plugin description.
  103. #: PollPlugin.php:131
  104. msgid "Simple extension for supporting basic polls."
  105. msgstr ""
  106. #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
  107. #: PollPlugin.php:204
  108. msgid "Invalid poll response: No poll reference."
  109. msgstr ""
  110. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  111. #: PollPlugin.php:209
  112. msgid "Invalid poll response: Poll is unknown."
  113. msgstr ""
  114. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  115. #. TRANS: %s is the unexpected object type.
  116. #: PollPlugin.php:236
  117. #, php-format
  118. msgid "Unexpected type for poll plugin: %s."
  119. msgstr ""
  120. #. TRANS: Application title.
  121. #: PollPlugin.php:392
  122. msgctxt "APPTITLE"
  123. msgid "Poll"
  124. msgstr ""
  125. #. TRANS: Poll plugin menu item on user settings page.
  126. #: PollPlugin.php:436
  127. msgctxt "MENU"
  128. msgid "Polls"
  129. msgstr ""
  130. #. TRANS: Poll plugin tooltip for user settings menu item.
  131. #: PollPlugin.php:438
  132. msgid "Configure poll behavior"
  133. msgstr ""
  134. #. TRANS: Error text displayed if no poll data could be found.
  135. #: PollPlugin.php:463
  136. msgid "Poll data is missing"
  137. msgstr ""
  138. #. TRANS: Button text for submitting a poll response.
  139. #: forms/pollresponse.php:127
  140. msgctxt "BUTTON"
  141. msgid "Submit"
  142. msgstr ""
  143. #. TRANS: Field label on the page to create a poll.
  144. #: forms/newpoll.php:107
  145. msgid "Question"
  146. msgstr ""
  147. #. TRANS: Field title on the page to create a poll.
  148. #: forms/newpoll.php:110
  149. msgid "What question are people answering?"
  150. msgstr ""
  151. #. TRANS: Field label for an answer option on the page to create a poll.
  152. #. TRANS: %d is the option number.
  153. #: forms/newpoll.php:130
  154. #, php-format
  155. msgid "Option %d"
  156. msgstr ""
  157. #. TRANS: Button text for saving a new poll.
  158. #: forms/newpoll.php:156
  159. msgctxt "BUTTON"
  160. msgid "Save"
  161. msgstr ""