diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:13:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:13:59 +0000 |
commit | a6d58bb6052ac8cb01805a48c4ad2f129126116f (patch) | |
tree | dd867a099fcbb263a8009a9fb22695b87855dad6 /po/modules/about | |
download | kvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.tar.gz kvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.zip |
Added KDE3 version of kvirc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'po/modules/about')
-rw-r--r-- | po/modules/about/Makefile.am | 76 | ||||
-rw-r--r-- | po/modules/about/about_ca.po | 61 | ||||
-rw-r--r-- | po/modules/about/about_cs.po | 57 | ||||
-rw-r--r-- | po/modules/about/about_de.po | 55 | ||||
-rw-r--r-- | po/modules/about/about_es.po | 59 | ||||
-rw-r--r-- | po/modules/about/about_fi.po | 55 | ||||
-rw-r--r-- | po/modules/about/about_fr.po | 56 | ||||
-rw-r--r-- | po/modules/about/about_hr.po | 55 | ||||
-rw-r--r-- | po/modules/about/about_hu.po | 55 | ||||
-rw-r--r-- | po/modules/about/about_it.po | 62 | ||||
-rw-r--r-- | po/modules/about/about_pt.po | 65 | ||||
-rw-r--r-- | po/modules/about/about_pt_BR.po | 58 | ||||
-rw-r--r-- | po/modules/about/about_ru.po | 63 | ||||
-rw-r--r-- | po/modules/about/about_uk.po | 61 |
14 files changed, 838 insertions, 0 deletions
diff --git a/po/modules/about/Makefile.am b/po/modules/about/Makefile.am new file mode 100644 index 00000000..54d0dd7c --- /dev/null +++ b/po/modules/about/Makefile.am @@ -0,0 +1,76 @@ +############################################################################### +# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net> +############################################################################### + +# The name of this module +THISMODULE = about + +# Don't touch this +tmpdir = $(localedir) + +# The *.mo files to generate +tmp_DATA = about_ca.mo \ + about_cs.mo \ + about_de.mo \ + about_es.mo \ + about_it.mo \ + about_pt.mo \ + about_ru.mo \ + about_pt_BR.mo \ + about_fr.mo \ + about_hu.mo \ + about_fi.mo \ + about_hr.mo \ + about_uk.mo + +# The *.po files to generate +POFILES = about_ca.po \ + about_cs.po \ + about_de.po \ + about_es.po \ + about_it.po \ + about_pt.po \ + about_ru.po \ + about_pt_BR.po \ + about_fr.po \ + about_hu.po \ + about_fi.po \ + about_hr.po \ + about_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/about/about_ca.po b/po/modules/about/about_ca.po new file mode 100644 index 00000000..8d342443 --- /dev/null +++ b/po/modules/about/about_ca.po @@ -0,0 +1,61 @@ +# translation of about_ca.po to Catal� +# translation of about_es.po to deutsch +# KVIrc about module Spanish translation file +# Copyright (C) Juanjo Alvarez +# This file is distributed under the same license as the KVirc package. +# Juanjo Alvarez <juanjux at yahoo.es>, 2003. +# Christoph Thielecke <[email protected]>, 2003. +# Marc Serra Romero <[email protected]>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: about_ca\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2005-02-24 14:50+0100\n" +"Last-Translator: Marc Serra Romero <[email protected]>\n" +"Language-Team: Catal� <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"yahoo.es>\n" +"X-Generator: KBabel 1.2\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Sobre KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Tancar" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +#, fuzzy +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr " portat a tu per l<b>Equip de desenvolupament de KVIrc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Sobre" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Honor i Gl�ria" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ups...no puc trobar l'arxiu de la llic�ncia...\n" +"HA d'estar adjunt a la distribuci�...\n" +"Si us plau, informe de l'errada a <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Llic�ncia" diff --git a/po/modules/about/about_cs.po b/po/modules/about/about_cs.po new file mode 100644 index 00000000..602afe5c --- /dev/null +++ b/po/modules/about/about_cs.po @@ -0,0 +1,57 @@ +# Czech translation of Kvirc. +# Copyright (C) 2004 THE Kvirc'S COPYRIGHT HOLDER +# This file is distributed under the same license as the Kvirc package. +# Dušan Hokův <[email protected]>, 2004. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: Kvirc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2004-08-08 15:44+0200\n" +"Last-Translator: Dušan Hokův <[email protected]>\n" +"Language-Team: Czech <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "O aplikaci KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Zavřít" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +#, fuzzy +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr " vám přináší <b>Vývojový tým KVIrc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "O aplikaci" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Čest && Sláva" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Oops... Nelze nalézt soubor s licencí...\n" +"MUSÍ být součástí distribuce...\n" +"Prosím nahlaste to na <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licence" diff --git a/po/modules/about/about_de.po b/po/modules/about/about_de.po new file mode 100644 index 00000000..ee7bc14e --- /dev/null +++ b/po/modules/about/about_de.po @@ -0,0 +1,55 @@ +# translation of about_de.po to german +# Christoph Thielecke <[email protected]>, 2003, 2004. +# Markus Rennings <[email protected]>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: about_de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-11-13 00:48+0100\n" +"Last-Translator: Markus Rennings <[email protected]>\n" +"Language-Team: german <[email protected]>\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" +"MIME-Version 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Über KVirc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Schließen" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr " wurde Ihnen gebracht vom <b>KVIrc-Entwicklungsteam</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Datum der Quelldateien" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Über" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Ruhm && Ehre" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ups... Lizenzdatei kann nicht gefunden werden...\n" +"Diese MUSS in der Distribution enthalten sein...\n" +"bitte <pragma at kvirc dot net> melden" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Lizenz" diff --git a/po/modules/about/about_es.po b/po/modules/about/about_es.po new file mode 100644 index 00000000..286ec579 --- /dev/null +++ b/po/modules/about/about_es.po @@ -0,0 +1,59 @@ +# translation of about_es.po to deutsch +# KVIrc about module Spanish translation file +# Copyright (C) Juanjo Alvarez +# This file is distributed under the same license as the KVirc package. +# Juanjo Alvarez <juanjux at yahoo.es>, 2003. +# Christoph Thielecke <[email protected]>, 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: about_es\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2004-04-06 19:05+0200\n" +"Last-Translator: Jos� Luis S�nchez <[email protected]>\n" +"Language-Team: espa�ol <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"yahoo.es>\n" +"X-Generator: KBabel 1.0.2\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Acerca de KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Cerrar" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +#, fuzzy +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr " tra�do hasta ti por el <b>Equipo de Desarrollo de KVIrc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Acerca de" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Honor y Gloria" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ops...no puedo encontrar el archivo de la licencia...\n" +"DEBE estar incluido en la distribuci�n...\n" +"Por favor, informe del fallo a <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licencia" diff --git a/po/modules/about/about_fi.po b/po/modules/about/about_fi.po new file mode 100644 index 00000000..4a51318b --- /dev/null +++ b/po/modules/about/about_fi.po @@ -0,0 +1,55 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Santeri Piippo <[email protected]>, 2007. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: about_fi\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-11-21 17:09+0100\n" +"PO-Revision-Date: 2007-11-21 19:08+0200\n" +"Last-Translator: Santeri Piippo <[email protected]>\n" +"Language-Team: LANGUAGE <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Tietoja KVIrcistä..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Sulje" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "<b>KVIrc Development Team</b>in työstämä" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Lähdepäiväys" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Tietoja" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Tekijät" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Hups... Ei voida löytää lisenssitiedostoa...\n" +"Sen TÄYTYY olla jakelussa mukana...\n" +"Lähetä viesti osoitteeseen <pragma at kvirc piste net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Lisenssi" diff --git a/po/modules/about/about_fr.po b/po/modules/about/about_fr.po new file mode 100644 index 00000000..61e97f10 --- /dev/null +++ b/po/modules/about/about_fr.po @@ -0,0 +1,56 @@ +# translation of about_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 <[email protected]>, 2005. +# Ahinu <[email protected]>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: about_fr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-07-31 14:55+0200\n" +"Last-Translator: Ahinu <[email protected]>\n" +"Language-Team: Français <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10.2\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "À propos de KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Fermer" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Forgé par l'<b>Équipe de Développement de KVIrc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Date des sources" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "À propos" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Honneur && Gloire" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Oups... Impossible de trouver le fichier de licence...\n" +"Il DOIT être inclu dans la distribution...\n" +"Rapportez cela à <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licence" diff --git a/po/modules/about/about_hr.po b/po/modules/about/about_hr.po new file mode 100644 index 00000000..48cf799c --- /dev/null +++ b/po/modules/about/about_hr.po @@ -0,0 +1,55 @@ +# translation of about.po to Croatian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# SpeedyGhost <[email protected]>, 2008. +msgid "" +msgstr "" +"Project-Id-Version: about\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2008-01-12 03:48+0100\n" +"Last-Translator: SpeedyGhost <[email protected]>\n" +"Language-Team: Croatian <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "O KVIrc-u" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Zatvori" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Datum izvora" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "O" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Čast && Slava" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ups... Ne mogu pronaći licensnu datoteku...\n" +"MORA biti ukljućena u distribuciju...\n" +"Molim prijavite na <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "" diff --git a/po/modules/about/about_hu.po b/po/modules/about/about_hu.po new file mode 100644 index 00000000..a41dd0ce --- /dev/null +++ b/po/modules/about/about_hu.po @@ -0,0 +1,55 @@ +# translation of about_hu.po to hungarian +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# +# Ádám Fibinger <[email protected]>, 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: about_hu\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-10-27 22:50+0200\n" +"Last-Translator: Ádám Fibinger <[email protected]>\n" +"Language-Team: hungarian <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "A KVIrcről..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Bezárás" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Edzette a <b>KVIrc Fejlesztő Csapata</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Létrehozás ideje" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Névjegy" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Dicsőségcsarnok" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Hoppá, nem találom a licensz fájlt...\n" +"Ennek benne KELL lennie a kiadásban...\n" +"Kérlek jelezd ezt:<pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Liszensz" diff --git a/po/modules/about/about_it.po b/po/modules/about/about_it.po new file mode 100644 index 00000000..2bcc6f11 --- /dev/null +++ b/po/modules/about/about_it.po @@ -0,0 +1,62 @@ +# translation of about_it.po to +# KVIrc About module Italian translation file +# Italian translation file for KVIrc 3.0 +# Copyright (C) Szymon Stefanek , Eva Schaller +# This file is distributed under the same license as the KVirc package. +# +# Eva Schaller <eva at cyberbeat dot it>, 2003. +# Eva <[email protected]>, 2004. +# Elvio Basello <[email protected]>, 2005, 2006. +# Etherea <cle at virg0 dot org>, 2006. +# Nate Grey <[email protected]>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: about_it\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-01-09 03:16+0100\n" +"Last-Translator: \n" +"Language-Team: <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Informazioni su KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Chiudi" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Forgiato da <b>KVIrc Development Team</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Data dei sorgenti" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Informazioni su" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Onore && Gloria" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ops... non riesco a trovare il file della licenza...\n" +"Questo file DEVE essere incluso nella distribuzione...\n" +"Scrivi a <pragma at kvirc dot net> riportando questo problema." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licenza" diff --git a/po/modules/about/about_pt.po b/po/modules/about/about_pt.po new file mode 100644 index 00000000..d1f47d6f --- /dev/null +++ b/po/modules/about/about_pt.po @@ -0,0 +1,65 @@ +# translation of about_pt.po to Português +# translation of about_pt.po to +# translation of about_es.po to +# KVIrc about module Spanish translation file +# Copyright (C) Juanjo Alvarez +# This file is distributed under the same license as the KVirc package. +# +# Juanjo Alvarez <juanjux at yahoo.es>, 2003. +# Christoph Thielecke <[email protected]>, 2003. +# Ze <[email protected]>, 2004. +# José Melo <[email protected]>, 2005, 2006. +# Zé <[email protected]>, 2006. +# Zé <[email protected]>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: about_pt\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-05-05 02:46+0100\n" +"Last-Translator: José Melo <[email protected]>\n" +"Language-Team: Português <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"yahoo.es>\n" +"X-Generator: KBabel 1.11.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Acerca do KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Fechar" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Desenvolvido pela <b>Equipa de Programação KVirc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Data do código fonte" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Acerca" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Honra e Glória" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Ops...Não é possível encontrar o ficheiro de licença...\n" +"DEVE estar contido ou incluído na distribuição...\n" +"Por favor comunique a <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licença" diff --git a/po/modules/about/about_pt_BR.po b/po/modules/about/about_pt_BR.po new file mode 100644 index 00000000..bae966a7 --- /dev/null +++ b/po/modules/about/about_pt_BR.po @@ -0,0 +1,58 @@ +# translation of about_pt_BR.po to Português +# translation of about.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 <[email protected]>, 2004. +# Zé <[email protected]>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: about_pt_BR\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2007-08-25 18:45+0100\n" +"Last-Translator: Zé <[email protected]>\n" +"Language-Team: Português <[email protected]>\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/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Sobre o KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Fechar" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Feito pela <b>Equipa de Programação KVirc</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Data da Fonte" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Sobre" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Honra && Glória" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Opa...não consigo encontrar o arquivo da licença...\n" +"DEVE estar incluído na distribuição...\n" +"Por favor, reporte isto para <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Licença" diff --git a/po/modules/about/about_ru.po b/po/modules/about/about_ru.po new file mode 100644 index 00000000..152e0cfa --- /dev/null +++ b/po/modules/about/about_ru.po @@ -0,0 +1,63 @@ +# translation of about_ru.po to +# translation of about_ru.po to russian +# translation of about_ru.po to русский +# translation of about.po to русский +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Valerius <[email protected]>, 2004. +# Valeriy Girchenko <[email protected]>, 2005. +# root <[email protected]>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: about_ru\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-03-21 01:02+0100\n" +"PO-Revision-Date: 2006-04-10 13:02+0400\n" +"Last-Translator: root <[email protected]>\n" +"Language-Team: <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\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" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "О программе KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Закрыть" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Выковано в <b>KVIrc Development Team</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Дата исходных текстов программы" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "О программе" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Слава и почёт" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Упс... Не могу найти файл лицензии...\n" +"Он ДОЛЖЕН быть в дистрибутиве...\n" +"Пожалуйста сообщите по адресу <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Лицензия" diff --git a/po/modules/about/about_uk.po b/po/modules/about/about_uk.po new file mode 100644 index 00000000..b3671360 --- /dev/null +++ b/po/modules/about/about_uk.po @@ -0,0 +1,61 @@ +# translation of about_ua.po to +# translation of about_ua.po to ukrainian +# translation of about_ua.po to українська +# translation of about.po to українська +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE' COPYRIGHT HOLDER. +# Belyaev Stanislav <[email protected]>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: about_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 <[email protected]>\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.10\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" +"10<=4 && (n%100<10 || n%100>=20) ? 1:2);\n" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:75 +msgid "About KVIrc..." +msgstr "Про програму KVIrc..." + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:76 +msgid "Close" +msgstr "Закрити" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:95 +msgid "Forged by the <b>KVIrc Development Team</b>" +msgstr "Викувано в <b>KVIrc Development Team</b>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:97 +msgid "Sources date" +msgstr "Дата вихідних текстів програми" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:105 +msgid "About" +msgstr "Про програму" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:118 +msgid "Honor && Glory" +msgstr "Слава й пошана" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:137 +msgid "" +"Oops... Can't find the license file...\n" +"It MUST be included in the distribution...\n" +"Please report to <pragma at kvirc dot net>" +msgstr "" +"Упс... Не можу знайти файл ліцензії...\n" +"Він ПОВИНЕН бути в дистрибутиві...\n" +"Будь ласка повідомите за адресою <pragma at kvirc dot net>" + +#: /home/hellvis69/kvircsvn/trunk/kvirc/src/modules/about/aboutdialog.cpp:144 +msgid "License" +msgstr "Ліцензія" |