From: <ma...@us...> - 2004-03-03 16:40:32
|
Update of /cvsroot/sharedaemon/ui-wx/src/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19096/lang Modified Files: Makefile Added Files: Italian.po Log Message: Added Italian translation by Daniele Barilla --- NEW FILE: Italian.po --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: wxInterface Italian 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-03-03 18:00+0200\n" "PO-Revision-Date: 2004-03-02 16:50+0100\n" "Last-Translator: Daniele Barillà <ad...@in...>\n" "Language-Team: Italian <su...@in...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../DownloadListCtrl.cpp:53 ../SharedFilesListCtrl.cpp:54 msgid "File Name" [...1173 lines suppressed...] #~ msgid "max Size" #~ msgstr "Diimensione max." #~ msgid "Availability" #~ msgstr "Disponibile" #~ msgid "Extension" #~ msgstr "Estensione" #~ msgid "Direct Download" #~ msgstr "Download Diretto" #~ msgid "ED2K Link(s)" #~ msgstr "ED2K Link(s)" #~ msgid "Start" #~ msgstr "Avvia" #~ msgid "Download Selected" #~ msgstr "Download Selezionati" Index: Makefile =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/lang/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 28 Feb 2004 07:32:02 -0000 1.3 +++ Makefile 3 Mar 2004 16:20:00 -0000 1.4 @@ -7,12 +7,14 @@ @msgmerge French.po empty.po -o French.po; @msgmerge German.po empty.po -o German.po; @msgmerge Spanish.po empty.po -o Spanish.po; + @msgmerge Italian.po empty.po -o Italian.po; @echo Compiling language catalogs...; @msgfmt Estonian.po -o Estonian.mo; @msgfmt French.po -o French.mo; @msgfmt German.po -o German.mo; @msgfmt Spanish.po -o Spanish.mo; + @msgfmt Italian.po -o Italian.mo; clean: @echo Cleaning up language catalogs...; - @rm -f Estonian.mo French.mo German.mo Spanish.mo; + @rm -f Estonian.mo French.mo German.mo Spanish.mo Italian.mo; |