diff options
Diffstat (limited to 'po/modules/perl')
-rw-r--r-- | po/modules/perl/Makefile.am | 74 | ||||
-rw-r--r-- | po/modules/perl/perl_ca.po | 48 | ||||
-rw-r--r-- | po/modules/perl/perl_cs.po | 43 | ||||
-rw-r--r-- | po/modules/perl/perl_de.po | 51 | ||||
-rw-r--r-- | po/modules/perl/perl_es.po | 45 | ||||
-rw-r--r-- | po/modules/perl/perl_fi.po | 42 | ||||
-rw-r--r-- | po/modules/perl/perl_fr.po | 48 | ||||
-rw-r--r-- | po/modules/perl/perl_hu.po | 43 | ||||
-rw-r--r-- | po/modules/perl/perl_it.po | 50 | ||||
-rw-r--r-- | po/modules/perl/perl_pt.po | 48 | ||||
-rw-r--r-- | po/modules/perl/perl_pt_BR.po | 45 | ||||
-rw-r--r-- | po/modules/perl/perl_ru.po | 46 | ||||
-rw-r--r-- | po/modules/perl/perl_uk.po | 46 |
13 files changed, 629 insertions, 0 deletions
diff --git a/po/modules/perl/Makefile.am b/po/modules/perl/Makefile.am new file mode 100644 index 00000000..1ccc443d --- /dev/null +++ b/po/modules/perl/Makefile.am @@ -0,0 +1,74 @@ +############################################################################### +# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net> +############################################################################### + +# The name of this module +THISMODULE = perl + +# Don't touch this +tmpdir = $(localedir) + +# The *.mo files to generate +tmp_DATA = perl_ca.mo \ + perl_cs.mo \ + perl_it.mo \ + perl_de.mo \ + perl_pt.mo \ + perl_es.mo \ + perl_ru.mo \ + perl_pt_BR.mo \ + perl_fr.mo \ + perl_hu.mo \ + perl_fi.mo \ + perl_uk.mo + +# The *.po files to generate +POFILES = perl_ca.po \ + perl_cs.po \ + perl_it.po \ + perl_de.po \ + perl_pt.po \ + perl_es.po \ + perl_ru.po \ + perl_pt_BR.po \ + perl_fr.po \ + perl_hu.po \ + perl_fi.po \ + perl_uk.po + + +############################################################################### +# STOP EDITING HERE +############################################################################### + +# Killed the fuzzy entries: don't use them , they may SEGV +# - touch $@ && $(SS_MSGFMT) -fvo $@ $< + +CLEANFILES = $(tmp_DATA) +EXTRA_DIST = $(POFILES) + +%.mo: %.po + -touch $@ && $(SS_MSGFMT) -vo $@ $< + +messages-extract: + @find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \ + find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \ + xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \ + rm files; \ + echo "Messages extracted to $(THISMODULE).pot"; + +messages-update: + @old=_old; \ + if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \ + for lang in $(POFILES); do \ + echo "Updating file $$lang"; \ + mv -f $$lang $$lang$$old; \ + msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \ + done; \ + else \ + echo "----------------------------------------------------"; \ + echo "- WARNING: ./$(THISMODULE).pot does not exist"; \ + echo "- WARNING: You must run make messages-extract first"; \ + echo "----------------------------------------------------"; \ + fi +messages: messages-extract messages-update diff --git a/po/modules/perl/perl_ca.po b/po/modules/perl/perl_ca.po new file mode 100644 index 00000000..ed3370ce --- /dev/null +++ b/po/modules/perl/perl_ca.po @@ -0,0 +1,48 @@ +# translation of perl_ca.po to Català +# translation of perl_es.po to Spanish +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# José Luis Sánchez<jsanchezv@teleline.es>, 2004. +# Marc Serra Romero <mad93@majomo.com>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_ca\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2005-02-24 23:48+0100\n" +"Last-Translator: Marc Serra Romero <mad93@majomo.com>\n" +"Language-Team: Català <ca@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.2\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "El mòdul perlcode no pot ser carregat: suport de perl no disponible" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Per a veure més detalls sobre la fallida durant la càrrega provi amb /" +"perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "" +"Aquest executable de KVIrc ha estat compilat sense suport d'scripts perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"El mòdul perlcode ha fallat a l'executar el còdi: alguna cosa està malament " +"en el suport de perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Error d'execució Perl:" diff --git a/po/modules/perl/perl_cs.po b/po/modules/perl/perl_cs.po new file mode 100644 index 00000000..b5e56827 --- /dev/null +++ b/po/modules/perl/perl_cs.po @@ -0,0 +1,43 @@ +# Czech translation of Kvirc 3. +# Copyright (C) 2004 THE Kvirc 3'S COPYRIGHT HOLDER +# This file is distributed under the same license as the Kvirc 3 package. +# Dusan Hokuv <dusan@mirc.cz>, 2004. +# +# +# +msgid "" +msgstr "" +"Project-Id-Version: Kvirc 3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2004-10-16 11:22+0200\n" +"Last-Translator: Dusan Hokuv <dusan@mirc.cz>\n" +"Language-Team: Czech <cs@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "Modul perlcore nemůže být nahrán: chybí podpora perlu" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Pro více detailů o selhání zkuste /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Tato verze KVIrc byla zkompilována bez podpory perl skriptování" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"Modul perlcore selhal při spuštění kódu: něco je v nepořádku s podporou perlu" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Spouštěcí chyba Perlu:" diff --git a/po/modules/perl/perl_de.po b/po/modules/perl/perl_de.po new file mode 100644 index 00000000..0a908318 --- /dev/null +++ b/po/modules/perl/perl_de.po @@ -0,0 +1,51 @@ +# translation of perl_de.po to german +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# +# Szymon Stefanek <pragma@kvirc.dontforgettoremoveme.net>, 2004. +# Christoph Thielecke <crissi99@gmx.de>, 2004. +# Markus Rennings <kvirc@mrmx.de>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: perl_de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-11-13 00:59+0100\n" +"Last-Translator: Markus Rennings <kvirc@mrmx.de>\n" +"Language-Team: german <de@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" +"Das perlcore-Modul kann nicht geladen werden: Perl-Unterstützung nicht " +"verfügbar" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Um mehr Details über den Fehler beim Laden zu erfahren /perlcore.load " +"ausführen" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "" +"Diese Version von KVIrc wurde ohne Perl-Skript-Unterstützung kompiliert" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"Das Perlcore-Modul konnte den Code nicht ausführen: Irgendetwas stimmt mit " +"der Perl-Unterstützung nicht" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Perl-Ausführungsfehler:" diff --git a/po/modules/perl/perl_es.po b/po/modules/perl/perl_es.po new file mode 100644 index 00000000..b6be5f7f --- /dev/null +++ b/po/modules/perl/perl_es.po @@ -0,0 +1,45 @@ +# translation of perl_es.po to Spanish +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# José Luis Sánchez<jsanchezv@teleline.es>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_es\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2004-10-20 23:57+0200\n" +"Last-Translator: José Luis <jsanchezv@teleline.es>\n" +"Language-Team: Spanish <es@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "El módulo perlcore no puede ser cargado: soporte de perl no disponible" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Para ver más detalles acerca del fallo durante la carga prueba con /perlcore." +"load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Este ejecutable de KVIrc ha sido compilado sin soporte de scripts perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"El módulo perlcore falló al ejecutar el código: algo está mal en el soporte " +"de perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Error de ejecución Perl:" diff --git a/po/modules/perl/perl_fi.po b/po/modules/perl/perl_fi.po new file mode 100644 index 00000000..7e8e6076 --- /dev/null +++ b/po/modules/perl/perl_fi.po @@ -0,0 +1,42 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: perl_fi\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-11-21 17:10+0100\n" +"PO-Revision-Date: 2007-11-27 18:38+0200\n" +"Last-Translator: Santeri Piippo <aleksanteri4028@gmail.com>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "Moduulia perlcore ei voitu ladata: perl-tuke ei saatavilla" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Saadaksesi lisätietoja latausvirheestä, kokeile /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Tämä KVIrc suoritettava on käännetty ilman perl-skriptaus tukea" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"Perlcore -moduuli ei onnistunut ajamaan koodia: jokin on vialla perl-tuessa" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Perl-ajo virhe:" diff --git a/po/modules/perl/perl_fr.po b/po/modules/perl/perl_fr.po new file mode 100644 index 00000000..c9b11db0 --- /dev/null +++ b/po/modules/perl/perl_fr.po @@ -0,0 +1,48 @@ +# translation of perl_fr.po to Français +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Ahinu <ahinu@wanadoo.fr>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_fr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2005-04-24 15:11+0200\n" +"Last-Translator: Ahinu <ahinu@wanadoo.fr>\n" +"Language-Team: Français <kde-francophone@kde.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" +"Le module perlcore ne peut être chargé : le support de perl n'est pas " +"disponible" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Afin d'avoir plus de détails à propos du problème de chargement, essayez /" +"perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "" +"Cet executable KVIrc n'a pas été compilé avec le support de scryptage perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"Le module perlcore n'a pas réussi à executer le code : il y a un problème " +"dans le support de perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Erreur d'exécution de perl :" diff --git a/po/modules/perl/perl_hu.po b/po/modules/perl/perl_hu.po new file mode 100644 index 00000000..6a65dbac --- /dev/null +++ b/po/modules/perl/perl_hu.po @@ -0,0 +1,43 @@ +# translation of perl_hu.po to hungarian +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# dm Fibinger <vfiber@interware.hu>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_hu\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-05-24 04:54+0200\n" +"Last-Translator: dm Fibinger <vfiber@interware.hu>\n" +"Language-Team: hungarian <hu@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "A perl mag modul nem tlthet be, perl tmogats nem lesz elrhet" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Tovbbi rszletekrt a betltsi hibrl prbld: /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Ez a KVIrc verzi perl tmogats nlkl lett lefordtva" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"A perl mag modul nem kpes kdot futtatni. Valami nem stimmel a perl " +"tmogatssal" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Perl vgrehajtsi hiba:" diff --git a/po/modules/perl/perl_it.po b/po/modules/perl/perl_it.po new file mode 100644 index 00000000..21e11b72 --- /dev/null +++ b/po/modules/perl/perl_it.po @@ -0,0 +1,50 @@ +# translation of perl_it.po to +# translation of perl_it.po +# KVIrc Perl module Italian translation file +# Italian translation file for KVIrc 3.0 +# Copyright (C) Szymon Stefanek +# This file is distributed under the same license as the KVIrc package. +# +# Szymon Stefanek <pragma at kvirc dot net>, 2004. +# Etherea <cle at virg0 dot org>, 2006. +# Elvio Basello <hellvis69@altervista.org>, 2005, 2006 +# Nate Grey <nate@entropica.info>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: perl_it\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-02-16 01:12+0100\n" +"Last-Translator: Nate Grey <nate@entropica.info>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" +"Impossibile caricare il module perlcode: il supporto perl non è disponibile" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Per altri dettagli sul fallimento del caricamento prova /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Questo eseguibile KVIrc è stato compilato senza il supporto perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"Il modulo perlcore non ha eseguito il codice: il supporto perl è sbagliato" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Errore nell'esecuzione perl:" diff --git a/po/modules/perl/perl_pt.po b/po/modules/perl/perl_pt.po new file mode 100644 index 00000000..395cbb20 --- /dev/null +++ b/po/modules/perl/perl_pt.po @@ -0,0 +1,48 @@ +# translation of perl_pt.po to Português +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# +# Szymon Stefanek <pragma@kvirc.dontforgettoremoveme.net>, 2004. +# Zé <mmodem00@netvisao.pt>, 2004. +# José Melo <mmodem00@netvisao.pt>, 2005, 2006. +msgid "" +msgstr "" +"Project-Id-Version: perl_pt\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-05-09 01:19+0100\n" +"Last-Translator: José Melo <mmodem00@netvisao.pt>\n" +"Language-Team: Português <pt@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" +"O módulo perlcore não pode ser carregado: o suporte perl não está disponível" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Para ver mais detalhes acerca da falha de carregamento tente /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Este executável KVirc foi compilado sem suporte de script perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"O módulo perlcore falhou ao executar o código: alguma coisa não está " +"correcta o suporte perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Erro de execução perl:" diff --git a/po/modules/perl/perl_pt_BR.po b/po/modules/perl/perl_pt_BR.po new file mode 100644 index 00000000..de752ed5 --- /dev/null +++ b/po/modules/perl/perl_pt_BR.po @@ -0,0 +1,45 @@ +# translation of perl_pt_BR.po to +# translation of perl.pot to Brazilian-Protugues +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Adilson GonAalves Soares Junior <cabide@brfree.com.br>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_pt_BR\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2004-11-15 02:21+0000\n" +"Last-Translator: \n" +"Language-Team: <pt@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" +"O móulo perlcore não pode ser carregado: suporte à perl não está disponivel" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Para ver mais detalhes sobre a falha ao carregar tente /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Este executável do KVirc foi compilado sem suporte perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" +"O módulo perlcore falhou ao executar o código: algo está errado no suporte " +"da perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Erro de execução Perl:" diff --git a/po/modules/perl/perl_ru.po b/po/modules/perl/perl_ru.po new file mode 100644 index 00000000..b2bd5810 --- /dev/null +++ b/po/modules/perl/perl_ru.po @@ -0,0 +1,46 @@ +# translation of perl_ru.po to russian +# translation of perl_ru.po to русский +# translation of perl.po to русский +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Valerius <valeragir@mail.ru>, 2004. +# Valeriy Girchenko <valeragir@mail.ru>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_ru\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2005-02-16 19:46+0200\n" +"Last-Translator: Valeriy Girchenko <valeragir@mail.ru>\n" +"Language-Team: russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "Не возможно загрузить модуль perlcore: поддержка perl не доступна" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "Более подробная информация об ошибке загрузки модуля /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Эта сборка KVIrc не имеет поддержки perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "Модуль perlcore не может выполнить код: проблемма с поддержкой perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Ошибка выполнения perl:" diff --git a/po/modules/perl/perl_uk.po b/po/modules/perl/perl_uk.po new file mode 100644 index 00000000..6f8107f4 --- /dev/null +++ b/po/modules/perl/perl_uk.po @@ -0,0 +1,46 @@ +# translation of perl_ua.po to +# translation of perl_ua.po to ukrainian +# translation of perl_ua.po to українська +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE' COPYRIGHT HOLDER. +# Belyaev Stanislav <belyaev-st@yandex.ru>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: perl_ua\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-12-19 15:00+0200\n" +"Last-Translator: Belyaev Stanislav <belyaev-st@yandex.ru>\n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1:2);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "Не можливо завантажити модуль perlcore: підтримка perl не доступна" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" +"Більше докладна інформація про помилку завантаження модуля /perlcore.load" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "Ця зборка KVIrc не має підтримки perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:462 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "Модуль perlcore не може виконати код: проблема з підтримкою perl" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:479 +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "Помилка виконання perl:" |