diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-04-15 11:19:34 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-04-15 11:19:34 +0000 |
commit | 9258f9e10c6420baf1190dc7b59b429640fa7f14 (patch) | |
tree | cba874a57dd0187443222dd7dc5bab1d0a18930d | |
parent | f4729dfbf8af1c7c8d8f30e5d49115cdd03c1dd7 (diff) |
Setup intltools for the soundlist file. New file. The polish translationGNOME_APPLETS_1_99_0
2002-04-15 Kjartan Maraas <kmaraas@gnome.org>
* 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...
-rw-r--r-- | battstat/ChangeLog | 7 | ||||
-rw-r--r-- | battstat/sounds/Makefile.am | 10 | ||||
-rw-r--r-- | battstat/sounds/battstat_applet.soundlist.in | 10 |
3 files changed, 23 insertions, 4 deletions
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 <kmaraas@gnome.org> + + * 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 <kfv101@psu.edu> * .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 |