annotate src/win32/nsis/translations/dutch.nsh @ 6274:b6c883e1d5a1

[gaim-migrate @ 6771] a few corrections committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 22 Jul 2003 16:49:03 +0000
parents f8f3c67f9456
children f646b60e2960
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; dutch.nsh
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Default language strings for the Windows Gaim NSIS installer.
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Vincent van Adrighem <vincent@dirck.mine.nu>
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;;
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10 ; Startup GTK+ check
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 LangString GTK_INSTALLER_NEEDED ${LANG_DUTCH} "De GTK+ runtime-omgeving is niet aanwezig of moet vernieuwd worden.$\rInstalleer v${GTK_VERSION} of nieuwer van de GTK+ runtime-omgeving"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 ; Components Page
6259
f8f3c67f9456 [gaim-migrate @ 6755]
Luke Schierer <lschiere@pidgin.im>
parents: 6258
diff changeset
14 LangString GAIM_SECTION_TITLE ${LANG_DUTCH} "Gaim Instant Messaging Client (vereist)"
6254
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 LangString GTK_SECTION_TITLE ${LANG_DUTCH} "GTK+ runtime-omgeving (vereist)"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 LangString GTK_THEMES_SECTION_TITLE ${LANG_DUTCH} "GTK+ thema's"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17 LangString GTK_NOTHEME_SECTION_TITLE ${LANG_DUTCH} "Geen thema"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 LangString GTK_WIMP_SECTION_TITLE ${LANG_DUTCH} "Wimp thema"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 LangString GTK_BLUECURVE_SECTION_TITLE ${LANG_DUTCH} "Bluecurve thema"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 LangString GTK_LIGHTHOUSEBLUE_SECTION_TITLE ${LANG_DUTCH} "Light House Blue thema"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 LangString GAIM_SECTION_DESCRIPTION ${LANG_DUTCH} "Gaim hoofdbestanden en dlls"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 LangString GTK_SECTION_DESCRIPTION ${LANG_DUTCH} "Een multi-platform gebruikersinterface, gebruikt door Gaim"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 LangString GTK_THEMES_SECTION_DESCRIPTION ${LANG_DUTCH} "GTK+ thema's veranderen het uiterlijk en gedrag van GTK+ programma's."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
24 LangString GTK_NO_THEME_DESC ${LANG_DUTCH} "Geen GTK+ thema installeren"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 LangString GTK_WIMP_THEME_DESC ${LANG_DUTCH} "GTK-Wimp (Windows impersonator) is een GTK+ thema wat goed past in een windows omgeving."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 LangString GTK_BLUECURVE_THEME_DESC ${LANG_DUTCH} "Het Bluecurve thema (standaardthema voor RedHat Linux)."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_DUTCH} "Het Lighthouseblue thema."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 ; Extra GTK+ Dir Selector Page
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
30 LangString GTK_PAGE_TITLE ${LANG_DUTCH} "Kies inatllatiemap"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 LangString GTK_PAGE_SUBTITLE ${LANG_DUTCH} "Kies de map waarin GTK+ geïnstalleerd moet worden"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 LangString GTK_PAGE_INSTALL_MSG1 ${LANG_DUTCH} "Setup zal GTK+ in de volgende map installeren"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33 LangString GTK_PAGE_INSTALL_MSG2 ${LANG_DUTCH} "Om te installeren in een andere map klikt u op Bladeren en selecteert u een andere map. Klik op Volgende om door te gaan."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 LangString GTK_PAGE_UPGRADE_MSG1 ${LANG_DUTCH} "Setup zal de in deze map gevonden GTK+ bijwerken"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 LangString GTK_UPGRADE_PROMPT ${LANG_DUTCH} "Er is een oude versie van GTK+ gevonden. Wilt u deze bijwerken?$\rLet op: Gaim werkt misschien niet als u dit niet doet."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; Gaim Section Prompts and Texts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
38 LangString GAIM_UNINSTALL_DESC ${LANG_DUTCH} "Gaim (alleen verwijderen)"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39 LangString GAIM_PROMPT_WIPEOUT ${LANG_DUTCH} "Uw aoude Gaim map staat op het punt om verwijderd te worden. Wilt u doorgaan?$\r$\rLet op: Alle door uzelf geïnstalleerde plugins zullen ook verwijderd worden.$\rDe gebruikersinstellingen van Gaim worden niet aangeraakt."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 LangString GAIM_PROMPT_DIR_EXISTS ${LANG_DUTCH} "De gegeven installatiemap bestaat al. Eventuele inhoud zal verwijderd worden. Wilt u doorgaan?"
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42 ; GTK+ Section Prompts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 LangString GTK_INSTALL_ERROR ${LANG_DUTCH} "Fout bij installatie van GTK+ runtime omgeving."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 LangString GTK_BAD_INSTALL_PATH ${LANG_DUTCH} "Het door u gegeven pad kan niet benaderd worden."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 ; GTK+ Themes section
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 LangString GTK_NO_THEME_INSTALL_RIGHTS ${LANG_DUTCH} "U heeft geen toestemming om een GTK+ thema te installeren."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; Uninstall Section Prompts
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 LangString un.GAIM_UNINSTALL_ERROR_1 ${LANG_DUTCH} "De uninstaller kon geen register-ingangen voor Gaim vinden.$\rWaarschijnlijk heeft een andere gebruiker het programma geïnstalleerd."
3620ea7eb76c [gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51 LangString un.GAIM_UNINSTALL_ERROR_2 ${LANG_DUTCH} "U mag dit programma niet verwijderen."