Sha256: 4dad04b5d45a5fd25489a74b253b9bc54f871e564a689e83a7f5f5c62a9d003e
Contents?: true
Size: 689 Bytes
Versions: 14
Compression:
Stored size: 689 Bytes
Contents
# hello_plural.po - sample for GetText.n_(). # # Copyright (C) 2002-2004 Masao Mutoh # # David Espada <davinci@escomposlinux.org>, 2004. # msgid "" msgstr "" "Project-Id-Version: ruby-gettext 0.8.0\n" "POT-Creation-Date: 2004-11-05 10:11:00+0900\n" "PO-Revision-Date: 2004-11-05 10:32+0100\n" "Last-Translator: David Espada <davinci@escomposlinux.org>\n" "Language-Team: Spanish\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 %d apples.\n" msgstr[0] "Hay una manzana.\n" msgstr[1] "Hay %d manzanas.\n"
Version data entries
14 entries across 14 versions & 1 rubygems