comparison gtk/win32/nsis/translations/german.nsh @ 14376:b2d0b4ca2cf3

[gaim-migrate @ 17082] It really isn't smart for us to blow away the previous install directory (we do ask nicely, but it still isn't good) if the uninstaller for the previous version fails, so now we offer the choice between "continue regardless" or "cancel installing". It would really be ideal if we could get these translations done through gettext or something. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 30 Aug 2006 02:40:56 +0000
parents 009db0b357b5
children 1072720fc35f
comparison
equal deleted inserted replaced
14375:f597127368de 14376:b2d0b4ca2cf3
46 ; Installer Finish Page 46 ; Installer Finish Page
47 !define GAIM_FINISH_VISIT_WEB_SITE "Besuchen Sie die Windows Gaim Webseite" 47 !define GAIM_FINISH_VISIT_WEB_SITE "Besuchen Sie die Windows Gaim Webseite"
48 48
49 ; Gaim Section Prompts and Texts 49 ; Gaim Section Prompts and Texts
50 !define GAIM_UNINSTALL_DESC "Gaim (nur entfernen)" 50 !define GAIM_UNINSTALL_DESC "Gaim (nur entfernen)"
51 !define GAIM_PROMPT_WIPEOUT "Ihre altes Gaim-Verzeichnis soll gelöscht werden. Möchten Sie fortfahren?$\r$\rHinweis: Alle nicht-Standard Plugins, die Sie evtl. installiert haben werden$\rgelöscht. Gaim-Benutzereinstellungen sind nicht betroffen."
52 !define GAIM_PROMPT_DIR_EXISTS "Das Installationsverzeichnis, das Sie angegeben haben, existiert schon. Der Verzeichnisinhalt$\rwird gelöscht. Möchten Sie fortfahren?"
53 51
54 ; GTK+ Section Prompts 52 ; GTK+ Section Prompts
55 !define GTK_INSTALL_ERROR "Fehler beim Installieren der GTK+ Runtime." 53 !define GTK_INSTALL_ERROR "Fehler beim Installieren der GTK+ Runtime."
56 !define GTK_BAD_INSTALL_PATH "Der Pfad, den Sie eingegeben haben, existiert nicht und kann nicht erstellt werden." 54 !define GTK_BAD_INSTALL_PATH "Der Pfad, den Sie eingegeben haben, existiert nicht und kann nicht erstellt werden."
57 55