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
#
# Nikolai Weibull, 2004
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 0.8.0\n"
"PO-Revision-Date: 2004-11-04 20:49+0100\n"
"Last-Translator: Nikolai Weibull\n"
"Language-Team: Swedish\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 ""
"Ett är %{num}\n"
msgid ""
"Hello %{world}\n"
msgstr ""
"Hej, %{world}\n"
msgid "World"
msgstr "världen"
|