Poll.po 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. # Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-02-07 14:32+0000\n"
  13. "Last-Translator: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>\n"
  14. "Language-Team: Swedish (http://www.transifex.com/gnu-social/gnu-social/language/sv/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: sv\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Field label on the page to create a poll.
  21. #: forms/newpoll.php:107
  22. msgid "Question"
  23. msgstr "Fråga"
  24. #. TRANS: Field title on the page to create a poll.
  25. #: forms/newpoll.php:110
  26. msgid "What question are people answering?"
  27. msgstr "Vilken fråga svarar på?"
  28. #. TRANS: Field label for an answer option on the page to create a poll.
  29. #. TRANS: %d is the option number.
  30. #: forms/newpoll.php:130
  31. #, php-format
  32. msgid "Option %d"
  33. msgstr "Val %d"
  34. #. TRANS: Button text for saving a new poll.
  35. #: forms/newpoll.php:156
  36. msgctxt "BUTTON"
  37. msgid "Save"
  38. msgstr "Spara"
  39. #. TRANS: Button text for submitting a poll response.
  40. #: forms/pollresponse.php:127
  41. msgctxt "BUTTON"
  42. msgid "Submit"
  43. msgstr "Skicka in"
  44. #. TRANS: Page title.
  45. #: actions/pollsettings.php:44
  46. msgid "Poll settings"
  47. msgstr "Inställningar för frågeformuläret"
  48. #. TRANS: Page instructions.
  49. #: actions/pollsettings.php:56
  50. msgid "Set your poll preferences"
  51. msgstr "Ställ in inställningarna för frågeformuläret"
  52. #. TRANS: Title for poll page.
  53. #: actions/newpoll.php:63
  54. msgid "New poll"
  55. msgstr "Nytt frågeformulär"
  56. #. TRANS: Client exception thrown trying to create a poll while not logged in.
  57. #: actions/newpoll.php:81
  58. msgid "You must be logged in to post a poll."
  59. msgstr "Du måste vara inloggad för att posta ett frågeformulär."
  60. #. TRANS: Client exception thrown trying to create a poll without a question.
  61. #: actions/newpoll.php:133
  62. msgid "Poll must have a question."
  63. msgstr "Frågeformuläret måste ha en fråga."
  64. #. TRANS: Client exception thrown trying to create a poll with fewer than two
  65. #. options.
  66. #: actions/newpoll.php:138
  67. msgid "Poll must have at least two options."
  68. msgstr "Frågeformuläret måste ha åtminstone två val."
  69. #. TRANS: Page title after sending a notice.
  70. #: actions/newpoll.php:164
  71. msgid "Notice posted"
  72. msgstr "Notis postad"
  73. #. TRANS: Page title for poll response.
  74. #: actions/respondpoll.php:63
  75. msgid "Poll response"
  76. msgstr "Frågeformulärets svar"
  77. #. TRANS: Client exception thrown trying to respond to a poll while not logged
  78. #. in.
  79. #: actions/respondpoll.php:84
  80. msgid "You must be logged in to respond to a poll."
  81. msgstr ""
  82. #. TRANS: Client exception thrown trying to respond to a non-existing poll.
  83. #: actions/respondpoll.php:96
  84. msgid "Invalid or missing poll."
  85. msgstr "Ogiltigt eller så saknas frågeformuläret."
  86. #. TRANS: Client exception thrown responding to a poll with an invalid answer.
  87. #. TRANS: Client exception thrown when responding to a poll with an invalid
  88. #. option.
  89. #: actions/respondpoll.php:102 classes/Poll_response.php:134
  90. msgid "Invalid poll selection."
  91. msgstr ""
  92. #. TRANS: Page title after sending a poll response.
  93. #: actions/respondpoll.php:150
  94. msgid "Poll results"
  95. msgstr "Resultat för frågeformuläret"
  96. #. TRANS: Client exception thrown trying to view a non-existing poll.
  97. #: actions/showpoll.php:59
  98. msgid "No such poll."
  99. msgstr ""
  100. #. TRANS: Client exception thrown trying to view a non-existing poll notice.
  101. #: actions/showpoll.php:67
  102. msgid "No such poll notice."
  103. msgstr ""
  104. #. TRANS: Page title for a poll.
  105. #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
  106. #. poll question.
  107. #: actions/showpoll.php:84
  108. #, php-format
  109. msgid "%1$s's poll: %2$s"
  110. msgstr ""
  111. #. TRANS: Notice content creating a poll.
  112. #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
  113. #: classes/Poll.php:201
  114. #, php-format
  115. msgid "Poll: %1$s %2$s"
  116. msgstr ""
  117. #. TRANS: Rendered version of the notice content creating a poll.
  118. #. TRANS: %s is a link to the poll with the question as link description.
  119. #: classes/Poll.php:207
  120. #, php-format
  121. msgid "Poll: %s"
  122. msgstr ""
  123. #. TRANS: Notice content voting for a poll.
  124. #. TRANS: %s is the chosen option in the poll.
  125. #. TRANS: Rendered version of the notice content voting for a poll.
  126. #. TRANS: %s a link to the poll with the chosen option as link description.
  127. #: classes/Poll_response.php:163 classes/Poll_response.php:168
  128. #, php-format
  129. msgid "voted for \"%s\""
  130. msgstr ""
  131. #. TRANS: Plugin description.
  132. #: PollPlugin.php:131
  133. msgid "Simple extension for supporting basic polls."
  134. msgstr ""
  135. #. TRANS: Exception thrown trying to respond to a poll without a poll
  136. #. reference.
  137. #: PollPlugin.php:204
  138. msgid "Invalid poll response: No poll reference."
  139. msgstr ""
  140. #. TRANS: Exception thrown trying to respond to a non-existing poll.
  141. #: PollPlugin.php:209
  142. msgid "Invalid poll response: Poll is unknown."
  143. msgstr ""
  144. #. TRANS: Exception thrown when performing an unexpected action on a poll.
  145. #. TRANS: %s is the unexpected object type.
  146. #: PollPlugin.php:236
  147. #, php-format
  148. msgid "Unexpected type for poll plugin: %s."
  149. msgstr ""
  150. #. TRANS: Application title.
  151. #: PollPlugin.php:392
  152. msgctxt "APPTITLE"
  153. msgid "Poll"
  154. msgstr "Frågeformulär"
  155. #. TRANS: Poll plugin menu item on user settings page.
  156. #: PollPlugin.php:436
  157. msgctxt "MENU"
  158. msgid "Polls"
  159. msgstr "Frågeformulären"
  160. #. TRANS: Poll plugin tooltip for user settings menu item.
  161. #: PollPlugin.php:438
  162. msgid "Configure poll behavior"
  163. msgstr "Konfigurera frågeformulärets beteende"
  164. #. TRANS: Error text displayed if no poll data could be found.
  165. #: PollPlugin.php:463
  166. msgid "Poll data is missing"
  167. msgstr ""