Poll.pot 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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-08-14 14:51+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:64
  21. msgid "Poll response"
  22. msgstr ""
  23. #: actions/respondpoll.php:89
  24. msgid "You must be logged in to respond to a poll."
  25. msgstr ""
  26. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  27. #: actions/respondpoll.php:102
  28. msgid "Invalid or missing poll."
  29. msgstr ""
  30. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  31. #. TRANS: Client exception thrown when responding to a poll with an invalid option.
  32. #: actions/respondpoll.php:108 classes/Poll_response.php:135
  33. msgid "Invalid poll selection."
  34. msgstr ""
  35. #. TRANS: Page title after sending a poll response.
  36. #: actions/respondpoll.php:162
  37. msgid "Poll results"
  38. msgstr ""
  39. #. TRANS: Title for poll page.
  40. #: actions/newpoll.php:64
  41. msgid "New poll"
  42. msgstr ""
  43. #: actions/newpoll.php:84
  44. msgid "You must be logged in to post a poll."
  45. msgstr ""
  46. #. TRANS: Client exception thrown trying to create a poll without a question.
  47. #: actions/newpoll.php:143
  48. msgid "Poll must have a question."
  49. msgstr ""
  50. #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
  51. #: actions/newpoll.php:148
  52. msgid "Poll must have at least two options."
  53. msgstr ""
  54. #. TRANS: Page title after sending a notice.
  55. #: actions/newpoll.php:175
  56. msgid "Notice posted"
  57. msgstr ""
  58. #. TRANS: Page title.
  59. #: actions/pollsettings.php:44
  60. msgid "Poll settings"
  61. msgstr ""
  62. #. TRANS: Page instructions.
  63. #: actions/pollsettings.php:56
  64. msgid "Set your poll preferences"
  65. msgstr ""
  66. #. TRANS: Client exception thrown trying to view a non-existing poll.
  67. #: actions/showpoll.php:59
  68. msgid "No such poll."
  69. msgstr ""
  70. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  71. #: actions/showpoll.php:67
  72. msgid "No such poll notice."
  73. msgstr ""
  74. #: actions/showpoll.php:85
  75. #, php-format
  76. msgid "%1$s's poll: %2$s"
  77. msgstr ""
  78. #: classes/Poll.php:205
  79. #, php-format
  80. msgid "Poll: %1$s %2$s"
  81. msgstr ""
  82. #. TRANS: Rendered version of the notice content creating a poll.
  83. #. TRANS: %s is a link to the poll with the question as link description.
  84. #: classes/Poll.php:212
  85. #, php-format
  86. msgid "Poll: %s"
  87. msgstr ""
  88. #. TRANS: Rendered version of the notice content voting for a poll.
  89. #. TRANS: %s a link to the poll with the chosen option as link description.
  90. #: classes/Poll_response.php:167 classes/Poll_response.php:173
  91. #, php-format
  92. msgid "voted for \"%s\""
  93. msgstr ""
  94. #. TRANS: Plugin description.
  95. #: PollPlugin.php:132
  96. msgid "Simple extension for supporting basic polls."
  97. msgstr ""
  98. #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
  99. #: PollPlugin.php:206
  100. msgid "Invalid poll response: No poll reference."
  101. msgstr ""
  102. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  103. #: PollPlugin.php:211
  104. msgid "Invalid poll response: Poll is unknown."
  105. msgstr ""
  106. #: PollPlugin.php:226
  107. msgid "Failed to save Poll response."
  108. msgstr ""
  109. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  110. #. TRANS: %s is the unexpected object type.
  111. #: PollPlugin.php:241
  112. #, php-format
  113. msgid "Unexpected type for poll plugin: %s."
  114. msgstr ""
  115. #. TRANS: Application title.
  116. #: PollPlugin.php:397
  117. msgctxt "APPTITLE"
  118. msgid "Poll"
  119. msgstr ""
  120. #. TRANS: Poll plugin menu item on user settings page.
  121. #: PollPlugin.php:443
  122. msgctxt "MENU"
  123. msgid "Polls"
  124. msgstr ""
  125. #. TRANS: Poll plugin tooltip for user settings menu item.
  126. #: PollPlugin.php:445
  127. msgid "Configure poll behavior"
  128. msgstr ""
  129. #. TRANS: Error text displayed if no poll data could be found.
  130. #: PollPlugin.php:471
  131. msgid "Poll data is missing"
  132. msgstr ""
  133. #. TRANS: Button text for submitting a poll response.
  134. #: forms/pollresponse.php:126
  135. msgctxt "BUTTON"
  136. msgid "Submit"
  137. msgstr ""
  138. #. TRANS: Field label on the page to create a poll.
  139. #: forms/newpoll.php:109
  140. msgid "Question"
  141. msgstr ""
  142. #. TRANS: Field title on the page to create a poll.
  143. #: forms/newpoll.php:112
  144. msgid "What question are people answering?"
  145. msgstr ""
  146. #. TRANS: Field label for an answer option on the page to create a poll.
  147. #. TRANS: %d is the option number.
  148. #: forms/newpoll.php:134
  149. #, php-format
  150. msgid "Option %d"
  151. msgstr ""
  152. #. TRANS: Button text for saving a new poll.
  153. #: forms/newpoll.php:163
  154. msgctxt "BUTTON"
  155. msgid "Save"
  156. msgstr ""