1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# Hello World 2 -- sample for ruby-gettext-package
#
# Copyright (C) 2002-2006 Masao Mutoh
#
# This file is distributed under the same license as the gettext.
#
# Tams Tompa <tompata at gmail.com>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 1.1.1\n"
"PO-Revision-Date: 2008-01-15 00:00+0900\n"
"Last-Translator: Tams Tompa <tompata at gmail.com>\n"
"Language-Team: Hungarian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../hello2.rb:19
msgid ""
"One is %{num}\n"
msgstr ""
"Egy az %{num}\n"
#: ../hello2.rb:20
msgid ""
"Hello %{world}\n"
msgstr ""
"Hello %{world}\n"
#: ../hello2.rb:20
msgid "World"
msgstr "Vilg"
|