Translate German variable names

Ende -> End

Change-Id: I2d63ddfeb1fa59ed1b0e3bbf2d39d5221cd5425f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92026
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
Johnny_M
2020-04-10 11:41:02 +02:00
committed by Michael Weghorn
parent 7cc0d390e4
commit f2c0e54bcc
4 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ BEGIN
sub usage sub usage
{ {
print <<Ende; print <<End;
---------------------------------------------------------------------- ----------------------------------------------------------------------
This program installs a Windows Installer installation set This program installs a Windows Installer installation set
without using msiexec.exe. The installation is comparable without using msiexec.exe. The installation is comparable
@@ -66,7 +66,7 @@ Required parameter:
-d Path to installation set or msi database -d Path to installation set or msi database
-t Target directory -t Target directory
--------------------------------------------------------------------- ---------------------------------------------------------------------
Ende End
exit(-1); exit(-1);
} }

View File

@@ -33,7 +33,7 @@ use File::Temp qw/ :mktemp /;
sub usage sub usage
{ {
print <<Ende; print <<End;
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
The following parameter are needed: The following parameter are needed:
-f: Path to the product list (required) -f: Path to the product list (required)
@@ -70,7 +70,7 @@ Examples for Non-Windows:
perl make_epmlist.pl -f zip.lst -p OfficeFAT -l en-US -format rpm perl make_epmlist.pl -f zip.lst -p OfficeFAT -l en-US -format rpm
-u /export/unpack -buildid 8712 -ispatchedepm -u /export/unpack -buildid 8712 -ispatchedepm
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Ende End
exit(-1); exit(-1);
} }

View File

@@ -37,7 +37,7 @@ use par2script::systemactions;
sub usage sub usage
{ {
print <<Ende; print <<End;
-------------------------------------------------------------- --------------------------------------------------------------
$par2script::globals::prog $par2script::globals::prog
@@ -53,7 +53,7 @@ Example:
-o ..\\wntmsci8.pro\\bin\\osl\\setup_osl.inf \[-v\] -o ..\\wntmsci8.pro\\bin\\osl\\setup_osl.inf \[-v\]
-------------------------------------------------------------- --------------------------------------------------------------
Ende End
exit(-1); exit(-1);
} }

View File

@@ -30,7 +30,7 @@ use pre2par::systemactions;
sub usage sub usage
{ {
print <<Ende; print <<End;
--------------------------------------------------------- ---------------------------------------------------------
$pre2par::globals::prog $pre2par::globals::prog
The following parameter are needed: The following parameter are needed:
@@ -44,7 +44,7 @@ Example:
perl pre2par.pl -l test.mlf -s readme.pre -o readme.par -v perl pre2par.pl -l test.mlf -s readme.pre -o readme.par -v
--------------------------------------------------------- ---------------------------------------------------------
Ende End
exit(-1); exit(-1);
} }