From 04cc4f8c63a635bcdbce4d887e7c6b3483e6f141 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 5 Apr 2011 14:27:30 +0200 Subject: make event xml description translatable --- src/plugins/Makefile.am | 14 +++++++++++++- src/plugins/analyze_LocalGDB.xml | 5 ----- src/plugins/analyze_LocalGDB.xml.in | 5 +++++ src/plugins/analyze_RetraceServer.xml | 13 ------------- src/plugins/analyze_RetraceServer.xml.in | 13 +++++++++++++ src/plugins/report_Bugzilla.xml | 28 ---------------------------- src/plugins/report_Bugzilla.xml.in | 28 ++++++++++++++++++++++++++++ src/plugins/report_Kerneloops.xml | 13 ------------- src/plugins/report_Kerneloops.xml.in | 13 +++++++++++++ src/plugins/report_Mailx.xml | 28 ---------------------------- src/plugins/report_Mailx.xml.in | 28 ++++++++++++++++++++++++++++ src/plugins/report_RHTSupport.xml | 28 ---------------------------- src/plugins/report_RHTSupport.xml.in | 28 ++++++++++++++++++++++++++++ 13 files changed, 128 insertions(+), 116 deletions(-) delete mode 100644 src/plugins/analyze_LocalGDB.xml create mode 100644 src/plugins/analyze_LocalGDB.xml.in delete mode 100644 src/plugins/analyze_RetraceServer.xml create mode 100644 src/plugins/analyze_RetraceServer.xml.in delete mode 100644 src/plugins/report_Bugzilla.xml create mode 100644 src/plugins/report_Bugzilla.xml.in delete mode 100644 src/plugins/report_Kerneloops.xml create mode 100644 src/plugins/report_Kerneloops.xml.in delete mode 100644 src/plugins/report_Mailx.xml create mode 100644 src/plugins/report_Mailx.xml.in delete mode 100644 src/plugins/report_RHTSupport.xml create mode 100644 src/plugins/report_RHTSupport.xml.in (limited to 'src/plugins') diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 74681884..418b5a19 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -42,6 +42,8 @@ dist_events_DATA = \ report_RHTSupport.xml \ report_Kerneloops.xml +@INTLTOOL_XML_RULE@ + eventsconfdir = $(EVENTS_CONF_DIR) dist_eventsconf_DATA = \ @@ -59,7 +61,17 @@ man_MANS = \ PYTHON_FILES = abrt-action-install-debuginfo.py abrt-action-list-dsos.py -EXTRA_DIST = $(man_MANS) $(PYTHON_FILES) +EXTRA_DIST = \ + $(man_MANS) \ + $(PYTHON_FILES) \ + report_Bugzilla.xml.in \ + report_Bugzilla.conf \ + report_Logger.conf \ + analyze_LocalGDB.xml.in \ + analyze_RetraceServer.xml.in \ + report_Mailx.xml.in \ + report_RHTSupport.xml.in \ + report_Kerneloops.xml.in $(DESTDIR)/$(DEBUG_INFO_DIR): $(mkdir_p) '$@' diff --git a/src/plugins/analyze_LocalGDB.xml b/src/plugins/analyze_LocalGDB.xml deleted file mode 100644 index cf6064f2..00000000 --- a/src/plugins/analyze_LocalGDB.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - Local GNU Debugger - Download debuginfo packages and generate backtrace locally using GDB - diff --git a/src/plugins/analyze_LocalGDB.xml.in b/src/plugins/analyze_LocalGDB.xml.in new file mode 100644 index 00000000..54209e70 --- /dev/null +++ b/src/plugins/analyze_LocalGDB.xml.in @@ -0,0 +1,5 @@ + + + <_name>Local GNU Debugger + <_description>Download debuginfo packages and generate backtrace locally using GDB + diff --git a/src/plugins/analyze_RetraceServer.xml b/src/plugins/analyze_RetraceServer.xml deleted file mode 100644 index ee5e225f..00000000 --- a/src/plugins/analyze_RetraceServer.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - Retrace Server - Send core dump to remote retrace server for analysis - - - - diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in new file mode 100644 index 00000000..b3c7da24 --- /dev/null +++ b/src/plugins/analyze_RetraceServer.xml.in @@ -0,0 +1,13 @@ + + + Retrace Server + <_description>Send core dump to remote retrace server for analysis + + + + diff --git a/src/plugins/report_Bugzilla.xml b/src/plugins/report_Bugzilla.xml deleted file mode 100644 index 34a05447..00000000 --- a/src/plugins/report_Bugzilla.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - Bugzilla - Report to Bugzilla bug tracker - - - - - - - diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bugzilla.xml.in new file mode 100644 index 00000000..6c87ad95 --- /dev/null +++ b/src/plugins/report_Bugzilla.xml.in @@ -0,0 +1,28 @@ + + + <_name>Bugzilla + <_description>Report to Bugzilla bug tracker + + + + + + + diff --git a/src/plugins/report_Kerneloops.xml b/src/plugins/report_Kerneloops.xml deleted file mode 100644 index bafe34d6..00000000 --- a/src/plugins/report_Kerneloops.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - Kerneloops.org - Send kernel problems to oops tracker - - - - diff --git a/src/plugins/report_Kerneloops.xml.in b/src/plugins/report_Kerneloops.xml.in new file mode 100644 index 00000000..83ea50b5 --- /dev/null +++ b/src/plugins/report_Kerneloops.xml.in @@ -0,0 +1,13 @@ + + + <_name>Kerneloops.org + <_description>Send kernel problems to oops tracker + + + + diff --git a/src/plugins/report_Mailx.xml b/src/plugins/report_Mailx.xml deleted file mode 100644 index 6ef33d16..00000000 --- a/src/plugins/report_Mailx.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - Mailx - Send via email - - - - - - - diff --git a/src/plugins/report_Mailx.xml.in b/src/plugins/report_Mailx.xml.in new file mode 100644 index 00000000..7584af7d --- /dev/null +++ b/src/plugins/report_Mailx.xml.in @@ -0,0 +1,28 @@ + + + <_name>Mailx + <_description>Send via email + + + + + + + diff --git a/src/plugins/report_RHTSupport.xml b/src/plugins/report_RHTSupport.xml deleted file mode 100644 index 9dd0a734..00000000 --- a/src/plugins/report_RHTSupport.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - Red Hat Customer Support - Report to Red Hat support - - - - - - - diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in new file mode 100644 index 00000000..725be3ac --- /dev/null +++ b/src/plugins/report_RHTSupport.xml.in @@ -0,0 +1,28 @@ + + + <_name>Red Hat Customer Support + <_description>Report to Red Hat support + + + + + + + -- cgit