facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
# 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, 2021, 2022, 2023.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: hello-python-0.22\n"
|
|
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
|
|
"PO-Revision-Date: 2023-06-18 12:50-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"
|
|
"Plural-Forms: Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : "
|
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
"X-Generator: Lokalize 2.0\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 vrši kao proces broj %(pid)d."
|