12345678910111213141516171819202122232425262728293031 |
- # Sample translation for PHP-gettext 1.0
- # Copyright (c) 2003 Danilo Segan <danilo@kvota.net>
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: pigs\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2003-10-23 04:50+0200\n"
- "PO-Revision-Date: 2003-11-01 23:40+0100\n"
- "Last-Translator: Danilo Segan <danilo@kvota.net>\n"
- "Language-Team: Serbian (sr) <danilo@kvota.net>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #"Plural-Forms: nplurals=2; plural=n != 1;\n"
- #: pigs.php:19
- msgid ""
- "This is how the story goes.\n"
- "\n"
- msgstr ""
- "Und so geht die Geschichte.\n"
- "\n"
- #: pigs.php:21
- #, php-format
- msgid "%d pig went to the market\n"
- msgid_plural "%d pigs went to the market\n"
- msgstr[0] "%d Schwein ging zum Markt\n"
- msgstr[1] "%d Schweine gingen zum Markt\n"
|