diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Gallery_sound.mk | 3 | ||||
-rw-r--r-- | extras/source/gallery/share/gallery_names.ulf | 12 | ||||
-rw-r--r-- | extras/source/gallery/sounds/sound.str | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/extras/Gallery_sound.mk b/extras/Gallery_sound.mk index 6f0aacb70a05..358da05a774c 100644 --- a/extras/Gallery_sound.mk +++ b/extras/Gallery_sound.mk @@ -6,8 +6,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # +# this should probably be done with more general rules: but how ? -$(eval $(call gb_Gallery_Gallery,sound,extras/source/gallery/sounds,Sounds)) +$(eval $(call gb_Gallery_Gallery,sound,extras/source/gallery/sounds)) $(eval $(call gb_Gallery_add_files,sound,\ extras/source/gallery/sounds/apert2.wav \ diff --git a/extras/source/gallery/share/gallery_names.ulf b/extras/source/gallery/share/gallery_names.ulf new file mode 100644 index 000000000000..47f75b562135 --- /dev/null +++ b/extras/source/gallery/share/gallery_names.ulf @@ -0,0 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +[sound] +en-US = "Sounds" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extras/source/gallery/sounds/sound.str b/extras/source/gallery/sounds/sound.str new file mode 100644 index 000000000000..fab10d3f8d61 --- /dev/null +++ b/extras/source/gallery/sounds/sound.str @@ -0,0 +1,2 @@ +# Translated by desktop-translate and ulfex +name = "Sounds" |