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:
parent
7cc0d390e4
commit
f2c0e54bcc
4 changed files with 8 additions and 8 deletions
|
@ -56,7 +56,7 @@ BEGIN
|
|||
|
||||
sub usage
|
||||
{
|
||||
print <<Ende;
|
||||
print <<End;
|
||||
----------------------------------------------------------------------
|
||||
This program installs a Windows Installer installation set
|
||||
without using msiexec.exe. The installation is comparable
|
||||
|
@ -66,7 +66,7 @@ Required parameter:
|
|||
-d Path to installation set or msi database
|
||||
-t Target directory
|
||||
---------------------------------------------------------------------
|
||||
Ende
|
||||
End
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ use File::Temp qw/ :mktemp /;
|
|||
|
||||
sub usage
|
||||
{
|
||||
print <<Ende;
|
||||
print <<End;
|
||||
--------------------------------------------------------------------------------
|
||||
The following parameter are needed:
|
||||
-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
|
||||
-u /export/unpack -buildid 8712 -ispatchedepm
|
||||
--------------------------------------------------------------------------------
|
||||
Ende
|
||||
End
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ use par2script::systemactions;
|
|||
|
||||
sub usage
|
||||
{
|
||||
print <<Ende;
|
||||
print <<End;
|
||||
|
||||
--------------------------------------------------------------
|
||||
$par2script::globals::prog
|
||||
|
@ -53,7 +53,7 @@ Example:
|
|||
-o ..\\wntmsci8.pro\\bin\\osl\\setup_osl.inf \[-v\]
|
||||
|
||||
--------------------------------------------------------------
|
||||
Ende
|
||||
End
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ use pre2par::systemactions;
|
|||
|
||||
sub usage
|
||||
{
|
||||
print <<Ende;
|
||||
print <<End;
|
||||
---------------------------------------------------------
|
||||
$pre2par::globals::prog
|
||||
The following parameter are needed:
|
||||
|
@ -44,7 +44,7 @@ Example:
|
|||
perl pre2par.pl -l test.mlf -s readme.pre -o readme.par -v
|
||||
|
||||
---------------------------------------------------------
|
||||
Ende
|
||||
End
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue