Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / po / lv.po
1 # Latvian translation of gettext-examples
2 # Copyright (C) 2009 Yoyodyne, Inc. (msgids)
3 # This file is distributed under the same license as the gettext package.
4 # Arvis Lācis <arvis.lacis@inbox.lv>, 2009.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gettext-examples-0.17\n"
9 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
10 "POT-Creation-Date: 2015-12-28 08:28+0900\n"
11 "PO-Revision-Date: 2009-07-28 21:26+0100\n"
12 "Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
13 "Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
14 "Language: lv\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Poedit-Language: Latvian\n"
19 "X-Poedit-Country: LATVIA\n"
20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
21 "2);\n"
22
23 #: hello-c/hello.c:30 hello-c-gnome/hello.c:46
24 #: hello-c-gnome3/hello.desktop.in.in:5 hello-c++/hello.cc:39
25 #: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
26 #: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
27 #: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
28 #: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14 hello-python/hello.py.in:12
29 #: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12
30 #: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31
31 #: hello-java/Hello.java:14 hello-java-awt/Hello.java:23
32 #: hello-java-swing/Hello.java:20 hello-java-qtjambi/Hello.java:27
33 #: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29
34 #: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world
35 #: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
36 #: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
37 #: hello-php/hello.php:12
38 msgid "Hello, world!"
39 msgstr "Sveika, pasaule!"
40
41 #: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
42 #: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
43 #: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
44 #: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
45 #: hello-gawk/hello.awk:12 hello-pascal/hello.running_as hello-tcl/hello.tcl:12
46 #: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
47 #, php-format
48 msgid "This program is running as process number %d."
49 msgstr "Šī programma darbojas kā process ar numuru %d."
50
51 #: hello-c-gnome3/hello.c:79
52 #, fuzzy, c-format
53 msgid ""
54 "<big>Hello world!</big>\n"
55 "This program is running as process number <b>%d</b>."
56 msgstr "Šī programma darbojas kā process ar numuru %d."
57
58 #: hello-c-gnome3/hello.c:84
59 msgid "<big><u>This is another text</u></big>"
60 msgstr ""
61
62 #: hello-c-gnome3/hello.c:86
63 msgid "<big><i>This is yet another text</i></big>"
64 msgstr ""
65
66 #: hello-c-gnome3/hello.desktop.in.in:4
67 msgid "Hello"
68 msgstr ""
69
70 #: hello-c-gnome3/hello.ui:5
71 msgid "Example Application"
72 msgstr ""
73
74 #: hello-c-gnome3/hello.ui:33
75 msgid "Update text"
76 msgstr ""
77
78 #: hello-c-gnome3/hello.gschema.xml:7
79 msgid "Use XML markup"
80 msgstr ""
81
82 #: hello-c-gnome3/hello.gschema.xml:8
83 msgid "Whether to use XML markup in the text."
84 msgstr ""
85
86 #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
87 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
88 #, ycp-format
89 msgid "This program is running as process number %1."
90 msgstr "Šī programma darbojas kā process ar numuru %1."
91
92 #: hello-c++-kde/hello.cc:46
93 msgid "Hello example"
94 msgstr "Sveiki paraugs"
95
96 #: hello-c++-kde/hello.cc:48
97 msgid "Hello world example"
98 msgstr "Sveika pasaule paraugs"
99
100 #: hello-sh/hello.sh:17
101 #, sh-format
102 msgid "This program is running as process number $pid."
103 msgstr "Šī programma darbojas kā process ar numuru $pid."
104
105 #: hello-python/hello.py.in:13
106 #, python-format
107 msgid "This program is running as process number %(pid)d."
108 msgstr "Šī programma darbojas kā process ar numuru %(pid)d."
109
110 #: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
111 #, scheme-format
112 msgid "This program is running as process number ~D."
113 msgstr "Šī programma darbojas kā process ar numuru ~D."
114
115 #: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
116 #: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
117 #: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
118 #, csharp-format
119 msgid "This program is running as process number {0}."
120 msgstr "Šī programma darbojas kā process ar numuru {0}."
121
122 #: hello-perl/hello-2.pl.in:14
123 #, perl-brace-format
124 msgid "This program is running as process number {pid}."
125 msgstr "Šī programma darbojas kā process ar numuru {pid}."