summaryrefslogtreecommitdiffstats
path: root/po/modules/perlcore
diff options
context:
space:
mode:
Diffstat (limited to 'po/modules/perlcore')
-rw-r--r--po/modules/perlcore/Makefile.am72
-rw-r--r--po/modules/perlcore/perlcore_ca.po23
-rw-r--r--po/modules/perlcore/perlcore_cs.po21
-rw-r--r--po/modules/perlcore/perlcore_de.po23
-rw-r--r--po/modules/perlcore/perlcore_es.po21
-rw-r--r--po/modules/perlcore/perlcore_fi.po21
-rw-r--r--po/modules/perlcore/perlcore_fr.po21
-rw-r--r--po/modules/perlcore/perlcore_hu.po21
-rw-r--r--po/modules/perlcore/perlcore_it.po23
-rw-r--r--po/modules/perlcore/perlcore_pt_BR.po22
-rw-r--r--po/modules/perlcore/perlcore_ru.po26
-rw-r--r--po/modules/perlcore/perlcore_uk.po26
12 files changed, 320 insertions, 0 deletions
diff --git a/po/modules/perlcore/Makefile.am b/po/modules/perlcore/Makefile.am
new file mode 100644
index 00000000..1770b57f
--- /dev/null
+++ b/po/modules/perlcore/Makefile.am
@@ -0,0 +1,72 @@
+###############################################################################
+# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
+###############################################################################
+
+# The name of this module
+THISMODULE = perlcore
+
+# Don't touch this
+tmpdir = $(localedir)
+
+# The *.mo files to generate
+tmp_DATA = perlcore_ca.mo \
+ perlcore_cs.mo \
+ perlcore_it.mo \
+ perlcore_de.mo \
+ perlcore_es.mo \
+ perlcore_ru.mo \
+ perlcore_pt_BR.mo \
+ perlcore_fr.mo \
+ perlcore_fi.mo \
+ perlcore_hu.mo \
+ perlcore_uk.mo
+
+# The *.po files to generate
+POFILES = perlcore_ca.po \
+ perlcore_cs.po \
+ perlcore_it.po \
+ perlcore_de.po \
+ perlcore_es.po \
+ perlcore_ru.po \
+ perlcore_pt_BR.po \
+ perlcore_fr.po \
+ perlcore_fi.po \
+ perlcore_hu.po \
+ perlcore_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/perlcore/perlcore_ca.po b/po/modules/perlcore/perlcore_ca.po
new file mode 100644
index 00000000..4bfe5c09
--- /dev/null
+++ b/po/modules/perlcore/perlcore_ca.po
@@ -0,0 +1,23 @@
+# translation of perlcore_ca.po to Català
+# translation of perlcore_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: perlcore_ca\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2005-02-24 23:49+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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Error intern: intèrpret perl no inicializat"
diff --git a/po/modules/perlcore/perlcore_cs.po b/po/modules/perlcore/perlcore_cs.po
new file mode 100644
index 00000000..ae822048
--- /dev/null
+++ b/po/modules/perlcore/perlcore_cs.po
@@ -0,0 +1,21 @@
+# 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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Interní chyba: interpreter perlu není inicializován"
diff --git a/po/modules/perlcore/perlcore_de.po b/po/modules/perlcore/perlcore_de.po
new file mode 100644
index 00000000..de926043
--- /dev/null
+++ b/po/modules/perlcore/perlcore_de.po
@@ -0,0 +1,23 @@
+# translation of perlcore_de.po to german
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Szymon Stefanek <pragma@kvirc.dontforgettoremoveme.net>, 2004.
+# Markus Rennings <kvirc@mrmx.de>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: perlcore_de\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2007-11-17 01:04+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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Interner Fehler: Perl-Interpreter nicht initialisiert"
diff --git a/po/modules/perlcore/perlcore_es.po b/po/modules/perlcore/perlcore_es.po
new file mode 100644
index 00000000..39de5637
--- /dev/null
+++ b/po/modules/perlcore/perlcore_es.po
@@ -0,0 +1,21 @@
+# translation of perlcore_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: perlcore_es\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2004-10-20 23:48+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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Error interno: intérprete perl no inicializado"
diff --git a/po/modules/perlcore/perlcore_fi.po b/po/modules/perlcore/perlcore_fi.po
new file mode 100644
index 00000000..c59892f5
--- /dev/null
+++ b/po/modules/perlcore/perlcore_fi.po
@@ -0,0 +1,21 @@
+# 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: perlcore_fi.po\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-11-21 17:10+0100\n"
+"PO-Revision-Date: 2007-11-27 17:58+0200\n"
+"Last-Translator: Santeri Piippo <aleksanteri4028@gmail.fi>\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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Sisäinen virhe: perl tulkkia ei voitu initialisoida"
diff --git a/po/modules/perlcore/perlcore_fr.po b/po/modules/perlcore/perlcore_fr.po
new file mode 100644
index 00000000..d6200a2a
--- /dev/null
+++ b/po/modules/perlcore/perlcore_fr.po
@@ -0,0 +1,21 @@
+# translation of perlcore_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: perlcore_fr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2005-05-05 19:27+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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Erreur interne : interpréteur perl non initialisé"
diff --git a/po/modules/perlcore/perlcore_hu.po b/po/modules/perlcore/perlcore_hu.po
new file mode 100644
index 00000000..3eca2083
--- /dev/null
+++ b/po/modules/perlcore/perlcore_hu.po
@@ -0,0 +1,21 @@
+# translation of perlcore.po to hungarian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ádám Fibinger <vfiber@interware.hu>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: perlcore\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2008-02-26 08:03+0100\n"
+"Last-Translator: Ádám Fibinger <vfiber@interware.hu>\n"
+"Language-Team: hungarian <hu@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"
+
+#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Belső hiba: perl értelmező nem lett inicializálva"
diff --git a/po/modules/perlcore/perlcore_it.po b/po/modules/perlcore/perlcore_it.po
new file mode 100644
index 00000000..220d9c39
--- /dev/null
+++ b/po/modules/perlcore/perlcore_it.po
@@ -0,0 +1,23 @@
+# translation of perlcore_it.po
+# KVIrc PerlCore 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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: KVIrc 3.0.2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-03-21 01:02+0100\n"
+"PO-Revision-Date: 2006-02-11 16:29+0100\n"
+"Last-Translator: Etherea <cle at virg0 dot org>\n"
+"Language-Team: Italian <it@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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Errore interno: interprete perl non inizializzato"
diff --git a/po/modules/perlcore/perlcore_pt_BR.po b/po/modules/perlcore/perlcore_pt_BR.po
new file mode 100644
index 00000000..7665e91c
--- /dev/null
+++ b/po/modules/perlcore/perlcore_pt_BR.po
@@ -0,0 +1,22 @@
+# translation of perlcore_pt_BR.po to
+# translation of perlcore.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: perlcore_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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Erro interno: interpretador perl não inicializado"
diff --git a/po/modules/perlcore/perlcore_ru.po b/po/modules/perlcore/perlcore_ru.po
new file mode 100644
index 00000000..70970c80
--- /dev/null
+++ b/po/modules/perlcore/perlcore_ru.po
@@ -0,0 +1,26 @@
+# translation of perlcore_ru.po to russian
+# translation of perlcore_ru.po to русский
+# translation of perlcore.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: perlcore_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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Внутренняя ошибка: интерпретатор perl не инициализирован"
diff --git a/po/modules/perlcore/perlcore_uk.po b/po/modules/perlcore/perlcore_uk.po
new file mode 100644
index 00000000..a8a411b9
--- /dev/null
+++ b/po/modules/perlcore/perlcore_uk.po
@@ -0,0 +1,26 @@
+# translation of perlcore_ua.po to
+# translation of perlcore_ua.po to ukrainian
+# translation of perlcore_ua.po to українська
+# translation of perlcore.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: perlcore_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/perlcore/libkviperlcore.cpp:224
+msgid "Internal error: perl interpreter not initialized"
+msgstr "Внутрішня помилка: інтерпретатор perl не ініаліцізован"