summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Utils/Makefile.am11
-rw-r--r--po/pl.po22
-rw-r--r--src/Applet/Makefile.am3
3 files changed, 24 insertions, 12 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
index 675fb4e..6847ab0 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -20,6 +20,7 @@ libABRTUtils_la_SOURCES = \
stringops.cpp \
dirsize.cpp \
DebugDump.h DebugDump.cpp \
+ abrt_dbus.h abrt_dbus.cpp \
CrashTypes.cpp \
ABRTException.cpp
libABRTUtils_la_CPPFLAGS = \
@@ -30,16 +31,20 @@ libABRTUtils_la_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
-DVAR_RUN=\"$(VAR_RUN)\" \
+ $(GLIB_CFLAGS) \
+ $(DBUS_CFLAGS) \
-D_GNU_SOURCE
libABRTUtils_la_LDFLAGS = \
-version-info 0:1:0
-libABRTUtils_la_LIBADD =
+libABRTUtils_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(DBUS_LIBS)
+
libABRTdUtils_la_SOURCES = \
parse_release.cpp \
make_descr.cpp \
CommLayerInner.h CommLayerInner.cpp \
- abrt_dbus.h abrt_dbus.cpp \
abrt_xmlrpc.h abrt_xmlrpc.cpp \
Plugin.h Plugin.cpp \
Polkit.h Polkit.cpp \
@@ -54,14 +59,12 @@ libABRTdUtils_la_CPPFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
-DCONF_DIR=\"$(CONF_DIR)\" \
-DVAR_RUN=\"$(VAR_RUN)\" \
- $(DBUS_CFLAGS) \
$(XMLRPC_CFLAGS) $(XMLRPC_CLIENT_CFLAGS) \
$(POLKIT_CFLAGS) \
-D_GNU_SOURCE
libABRTdUtils_la_LDFLAGS = \
-version-info 0:1:0
libABRTdUtils_la_LIBADD = \
- $(DBUS_LIBS) \
$(XMLRPC_LIBS) $(XMLRPC_CLIENT_LIBS) \
$(POLKIT_LIBS)
diff --git a/po/pl.po b/po/pl.po
index a6167d8..cbbc1d6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: jmoskovc@redhat.com\n"
-"POT-Creation-Date: 2010-03-18 16:08+0000\n"
-"PO-Revision-Date: 2010-03-18 17:10+0100\n"
+"POT-Creation-Date: 2010-03-19 15:47+0000\n"
+"PO-Revision-Date: 2010-03-19 16:56+0100\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
"MIME-Version: 1.0\n"
@@ -90,7 +90,7 @@ msgstr "Nie zgłoszono"
msgid "Plugins"
msgstr "Wtyczki"
-#: ../src/Gui/ccgui.glade.h:8 ../src/Applet/CCApplet.cpp:280
+#: ../src/Gui/ccgui.glade.h:8 ../src/Applet/CCApplet.cpp:251
msgid "Report"
msgstr "Zgłoś"
@@ -136,7 +136,7 @@ msgstr "_Plik"
msgid "_Help"
msgstr "Pomo_c"
-#: ../src/Gui/ccgui.glade.h:17
+#: ../src/Gui/ccgui.glade.h:17 ../src/Applet/CCApplet.cpp:104
msgid "translator-credits"
msgstr ""
"Piotr Drąg <piotrdrag@gmail.com>, 2009\n"
@@ -548,11 +548,21 @@ msgstr "Wykryto awarię"
msgid "ABRT service is not running"
msgstr "Usługa ABRT nie jest uruchomiona"
-#: ../src/Applet/CCApplet.cpp:124 ../src/Applet/CCApplet.cpp:287
-#: ../src/Applet/CCApplet.cpp:314
+#: ../src/Applet/CCApplet.cpp:39 ../src/Applet/CCApplet.cpp:258
+#: ../src/Applet/CCApplet.cpp:285
msgid "Warning"
msgstr "Ostrzeżenie"
+#: ../src/Applet/CCApplet.cpp:88
+msgid "Notification area applet to notify user about issues detected by ABRT"
+msgstr ""
+"Aplet obszaru powiadamiania informujący użytkownika o problemach wykrytych "
+"przez program ABRT"
+
+#: ../src/Applet/CCApplet.cpp:114
+msgid "Hide"
+msgstr "Ukryj"
+
#: ../src/Daemon/Daemon.cpp:481
msgid ""
"Report size exceeded the quota. Please check system's MaxCrashReportsSize "
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 079e710..5f0401b 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -23,12 +23,11 @@ abrt_applet_CPPFLAGS = \
# $(DBUS_GLIB_CFLAGS)
abrt_applet_LDADD = \
../../lib/Utils/libABRTUtils.la \
- ../../lib/Utils/libABRTdUtils.la \
-lglib-2.0 \
-lgthread-2.0 \
$(DBUS_LIBS) \
$(LIBNOTIFY_LIBS)
-# ../../lib/Utils/libABRTUtils.la
+# ../../lib/Utils/libABRTdUtils.la
# $(DL_LIBS)
# $(GTK_LIBS)