Sun, 15 Apr 2007 03:43:17 +0000
propagate from branch 'im.pidgin.pidgin' (head 88b7040408c88e4516c008f4eac579f98ef53e85)
to branch 'im.pidgin.rlaager.merging.msnp13-and-pidgin' (head 198222e01a7dc9f8795f68ec618a48c3478e04a8)
|
11578
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
1 | ;; vim:syn=winbatch:encoding=cp1252 |
| 6254 | 2 | ;; |
| 3 | ;; dutch.nsh | |
| 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 | 6 | ;; Windows Code page: 1252 |
| 7 | ;; | |
| 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 | 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 | 15 | |
| 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 | 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)" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
24 | !define GTK_THEMES_SECTION_TITLE "GTK+ thema's" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
25 | !define GTK_NOTHEME_SECTION_TITLE "Geen thema" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
26 | !define GTK_WIMP_SECTION_TITLE "Wimp thema" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
27 | !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve thema" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
28 | !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue thema" |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
29 | !define PIDGIN_SECTION_DESCRIPTION "Pidgin hoofdbestanden en dlls" |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
30 | !define GTK_SECTION_DESCRIPTION "Een multi-platform gebruikersinterface, gebruikt door Pidgin" |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
31 | !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ thema's veranderen het uiterlijk en gedrag van GTK+ programma's." |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
32 | !define GTK_NO_THEME_DESC "Geen GTK+ thema installeren" |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
33 | !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator) is een GTK+ thema wat goed past in een windows omgeving." |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
34 | !define GTK_BLUECURVE_THEME_DESC "Het Bluecurve thema (standaardthema voor RedHat Linux)." |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
35 | !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Het Lighthouseblue thema." |
| 6254 | 36 | |
|
7569
d4005714b2d9
[gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents:
6416
diff
changeset
|
37 | ; GTK+ Directory Page |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
38 | !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 | 39 | |
|
7569
d4005714b2d9
[gaim-migrate @ 8185]
Herman Bloggs <herman@bluedigits.com>
parents:
6416
diff
changeset
|
40 | ; Installer Finish Page |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
41 | !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
|
42 | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
43 | ; Pidgin Section Prompts and Texts |
|
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
44 | !define PIDGIN_UNINSTALL_DESC "$(^Name) (alleen verwijderen)" |
| 6254 | 45 | |
| 46 | ; GTK+ Section Prompts | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
47 | !define GTK_INSTALL_ERROR "Fout bij installatie van GTK+ runtime omgeving." |
|
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
48 | !define GTK_BAD_INSTALL_PATH "Het door u gegeven pad kan niet benaderd worden." |
| 6254 | 49 | |
| 50 | ; GTK+ Themes section | |
|
7572
976d5883ef99
[gaim-migrate @ 8188]
Herman Bloggs <herman@bluedigits.com>
parents:
7569
diff
changeset
|
51 | !define GTK_NO_THEME_INSTALL_RIGHTS "U heeft geen toestemming om een GTK+ thema te installeren." |
| 6254 | 52 | |
| 53 | ; Uninstall Section Prompts | |
|
15816
6fb46b27dedc
More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15805
diff
changeset
|
54 | !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
|
55 | !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
|
56 | |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
57 | |
|
70230c5dded2
[gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents:
7572
diff
changeset
|
58 | ; 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
|
59 | !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
|
60 | !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
|
61 | !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
|
62 | !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
|
63 | !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
|
64 | !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
|
65 | !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
|
66 | !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
|
67 | !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
|
68 | !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
|
69 | !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
|
70 | !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
|
71 | !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
|
72 | !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
|
73 | !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
|
74 | !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
|
75 | !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
|
76 | !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
|
77 | !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
|
78 | !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
|
79 | !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
|
80 | !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
|
81 | !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
|
82 | !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
|
83 | !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
|
84 | !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
|
85 | !define PIDGIN_SPELLCHECK_UKRAINIAN "Oekraïns" |