1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU gettext-example
# Copyright (C) 2005 Yoyodyne, Inc. (msgids)
# This file is distributed under the same license as the gettext package.
#
# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2005, 2014, 2015, 2024.
# $Id: hello-python-0.22.sl.po,v 1.1 2024/03/28 17:02:19 peterlin Exp $
msgid ""
msgstr ""
"Project-Id-Version: hello-python 0.22\n"
"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
"PO-Revision-Date: 2024-03-28 18:02+0100\n"
"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
"n%100==4 ? 3 : 0);\n"
#: hello.py.in:12
msgid "Hello, world!"
msgstr "Pozdravljen, svet!"
#: hello.py.in:13
#, python-format
msgid "This program is running as process number %(pid)d."
msgstr "Ta program teče kot proces številka %(pid)d."
|