Mercurial > trustbridge
annotate packaging/linux-installer.l10n-de @ 1179:3e7ac50b04da
(help) Updated search box title.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 12:39:16 +0200 |
parents | a974b61a5cce |
children | 7282def018bc |
rev | line source |
---|---|
1160
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
1 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
2 # Software engineering by Intevation GmbH |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
3 # |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
4 # This file is Free Software under the GNU GPL (v>=2) |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
5 # and comes with ABSOLUTELY NO WARRANTY! |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
6 # See LICENSE.txt for details. |
a974b61a5cce
(issue108) Add missing license headers
Andre Heinecke <andre.heinecke@intevation.de>
parents:
1152
diff
changeset
|
7 |
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
8 L10N_DE+=( |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
9 [" installation with different prefix exists.\n"]=" bereits eine Installation in einem andern Pfad existiert.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
10 [" --help display this help and exit\n"]=" --help diese Hilfe anzeigen und beenden\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
11 [" --version output version information and exit\n"]=" --version Versions-Information ausgeben und beenden\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
12 [" -d, --deinstall deinstall files from current installation\n"]=" -d, --deinstall vorhandene Installation deinstallieren\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
13 [" -f, --force install to given prefix, even when a current\n"]=" -f, --force installiere in den angegebenen Installations-Pfad auch wenn\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
14 [" -p, --prefix=PATH install files in PATH\n"]=" -p, --prefix=PATH den Installations-Pfad PATH verwenden\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
15 [" -s, --system create a system wide (de)installation\n"]=" -s, --system eine systemweite (De)Installation durchführen\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
16 ["An existing installation (v%s) was detected!\n"]="Es wurde eine vorhandene Installation (v%s) gefunden!\n" |
874
ce7c4d07d4aa
Updated linux installer l10n.
Sascha Wilde <wilde@intevation.de>
parents:
872
diff
changeset
|
17 ["Cleaning up temporary stuff ...\n"]="Räume temporäre Dateien auf ...\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
18 ["Could not create '%s'!\n"]="Konnte '%s' nicht erstellen!\n" |
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
19 ["Failed to create autostart directory: '%s'\n"]="Konnte das autostart-Verzeichnis '%s' nicht erstellen\n" |
872
02e357826417
(issue81) Add desktop file
Andre Heinecke <andre.heinecke@intevation.de>
parents:
799
diff
changeset
|
20 ["Failed to create startmenu directory: '%s'\n"]="Konnte das Startmenü-Verzeichnis '%s' nicht erstellen\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
21 ["For a new prefix you should deinstall first!\n"]="Um einen neuen Installations-Pfad zu verwenden bitte erst deinstallieren!\n" |
874
ce7c4d07d4aa
Updated linux installer l10n.
Sascha Wilde <wilde@intevation.de>
parents:
872
diff
changeset
|
22 ["Found system uudecode.\n"]="System uudecode gefunden.\n" |
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
23 ["Install TrustBridge.\n\n"]="Installiere TrustBridge.\n\n" |
1075
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
24 ["Installing to '%s':\n"]="Installiere in '%s':\n" |
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
25 ["It appears your system architecture is %s.\n"]="Dieses System scheint eine %s Architektur zu besitzen.\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
26 ["It is HIGHLY RECOMMENDED to accept the default prefix\n"]="Es wird DRINGEND EMPFOHLEN die Vorgabe zu akzeptieren\n" |
799 | 27 ["Options:\n"]="Optionen:\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
28 ["Prefix differs from current installation (%s). Aborting!\n"]="Installations-Pfad weicht von vorhandener Installation (%s) ab.\nVorgang abgebrochen!\n" |
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
29 ["Preparing trustbridge-tray-starter ...\n"]="Bereite trustbridge-tray-starter vor ...\n" |
1077
29e4c8a534a1
linux-installer.l10n-de: Verbessert.
Bernhard Reiter <bernhard@intevation.de>
parents:
1075
diff
changeset
|
30 ["Press enter to launch '%s'\n"]="Drücken Sie die Eingabetaste um '%s' auszuführen\n" |
1075
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
31 ["Really install TrustBridge for '%s' systems? [y/n]\n"]="Soll TrustBridge für '%s' wirklich installiert werden? [j/n]\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
32 ["Select installation prefix for TrustBridge [%s]: "]="Installations-Pfad für TrustBridge [%s]: " |
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
33 ["Setting up autostart ...\n"]="Konfiguriere autostart ...\n" |
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
34 ["Setting up cronjob ...\n"]="Konfiguriere den Cron-Job ...\n" |
874
ce7c4d07d4aa
Updated linux installer l10n.
Sascha Wilde <wilde@intevation.de>
parents:
872
diff
changeset
|
35 ["Setting up start menu entries ...\n"]="Konfiguriere Startmenü-Einträge...\n" |
1075
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
36 ["Single user installation successful.\n"]="Einzelnutzer Installation erfolgreich.\n" |
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
37 ["System wide installation successful.\n"]="Systemweite Installation erfolgreich.\n" |
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
38 ["This installer is for 32 bit systems.\n"]="Dieses Installationspaket ist für 32 bit Systeme.\n" |
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
39 ["This installer is for 64 bit systems.\n"]="Dieses Installationspaket ist für 64 bit Systeme.\n" |
1112
d619507d9e9f
linux-installer: (issue109) Text slightly improved.
Bernhard Reiter <bernhard@intevation.de>
parents:
1077
diff
changeset
|
40 ["To remove the application and the root certificates it has inserted,\n"]="Um die Anwendung und die eingefügten Wurzelzertifikate zu entfernen,\n" |
1075
7e1fd6d96714
(issue109) Feedback improved. Shell translation updated.
Bernhard Reiter <bernhard@intevation.de>
parents:
1066
diff
changeset
|
41 ["TrustBridge has been installed to: '%s'\n\n"]="TrustBridge wurde nach '%s' installiert\n\n" |
799 | 42 ["Usage: %s [OPTION]...\n"]="Aufruf: %s [OPTION]...\n" |
874
ce7c4d07d4aa
Updated linux installer l10n.
Sascha Wilde <wilde@intevation.de>
parents:
872
diff
changeset
|
43 ["Using python uudecode provided by installer.\n"]="Verwende vom Installer bereitgestelltes python uudecode.\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
44 ["Writing installation configuration to: %s ...\n"]="Schreibe Installationskonfiguration nach: %s ...\n" |
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
45 ["call the deinstall command:\n"]="rufen Sie den De-Installationsbefehl auf:\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
46 ["checking for uudecode ...\n"]="Prüfe uudecode ...\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
47 ["creating installation directory ...\n"]="lege das Installations-Verzeichnis an ...\n" |
1152
46f025a1450c
Added hint that the installer can be quit with C-c after finishing.
Sascha Wilde <wilde@intevation.de>
parents:
1149
diff
changeset
|
48 ["or press Control-C to quit the installer.\n"]="oder Drücken sie Strg-C um den Installer zu beenden.\n" |
1149
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
49 ["to update the current installation.\n"]="um die vorhandene Installation zu aktualisieren.\n" |
96ecd345c961
Split up l10n matching the new split up installer files.
Sascha Wilde <wilde@intevation.de>
parents:
1112
diff
changeset
|
50 ["unpacking files ...\n"]="Entpacke Dateien ...\n" |
795
3a9b0c75f5a6
Added i18n code and german l10n to linux installer.
Sascha Wilde <wilde@intevation.de>
parents:
diff
changeset
|
51 ) |