make_installer.pl (cdf0e10c) make_installer.pl (19d58b3a)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 2014 unchanged lines hidden (view full) ---

2023 # Copy the template idt files and the new created idt files into this language directory
2024
2025 installer::logger::print_message( "... copying idt files ...\n" );
2026
2027 installer::logger::include_header_into_logfile("Copying idt files to $languageidtdir:");
2028
2029 installer::windows::idtglobal::prepare_language_idt_directory($languageidtdir, $newidtdir, $onelanguage, $filesinproductlanguageresolvedarrayref, \@iconfilecollector, $binarytablefiles, $allvariableshashref);
2030
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 2014 unchanged lines hidden (view full) ---

2023 # Copy the template idt files and the new created idt files into this language directory
2024
2025 installer::logger::print_message( "... copying idt files ...\n" );
2026
2027 installer::logger::include_header_into_logfile("Copying idt files to $languageidtdir:");
2028
2029 installer::windows::idtglobal::prepare_language_idt_directory($languageidtdir, $newidtdir, $onelanguage, $filesinproductlanguageresolvedarrayref, \@iconfilecollector, $binarytablefiles, $allvariableshashref);
2030
2031 if ( ! $installer::globals::languagepack )
2031 if (( ! $installer::globals::languagepack ) && ( ! $allvariableshashref->{'NOLANGUAGESELECTIONPRODUCT'} ))
2032 {
2033 # For multilingual installation sets, the dialog for the language selection can now be prepared, with
2034 # a checkbox for each available language. This has to happen before the following translation.
2035 # The new controls have to be added into the Control.idt
2036
2037 my $controlidttablename = $languageidtdir . $installer::globals::separator . "Control.idt";
2038 my $controlidttable = installer::files::read_file($controlidttablename);
2039 installer::windows::idtglobal::add_language_checkboxes_to_database($controlidttable, $languagesarrayref);

--- 304 unchanged lines hidden ---
2032 {
2033 # For multilingual installation sets, the dialog for the language selection can now be prepared, with
2034 # a checkbox for each available language. This has to happen before the following translation.
2035 # The new controls have to be added into the Control.idt
2036
2037 my $controlidttablename = $languageidtdir . $installer::globals::separator . "Control.idt";
2038 my $controlidttable = installer::files::read_file($controlidttablename);
2039 installer::windows::idtglobal::add_language_checkboxes_to_database($controlidttable, $languagesarrayref);

--- 304 unchanged lines hidden ---