View | Details | Raw Unified | Return to bug 41776
Collapse All | Expand All

(-)a/base/univention-l10n-fr/Makefile (-1 / +2 lines)
 Lines 36-42    Link Here 
36
build:
36
build:
37
37
38
include all_targets.mk
38
include all_targets.mk
39
install: $(ALL_TARGETS)
39
$(DESTDIR)/usr/share/locale/fr/LC_MESSAGES/ucr-variables.mo: fr/ucr-variables.po
40
install: $(ALL_TARGETS) $(DESTDIR)/usr/share/locale/fr/LC_MESSAGES/univention-management-console-module-sysinfo.mo
40
41
41
%.mo:
42
%.mo:
42
	mkdir -p $(@D)
43
	mkdir -p $(@D)
(-)a/base/univention-l10n-fr/conffiles/ucr-l10n-fr-update (+35 lines)
Line 0    Link Here 
1
#!/bin/bash
2
#
3
# Copyright 2016 Univention GmbH
4
#
5
# http://www.univention.de/
6
#
7
# All rights reserved.
8
#
9
# The source code of this program is made available
10
# under the terms of the GNU Affero General Public License version 3
11
# (GNU AGPL V3) as published by the Free Software Foundation.
12
#
13
# Binary versions of this program provided by Univention to you as
14
# well as other copyrighted, protected or trademarked materials like
15
# Logos, graphics, fonts, specific documentations and configurations,
16
# cryptographic keys etc. are subject to a license agreement between
17
# you and Univention and not subject to the GNU AGPL V3.
18
#
19
# In the case you use this program under the terms of the GNU AGPL V3,
20
# the program is provided in the hope that it will be useful,
21
# but WITHOUT ANY WARRANTY; without even the implied warranty of
22
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
# GNU Affero General Public License for more details.
24
#
25
# You should have received a copy of the GNU Affero General Public
26
# License with the Debian GNU/Linux or Univention distribution in file
27
# /usr/share/common-licenses/AGPL-3; if not, see
28
# <http://www.gnu.org/licenses/>.
29
30
# This Makefile is copied to translation source packages generated by
31
# univention-ucs-translation-build-package. It defines the receipts to build
32
# binary translation targets(mo files). The include 'all_targets.mk' is
33
# generated by the same script and contains all actual targets.
34
35
/usr/share/univention-l10n/tools/ucr-l10n fr
(-)a/base/univention-l10n-fr/debian/control (-2 / +3 lines)
 Lines 11-19   Standards-Version: 3.8.2 Link Here 
11
Package: univention-l10n-fr
11
Package: univention-l10n-fr
12
Architecture: all
12
Architecture: all
13
Depends: ${misc:Depends},
13
Depends: ${misc:Depends},
14
 univention-management-console
14
 univention-management-console,
15
 univention-l10n-tools
15
Description: UCS Management Console translation files
16
Description: UCS Management Console translation files
16
 This package is part of Univention Corporate Server (UCS),
17
 This package is part of Univention Corporate Server (UCS),
17
 an integrated, directory driven solution for managing
18
 an integrated, directory driven solution for managing
18
 corporate environments. For more information about UCS,
19
 corporate environments. For more information about UCS,
19
 refer to: http://www.univention.de/
20
 refer to: http://www.univention.de/
(-)a/base/univention-l10n-fr/debian/univention-l10n-fr.univention-config-registry (+3 lines)
Line 0    Link Here 
1
Type: script
2
Script: univention-l10n-fr.univention-config-registry
3
Variables: ucs/web/overview/entries/.*/(link|description|label)$

Return to bug 41776