]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / sv / LC_MESSAGES / Blacklist.po
1 # Translation of StatusNet - Blacklist to Swedish (svenska)
2 # Exported from translatewiki.net
3 #
4 # Author: Jamminjohn
5 # Author: Lokal Profil
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Blacklist\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2012-06-04 14:59+0000\n"
14 "PO-Revision-Date: 2012-06-04 14:59:52+0000\n"
15 "Language-Team: Swedish <https://translatewiki.net/wiki/Portal:sv>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2012-03-01 18:55:46+0000\n"
19 "X-Generator: MediaWiki 1.20alpha (0d3db4f); Translate 2012-06-03\n"
20 "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
21 "X-Language-Code: sv\n"
22 "X-Message-Group: #out-statusnet-plugin-blacklist\n"
23 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
25 #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
26 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
27 #, php-format
28 msgid "Unknown data type for config %1$s + %2$s."
29 msgstr ""
30
31 #. TRANS: Validation failure for URL. %s is the URL.
32 #, php-format
33 msgid "You may not register with homepage \"%s\"."
34 msgstr "Du kan inte registrera med hemsida \"%s\"."
35
36 #. TRANS: Validation failure for nickname. %s is the nickname.
37 #, php-format
38 msgid "You may not register with nickname \"%s\"."
39 msgstr "Du kan inte registrera med smeknamnet \"%s\"."
40
41 #. TRANS: Validation failure for URL. %s is the URL.
42 #, php-format
43 msgid "You may not use homepage \"%s\"."
44 msgstr "Du får inte använda hemsida \"%s\"."
45
46 #. TRANS: Validation failure for nickname. %s is the nickname.
47 #, php-format
48 msgid "You may not use nickname \"%s\"."
49 msgstr "Du får inte använda smeknamnet \"%s\"."
50
51 #. TRANS: Validation failure for URL. %s is the URL.
52 #, php-format
53 msgid "You may not use URL \"%s\" in notices."
54 msgstr ""
55
56 #. TRANS: Plugin description.
57 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
58 msgstr ""
59
60 #. TRANS: Menu item in admin panel.
61 msgctxt "MENU"
62 msgid "Blacklist"
63 msgstr "Svartlista"
64
65 #. TRANS: Tooltip for menu item in admin panel.
66 msgctxt "TOOLTIP"
67 msgid "Blacklist configuration."
68 msgstr ""
69
70 #. TRANS: Checkbox label in the blacklist user form.
71 msgid "Add this nickname pattern to blacklist"
72 msgstr ""
73
74 #. TRANS: Checkbox label in the blacklist user form.
75 msgid "Add this homepage pattern to blacklist"
76 msgstr ""
77
78 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
79 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
80 #, php-format
81 msgid "Users from \"%s\" are blocked."
82 msgstr "Användare från \"%s\" är blockerade."
83
84 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
85 #, fuzzy, php-format
86 msgid "Notices from nickname \"%s\" are disallowed."
87 msgstr "Användare från \"%s\" är blockerade."
88
89 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
90 #, php-format
91 msgid "Cannot subscribe to nickname \"%s\"."
92 msgstr ""
93
94 #. TRANS: Title of blacklist plugin administration panel.
95 msgctxt "TITLE"
96 msgid "Blacklist"
97 msgstr "Svartlista"
98
99 #. TRANS: Instructions for blacklist plugin administration panel.
100 msgid "Blacklisted URLs and nicknames"
101 msgstr "Svartlistade webbadresser och smeknamn"
102
103 #. TRANS: Field label in blacklist plugin administration panel.
104 msgid "Nicknames"
105 msgstr "Smeknamn"
106
107 #. TRANS: Field title in blacklist plugin administration panel.
108 msgid "Patterns of nicknames to block, one per line."
109 msgstr "Mönster i smeknamn att blockera, en per rad."
110
111 #. TRANS: Field label in blacklist plugin administration panel.
112 msgid "URLs"
113 msgstr "Webbadresser"
114
115 #. TRANS: Field title in blacklist plugin administration panel.
116 msgid "Patterns of URLs to block, one per line."
117 msgstr "Mönster i webbadresser tt blockera, en per rad."
118
119 #. TRANS: Button text in blacklist plugin administration panel to save settings.
120 msgctxt "BUTTON"
121 msgid "Save"
122 msgstr "Spara"
123
124 #. TRANS: Button title in blacklist plugin administration panel to save settings.
125 msgid "Save site settings."
126 msgstr "Spara webbplatsinställningar."