1# Ukrainian translation to gettext-examples 2# Copyright (C) 2014 Yoyodyne, Inc. (msgids) 3# This file is distributed under the same license as the gettext package. 4# 5# Maxim V. Dziumanenko <dziumanenko@gmail.com>, 2004-2007. 6# Yuri Chornoivan <yurchor@ukr.net>, 2014, 2015. 7msgid "" 8msgstr "" 9"Project-Id-Version: gettext-examples 0.19.4.73\n" 10"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n" 11"POT-Creation-Date: 2020-04-11 22:35+0200\n" 12"PO-Revision-Date: 2015-06-23 20:51+0300\n" 13"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" 14"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" 15"Language: uk\n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19"X-Bugs: Report translation errors to the Language-Team address.\n" 20"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" 21"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 22"X-Generator: Lokalize 1.5\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 "Привіт, світе!" 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 "Ця програма виконується як процес з номером %d." 51 52#: hello-c-gnome3/hello.c:79 53#, c-format 54msgid "" 55"<big>Hello world!</big>\n" 56"This program is running as process number <b>%d</b>." 57msgstr "" 58"<big>Вітаємо!</big>\n" 59"Ця програма виконується як процес з номером <b>%d</b>." 60 61#: hello-c-gnome3/hello.c:84 62msgid "<big><u>This is another text</u></big>" 63msgstr "<big><u>Інший фрагмент тексту</u></big>" 64 65#: hello-c-gnome3/hello.c:86 66msgid "<big><i>This is yet another text</i></big>" 67msgstr "<big><i>Ще якийсь фрагмент тексту</i></big>" 68 69#: hello-c-gnome3/hello.desktop.in.in:4 70msgid "Hello" 71msgstr "Привіт" 72 73#: hello-c-gnome3/hello.ui:6 74msgid "Example Application" 75msgstr "Програма-приклад" 76 77#: hello-c-gnome3/hello.ui:34 78msgid "Update text" 79msgstr "Оновити текст" 80 81#: hello-c-gnome3/hello.gschema.xml:8 82msgid "Use XML markup" 83msgstr "Використати розмітку XML" 84 85#: hello-c-gnome3/hello.gschema.xml:9 86msgid "Whether to use XML markup in the text." 87msgstr "Визначає, чи слід використовувати розмітку XML у тексті." 88 89#: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49 90#: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19 91#, ycp-format 92msgid "This program is running as process number %1." 93msgstr "Ця програма виконується як процес з номером %1." 94 95#: hello-c++-kde/hello.cc:46 96msgid "Hello example" 97msgstr "Приклад привітання" 98 99#: hello-c++-kde/hello.cc:48 100msgid "Hello world example" 101msgstr "Приклад «Привітання»" 102 103#: hello-sh/hello.sh:17 104#, sh-format 105msgid "This program is running as process number $pid." 106msgstr "Ця програма виконується як процес з номером $pid." 107 108#: hello-python/hello.py.in:13 109#, python-format 110msgid "This program is running as process number %(pid)d." 111msgstr "Ця програма виконується як процес з номером %(pid)d." 112 113#: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17 114#, scheme-format 115msgid "This program is running as process number ~D." 116msgstr "Ця програма виконується як процес з номером ~D." 117 118#: hello-java/Hello.java:18 hello-java-awt/Hello.java:28 119#: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34 120#: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36 121#, csharp-format 122msgid "This program is running as process number {0}." 123msgstr "Ця програма виконується як процес з номером {0}." 124 125#: hello-perl/hello-2.pl.in:14 126#, perl-brace-format 127msgid "This program is running as process number {pid}." 128msgstr "Ця програма виконується як процес з номером {pid}." 129 130#~ msgid "Set label sensitive" 131#~ msgstr "Зробити мітку чутливою" 132 133#~ msgid "Whether to set the label sensitive." 134#~ msgstr "Чи слід робити мітку чутливою." 135