diff --git a/po/Makefile.am b/po/Makefile.am new file mode 100644 index 0000000..814cae7 --- /dev/null +++ b/po/Makefile.am @@ -0,0 +1,28 @@ +MAINTAINERCLEANFILES = Makefile.in $(PACKAGE).pot + +MSGFMT = msgfmt + +localedir = @LOCALEDIR@ +locale_DATA = $(addsuffix .mo,$(ALL_LINGUAS)) + +EXTRA_DIST = $(PACKAGE).pot $(addsuffix .po,$(ALL_LINGUAS)) + +%.mo : %.po + $(MSGFMT) -f -o $@ $< + +install-localeDATA: +uninstall-localeDATA: +install-data-local: + for L in $(ALL_LINGUAS); do \ + $(mkinstalldirs) $(DESTDIR)$(localedir)/$$L/LC_MESSAGES; \ + $(INSTALL_DATA) \ + $$L.mo $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + done + +uninstall: + for L in $(ALL_LINGUAS); do \ + rm -f $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + done + +clean-local: + rm -f *.mo diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..c5d411d --- /dev/null +++ b/po/it.po @@ -0,0 +1,72 @@ +# Italian translation for E17 net module. +# This file is put in the public domain. +# Massimo Maiurana , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: Net\n" +"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2007-03-02 21:27+0100\n" +"PO-Revision-Date: 2007-03-02 21:47+0100\n" +"Last-Translator: Massimo Maiurana \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: src/e_mod_configure.c:43 +msgid "Net Module Configuration" +msgstr "Configurazione modulo Net" + +#: src/e_mod_configure.c:114 +msgid "Show Text" +msgstr "Mostra testo" + +#: src/e_mod_configure.c:116 +msgid "Show Popup On Mouse-Over" +msgstr "Mostra popup al passaggio del mouse" + +#: src/e_mod_configure.c:118 +msgid "Launch Application On Double-Click" +msgstr "Lancia applicazione al doppio clic" + +#: src/e_mod_configure.c:124 +msgid "Activity Notification Level" +msgstr "Livello notifica attività" + +#: src/e_mod_configure.c:126 +msgid "High (MB)" +msgstr "Alto (MB)" + +#: src/e_mod_configure.c:128 +msgid "Middle (KB)" +msgstr "Medio (KB)" + +#: src/e_mod_configure.c:130 +msgid "Low (B)" +msgstr "Basso (B)" + +#: src/e_mod_configure.c:136 +msgid "Device Settings" +msgstr "Impostazione dispositivo" + +#: src/e_mod_gadcon.c:86 +msgid "Net" +msgstr "Net" + +#: src/e_mod_main.c:100 +msgid "Network Monitor Module" +msgstr "Modulo monitoraggio rete" + +#: src/e_mod_main.c:101 +msgid "Module to monitor network traffic" +msgstr "Modulo per monitorare il traffico di rete." + +#: src/e_mod_net.c:124 +msgid "Configuration" +msgstr "Configurazione" + +#: src/e_mod_net.c:170 +#, c-format +msgid "Device - %s" +msgstr "Dispositivo - %s"