From 966d06f05fff4fe57ad4e21c19408c79edbbfe9e Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sat, 5 Aug 2017 00:27:16 +0200 Subject: [PATCH] Add Swedish help translation --- help/Makefile.am | 2 +- help/sv/sv.po | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 help/sv/sv.po diff --git a/help/Makefile.am b/help/Makefile.am index a7b46c9..c6f569d 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -4,6 +4,6 @@ HELP_ID = anjuta-manual HELP_FILES = scintilla-plugin.page -HELP_LINGUAS = cs de el pt_BR +HELP_LINGUAS = cs de el pt_BR sv -include $(top_srcdir)/git.mk diff --git a/help/sv/sv.po b/help/sv/sv.po new file mode 100644 index 0000000..8aee54f --- /dev/null +++ b/help/sv/sv.po @@ -0,0 +1,76 @@ +# Swedish translation for anjuta-extras. +# Copyright © 2016 anjuta-extras's COPYRIGHT HOLDER +# This file is distributed under the same license as the anjuta-extras package. +# Anders Jonsson , 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: anjuta-extras master\n" +"POT-Creation-Date: 2015-10-08 02:54+0000\n" +"PO-Revision-Date: 2016-04-29 00:18+0200\n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: Anders Jonsson \n" +"X-Generator: Poedit 1.8.7.1\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Anders Jonsson , 2015" + +#. (itstool) path: info/desc +#. (itstool) path: page/title +#: C/scintilla-plugin.page:8 C/scintilla-plugin.page:17 +msgid "Scintilla plugin" +msgstr "Scintilla-insticksmodul" + +#. (itstool) path: credit/name +#: C/scintilla-plugin.page:12 +msgid "Sébastien Granjoux" +msgstr "Sébastien Granjoux" + +#. (itstool) path: page/p +#: C/scintilla-plugin.page:19 +msgid "" +"This plugin provides an alternative editor using Scintilla. Comparing to the " +"default GtkSourceView editor, it has some additional features like" +msgstr "" +"Denna insticksmodul tillhandahåller en alternativ redigerare som använder " +"Scintilla. Jämfört med GtkSourceView-redigeraren som används som standard " +"har den några ytterligare funktioner som" + +#. (itstool) path: item/p +#: C/scintilla-plugin.page:27 +msgid "" +"Code folding. You can show or hide the body of a function or any other code " +"blocks by clicking in the margin." +msgstr "" +"Kodinhängning. Du kan visa eller dölja texten i en funktion eller andra " +"kodblock genom att klicka i marginalen." + +#. (itstool) path: item/p +#: C/scintilla-plugin.page:31 +msgid "" +"Column mode. By pressing Ctrl while selecting some text, you can " +"put the cursor on several lines and select only a part of each line." +msgstr "" +"Kolumnläge. Genom att trycka Ctrl medan du markerar text kan du " +"placera markören på flera rader och välja bara en del av varje rad." + +#. (itstool) path: item/p +#: C/scintilla-plugin.page:36 +msgid "" +"Custom types highlight. The symbol db plugin sends the types defined in the " +"project to the editor which highlight them." +msgstr "" +"Anpassad färgmarkering av typer. Symboldatabasinsticksmodulen skickar " +"typerna som definierats i projektet till redigeraren vilken färgmarkerar dem." + +#. (itstool) path: page/p +#: C/scintilla-plugin.page:41 +msgid "On the other hand, GtkSourceView is better integrated within GNOME." +msgstr "Å andra sidan är GtkSourceView bättre integrerat med GNOME." -- 2.11.4.GIT