summaryrefslogtreecommitdiffstats
path: root/po/modules
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-19 23:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-24 09:30:55 +0900
commit90dd7f72adebebbbdbf81f3ea39878700a0191f8 (patch)
treee74b8fa3799d2eeef78246f7e47d708a7959d1b4 /po/modules
parent22492e2b531b9bfa075040bfe951942702f9e551 (diff)
downloadkvirc-90dd7f72adebebbbdbf81f3ea39878700a0191f8.tar.gz
kvirc-90dd7f72adebebbbdbf81f3ea39878700a0191f8.zip
Move translations to new folder and new structure.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'po/modules')
-rw-r--r--po/modules/Makefile.am14
-rw-r--r--po/modules/about/Makefile.am76
-rw-r--r--po/modules/dcc/Makefile.am80
-rw-r--r--po/modules/editor/Makefile.am74
-rw-r--r--po/modules/filetransferwindow/Makefile.am76
-rw-r--r--po/modules/logview/Makefile.am74
-rw-r--r--po/modules/mediaplayer/Makefile.am68
-rw-r--r--po/modules/notifier/Makefile.am76
-rw-r--r--po/modules/options/Makefile.am82
-rw-r--r--po/modules/perl/Makefile.am74
-rw-r--r--po/modules/perlcore/Makefile.am72
-rw-r--r--po/modules/sharedfileswindow/Makefile.am77
-rw-r--r--po/modules/theme/Makefile.am68
-rw-r--r--po/modules/torrent/Makefile.am68
14 files changed, 0 insertions, 979 deletions
diff --git a/po/modules/Makefile.am b/po/modules/Makefile.am
deleted file mode 100644
index f7c5254..0000000
--- a/po/modules/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-SUBDIRS = about \
- dcc \
- editor \
- filetransferwindow \
- logview \
- mediaplayer \
- notifier \
- options \
- perl \
- perlcore \
- sharedfileswindow \
- theme \
- torrent
diff --git a/po/modules/about/Makefile.am b/po/modules/about/Makefile.am
deleted file mode 100644
index 54d0dd7..0000000
--- a/po/modules/about/Makefile.am
+++ /dev/null
@@ -1,76 +0,0 @@
-###############################################################################
-# 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/dcc/Makefile.am b/po/modules/dcc/Makefile.am
deleted file mode 100644
index 00a42f5..0000000
--- a/po/modules/dcc/Makefile.am
+++ /dev/null
@@ -1,80 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-###############################################################################
-
-# The name of this module
-THISMODULE = dcc
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = dcc_ca.mo \
- dcc_it.mo \
- dcc_de.mo \
- dcc_es.mo \
- dcc_cs.mo \
- dcc_pt.mo \
- dcc_ru.mo \
- dcc_pt_BR.mo \
- dcc_hu.mo \
- dcc_fr.mo \
- dcc_fi.mo \
- dcc_uk.mo
-
-# The *.po files to generate
-POFILES = dcc_ca.po \
- dcc_it.po \
- dcc_de.po \
- dcc_es.po \
- dcc_cs.po \
- dcc_pt.po \
- dcc_ru.po \
- dcc_pt_BR.po \
- dcc_hu.po \
- dcc_fr.po \
- dcc_fi.po \
- dcc_uk.po
-
-# The *.po -> *.mo rules
-dcc_it.mo: dcc_it.po
-dcc_de.mo: dcc_de.po
-dcc_es.mo: dcc_es.po
-dcc_cs.mo: dcc_cs.po
-dcc_pt_BR.mo: dcc_pt_BR.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/editor/Makefile.am b/po/modules/editor/Makefile.am
deleted file mode 100644
index ebe7b67..0000000
--- a/po/modules/editor/Makefile.am
+++ /dev/null
@@ -1,74 +0,0 @@
-################################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-################################################################################
-
-# The name of this module
-THISMODULE = editor
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = editor_ca.mo \
- editor_cs.mo \
- editor_it.mo \
- editor_de.mo \
- editor_es.mo \
- editor_pt.mo \
- editor_ru.mo \
- editor_pt_BR.mo \
- editor_fr.mo \
- editor_hu.mo \
- editor_fi.mo \
- editor_uk.mo
-
-# The *.po files to generate
-POFILES = editor_ca.po \
- editor_cs.po \
- editor_it.po \
- editor_de.po \
- editor_es.po \
- editor_pt.po \
- editor_ru.po \
- editor_pt_BR.po \
- editor_fr.po \
- editor_hu.po \
- editor_fi.po \
- editor_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/filetransferwindow/Makefile.am b/po/modules/filetransferwindow/Makefile.am
deleted file mode 100644
index cc55ec1..0000000
--- a/po/modules/filetransferwindow/Makefile.am
+++ /dev/null
@@ -1,76 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-###############################################################################
-
-# The name of this module
-THISMODULE = filetransferwindow
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = filetransferwindow_ca.mo \
- filetransferwindow_cs.mo \
- filetransferwindow_it.mo \
- filetransferwindow_de.mo \
- filetransferwindow_pt.mo \
- filetransferwindow_es.mo \
- filetransferwindow_ru.mo \
- filetransferwindow_pt_BR.mo \
- filetransferwindow_fr.mo \
- filetransferwindow_hu.mo \
- filetransferwindow_fi.mo \
- filetransferwindow_hr.mo \
- filetransferwindow_uk.mo
-
-# The *.po files to generate
-POFILES = filetransferwindow_ca.po \
- filetransferwindow_cs.po \
- filetransferwindow_it.po \
- filetransferwindow_de.po \
- filetransferwindow_pt.po \
- filetransferwindow_es.po \
- filetransferwindow_ru.po \
- filetransferwindow_pt_BR.po \
- filetransferwindow_fr.po \
- filetransferwindow_hu.po \
- filetransferwindow_fi.po \
- filetransferwindow_hr.po \
- filetransferwindow_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/logview/Makefile.am b/po/modules/logview/Makefile.am
deleted file mode 100644
index 7fafb3a..0000000
--- a/po/modules/logview/Makefile.am
+++ /dev/null
@@ -1,74 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-###############################################################################
-
-# The name of this module
-THISMODULE = logview
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = logview_ca.mo \
- logview_cs.mo \
- logview_it.mo \
- logview_de.mo \
- logview_es.mo \
- logview_pt.mo \
- logview_ru.mo \
- logview_pt_BR.mo \
- logview_fr.mo \
- logview_hu.mo \
- logview_fi.mo \
- logview_uk.mo
-
-# The *.po files to generate
-POFILES = logview_ca.po \
- logview_cs.po \
- logview_it.po \
- logview_de.po \
- logview_es.po \
- logview_pt.po \
- logview_ru.po \
- logview_pt_BR.po \
- logview_fr.po \
- logview_hu.po \
- logview_fi.po \
- logview_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/mediaplayer/Makefile.am b/po/modules/mediaplayer/Makefile.am
deleted file mode 100644
index c47fbed..0000000
--- a/po/modules/mediaplayer/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-################################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-################################################################################
-
-# The name of this module
-THISMODULE = mediaplayer
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = mediaplayer_cs.mo \
- mediaplayer_de.mo \
- mediaplayer_it.mo \
- mediaplayer_fr.mo \
- mediaplayer_ru.mo \
- mediaplayer_hu.mo \
- mediaplayer_fi.mo \
- mediaplayer_hr.mo \
- mediaplayer_uk.mo
-
-# The *.po files to generate
-POFILES = mediaplayer_cs.po \
- mediaplayer_de.po \
- mediaplayer_it.po \
- mediaplayer_fr.po \
- mediaplayer_ru.po \
- mediaplayer_hu.po \
- mediaplayer_fi.po \
- mediaplayer_hr.po \
- mediaplayer_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/notifier/Makefile.am b/po/modules/notifier/Makefile.am
deleted file mode 100644
index 1b930e8..0000000
--- a/po/modules/notifier/Makefile.am
+++ /dev/null
@@ -1,76 +0,0 @@
-################################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-################################################################################
-
-# The name of this module
-THISMODULE = notifier
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = notifier_ca.mo \
- notifier_cs.mo \
- notifier_it.mo \
- notifier_de.mo \
- notifier_pt.mo \
- notifier_es.mo \
- notifier_ru.mo \
- notifier_pt_BR.mo \
- notifier_fr.mo \
- notifier_hu.mo \
- notifier_fi.mo \
- notifier_hr.mo \
- notifier_uk.mo
-
-# The *.po files to generate
-POFILES = notifier_ca.po \
- notifier_cs.po \
- notifier_it.po \
- notifier_de.po \
- notifier_pt.po \
- notifier_es.po \
- notifier_ru.po \
- notifier_pt_BR.po \
- notifier_fr.po \
- notifier_hu.po \
- notifier_fi.po \
- notifier_hr.po \
- notifier_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/options/Makefile.am b/po/modules/options/Makefile.am
deleted file mode 100644
index 707da5a..0000000
--- a/po/modules/options/Makefile.am
+++ /dev/null
@@ -1,82 +0,0 @@
-################################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-################################################################################
-
-# The name of this module
-THISMODULE = options
-
-# Don't touch this
-tmpdir = $(localedir)
-
-
-# The *.mo files to generate
-tmp_DATA = options_bg.mo \
- options_ca.mo \
- options_cs.mo \
- options_de.mo \
- options_es.mo \
- options_fr.mo \
- options_hu.mo \
- options_it.mo \
- options_nl.mo \
- options_pl.mo \
- options_pt.mo \
- options_pt_BR.mo \
- options_ru.mo \
- options_sr.mo \
- options_fi.mo \
- options_uk.mo
-
-# The *.po files to generate
-POFILES = options_bg.po \
- options_ca.po \
- options_cs.po \
- options_de.po \
- options_es.po \
- options_fr.po \
- options_hu.po \
- options_it.po \
- options_nl.po \
- options_pl.po \
- options_pt.po \
- options_pt_BR.po \
- options_ru.po \
- options_sr.po \
- options_fi.po \
- options_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__tr2qs_no_lookup -k__tr2qs_ctx -k__tr_no_lookup -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/Makefile.am b/po/modules/perl/Makefile.am
deleted file mode 100644
index 1ccc443..0000000
--- a/po/modules/perl/Makefile.am
+++ /dev/null
@@ -1,74 +0,0 @@
-###############################################################################
-# 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/perlcore/Makefile.am b/po/modules/perlcore/Makefile.am
deleted file mode 100644
index 1770b57..0000000
--- a/po/modules/perlcore/Makefile.am
+++ /dev/null
@@ -1,72 +0,0 @@
-###############################################################################
-# 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/sharedfileswindow/Makefile.am b/po/modules/sharedfileswindow/Makefile.am
deleted file mode 100644
index 159b56b..0000000
--- a/po/modules/sharedfileswindow/Makefile.am
+++ /dev/null
@@ -1,77 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-###############################################################################
-
-# The name of this module
-THISMODULE = sharedfileswindow
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = sharedfileswindow_ca.mo \
- sharedfileswindow_cs.mo \
- sharedfileswindow_it.mo \
- sharedfileswindow_de.mo \
- sharedfileswindow_es.mo \
- sharedfileswindow_pt.mo \
- sharedfileswindow_ru.mo \
- sharedfileswindow_pt_BR.mo \
- sharedfileswindow_fr.mo \
- sharedfileswindow_fi.mo \
- sharedfileswindow_hr.mo \
- sharedfileswindow_hu.mo \
- sharedfileswindow_uk.mo
-
-# The *.po files to generate
-POFILES = sharedfileswindow_ca.po \
- sharedfileswindow_cs.po \
- sharedfileswindow_it.po \
- sharedfileswindow_de.po \
- sharedfileswindow_es.po \
- sharedfileswindow_pt.po \
- sharedfileswindow_ru.po \
- sharedfileswindow_pt_BR.po \
- sharedfileswindow_fr.po \
- sharedfileswindow_fi.po \
- sharedfileswindow_hr.po \
- sharedfileswindow_hu.po \
- sharedfileswindow_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/theme/Makefile.am b/po/modules/theme/Makefile.am
deleted file mode 100644
index c45e143..0000000
--- a/po/modules/theme/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-###############################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-###############################################################################
-
-# The name of this module
-THISMODULE = theme
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = theme_it.mo \
- theme_ru.mo \
- theme_pt.mo \
- theme_de.mo \
- theme_fi.mo \
- theme_cs.mo \
- theme_hu.mo \
- theme_uk.mo \
- theme_fr.mo
-
-# The *.po files to generate
-POFILES = theme_it.po \
- theme_ru.po \
- theme_pt.po \
- theme_de.po \
- theme_fi.po \
- theme_cs.po \
- theme_hu.po \
- theme_uk.po \
- theme_fr.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/torrent/Makefile.am b/po/modules/torrent/Makefile.am
deleted file mode 100644
index df03387..0000000
--- a/po/modules/torrent/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-################################################################################
-# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
-################################################################################
-
-# The name of this module
-THISMODULE = torrent
-
-# Don't touch this
-tmpdir = $(localedir)
-
-# The *.mo files to generate
-tmp_DATA = torrent_de.mo \
- torrent_it.mo \
- torrent_hu.mo \
- torrent_pt.mo \
- torrent_fi.mo \
- torrent_ru.mo \
- torrent_cs.mo \
- torrent_hr.mo \
- torrent_uk.mo
-
-# The *.po files to generate
-POFILES = torrent_de.po \
- torrent_it.po \
- torrent_hu.po \
- torrent_pt.po \
- torrent_fi.po \
- torrent_ru.po \
- torrent_cs.po \
- torrent_hr.po \
- torrent_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