1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# CGI/ERB sample for gettext.
#
# Copyright (C) 2005,2006 Masao Mutoh
#
# This file is distributed under the same license as the gettext.
# Laurent Sansonetti <lrz@rubymonks.org>, 2005
#
msgid ""
msgstr ""
"Project-Id-Version: cgi-sample 1.1.1\n"
"POT-Creation-Date: 2006-01-07 14:53+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Laurent Sansonetti\n"
"Language-Team: French\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"
#: hellolib.rb:19
msgid "This message is from hellolib."
msgstr "Ce message vient de hellolib."
|