annotate packaging/linux-uninstaller.l10n-de @ 1331:8897c90b8166
(issue108) Remove generate_cppcheck and cppcheck target
This did not work correctly. It is better just to manually
execute cppcheck on the files as it gives you more control over
the options.
author |
Andre Heinecke <andre.heinecke@intevation.de> |
date |
Wed, 15 Oct 2014 13:24:59 +0200 |
parents |
a72d59f8c3ea |
children |
|
rev |
line source |
1150
|
1 L10N_DE+=(
|
|
2 [" --help display this help and exit\n"]=" --help diese Hilfe anzeigen und beenden\n"
|
|
3 [" --version output version information and exit\n"]=" --version Versions-Information ausgeben und beenden\n"
|
|
4 [" -s, --system do a system wide deinstallation\n"]=" -s, --system Systemweit deinstallieren\n"
|
|
5 ["Options:\n"]="Optionen:\n"
|
|
6 ["Uninstall TrustBridge.\n\n"]="TrustBridge deinstallieren.\n\n"
|
|
7 ["Usage: %s [OPTION]...\n"]="Aufruf: %s [OPTION]...\n"
|
|
8 )
|