Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / po / sv.po
1 # Swedish messages for gettext-examples.
2 # Copyright © 2006 Yoyodyne, Inc.
3 # Jan Djärv <jan.h.d@swipnet.se>, 2003, 2006
4 # Revision: 1.9
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gettext-examples 0.15-pre5\n"
8 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
9 "POT-Creation-Date: 2009-08-16 12:22+0200\n"
10 "PO-Revision-Date: 2006-07-04 12:39+0200\n"
11 "Last-Translator: Jan Djärv <jan.h.d@swipnet.se>\n"
12 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
13 "Language: sv\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: hello-c/hello.c:30 hello-c-gnome/hello.c:46 hello-c++/hello.cc:39
19 #: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
20 #: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
21 #: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
22 #: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14
23 #: hello-python/hello.py.in:12 hello-clisp/hello.lisp.in:11
24 #: hello-librep/hello.jl.in:12 hello-guile/hello.scm:15
25 #: hello-smalltalk/hello.st.in:31 hello-java/Hello.java:14
26 #: hello-java-awt/Hello.java:23 hello-java-swing/Hello.java:20
27 #: hello-java-qtjambi/Hello.java:27 hello-csharp/hello.cs:14
28 #: hello-csharp-forms/hello.cs:29 hello-gawk/hello.awk:11
29 #: hello-pascal/hello.hello_world hello-ycp/hello.ycp:15
30 #: hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
31 #: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
32 #: hello-php/hello.php:12
33 msgid "Hello, world!"
34 msgstr "Hej världen!"
35
36 #: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
37 #: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
38 #: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
39 #: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
40 #: hello-gawk/hello.awk:12 hello-pascal/hello.running_as
41 #: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:16
42 #: hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
43 #, php-format
44 msgid "This program is running as process number %d."
45 msgstr "Detta program kör som process nummer %d."
46
47 #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
48 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
49 #, ycp-format
50 msgid "This program is running as process number %1."
51 msgstr "Detta program kör som process nummer %1."
52
53 #: hello-c++-kde/hello.cc:46
54 msgid "Hello example"
55 msgstr "Hälsningsexempel"
56
57 #: hello-c++-kde/hello.cc:48
58 msgid "Hello world example"
59 msgstr "\"Hej världen\"-exempel"
60
61 #: hello-sh/hello.sh:17
62 #, sh-format
63 msgid "This program is running as process number $pid."
64 msgstr "Detta program kör som process nummer $pid."
65
66 #: hello-python/hello.py.in:13
67 #, python-format
68 msgid "This program is running as process number %(pid)d."
69 msgstr "Detta program kör som process nummer %(pid)d."
70
71 #: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
72 #, scheme-format
73 msgid "This program is running as process number ~D."
74 msgstr "Detta program kör som process nummer ~D."
75
76 #: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
77 #: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
78 #: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
79 #, csharp-format
80 msgid "This program is running as process number {0}."
81 msgstr "Detta program kör som process nummer {0}."
82
83 #: hello-perl/hello-2.pl.in:14
84 #, perl-brace-format
85 msgid "This program is running as process number {pid}."
86 msgstr "Detta program kör som process nummer {pid}."