Sha256: 8feb52129d6269ecdf2555a21f46781c321da115f2ab702d2e5ad945e9707a84
Contents?: true
Size: 1.57 KB
Versions: 23
Compression:
Stored size: 1.57 KB
Contents
# CGI/ERB sample for gettext. # # Copyright (C) 2005 Masao Mutoh # # This file is distributed under the same license as the gettext. # # Gabriele Renzi <surrender_it at yahoo.it>, 2005. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: cgi-sample 1.1.1\n" "POT-Creation-Date: 2006-01-07 14:48+0900\n" "PO-Revision-Date: 2005-04-24 12:44+0100\n" "Last-Translator: Gabriele Renzi <surrender_it at yahoo.it>\n" "Language-Team: Gabriele Renzi <surrender_it at yahoo.it>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: helloerb1.cgi:32 msgid "Sample script for CGI/ERB (UTF-8)." msgstr "Script di esempio per CGI/ERB (UTF-8)." #: helloerb.rhtml:5 other.rhtml:5 msgid "Sample script for CGI/ERB and gettext" msgstr "Script di esempio per CGI/ERB e per il pacchetto Ruby-GetText" #: helloerb.rhtml:12 msgid "Hello World" msgstr "Ciao a tutti" #: helloerb.rhtml:15 other.rhtml:11 msgid "locale" msgstr "" #: helloerb.rhtml:16 other.rhtml:12 msgid "output_charset" msgstr "" #: helloerb.rhtml:17 other.rhtml:13 msgid "QUERY_STRING" msgstr "" #: helloerb.rhtml:19 msgid "Call a library method which has another textdomain." msgstr "Chiama un metodo di libreria che ha un textdomain differente." #: helloerb.rhtml:21 other.rhtml:15 msgid "Back" msgstr "Indietro" #: other.rhtml:8 msgid "Another sample" msgstr "Un altro esempio" #: other.rhtml:9 msgid "This sample(other.rhtml) is the another ERB file of helloerb1.cgi." msgstr "Questo esempio(other.rhtml) Ã l'altro file ERB di helloerb1.cgi."
Version data entries
23 entries across 23 versions & 1 rubygems