blob: edaeacd0cba4b2a870f04e3978a17bd0d652d313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Slovak translations GNU for hello-java package.
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# This file is distributed under the same license as the GNU hello-java package.
# Marcel Telka <marcel@telka.sk>, 2003, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: GNU hello-java 0.14-pre1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
"PO-Revision-Date: 2004-01-22 00:19+0100\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: Hello.java:15
msgid "Hello, world!"
msgstr "Ahoj svet!"
#: Hello.java:19
#, java-format
msgid "This program is running as process number {0}."
msgstr "Tento program beží ako proces s číslom {0}."
|