<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
 * Copyright (C) 2002 - 2016  MantisBT Team - mantisbt-dev@lists.sourceforge.net
 *
 * MantisBT is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * MantisBT is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.
 *
 * **********************************************************************
 * ** This file contains translations stored in translatewiki.net.     **
 * ** See https://translatewiki.net/wiki/Project:About for information **
 * ** on copyright/license for translatewiki.net translations.         **
 * **********************************************************************
 * **                                                                  **
 * **                      DO NOT UPDATE MANUALLY                      **
 * **                                                                  **
 * ** To improve a translation please visit https://translatewiki.net  **
 * ** Detailed instructions on how to create or update translations at **
 * ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto **
 * **********************************************************************
 */
/** Swedish (svenska)
 * 
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Jopparn
 * @author Lokal Profil
 * @author Sabelöga
 * @author Tobulos1
 * @author Warrakkk
 * @author WikiPhoenix
 */

$s_plugin_format_title = 'MantisBT-formatering';
$s_plugin_format_description = 'Officiell insticksmodul för textbehandling och formatering.';
$s_plugin_format_config = 'Konfiguration';
$s_plugin_format_process_text = 'Textbehandling';
$s_plugin_format_process_text_warning_notice = 'Stäng inte av såvida du inte verkligen vet vad du gör. Cross site scripting-attacker (XSS) är möjliga när det är avstängt.';
$s_plugin_format_process_urls = 'URL-bearbetning';
$s_plugin_format_process_buglinks = 'MantisBT-interna länkar (Buggar och buggkommentarer)';
$s_plugin_format_process_buglinks_info = 'Din konfiguration definierar <em>Fråge</em>-taggen som "%s" och <em>Frågeanteckning</em>-taggen som"%s"';
$s_plugin_format_process_markdown = 'Markdown-behandling';
$s_plugin_format_process_markdown_info = 'Stilar med Markdown stöds, syntaxen för textformatering är designad så att det kan konverteras till HTML.';
$s_plugin_format_enabled = 'På';
$s_plugin_format_disabled = 'Av';
$s_plugin_format_syntax_highlighting = 'Syntax-markering för kodblock';
$s_plugin_format_syntax_highlighting_info = 'Syntax-markering fungerar bara om "Markdown-behandling" är aktiv.';
$s_plugin_format_syntax_highlighting_theme = 'Tema för kodblock';
$s_plugin_format_syntax_highlighting_plugins = 'Alternativ för kodblock';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_name = 'Kopiera till urklipp';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_desc = 'Visar en liten knapp för att kopiera innehållet i kodblocket till urklipp.';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_copy = 'Kopiera';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_success = '✓ Kopierad';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_error = 'Tryck Ctrl+C för att kopiera';
$s_plugin_format_syntax_highlighting_plugin_show_language_name = 'Visa språk';
$s_plugin_format_syntax_highlighting_plugin_show_language_desc = 'Visa vilka språk kodblocket innehåller.';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_name = 'Radnummer';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_desc = 'Visar radnummer.';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_name = 'Visar blanksteg';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_desc = 'Visar dolda tecken (t.ex. för indrag).';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_name = 'Normaliserar blanksteg';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_desc = 'Trimmar alla inledande och efterföljande blanksteg i ett kodblock. Det raderar också extra indrag och efterföljande blanksteg på alla rader.';
$s_plugin_format_syntax_highlighting_plugin_match_braces_name = 'Matchande klamrar';
$s_plugin_format_syntax_highlighting_plugin_match_braces_desc = 'Visar parningen av parenteser vid hovring med musen. Medräknat "regnbågsklamrar" (alla par har sin egen färg).';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_name = 'Utökat markering av skillnader (diff)';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_desc = 'Färglägger en rads bakgrund istället för texten och utöver "diff" finns en språkspecifik färgläggning (t.ex. "diff-javascript").';
$s_plugin_format_syntax_highlighting_plugin_inline_color_name = 'Visualisera CSS-färger';
$s_plugin_format_syntax_highlighting_plugin_inline_color_desc = 'Visar en mindre färglagd fyrkant framför en färgdefinition (t.ex. innan "#000").';
$s_plugin_format_syntax_highlighting_plugin_previewers_name = 'Förhandsgranskare för vissa CSS-definitioner';
$s_plugin_format_syntax_highlighting_plugin_previewers_desc = 'En förhandsgranskare kommer visas på musen över definitionerna "vinkel", "färg", "lutning", "lättnader" eller "tid".';
