blob: 9563fa9dae904474b2c71550aeb9668a5bde35f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<sounds>
<sound deleted="false">
<!-- Translators: This is the name of an audio file that sounds like the bark of a dog.
You might want to translate it into the equivalent words of your language. -->
<name>Bark</name>
<filename>@datadir@/sounds/gnome/default/alerts/bark.ogg</filename>
</sound>
<sound deleted="false">
<!-- Translators: This is the name of an audio file that sounds like a water drip.
You might want to translate it into the equivalent words of your language. -->
<name>Drip</name>
<filename>@datadir@/sounds/gnome/default/alerts/drip.ogg</filename>
</sound>
<sound deleted="false">
<!-- Translators: This is the name of an audio file that sounds like tapping glass.
You might want to translate it into the equivalent words of your language. -->
<name>Glass</name>
<filename>@datadir@/sounds/gnome/default/alerts/glass.ogg</filename>
</sound>
<sound deleted="false">
<!-- Translators: This is the name of an audio file that sounds sort of like a submarine sonar ping.
You might want to translate it into the equivalent words of your language. -->
<name>Sonar</name>
<filename>@datadir@/sounds/gnome/default/alerts/sonar.ogg</filename>
</sound>
</sounds>
|