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# 6msgid "" 7msgstr "" 8"Project-Id-Version: gettext-examples-0.17\n" 9"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n" 10"POT-Creation-Date: 2020-04-11 22:35+0200\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-Bugs: Report translation errors to the Language-Team address.\n" 19"X-Poedit-Language: Latvian\n" 20"X-Poedit-Country: LATVIA\n" 21"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " 22"2);\n" 23 24#: hello-c/hello.c:30 hello-c-gnome/hello.c:46 25#: hello-c-gnome3/hello.desktop.in.in:5 hello-c++/hello.cc:39 26#: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42 27#: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68 28#: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49 29#: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14 hello-python/hello.py.in:12 30#: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12 31#: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31 32#: hello-java/Hello.java:14 hello-java-awt/Hello.java:23 33#: hello-java-swing/Hello.java:20 hello-java-qtjambi/Hello.java:27 34#: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29 35#: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world 36#: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13 37#: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12 38#: hello-php/hello.php:12 39msgid "Hello, world!" 40msgstr "Sveika, pasaule!" 41 42#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40 43#: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71 44#: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58 45#: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14 46#: hello-gawk/hello.awk:12 hello-pascal/hello.running_as hello-tcl/hello.tcl:12 47#: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 hello-php/hello.php:14 48#, php-format 49msgid "This program is running as process number %d." 50msgstr "Šī programma darbojas kā process ar numuru %d." 51 52#: hello-c-gnome3/hello.c:79 53#, fuzzy, c-format 54msgid "" 55"<big>Hello world!</big>\n" 56"This program is running as process number <b>%d</b>." 57msgstr "Šī programma darbojas kā process ar numuru %d." 58 59#: hello-c-gnome3/hello.c:84 60msgid "<big><u>This is another text</u></big>" 61msgstr "" 62 63#: hello-c-gnome3/hello.c:86 64msgid "<big><i>This is yet another text</i></big>" 65msgstr "" 66 67#: hello-c-gnome3/hello.desktop.in.in:4 68msgid "Hello" 69msgstr "" 70 71#: hello-c-gnome3/hello.ui:6 72msgid "Example Application" 73msgstr "" 74 75#: hello-c-gnome3/hello.ui:34 76msgid "Update text" 77msgstr "" 78 79#: hello-c-gnome3/hello.gschema.xml:8 80msgid "Use XML markup" 81msgstr "" 82 83#: hello-c-gnome3/hello.gschema.xml:9 84msgid "Whether to use XML markup in the text." 85msgstr "" 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 90msgid "This program is running as process number %1." 91msgstr "Šī programma darbojas kā process ar numuru %1." 92 93#: hello-c++-kde/hello.cc:46 94msgid "Hello example" 95msgstr "Sveiki paraugs" 96 97#: hello-c++-kde/hello.cc:48 98msgid "Hello world example" 99msgstr "Sveika pasaule paraugs" 100 101#: hello-sh/hello.sh:17 102#, sh-format 103msgid "This program is running as process number $pid." 104msgstr "Šī programma darbojas kā process ar numuru $pid." 105 106#: hello-python/hello.py.in:13 107#, python-format 108msgid "This program is running as process number %(pid)d." 109msgstr "Šī programma darbojas kā process ar numuru %(pid)d." 110 111#: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17 112#, scheme-format 113msgid "This program is running as process number ~D." 114msgstr "Šī programma darbojas kā process ar numuru ~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 120msgid "This program is running as process number {0}." 121msgstr "Šī programma darbojas kā process ar numuru {0}." 122 123#: hello-perl/hello-2.pl.in:14 124#, perl-brace-format 125msgid "This program is running as process number {pid}." 126msgstr "Šī programma darbojas kā process ar numuru {pid}." 127