pidgin/win32/nsis/translations/dutch.nsh

Sat, 18 Aug 2007 05:54:49 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Sat, 18 Aug 2007 05:54:49 +0000
branch
soc.2007.certmgr
changeset 19489
772b691e901b
parent 17722
0e6a85627c70
child 29634
80dbf6f777c4
permissions
-rw-r--r--

- Add purple_certificate_display_x509

11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
1 ;; vim:syn=winbatch:encoding=cp1252
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;;
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;; dutch.nsh
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
4 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
5 ;; Default language strings for the Windows Pidgin NSIS installer.
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;; Windows Code page: 1252
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
7 ;;
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
8 ;; Author: Vincent van Adrighem <vincent@dirck.mine.nu>
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
diff changeset
9 ;; Version 2
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10 ;;
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
11 ; Startup Checks
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
12 !define INSTALLER_IS_RUNNING "Er is al een installatie actief."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
13 !define PIDGIN_IS_RUNNING "Pidgin wordt op dit moment uitgevoerd. Sluit Pidgin af en start de installatie opnieuw."
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
14 !define GTK_INSTALLER_NEEDED "De GTK+ runtime-omgeving is niet aanwezig of moet vernieuwd worden.$\rInstalleer v${GTK_MIN_VERSION} of nieuwer van de GTK+ runtime-omgeving"
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
15
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
16
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
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 "Volgende >"
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) wordt uitgegeven onder de GPL licentie. Deze licentie wordt hier slechts ter informatie aangeboden. $_CLICK"
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
diff changeset
20
6254
cb2544a49e62 [gaim-migrate @ 6750]
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 (vereist)"
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 7569
diff changeset
23 !define GTK_SECTION_TITLE "GTK+ runtime-omgeving (vereist)"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
24 !define PIDGIN_SECTION_DESCRIPTION "Pidgin hoofdbestanden en dlls"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
25 !define GTK_SECTION_DESCRIPTION "Een multi-platform gebruikersinterface, gebruikt door Pidgin"
16305
b2aa56593869 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents: 15816
diff changeset
26
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
27
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
diff changeset
28 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
29 !define GTK_UPGRADE_PROMPT "Er is een oude versie van GTK+ gevonden. Wilt u deze bijwerken?$\rLet op: $(^Name) werkt misschien niet als u dit niet doet."
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
30
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
diff changeset
31 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
32 !define PIDGIN_FINISH_VISIT_WEB_SITE "Neem een kijkje op de Windows Pidgin webpagina"
7569
d4005714b2d9 [gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents: 6416
diff changeset
33
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
34 ; GTK+ Section Prompts
7572
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 7569
diff changeset
35 !define GTK_INSTALL_ERROR "Fout bij installatie van GTK+ runtime omgeving."
976d5883ef99 [gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents: 7569
diff changeset
36 !define GTK_BAD_INSTALL_PATH "Het door u gegeven pad kan niet benaderd worden."
6254
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
37
cb2544a49e62 [gaim-migrate @ 6750]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
38 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
39 !define un.PIDGIN_UNINSTALL_ERROR_1 "Het verwijderingsprogramma voor Pidgin kon geen register-ingangen voor Pidgin vinden.$\rWaarschijnlijk heeft een andere gebruiker het programma geïnstalleerd."
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
40 !define un.PIDGIN_UNINSTALL_ERROR_2 "U mag dit programma niet verwijderen."
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
41
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
42
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
43 ; 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
44 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Spellingscontrole"
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
45 !define PIDGIN_SPELLCHECK_ERROR "Fout bij installatie van spellingscontrole"
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
46 !define PIDGIN_SPELLCHECK_DICT_ERROR "Fout bij installatie van woordenboek voor spellingscontrole"
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
47 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Ondersteuning voor spellingscontrole. (Internetverbinding nodig voor installatie)"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 7572
diff changeset
48 !define ASPELL_INSTALL_FAILED "Installatie mislukt"
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
49 !define PIDGIN_SPELLCHECK_BRETON "Bretons"
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
50 !define PIDGIN_SPELLCHECK_CATALAN "Catalaans"
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
51 !define PIDGIN_SPELLCHECK_CZECH "Tsjechisch"
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
52 !define PIDGIN_SPELLCHECK_WELSH "Welsh"
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
53 !define PIDGIN_SPELLCHECK_DANISH "Deens"
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
54 !define PIDGIN_SPELLCHECK_GERMAN "Duits"
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
55 !define PIDGIN_SPELLCHECK_GREEK "Grieks"
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
56 !define PIDGIN_SPELLCHECK_ENGLISH "Engels"
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
57 !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
58 !define PIDGIN_SPELLCHECK_SPANISH "Spaans"
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
59 !define PIDGIN_SPELLCHECK_FAROESE "Faroese"
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
60 !define PIDGIN_SPELLCHECK_FRENCH "Frans"
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 PIDGIN_SPELLCHECK_ITALIAN "Italiaans"
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
62 !define PIDGIN_SPELLCHECK_DUTCH "Nederlands"
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
63 !define PIDGIN_SPELLCHECK_NORWEGIAN "Noors"
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_POLISH "Pools"
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_PORTUGUESE "Portugees"
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_ROMANIAN "Roemeens"
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_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
68 !define PIDGIN_SPELLCHECK_SLOVAK "Slowaaks"
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_SWEDISH "Zweeds"
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_UKRAINIAN "Oekraïns"

mercurial