1# Test translations for unit tests.
2# Copyright (C) 2016
3# This file is distributed under the same license as the Kubernetes package.
4# FIRST AUTHOR brendan.d.burns@gmail.com, 2016.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: gettext-go-examples-hello\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2013-12-12 20:03+0000\n"
11"PO-Revision-Date: 2016-12-13 22:12-0800\n"
12"Last-Translator: Brendan Burns <brendan.d.burns@gmail.com>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16"X-Generator: Poedit 1.6.10\n"
17"X-Poedit-SourceCharset: UTF-8\n"
18"Language-Team: \n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20"Language: en\n"
21
22msgid "test_plural"
23msgid_plural "test_plural"
24msgstr[0] "there was %d item"
25msgstr[1] "there were %d items"
26
27msgid "test_string"
28msgstr "baz"
29