From a88dce13d510622dee05e93efb46ff4ec5b72935 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 26 Aug 2009 10:43:34 +0200 Subject: GUI: added support for gettext (+part of czech translation) --- po/POTFILES.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 po/POTFILES.in (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..833b1d42 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,21 @@ +# [encoding: UTF-8] +# List of source files containing translatable strings. +# Please keep this file sorted alphabetically. +src/Gui/ABRTExceptions.py +src/Gui/ABRTPlugin.py +src/Gui/abrt_utils.py +src/Gui/CCDBusBackend.py +src/Gui/CCDumpList.py +src/Gui/CCDump.py +src/Gui/CC_gui_functions.py +src/Gui/ccgui.glade +src/Gui/CCMainWindow.py +src/Gui/CCReporterDialog.py +src/Gui/CCReport.py +src/Gui/CellRenderers.py +# /src/dialogs.GtkBuilder +src/Gui/PluginList.py +src/Gui/PluginSettingsUI.py +src/Gui/report.glade +src/Gui/SettingsDialog.py +# /src/settings.GtkBuilder -- cgit