From 9258f9e10c6420baf1190dc7b59b429640fa7f14 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 15 Apr 2002 11:19:34 +0000 Subject: Setup intltools for the soundlist file. New file. The polish translation 2002-04-15 Kjartan Maraas * sounds/Makefile.am: Setup intltools for the soundlist file. * sounds/battstat_applet.soundlist.in: New file. The polish translation must be moved by hand into the .po file I don't have the right fonts to edit it... --- battstat/ChangeLog | 7 +++++++ battstat/sounds/Makefile.am | 10 ++++++---- battstat/sounds/battstat_applet.soundlist.in | 10 ++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 battstat/sounds/battstat_applet.soundlist.in diff --git a/battstat/ChangeLog b/battstat/ChangeLog index 59a4c183b..d7a2ae484 100644 --- a/battstat/ChangeLog +++ b/battstat/ChangeLog @@ -1,3 +1,10 @@ +2002-04-15 Kjartan Maraas + + * sounds/Makefile.am: Setup intltools for the soundlist file. + * sounds/battstat_applet.soundlist.in: New file. The polish translation + must be moved by hand into the .po file I don't have the right fonts + to edit it... + 2002-04-01 Kevin Vandersloot * .xml: add ellipses to preferences option diff --git a/battstat/sounds/Makefile.am b/battstat/sounds/Makefile.am index 28f36988c..5bc2381c0 100644 --- a/battstat/sounds/Makefile.am +++ b/battstat/sounds/Makefile.am @@ -1,6 +1,8 @@ -battstat_applet_SOUNDLIST = battstat_applet.soundlist - -EXTRA_DIST = $(battstat_applet_SOUNDLIST) soundlistdir = $(sysconfdir)/sound/events -soundlist_DATA = $(battstat_applet_SOUNDLIST) +soundlist_in_files = battstat_applet.soundlist.in +soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist) + +@INTLTOOL_SOUNDLIST_RULE@ + +EXTRA_DIST = $(soundlist_DATA) diff --git a/battstat/sounds/battstat_applet.soundlist.in b/battstat/sounds/battstat_applet.soundlist.in new file mode 100644 index 000000000..a53877093 --- /dev/null +++ b/battstat/sounds/battstat_applet.soundlist.in @@ -0,0 +1,10 @@ +[__section_info__] +_description=Battery Status Utility + +[LowBattery] +file= +_description=Battery power low + +[BatteryFull] +file= +_description=Battery fully re-charged -- cgit v1.2.3