# Translation of StatusNet - Blacklist to Swedish (Svenska) # Exported from translatewiki.net # # Author: Jamminjohn # Author: Lokal Profil # -- # This file is distributed under the same license as the StatusNet package. # msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-11-11 15:03+0000\n" "PO-Revision-Date: 2011-11-11 15:03:51+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" "X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. #. TRANS: %1$s is a configuration section, %2$s is a configuration setting. #, php-format msgid "Unknown data type for config %1$s + %2$s." msgstr "" #. TRANS: Validation failure for URL. %s is the URL. #, php-format msgid "You may not register with homepage \"%s\"." msgstr "Du kan inte registrera med hemsida \"%s\"." #. TRANS: Validation failure for nickname. %s is the nickname. #, php-format msgid "You may not register with nickname \"%s\"." msgstr "Du kan inte registrera med smeknamnet \"%s\"." #. TRANS: Validation failure for URL. %s is the URL. #, php-format msgid "You may not use homepage \"%s\"." msgstr "Du får inte använda hemsida \"%s\"." #. TRANS: Validation failure for nickname. %s is the nickname. #, php-format msgid "You may not use nickname \"%s\"." msgstr "Du får inte använda smeknamnet \"%s\"." #. TRANS: Validation failure for URL. %s is the URL. #, php-format msgid "You may not use URL \"%s\" in notices." msgstr "" #. TRANS: Plugin description. msgid "Keeps a blacklist of forbidden nickname and URL patterns." msgstr "" #. TRANS: Menu item in admin panel. msgctxt "MENU" msgid "Blacklist" msgstr "Svartlista" #. TRANS: Tooltip for menu item in admin panel. msgctxt "TOOLTIP" msgid "Blacklist configuration." msgstr "" #. TRANS: Checkbox label in the blacklist user form. msgid "Add this nickname pattern to blacklist" msgstr "" #. TRANS: Checkbox label in the blacklist user form. msgid "Add this homepage pattern to blacklist" msgstr "" #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL. #, php-format msgid "Users from \"%s\" are blocked." msgstr "Användare från \"%s\" är blockerade." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #, php-format msgid "Notices from nickname \"%s\" disallowed." msgstr "" #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. #, php-format msgid "Cannot subscribe to nickname \"%s\"." msgstr "" #. TRANS: Title of blacklist plugin administration panel. msgctxt "TITLE" msgid "Blacklist" msgstr "Svartlista" #. TRANS: Instructions for blacklist plugin administration panel. msgid "Blacklisted URLs and nicknames" msgstr "Svartlistade webbadresser och smeknamn" #. TRANS: Field label in blacklist plugin administration panel. msgid "Nicknames" msgstr "Smeknamn" #. TRANS: Field title in blacklist plugin administration panel. msgid "Patterns of nicknames to block, one per line." msgstr "Mönster i smeknamn att blockera, en per rad." #. TRANS: Field label in blacklist plugin administration panel. msgid "URLs" msgstr "Webbadresser" #. TRANS: Field title in blacklist plugin administration panel. msgid "Patterns of URLs to block, one per line." msgstr "Mönster i webbadresser tt blockera, en per rad." #. TRANS: Button text in blacklist plugin administration panel to save settings. msgctxt "BUTTON" msgid "Save" msgstr "Spara" #. TRANS: Button title in blacklist plugin administration panel to save settings. msgid "Save site settings." msgstr "Spara webbplatsinställningar."