pidgin/win32/nsis/translations/german.nsh

Thu, 01 Mar 2007 02:42:20 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 01 Mar 2007 02:42:20 +0000
changeset 15816
6fb46b27dedc
parent 15805
a80eb333bae9
child 16198
e389c08318b0
child 20478
46933dc62880
permissions
-rw-r--r--

More installer stuff.

11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
1 ;; vim:syn=winbatch:encoding=cp1252:
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;;
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;; german.nsh
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
4 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
5 ;; German language strings for the Windows Pidgin NSIS installer.
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;; Windows Code page: 1252
6285
548705cbef3f [gaim-migrate @ 6784]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents: 6274
diff changeset
7 ;;
13553
3885438dbc78 [gaim-migrate @ 15930]
Luke Schierer <lschiere@pidgin.im>
parents: 11857
diff changeset
8 ;; Author: Bjoern Voigt <bjoern@cs.tu-berlin.de>, 2006.
10578
1eaf696739ed [gaim-migrate @ 11973]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents: 7588
diff changeset
9 ;; Version 3
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10 ;;
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
11
10578
1eaf696739ed [gaim-migrate @ 11973]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents: 7588
diff changeset
12 ; Startup checks
1eaf696739ed [gaim-migrate @ 11973]
Björn Voigt <bjoern@cs.tu-berlin.de>
parents: 7588
diff changeset
13 !define INSTALLER_IS_RUNNING "Der Installer läuft schon."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
14 !define PIDGIN_IS_RUNNING "Eine Instanz von Pidgin läuft momentan schon. Beenden Sie Pidgin und versuchen Sie es nochmal."
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
15 !define GTK_INSTALLER_NEEDED "Die GTK+ Runtime Umgebung fehlt entweder oder muß aktualisiert werden.$\rBitte installieren Sie v${GTK_MIN_VERSION} oder höher der GTK+ Runtime"
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
16
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
17 ; License Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
18 !define PIDGIN_LICENSE_BUTTON "Weiter >"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
19 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) wird unter der GNU General Public License (GPL) veröffentlicht. Die Lizenz dient hier nur der Information. $_CLICK"
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
20
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
21 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
22 !define PIDGIN_SECTION_TITLE "Pidgin Instant Messaging Client (erforderlich)"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
23 !define GTK_SECTION_TITLE "GTK+ Runtime Umgebung (erforderlich)"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
24 !define GTK_THEMES_SECTION_TITLE "GTK+ Themen"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
25 !define GTK_NOTHEME_SECTION_TITLE "Kein Thema"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
26 !define GTK_WIMP_SECTION_TITLE "Wimp Thema"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
27 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve Thema"
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
28 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue Thema"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
29 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Verknüpfungen"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
30 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Desktop"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
31 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Startmenü"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
32 !define PIDGIN_SECTION_DESCRIPTION "Pidgin-Basisdateien und -DLLs"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
33 !define GTK_SECTION_DESCRIPTION "Ein Multi-Plattform-GUI-Toolkit, verwendet von Pidgin"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
34 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ Themen können Aussehen und Bedienung von GTK+ Anwendungen verändern."
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
35 !define GTK_NO_THEME_DESC "Installiere kein GTK+ Thema"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 10814
diff changeset
36 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows Imitator) ist ein GTK Theme, das sich besonders gut in den Windows Desktop integriert."
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
37 !define GTK_BLUECURVE_THEME_DESC "Das Bluecurve Thema."
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
38 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Das Lighthouseblue Thema."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
39 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Verknüpfungen zum Starten von Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
40 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Erstellt eine Verknüpfung zu Pidgin auf dem Desktop"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
41 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Erstellt einen Eintrag für Pidgin im Startmenü"
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
42
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
43 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
44 !define GTK_UPGRADE_PROMPT "Eine alte Version der GTK+ Runtime wurde gefunden. Möchten Sie aktualisieren?$\rHinweis: $(^Name) funktioniert evtl. nicht, wenn Sie nicht aktualisieren."
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
45
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
46 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
47 !define PIDGIN_FINISH_VISIT_WEB_SITE "Besuchen Sie die Windows Pidgin Webseite"
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
48
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
49 ; Pidgin Section Prompts and Texts
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
50 !define PIDGIN_UNINSTALL_DESC "$(^Name) (nur entfernen)"
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
51
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
52 ; GTK+ Section Prompts
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
53 !define GTK_INSTALL_ERROR "Fehler beim Installieren der GTK+ Runtime."
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
54 !define GTK_BAD_INSTALL_PATH "Der Pfad, den Sie eingegeben haben, existiert nicht und kann nicht erstellt werden."
7588
7a7bbb210d44 [gaim-migrate @ 8206]
Herman Bloggs <herman@bluedigits.com>
parents: 7572
diff changeset
55
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
56 ; GTK+ Themes section
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 6285
diff changeset
57 !define GTK_NO_THEME_INSTALL_RIGHTS "Sie haben keine Berechtigung, um ein GTK+ Theme zu installieren."
11857
97a73b56e2d1 [gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents: 11578
diff changeset
58
6249
4ea7feabf609 [gaim-migrate @ 6743]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
59 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
60 !define un.PIDGIN_UNINSTALL_ERROR_1 "Der Deinstaller konnte keine Registrierungsschlüssel für Pidgin finden.$\rEs ist wahrscheinlich, daß ein anderer Benutzer diese Anwendunng installiert hat."
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
61 !define un.PIDGIN_UNINSTALL_ERROR_2 "Sie haben keine Berechtigung, diese Anwendung zu deinstallieren."
11857
97a73b56e2d1 [gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents: 11578
diff changeset
62
97a73b56e2d1 [gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents: 11578
diff changeset
63 ; Spellcheck Section Prompts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
64 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Unterstützung für Rechtschreibkontrolle"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
65 !define PIDGIN_SPELLCHECK_ERROR "Fehler bei der Installation der Rechtschreibkontrolle"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
66 !define PIDGIN_SPELLCHECK_DICT_ERROR "Fehler bei der Installation des Wörterbuches für die Rechtschreibkontrolle"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
67 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Unterstützung für Rechtschreibkontrolle. (Für die Installation ist eine Internet-Verbindung nötig)"
11857
97a73b56e2d1 [gaim-migrate @ 14148]
Luke Schierer <lschiere@pidgin.im>
parents: 11578
diff changeset
68 !define ASPELL_INSTALL_FAILED "Installation gescheitert"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
69 !define PIDGIN_SPELLCHECK_BRETON "Bretonisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
70 !define PIDGIN_SPELLCHECK_CATALAN "Katalanisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
71 !define PIDGIN_SPELLCHECK_CZECH "Tschechisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
72 !define PIDGIN_SPELLCHECK_WELSH "Walisisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
73 !define PIDGIN_SPELLCHECK_DANISH "Dänisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
74 !define PIDGIN_SPELLCHECK_GERMAN "Deutsch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
75 !define PIDGIN_SPELLCHECK_GREEK "Griechisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
76 !define PIDGIN_SPELLCHECK_ENGLISH "Englisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
77 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
78 !define PIDGIN_SPELLCHECK_SPANISH "Spanisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
79 !define PIDGIN_SPELLCHECK_FAROESE "Faröersprache"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
80 !define PIDGIN_SPELLCHECK_FRENCH "Französisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
81 !define PIDGIN_SPELLCHECK_ITALIAN "Italienisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
82 !define PIDGIN_SPELLCHECK_DUTCH "Holländisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
83 !define PIDGIN_SPELLCHECK_NORWEGIAN "Norwegisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
84 !define PIDGIN_SPELLCHECK_POLISH "Polnisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
85 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugiesisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
86 !define PIDGIN_SPELLCHECK_ROMANIAN "Rumänisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
87 !define PIDGIN_SPELLCHECK_RUSSIAN "Russisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
88 !define PIDGIN_SPELLCHECK_SLOVAK "Slowakisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
89 !define PIDGIN_SPELLCHECK_SWEDISH "Schwedisch"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
90 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ukrainisch"

mercurial