1*8e406cbfSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8e406cbfSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8e406cbfSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8e406cbfSAndrew Rist * distributed with this work for additional information
6*8e406cbfSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8e406cbfSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8e406cbfSAndrew Rist * "License"); you may not use this file except in compliance
9*8e406cbfSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8e406cbfSAndrew Rist *
11*8e406cbfSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8e406cbfSAndrew Rist *
13*8e406cbfSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8e406cbfSAndrew Rist * software distributed under the License is distributed on an
15*8e406cbfSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8e406cbfSAndrew Rist * KIND, either express or implied.  See the License for the
17*8e406cbfSAndrew Rist * specific language governing permissions and limitations
18*8e406cbfSAndrew Rist * under the License.
19*8e406cbfSAndrew Rist *
20*8e406cbfSAndrew Rist *************************************************************/
21*8e406cbfSAndrew Rist
22*8e406cbfSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirModule gid_Module_Langpack_Basis_<LANGUAGE_>
25cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
26cdf0e10cSrcweir    InstallOrder = "200";
27cdf0e10cSrcweir    Sortkey = "50";
28cdf0e10cSrcweir    Language = "<LANGUAGE>";
29cdf0e10cSrcweir    Assigns = gid_Module_Langpack_Basis_Template;
30cdf0e10cSrcweir    Name = "gid_Module_Langpack_Basis_<LANGUAGE_>";
31cdf0e10cSrcweir    Description = "gid_Module_Langpack_Basis_<LANGUAGE_>";
32cdf0e10cSrcweir    PackageInfo = "packinfo_office_lang.txt";
33cdf0e10cSrcweir    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
34cdf0e10cSrcweirEnd
35cdf0e10cSrcweir
36cdf0e10cSrcweirModule gid_Module_Langpack_Resource_<LANGUAGE_>
37cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
38cdf0e10cSrcweir    Sortkey = "100";
39cdf0e10cSrcweir    Language = "<LANGUAGE>";
40cdf0e10cSrcweir    Assigns = gid_Module_Langpack_Resource_Template;
41cdf0e10cSrcweir    Name = "gid_Module_Langpack_Resource_<LANGUAGE_>";
42cdf0e10cSrcweir    Description = "gid_Module_Langpack_Resource_<LANGUAGE_>";
43cdf0e10cSrcweir    PackageInfo = "packinfo_office_lang.txt";
44cdf0e10cSrcweir    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
45cdf0e10cSrcweirEnd
46cdf0e10cSrcweir
47cdf0e10cSrcweirModule gid_Module_Langpack_Help_<LANGUAGE_>
48cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
49cdf0e10cSrcweir    Sortkey = "200";
50cdf0e10cSrcweir    Language = "<LANGUAGE>";
51cdf0e10cSrcweir    Assigns = gid_Module_Langpack_Help_Template;
52cdf0e10cSrcweir    Name = "gid_Module_Langpack_Help_<LANGUAGE_>";
53cdf0e10cSrcweir    Description = "gid_Module_Langpack_Help_<LANGUAGE_>";
54cdf0e10cSrcweir    PackageInfo = "packinfo_office_lang.txt";
55cdf0e10cSrcweir    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
56cdf0e10cSrcweirEnd
57cdf0e10cSrcweir
58cdf0e10cSrcweirModule gid_Module_Langpack_Fonts_<LANGUAGE_>
59cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
60cdf0e10cSrcweir    Sortkey = "300";
61cdf0e10cSrcweir    Language = "<LANGUAGE>";
62cdf0e10cSrcweir    Assigns = gid_Module_Langpack_Fonts_Template;
63cdf0e10cSrcweir    Name = "gid_Module_Langpack_Fonts_<LANGUAGE_>";
64cdf0e10cSrcweir    Description = "gid_Module_Langpack_Fonts_<LANGUAGE_>";
65cdf0e10cSrcweir    PackageInfo = "packinfo_office_lang.txt";
66cdf0e10cSrcweir    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
67cdf0e10cSrcweirEnd
68cdf0e10cSrcweir
69cdf0e10cSrcweirModule gid_Module_Langpack_Brand_<LANGUAGE_>
70cdf0e10cSrcweir    ParentID = gid_Module_Langpack_Root_<LANGUAGE_>;
71cdf0e10cSrcweir    Sortkey = "400";
72cdf0e10cSrcweir    InstallOrder = "1050";
73cdf0e10cSrcweir    Language = "<LANGUAGE>";
74cdf0e10cSrcweir    Assigns = gid_Module_Langpack_Brand_Template;
75cdf0e10cSrcweir    Name = "gid_Module_Langpack_Brand_<LANGUAGE_>";
76cdf0e10cSrcweir    Description = "gid_Module_Langpack_Brand_<LANGUAGE_>";
77cdf0e10cSrcweir    PackageInfo = "packinfo_brand.txt";
78cdf0e10cSrcweir    Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
79cdf0e10cSrcweirEnd
80