Sha256: 47e151501edba69bc44ba5376f1b653fca165c8de6c8d0db70245966ad829204
Contents?: true
Size: 809 Bytes
Versions: 37
Compression:
Stored size: 809 Bytes
Contents
# Hello World 2 -- sample for ruby-gettext-package # # Copyright (C) 2005 Masao Mutoh <mutomasa at gmail.com> # # This file is distributed under the same license as the gettext. # # Menno Jonkers <ruby-gettext@jonkers.com>, 2005. # msgid "" msgstr "" "Project-Id-Version: ruby-gettext-package 1.1.0\n" "PO-Revision-Date: 2005-12-19 21:39+0100\n" "Last-Translator: Menno Jonkers <ruby-gettext@jonkers.com>\n" "Language-Team: Dutch <ruby-gettext@jonkers.com>\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" #: ../hello2.rb:19 msgid "" "One is %{num}\n" msgstr "" "Een is %{num}\n" #: ../hello2.rb:20 msgid "" "Hello %{world}\n" msgstr "" "Hallo %{world}\n" #: ../hello2.rb:20 msgid "World" msgstr "Wereld"
Version data entries
37 entries across 37 versions & 1 rubygems