diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-13 13:53:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 09:37:41 +0100 |
commit | 99f7690bee0bf787a579e3e28bbd63074000940e (patch) | |
tree | cb4d74802d3851ebbf45c6393fe54406e7b3580b /extras | |
parent | 19276d3ddffdc80f004c8ce518b80f063108935b (diff) |
gallery: cleanup makefiles for new gallery naming and translation.
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
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" |