1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

Typo fixes

This commit is contained in:
Werner Koch 2005-04-05 17:10:28 +00:00
parent 80f4424658
commit 4e1a0eac3e
5 changed files with 12 additions and 7 deletions

View File

@ -23,7 +23,7 @@ Below the Installation directory, you will find directories named
"Doc", "gnupg.nls" and "Src". The latter will be used for distributed
patched, if any, and to store the source file if they have been
included in this package. The source files usually require further
unpacking using a the TAR utility.
unpacking using the TAR utility.
Internationalization support:

View File

@ -1,3 +1,8 @@
2005-03-30 Werner Koch <wk@g10code.com>
* de.po: Fixed typo in "|AN|New Admin PIN"; the leading bar was
missing.
2005-03-07 Werner Koch <wk@g10code.com>
* de.po: Updated. Translation is still in the works, though.

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: gnupg-1.4.1\n"
"Report-Msgid-Bugs-To: gnupg-i18n@gnupg.org\n"
"POT-Creation-Date: 2005-03-15 16:35+0100\n"
"PO-Revision-Date: 2005-03-15 16:41+0100\n"
"PO-Revision-Date: 2005-03-30 10:45+0200\n"
"Last-Translator: Walter Koch <koch@u32.de>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
@ -177,7 +177,7 @@ msgstr "|A|Admin-PIN"
#: g10/app-openpgp.c:1018
msgid "|AN|New Admin PIN"
msgstr "AN|Neue Admin-PIN"
msgstr "|AN|Neue Admin-PIN"
#: g10/app-openpgp.c:1018
msgid "|N|New PIN"

View File

@ -286,11 +286,11 @@ if [ -n "$topdir" ]; then
# Now run the installer
echo "invoking installer as:"
echo makensis -nocd -DVERSION="${version}" \
echo makensis -v0 -nocd -DVERSION="${version}" \
-DPROD_VERSION="${prod_version}" \
-DGNUPG_SRCDIR="${srcdir}" ${winpt_defs} ${src_defs} \
${patches_defs} ${srcdir}/scripts/w32installer.nsi
BUILDINFO=$buildinfo makensis -nocd -DVERSION="${version}" \
BUILDINFO=$buildinfo makensis -v0 -nocd -DVERSION="${version}" \
-DPROD_VERSION="${prod_version}" \
-DGNUPG_SRCDIR="${srcdir}" ${winpt_defs} ${src_defs} \
${patches_defs} ${srcdir}/scripts/w32installer.nsi

View File

@ -250,7 +250,7 @@ Section /o "Source" SecSource
File "libiconv-${LIBICONV_VERSION}.tar"
!ifdef WITH_WINPT
File "winpt-$(WINPT_VERSION}.tar"
File "winpt-${WINPT_VERSION}.tar"
!endif ; WITH_WINPT
SectionEnd ; Section Source
@ -399,7 +399,7 @@ Section "Uninstall"
Delete "$INSTDIR\Src\gnupg-${VERSION}.tar"
Delete "$INSTDIR\Src\libiconv-${LIBICONV_VERSION}.tar"
Delete "$INSTDIR\Src\winpt-$(WINPT_VERSION}.tar"
Delete "$INSTDIR\Src\winpt-${WINPT_VERSION}.tar"
Delete "$INSTDIR\Src\*.diff"
Delete "$INSTDIR\uninst-gnupg.exe"