# hello_plural.po - sample for GetText.n_() # # Copyright (C) 2004 Laurent Sansonetti # msgid "" msgstr "" "Project-Id-Version: ruby-gettext 1.6.0\n" "PO-Revision-Date: 2004-11-04 09:22+0100\n" "Last-Translator: Laurent Sansonetti\n" "Language-Team: French\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 ? 0 : 1;\n" msgid "" "There is an apple.\n" msgid_plural "" "There are %{num} apples.\n" msgstr[0] "" "Il y a une pomme.\n" msgstr[1] "" "Il y a %{num} pommes.\n"