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: 2021-07-18 12:38+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: Client exception thrown when responding to a poll with an invalid option.
  20. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  21. #: classes/Poll_response.php:127 actions/respondpoll.php:108
  22. msgid "Invalid poll selection."
  23. msgstr ""
  24. #. TRANS: Rendered version of the notice content voting for a poll.
  25. #. TRANS: %s a link to the poll with the chosen option as link description.
  26. #: classes/Poll_response.php:159 classes/Poll_response.php:165
  27. #, php-format
  28. msgid "voted for \"%s\""
  29. msgstr ""
  30. #: classes/Poll.php:199
  31. #, php-format
  32. msgid "Poll: %1$s %2$s"
  33. msgstr ""
  34. #. TRANS: Rendered version of the notice content creating a poll.
  35. #. TRANS: %s is a link to the poll with the question as link description.
  36. #: classes/Poll.php:206
  37. #, php-format
  38. msgid "Poll: %s"
  39. msgstr ""
  40. #. TRANS: Title for poll page.
  41. #: actions/newpoll.php:64
  42. msgid "New poll"
  43. msgstr ""
  44. #: actions/newpoll.php:84
  45. msgid "You must be logged in to post a poll."
  46. msgstr ""
  47. #. TRANS: Client exception thrown trying to create a poll without a question.
  48. #: actions/newpoll.php:143
  49. msgid "Poll must have a question."
  50. msgstr ""
  51. #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
  52. #: actions/newpoll.php:148
  53. msgid "Poll must have at least two options."
  54. msgstr ""
  55. #. TRANS: Page title after sending a notice.
  56. #: actions/newpoll.php:175
  57. msgid "Notice posted"
  58. msgstr ""
  59. #. TRANS: Client exception thrown trying to view a non-existing poll.
  60. #: actions/showpoll.php:59
  61. msgid "No such poll."
  62. msgstr ""
  63. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  64. #: actions/showpoll.php:67
  65. msgid "No such poll notice."
  66. msgstr ""
  67. #: actions/showpoll.php:85
  68. #, php-format
  69. msgid "%1$s's poll: %2$s"
  70. msgstr ""
  71. #. TRANS: Page title.
  72. #: actions/pollsettings.php:44
  73. msgid "Poll settings"
  74. msgstr ""
  75. #. TRANS: Page instructions.
  76. #: actions/pollsettings.php:56
  77. msgid "Set your poll preferences"
  78. msgstr ""
  79. #. TRANS: Page title for poll response.
  80. #: actions/respondpoll.php:64
  81. msgid "Poll response"
  82. msgstr ""
  83. #: actions/respondpoll.php:89
  84. msgid "You must be logged in to respond to a poll."
  85. msgstr ""
  86. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  87. #: actions/respondpoll.php:102
  88. msgid "Invalid or missing poll."
  89. msgstr ""
  90. #. TRANS: Page title after sending a poll response.
  91. #: actions/respondpoll.php:162
  92. msgid "Poll results"
  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: Field label on the page to create a poll.
  134. #: forms/newpoll.php:109
  135. msgid "Question"
  136. msgstr ""
  137. #. TRANS: Field title on the page to create a poll.
  138. #: forms/newpoll.php:112
  139. msgid "What question are people answering?"
  140. msgstr ""
  141. #. TRANS: Field label for an answer option on the page to create a poll.
  142. #. TRANS: %d is the option number.
  143. #: forms/newpoll.php:134
  144. #, php-format
  145. msgid "Option %d"
  146. msgstr ""
  147. #. TRANS: Button text for saving a new poll.
  148. #: forms/newpoll.php:163
  149. msgctxt "BUTTON"
  150. msgid "Save"
  151. msgstr ""
  152. #. TRANS: Button text for submitting a poll response.
  153. #: forms/pollresponse.php:126
  154. msgctxt "BUTTON"
  155. msgid "Submit"
  156. msgstr ""