]> 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: 2011-12-03 10:43+0000\n"
14 "PO-Revision-Date: 2011-12-03 10:43:49+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: 2011-06-05 21:49:48+0000\n"
19 "X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-"
20 "30)\n"
21 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
22 "X-Language-Code: sv\n"
23 "X-Message-Group: #out-statusnet-plugin-blacklist\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26 #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
27 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
28 #, php-format
29 msgid "Unknown data type for config %1$s + %2$s."
30 msgstr ""
31
32 #. TRANS: Validation failure for URL. %s is the URL.
33 #, php-format
34 msgid "You may not register with homepage \"%s\"."
35 msgstr "Du kan inte registrera med hemsida \"%s\"."
36
37 #. TRANS: Validation failure for nickname. %s is the nickname.
38 #, php-format
39 msgid "You may not register with nickname \"%s\"."
40 msgstr "Du kan inte registrera med smeknamnet \"%s\"."
41
42 #. TRANS: Validation failure for URL. %s is the URL.
43 #, php-format
44 msgid "You may not use homepage \"%s\"."
45 msgstr "Du får inte använda hemsida \"%s\"."
46
47 #. TRANS: Validation failure for nickname. %s is the nickname.
48 #, php-format
49 msgid "You may not use nickname \"%s\"."
50 msgstr "Du får inte använda smeknamnet \"%s\"."
51
52 #. TRANS: Validation failure for URL. %s is the URL.
53 #, php-format
54 msgid "You may not use URL \"%s\" in notices."
55 msgstr ""
56
57 #. TRANS: Plugin description.
58 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
59 msgstr ""
60
61 #. TRANS: Menu item in admin panel.
62 msgctxt "MENU"
63 msgid "Blacklist"
64 msgstr "Svartlista"
65
66 #. TRANS: Tooltip for menu item in admin panel.
67 msgctxt "TOOLTIP"
68 msgid "Blacklist configuration."
69 msgstr ""
70
71 #. TRANS: Checkbox label in the blacklist user form.
72 msgid "Add this nickname pattern to blacklist"
73 msgstr ""
74
75 #. TRANS: Checkbox label in the blacklist user form.
76 msgid "Add this homepage pattern to blacklist"
77 msgstr ""
78
79 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
80 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
81 #, php-format
82 msgid "Users from \"%s\" are blocked."
83 msgstr "Användare från \"%s\" är blockerade."
84
85 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
86 #, php-format
87 msgid "Notices from nickname \"%s\" disallowed."
88 msgstr ""
89
90 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
91 #, php-format
92 msgid "Cannot subscribe to nickname \"%s\"."
93 msgstr ""
94
95 #. TRANS: Title of blacklist plugin administration panel.
96 msgctxt "TITLE"
97 msgid "Blacklist"
98 msgstr "Svartlista"
99
100 #. TRANS: Instructions for blacklist plugin administration panel.
101 msgid "Blacklisted URLs and nicknames"
102 msgstr "Svartlistade webbadresser och smeknamn"
103
104 #. TRANS: Field label in blacklist plugin administration panel.
105 msgid "Nicknames"
106 msgstr "Smeknamn"
107
108 #. TRANS: Field title in blacklist plugin administration panel.
109 msgid "Patterns of nicknames to block, one per line."
110 msgstr "Mönster i smeknamn att blockera, en per rad."
111
112 #. TRANS: Field label in blacklist plugin administration panel.
113 msgid "URLs"
114 msgstr "Webbadresser"
115
116 #. TRANS: Field title in blacklist plugin administration panel.
117 msgid "Patterns of URLs to block, one per line."
118 msgstr "Mönster i webbadresser tt blockera, en per rad."
119
120 #. TRANS: Button text in blacklist plugin administration panel to save settings.
121 msgctxt "BUTTON"
122 msgid "Save"
123 msgstr "Spara"
124
125 #. TRANS: Button title in blacklist plugin administration panel to save settings.
126 msgid "Save site settings."
127 msgstr "Spara webbplatsinställningar."