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
|
# hello2.po - sample for GetText._()
#
# Copyright (C) 2002-2004 Masao Mutoh
#
# David Espada <davinci@escomposlinux.org>, 2004.
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext-package 0.0.1\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"
msgid ""
"One is %{num}\n"
msgstr ""
"Uno es %{num}\n"
msgid ""
"Hello %{world}\n"
msgstr ""
"Hola %{world}\n"
msgid "World"
msgstr "Mundo"
|