# hello_plural.po - sample for GetText.n_(). # # Copyright (C) 2002-2006 Masao Mutoh # # Gabriele Renzi , 2005. # msgid "" msgstr "" "Project-Id-Version: ruby-gettext-package 1.6.0\n" "POT-Creation-Date: 2002-01-01 03:05:08+0900\n" "PO-Revision-Date: 2005-04-24 15:27+0100\n" "Last-Translator: Gabriele Renzi \n" "Language-Team: Gabriele Renzi \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" #: hello_plural.rb:11 msgid "There is an apple.\n" msgid_plural "There are %{num} apples.\n" msgstr[0] "C'รจ una mela.\n" msgstr[1] "Ci sono %{num} mele.\n"