diff options
Diffstat (limited to 'data/sounds/mate-sounds-default.xml.in.in')
-rw-r--r-- | data/sounds/mate-sounds-default.xml.in.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/sounds/mate-sounds-default.xml.in.in b/data/sounds/mate-sounds-default.xml.in.in new file mode 100644 index 0000000..517c619 --- /dev/null +++ b/data/sounds/mate-sounds-default.xml.in.in @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<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/mate/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/mate/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/mate/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/mate/default/alerts/sonar.ogg</filename> + </sound> +</sounds> |