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