annotate packaging/linux-uninstaller.l10n-de @ 1233:7da9ec20eae4
(issue148) Disable UI Updates while loading the list.
This removes flickering when updates are loaded.
author |
Andre Heinecke <andre.heinecke@intevation.de> |
date |
Wed, 24 Sep 2014 15:49:27 +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 )
|