summaryrefslogtreecommitdiffstats
path: root/sounds
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
commit48a589b8c526b34e79e8cdddc4cb7f5fc7b76815 (patch)
tree0f30d90998669b60a0aa840f824cc3d4ea7ddc66 /sounds
downloadkshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.tar.gz
kshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.zip
Initial import of kshutdown 1.0.4
Diffstat (limited to 'sounds')
-rw-r--r--sounds/1m.oggbin0 -> 12529 bytes
-rw-r--r--sounds/5m.oggbin0 -> 11810 bytes
-rw-r--r--sounds/COPYRIGHT1
-rw-r--r--sounds/Makefile.am10
-rw-r--r--sounds/eventsrc29
5 files changed, 40 insertions, 0 deletions
diff --git a/sounds/1m.ogg b/sounds/1m.ogg
new file mode 100644
index 0000000..70a8a52
--- /dev/null
+++ b/sounds/1m.ogg
Binary files differ
diff --git a/sounds/5m.ogg b/sounds/5m.ogg
new file mode 100644
index 0000000..7e00def
--- /dev/null
+++ b/sounds/5m.ogg
Binary files 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