1# Serbian translation of hello-php.
2# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
3# This file is distributed under the same license as the gettext package.
4# Aleksandar Jelenak <jelenak@netlinkplus.net>, 2004.
5# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2014—2015.
6msgid ""
7msgstr ""
8"Project-Id-Version: hello-php-0.19.4.73\n"
9"Report-Msgid-Bugs-To: bug-gettext@gnu.org\n"
10"POT-Creation-Date: 2020-07-27 01:22+0200\n"
11"PO-Revision-Date: 2015-12-23 19:12+0200\n"
12"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
13"Language-Team: Serbian <(nothing)>\n"
14"Language: sr\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Bugs: Report translation errors to the Language-Team address.\n"
19"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
22#: hello.php:12
23msgid "Hello, world!"
24msgstr "Здраво свима!"
25
26#: hello.php:14
27#, php-format
28msgid "This program is running as process number %d."
29msgstr "Овај програм се извршава као процес број %d."
30