From 48a589b8c526b34e79e8cdddc4cb7f5fc7b76815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jul 2013 02:30:20 +0200 Subject: Initial import of kshutdown 1.0.4 --- sounds/1m.ogg | Bin 0 -> 12529 bytes sounds/5m.ogg | Bin 0 -> 11810 bytes sounds/COPYRIGHT | 1 + sounds/Makefile.am | 10 ++++++++++ sounds/eventsrc | 29 +++++++++++++++++++++++++++++ 5 files changed, 40 insertions(+) create mode 100644 sounds/1m.ogg create mode 100644 sounds/5m.ogg create mode 100644 sounds/COPYRIGHT create mode 100644 sounds/Makefile.am create mode 100644 sounds/eventsrc (limited to 'sounds') diff --git a/sounds/1m.ogg b/sounds/1m.ogg new file mode 100644 index 0000000..70a8a52 Binary files /dev/null and b/sounds/1m.ogg differ diff --git a/sounds/5m.ogg b/sounds/5m.ogg new file mode 100644 index 0000000..7e00def Binary files /dev/null and b/sounds/5m.ogg differ diff --git a/sounds/COPYRIGHT b/sounds/COPYRIGHT new file mode 100644 index 0000000..8c09bc8 --- /dev/null +++ b/sounds/COPYRIGHT @@ -0,0 +1 @@ +(C) Caryn "Hellchick" Law diff --git a/sounds/Makefile.am b/sounds/Makefile.am new file mode 100644 index 0000000..1cab2f5 --- /dev/null +++ b/sounds/Makefile.am @@ -0,0 +1,10 @@ +eventsrcdir = $(kde_datadir)/kshutdown +eventsrc_DATA = eventsrc + +soundsdir = $(kde_datadir)/kshutdown/sounds +sounds_DATA = \ + COPYRIGHT \ + 1m.ogg \ + 5m.ogg + +EXTRA_DIST = $(eventsrc_DATA) $(sounds_DATA) diff --git a/sounds/eventsrc b/sounds/eventsrc new file mode 100644 index 0000000..7266977 --- /dev/null +++ b/sounds/eventsrc @@ -0,0 +1,29 @@ +# encoding: UTF-8 +[!Global!] +IconName=kshutdown +Comment=KShutDown + +[kshutdown-5m] +Name=5 Minutes Warning +Comment=5 Minutes Warning +Comment[it]=Avvertimento a 5 minuti +Comment[pl]=Ostrzeżenie: 5 minut +Comment[el]=Προειδοποίηση των 5 λεπτών +default_sound=5m.ogg +default_presentation=72 + +[kshutdown-1m] +Name=1 Minute Warning +Comment=1 Minute Warning +Comment[it]=Avvertimento a un minuto +Comment[pl]=Ostrzeżenie: 1 minuta +Comment[el]=Προειδοποίηση του 1 λεπτού +default_sound=1m.ogg +default_presentation=72 + +[kshutdown-runerror] +Name=Run Error +Comment=Run Error +Comment[pl]=Błąd uruchomienia +Comment[el]=Σφάλμα εκτέλεσης +default_presentation=88 \ No newline at end of file -- cgit v1.2.1