Mercurial > pidgin.yaz
annotate src/win32/nsis/translations/dutch.nsh @ 10804:6dcfec6f2f7c
[gaim-migrate @ 12452]
make -f Makefile.mingw WINDRES=i386-mingw32-windres CC=i386-mingw32-gcc PERL=/usr/bin/perl EXTUTILS=/usr/lib/perl5/5.8.3/ExtUtils GMSGFMT=/usr/bin/msgfmt MAKENSIS=~/build/win32/win32-dev/NSIS/makensis install
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 09 Apr 2005 17:12:07 +0000 |
parents | 6300424eafbf |
children | 8b955ffe9584 |
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> |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
8 ;; Version 2 |
6254
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 |
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 ; Startup GTK+ check |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
12 !define GTK_INSTALLER_NEEDED "De GTK+ runtime-omgeving is niet aanwezig of moet vernieuwd worden.$\rInstalleer v${GTK_VERSION} of nieuwer van de GTK+ runtime-omgeving" |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
14 ; License Page |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
15 !define GAIM_LICENSE_BUTTON "Volgende >" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) wordt uitgegeven onder de GPL licentie. Deze licentie wordt hier slechts ter informatie aangeboden. $_CLICK" |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
17 |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 ; Components Page |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
19 !define GAIM_SECTION_TITLE "Gaim Instant Messaging Client (vereist)" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
20 !define GTK_SECTION_TITLE "GTK+ runtime-omgeving (vereist)" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
21 !define GTK_THEMES_SECTION_TITLE "GTK+ thema's" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
22 !define GTK_NOTHEME_SECTION_TITLE "Geen thema" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
23 !define GTK_WIMP_SECTION_TITLE "Wimp thema" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
24 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve thema" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue thema" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
26 !define GAIM_SECTION_DESCRIPTION "Gaim hoofdbestanden en dlls" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
27 !define GTK_SECTION_DESCRIPTION "Een multi-platform gebruikersinterface, gebruikt door Gaim" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
28 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ thema's veranderen het uiterlijk en gedrag van GTK+ programma's." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
29 !define GTK_NO_THEME_DESC "Geen GTK+ thema installeren" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
30 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator) is een GTK+ thema wat goed past in een windows omgeving." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
31 !define GTK_BLUECURVE_THEME_DESC "Het Bluecurve thema (standaardthema voor RedHat Linux)." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Het Lighthouseblue thema." |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
33 |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
34 ; GTK+ Directory Page |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
35 !define GTK_UPGRADE_PROMPT "Er is een oude versie van GTK+ gevonden. Wilt u deze bijwerken?$\rLet op: Gaim werkt misschien niet als u dit niet doet." |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
36 |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
37 ; Installer Finish Page |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
38 !define GAIM_FINISH_VISIT_WEB_SITE "Neem een kijkje op de Windows Gaim webpagina" |
7569
d72e5933e0fa
[gaim-migrate @ 8185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6416
diff
changeset
|
39 |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
40 ; Gaim Section Prompts and Texts |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
41 !define GAIM_UNINSTALL_DESC "Gaim (alleen verwijderen)" |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
42 !define GAIM_PROMPT_WIPEOUT "Uw oude 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." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
43 !define GAIM_PROMPT_DIR_EXISTS "De gegeven installatiemap bestaat al. Eventuele inhoud zal verwijderd worden. Wilt u doorgaan?" |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
44 |
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
45 ; GTK+ Section Prompts |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
46 !define GTK_INSTALL_ERROR "Fout bij installatie van GTK+ runtime omgeving." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
47 !define GTK_BAD_INSTALL_PATH "Het door u gegeven pad kan niet benaderd worden." |
6254
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 ; GTK+ Themes section |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
50 !define GTK_NO_THEME_INSTALL_RIGHTS "U heeft geen toestemming om een GTK+ thema te installeren." |
6254
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
51 |
3620ea7eb76c
[gaim-migrate @ 6750]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
52 ; Uninstall Section Prompts |
7572
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
53 !define un.GAIM_UNINSTALL_ERROR_1 "De uninstaller kon geen register-ingangen voor Gaim vinden.$\rWaarschijnlijk heeft een andere gebruiker het programma geïnstalleerd." |
6300424eafbf
[gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7569
diff
changeset
|
54 !define un.GAIM_UNINSTALL_ERROR_2 "U mag dit programma niet verwijderen." |