]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/sv/LC_MESSAGES/Poll.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Poll / locale / sv / LC_MESSAGES / Poll.po
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
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/projects/p/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
21 #. TRANS: Field label on the page to create a poll.
22 #: forms/newpoll.php:107
23 msgid "Question"
24 msgstr "Fråga"
25
26 #. TRANS: Field title on the page to create a poll.
27 #: forms/newpoll.php:110
28 msgid "What question are people answering?"
29 msgstr "Vilken fråga svarar på?"
30
31 #. TRANS: Field label for an answer option on the page to create a poll.
32 #. TRANS: %d is the option number.
33 #: forms/newpoll.php:130
34 #, php-format
35 msgid "Option %d"
36 msgstr "Val %d"
37
38 #. TRANS: Button text for saving a new poll.
39 #: forms/newpoll.php:156
40 msgctxt "BUTTON"
41 msgid "Save"
42 msgstr "Spara"
43
44 #. TRANS: Button text for submitting a poll response.
45 #: forms/pollresponse.php:127
46 msgctxt "BUTTON"
47 msgid "Submit"
48 msgstr "Skicka in"
49
50 #. TRANS: Page title.
51 #: actions/pollsettings.php:44
52 msgid "Poll settings"
53 msgstr "Inställningar för frågeformuläret"
54
55 #. TRANS: Page instructions.
56 #: actions/pollsettings.php:56
57 msgid "Set your poll preferences"
58 msgstr "Ställ in inställningarna för frågeformuläret"
59
60 #. TRANS: Title for poll page.
61 #: actions/newpoll.php:63
62 msgid "New poll"
63 msgstr "Nytt frågeformulär"
64
65 #. TRANS: Client exception thrown trying to create a poll while not logged in.
66 #: actions/newpoll.php:81
67 msgid "You must be logged in to post a poll."
68 msgstr "Du måste vara inloggad för att posta ett frågeformulär."
69
70 #. TRANS: Client exception thrown trying to create a poll without a question.
71 #: actions/newpoll.php:133
72 msgid "Poll must have a question."
73 msgstr "Frågeformuläret måste ha en fråga."
74
75 #. TRANS: Client exception thrown trying to create a poll with fewer than two
76 #. options.
77 #: actions/newpoll.php:138
78 msgid "Poll must have at least two options."
79 msgstr "Frågeformuläret måste ha åtminstone två val."
80
81 #. TRANS: Page title after sending a notice.
82 #: actions/newpoll.php:164
83 msgid "Notice posted"
84 msgstr "Notis postad"
85
86 #. TRANS: Page title for poll response.
87 #: actions/respondpoll.php:63
88 msgid "Poll response"
89 msgstr "Frågeformulärets svar"
90
91 #. TRANS: Client exception thrown trying to respond to a poll while not logged
92 #. in.
93 #: actions/respondpoll.php:84
94 msgid "You must be logged in to respond to a poll."
95 msgstr ""
96
97 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
98 #: actions/respondpoll.php:96
99 msgid "Invalid or missing poll."
100 msgstr "Ogiltigt eller så saknas frågeformuläret."
101
102 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
103 #. TRANS: Client exception thrown when responding to a poll with an invalid
104 #. option.
105 #: actions/respondpoll.php:102 classes/Poll_response.php:134
106 msgid "Invalid poll selection."
107 msgstr ""
108
109 #. TRANS: Page title after sending a poll response.
110 #: actions/respondpoll.php:150
111 msgid "Poll results"
112 msgstr "Resultat för frågeformuläret"
113
114 #. TRANS: Client exception thrown trying to view a non-existing poll.
115 #: actions/showpoll.php:59
116 msgid "No such poll."
117 msgstr ""
118
119 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
120 #: actions/showpoll.php:67
121 msgid "No such poll notice."
122 msgstr ""
123
124 #. TRANS: Page title for a poll.
125 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the
126 #. poll question.
127 #: actions/showpoll.php:84
128 #, php-format
129 msgid "%1$s's poll: %2$s"
130 msgstr ""
131
132 #. TRANS: Notice content creating a poll.
133 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
134 #: classes/Poll.php:201
135 #, php-format
136 msgid "Poll: %1$s %2$s"
137 msgstr ""
138
139 #. TRANS: Rendered version of the notice content creating a poll.
140 #. TRANS: %s is a link to the poll with the question as link description.
141 #: classes/Poll.php:207
142 #, php-format
143 msgid "Poll: %s"
144 msgstr ""
145
146 #. TRANS: Notice content voting for a poll.
147 #. TRANS: %s is the chosen option in the poll.
148 #. TRANS: Rendered version of the notice content voting for a poll.
149 #. TRANS: %s a link to the poll with the chosen option as link description.
150 #: classes/Poll_response.php:163 classes/Poll_response.php:168
151 #, php-format
152 msgid "voted for \"%s\""
153 msgstr ""
154
155 #. TRANS: Plugin description.
156 #: PollPlugin.php:131
157 msgid "Simple extension for supporting basic polls."
158 msgstr ""
159
160 #. TRANS: Exception thrown trying to respond to a poll without a poll
161 #. reference.
162 #: PollPlugin.php:204
163 msgid "Invalid poll response: No poll reference."
164 msgstr ""
165
166 #. TRANS: Exception thrown trying to respond to a non-existing poll.
167 #: PollPlugin.php:209
168 msgid "Invalid poll response: Poll is unknown."
169 msgstr ""
170
171 #. TRANS: Exception thrown when performing an unexpected action on a poll.
172 #. TRANS: %s is the unexpected object type.
173 #: PollPlugin.php:236
174 #, php-format
175 msgid "Unexpected type for poll plugin: %s."
176 msgstr ""
177
178 #. TRANS: Application title.
179 #: PollPlugin.php:392
180 msgctxt "APPTITLE"
181 msgid "Poll"
182 msgstr "Frågeformulär"
183
184 #. TRANS: Poll plugin menu item on user settings page.
185 #: PollPlugin.php:436
186 msgctxt "MENU"
187 msgid "Polls"
188 msgstr "Frågeformulären"
189
190 #. TRANS: Poll plugin tooltip for user settings menu item.
191 #: PollPlugin.php:438
192 msgid "Configure poll behavior"
193 msgstr "Konfigurera frågeformulärets beteende"
194
195 #. TRANS: Error text displayed if no poll data could be found.
196 #: PollPlugin.php:463
197 msgid "Poll data is missing"
198 msgstr ""