Mercurial > trustbridge
annotate packaging/linux-installer-uninstall.l10n-de @ 1395:a2574a029322
Fix Base 64 signature size calculation.
If the signature byte size is not equally dividable
by three the base 64 encoding needs three additional bytes.
The value is now fixed to avoid such errors in the future.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 26 Jan 2015 13:17:32 +0100 |
parents | 969970a83b6d |
children |
rev | line source |
---|---|
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
1 L10N_DE+=( |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
2 ["Deinstallation finished.\n"]="Deinstallation abgeschlossen.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
3 ["Deinstalling from '%s'.\n"]="Deinstalliere aus '%s'.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
4 ["Deleting '%s' ...\n"]="Lösche '%s' ...\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
5 ["Deleting empty directory '%s' ...\n"]="Lösche das leere Verzeichnis '%s' ...\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
6 ["No certificate list found. Nothing to do.\n"]="Keine Zertifikatsliste gefunden. Es muss nichts getan werden.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
7 ["No current installation found! No harm done.\n"]="Keine vorhandene Installation gefunden!\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
8 ["Really deinstall TrustBridge from '%s'? [y/n]\n"]="Soll TrustBridge wirklich aus '%s' deinstalliert werden? [j/n]\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
9 ["Removing PID file from: %s:\n"]="Entferne PID-File aus: %s\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
10 ["Removing TrustBridge from autostart\n"]="Entferne TrustBridge aus autostart\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
11 ["Removing TrustBridge from start menu\n"]="Entferne TrustBridge aus dem Startmenü\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
12 ["Removing certificate lists from: %s:\n"]="Entferne Zertifikatsliste aus: %s\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
13 ["Removing configuration files:\n"]="Entferne Konfigurationsdateien:\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
14 ["Removing cron job ...\n"]="Entferne den Cron-Job ...\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
15 ["Uninstalling certificates ...\n"]="Deinstalliere Zertifikate ...\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
16 ["Using certificate list '%s'.\n"]="Die Zertifikatsliste '%s' wird verwendet.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
17 ["WARNING: Could not delete: '%s'!\n"]="WARNUNG: Konnte '%s' nicht löschen!\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
18 ["WARNING: can't execute %s for certificate deinstallation.\n"]="WARNUNG: '%s' kann nicht zum deinstallieren der Zertifikate ausgeführt werden.\n" |
1189
969970a83b6d
Updated linux installer help text and translation.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1178
diff
changeset
|
19 ["Do you also want to remove the certificates installed by TrustBridge? [y/n]\n"]="Sollen die von TrustBridge installierten Zertifikate auch entfernt werden? [j/n]\n" |
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
20 ) |