2d0ed25f5dd66755feae25a3c0e38c4c6f0a16f5
[platform/upstream/gettext.git] / gettext-tools / examples / po / sv.po
1 # Swedish messages for gettext-examples.
2 # Copyright © 2006, 2014, 2016 Yoyodyne, Inc. (msgids)
3 # This file is distributed under the same license as the gettext package.
4 #
5 # Jan Djärv <jan.h.d@swipnet.se>, 2003, 2006, 2014
6 # Göran Uddeborg <goeran@uddeborg.se>, 2016
7 #
8 # $Revision: 1.2 $
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: gettext-examples 0.19.4.73\n"
12 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
13 "POT-Creation-Date: 2016-06-09 15:54+0900\n"
14 "PO-Revision-Date: 2016-05-26 22:46+0200\n"
15 "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
16 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
17 "Language: sv\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21
22 #: hello-c/hello.c:30 hello-c-gnome/hello.c:46
23 #: hello-c-gnome3/hello.desktop.in.in:5 hello-c++/hello.cc:39
24 #: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
25 #: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
26 #: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
27 #: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14 hello-python/hello.py.in:12
28 #: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12
29 #: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31
30 #: hello-java/Hello.java:14 hello-java-awt/Hello.java:23
31 #: hello-java-swing/Hello.java:20 hello-java-qtjambi/Hello.java:27
32 #: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29
33 #: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world
34 #: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
35 #: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
36 #: hello-php/hello.php:12
37 msgid "Hello, world!"
38 msgstr "Hej världen!"
39
40 #: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
41 #: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
42 #: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
43 #: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
44 #: hello-gawk/hello.awk:12 hello-pascal/hello.running_as hello-tcl/hello.tcl:12
45 #: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
46 #, php-format
47 msgid "This program is running as process number %d."
48 msgstr "Detta program kör som process nummer %d."
49
50 #: hello-c-gnome3/hello.c:79
51 #, c-format
52 msgid ""
53 "<big>Hello world!</big>\n"
54 "This program is running as process number <b>%d</b>."
55 msgstr ""
56 "<big>Hej världen!</big>\n"
57 "Detta program kör som process nummer <b>%d</b>."
58
59 #: hello-c-gnome3/hello.c:84
60 msgid "<big><u>This is another text</u></big>"
61 msgstr "<big><u>Detta är en annan text</u></big>"
62
63 #: hello-c-gnome3/hello.c:86
64 msgid "<big><i>This is yet another text</i></big>"
65 msgstr "<big><i>Detta är ytterligare en annan text</i></big>"
66
67 #: hello-c-gnome3/hello.desktop.in.in:4
68 msgid "Hello"
69 msgstr "Hej"
70
71 #: hello-c-gnome3/hello.ui:5
72 msgid "Example Application"
73 msgstr "Exempelprogram"
74
75 #: hello-c-gnome3/hello.ui:33
76 msgid "Update text"
77 msgstr "Uppdatera text"
78
79 #: hello-c-gnome3/hello.gschema.xml:7
80 msgid "Use XML markup"
81 msgstr "Använd XML-märkning"
82
83 #: hello-c-gnome3/hello.gschema.xml:8
84 msgid "Whether to use XML markup in the text."
85 msgstr "Huruvida XML-märkning skall användas i texten."
86
87 #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
88 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
89 #, ycp-format
90 msgid "This program is running as process number %1."
91 msgstr "Detta program kör som process nummer %1."
92
93 #: hello-c++-kde/hello.cc:46
94 msgid "Hello example"
95 msgstr "Hälsningsexempel"
96
97 #: hello-c++-kde/hello.cc:48
98 msgid "Hello world example"
99 msgstr "Hej världen-exempel"
100
101 #: hello-sh/hello.sh:17
102 #, sh-format
103 msgid "This program is running as process number $pid."
104 msgstr "Detta program kör som process nummer $pid."
105
106 #: hello-python/hello.py.in:13
107 #, python-format
108 msgid "This program is running as process number %(pid)d."
109 msgstr "Detta program kör som process nummer %(pid)d."
110
111 #: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
112 #, scheme-format
113 msgid "This program is running as process number ~D."
114 msgstr "Detta program kör som process nummer ~D."
115
116 #: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
117 #: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
118 #: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
119 #, csharp-format
120 msgid "This program is running as process number {0}."
121 msgstr "Detta program kör som process nummer {0}."
122
123 #: hello-perl/hello-2.pl.in:14
124 #, perl-brace-format
125 msgid "This program is running as process number {pid}."
126 msgstr "Detta program kör som process nummer {pid}."