| # Translation of hello-python to Croatian. | |
| # Copyright (C) 2003, 2004, 2014, 2015, 2019 Yoyodyne, Inc. (msgids) | |
| # This file is distributed under the same license as the gettext package. | |
| # Permission is granted to freely copy and distribute | |
| # this file and modified versions, provided that this | |
| # header is not removed and modified versions are marked | |
| # as such. | |
| # | |
| # Tomislav Krznar <tomislav.krznar@gmail.com>, 2012. | |
| # Božidar Putanec <bozidarp@yahoo.com>, 2018-2025. | |
| # | |
| #, fuzzy | |
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: GNU hello-python 0.25-pre1\n" | |
| "Report-Msgid-Bugs-To: bug-gettext@gnu.org\n" | |
| "PO-Revision-Date: 2025-04-28 10:15-0700\n" | |
| "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" | |
| "Language-Team: Croatian <lokalizacija@linux.hr>\n" | |
| "Language: hr\n" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" | |
| "X-Bugs: Report translation errors to the Language-Team address.\n" | |
| #: hello.py.in:12 | |
| msgid "Hello, world!" | |
| msgstr "Pozdrav, svijete!" | |
| #: hello.py.in:13 | |
| #, python-format | |
| msgid "This program is running as process number %(pid)d." | |
| msgstr "Ovaj program se izvršava kao proces broj %(pid)d." | |