mirror of
https://github.com/php-win-ext/gettext.git
synced 2026-04-23 16:58:04 +02:00
27 lines
984 B
Plaintext
27 lines
984 B
Plaintext
# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU gettext-example
|
|
# Copyright (C) 2005 Yoyodyne, Inc.
|
|
# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2005.
|
|
# $Id: sl.po,v 1.3 2007/11/07 00:46:46 haible Exp $
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: hello-python 0.14.5\n"
|
|
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
|
|
"PO-Revision-Date: 2005-09-29 13:38+0200\n"
|
|
"Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\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: 8bit\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."
|