Poll.pot 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Client exception thrown trying to view a non-existing poll.
  19. #: showpoll.php:59
  20. msgid "No such poll."
  21. msgstr ""
  22. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  23. #: showpoll.php:67
  24. msgid "No such poll notice."
  25. msgstr ""
  26. #. TRANS: Page title for a poll.
  27. #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
  28. #: showpoll.php:84
  29. #, php-format
  30. msgid "%1$s's poll: %2$s"
  31. msgstr ""
  32. #. TRANS: Field label on the page to create a poll.
  33. #: newpollform.php:107
  34. msgid "Question"
  35. msgstr ""
  36. #. TRANS: Field title on the page to create a poll.
  37. #: newpollform.php:110
  38. msgid "What question are people answering?"
  39. msgstr ""
  40. #. TRANS: Field label for an answer option on the page to create a poll.
  41. #. TRANS: %d is the option number.
  42. #: newpollform.php:128
  43. #, php-format
  44. msgid "Option %d"
  45. msgstr ""
  46. #. TRANS: Button text for saving a new poll.
  47. #: newpollform.php:153
  48. msgctxt "BUTTON"
  49. msgid "Save"
  50. msgstr ""
  51. #. TRANS: Plugin description.
  52. #: PollPlugin.php:157
  53. msgid "Simple extension for supporting basic polls."
  54. msgstr ""
  55. #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
  56. #: PollPlugin.php:230
  57. msgid "Invalid poll response: No poll reference."
  58. msgstr ""
  59. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  60. #: PollPlugin.php:235
  61. msgid "Invalid poll response: Poll is unknown."
  62. msgstr ""
  63. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  64. #. TRANS: %s is the unexpected object type.
  65. #: PollPlugin.php:262 PollPlugin.php:420
  66. #, php-format
  67. msgid "Unexpected type for poll plugin: %s."
  68. msgstr ""
  69. #. TRANS: Error text displayed if no poll data could be found.
  70. #: PollPlugin.php:448
  71. msgid "Poll data is missing"
  72. msgstr ""
  73. #. TRANS: Application title.
  74. #: PollPlugin.php:482
  75. msgctxt "APPTITLE"
  76. msgid "Poll"
  77. msgstr ""
  78. #. TRANS: Client exception thrown when responding to a poll with an invalid option.
  79. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  80. #: Poll_response.php:167 respondpoll.php:102
  81. msgid "Invalid poll selection."
  82. msgstr ""
  83. #. TRANS: Notice content voting for a poll.
  84. #. TRANS: %s is the chosen option in the poll.
  85. #. TRANS: Rendered version of the notice content voting for a poll.
  86. #. TRANS: %s a link to the poll with the chosen option as link description.
  87. #: Poll_response.php:196 Poll_response.php:201
  88. #, php-format
  89. msgid "voted for \"%s\""
  90. msgstr ""
  91. #. TRANS: Button text for submitting a poll response.
  92. #: pollresponseform.php:127
  93. msgctxt "BUTTON"
  94. msgid "Submit"
  95. msgstr ""
  96. #. TRANS: Notice content creating a poll.
  97. #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
  98. #: Poll.php:234
  99. #, php-format
  100. msgid "Poll: %1$s %2$s"
  101. msgstr ""
  102. #. TRANS: Rendered version of the notice content creating a poll.
  103. #. TRANS: %s is a link to the poll with the question as link description.
  104. #: Poll.php:240
  105. #, php-format
  106. msgid "Poll: %s"
  107. msgstr ""
  108. #. TRANS: Title for poll page.
  109. #: newpoll.php:63
  110. msgid "New poll"
  111. msgstr ""
  112. #. TRANS: Client exception thrown trying to create a poll while not logged in.
  113. #: newpoll.php:81
  114. msgid "You must be logged in to post a poll."
  115. msgstr ""
  116. #. TRANS: Client exception thrown trying to create a poll without a question.
  117. #: newpoll.php:133
  118. msgid "Poll must have a question."
  119. msgstr ""
  120. #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
  121. #: newpoll.php:138
  122. msgid "Poll must have at least two options."
  123. msgstr ""
  124. #. TRANS: Page title after sending a notice.
  125. #: newpoll.php:166
  126. msgid "Notice posted"
  127. msgstr ""
  128. #. TRANS: Page title for poll response.
  129. #: respondpoll.php:63
  130. msgid "Poll response"
  131. msgstr ""
  132. #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
  133. #: respondpoll.php:84
  134. msgid "You must be logged in to respond to a poll."
  135. msgstr ""
  136. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  137. #: respondpoll.php:96
  138. msgid "Invalid or missing poll."
  139. msgstr ""
  140. #. TRANS: Page title after sending a poll response.
  141. #: respondpoll.php:152
  142. msgid "Poll results"
  143. msgstr ""