mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-22 05:05:15 +00:00
Added Dutch translation of the Picard-specific bits in the installer.
This commit is contained in:
committed by
Philipp Wolfer
parent
cdaf812587
commit
dd08255ca8
14
installer/languages/Dutch.nsh
Normal file
14
installer/languages/Dutch.nsh
Normal file
@@ -0,0 +1,14 @@
|
||||
LangString MsgAlreadyInstalled ${LANG_DUTCH} '${PRODUCT_NAME} is al geïnstalleerd. $\n$\nKlik op “OK” om de vorige versie te verwijderen of op “Annuleren” om de installatie te annuleren.'
|
||||
LangString MsgApplicationRunning ${LANG_DUTCH} "The application ${PRODUCT_NAME} is nog actief. Sluit Picard af en probeer het opnieuw."
|
||||
LangString MsgRequires64Bit ${LANG_DUTCH} "Voor deze versie van ${PRODUCT_NAME} heb je een 64bits-Windowsversie nodig."
|
||||
LangString MuiDescriptionRequired ${LANG_DUTCH} "Installeert ${PRODUCT_NAME} en de bestanden die het nodig heeft om te draaien."
|
||||
LangString MuiDescriptionLang ${LANG_DUTCH} "Installeert vertalingen van ${PRODUCT_NAME}."
|
||||
LangString MuiDescriptionShortcuts ${LANG_DUTCH} "Installeert snelkoppelingen om ${PRODUCT_NAME} te starten."
|
||||
LangString MuiDescriptionDesktop ${LANG_DUTCH} "Installeert een snelkoppeling op het bureaublad."
|
||||
LangString MuiDescriptionStarteMenu ${LANG_DUTCH} "Installeert een snelkoppeling in het startmenu."
|
||||
LangString OptionRemoveSettings ${LANG_DUTCH} "Verwijder instellingen en persoonlijke gegevens"
|
||||
LangString SectionDesktop ${LANG_DUTCH} "Bureaublad"
|
||||
LangString SectionLanguages ${LANG_DUTCH} "Talen"
|
||||
LangString SectionRequired ${LANG_DUTCH} "Programmabestanden (vereist)"
|
||||
LangString SectionShortcuts ${LANG_DUTCH} "Snelkoppelingen"
|
||||
LangString SectionStartMenu ${LANG_DUTCH} "Startmenu"
|
||||
@@ -87,7 +87,7 @@ ReserveFile "${NSISDIR}\Plugins\x86-unicode\InstallOptions.dll"
|
||||
; !insertmacro LOAD_LANGUAGE "Catalan"
|
||||
; !insertmacro LOAD_LANGUAGE "Czech"
|
||||
; !insertmacro LOAD_LANGUAGE "Danish"
|
||||
; !insertmacro LOAD_LANGUAGE "Dutch"
|
||||
!insertmacro LOAD_LANGUAGE "Dutch"
|
||||
; !insertmacro LOAD_LANGUAGE "Estonian"
|
||||
; !insertmacro LOAD_LANGUAGE "Finnish"
|
||||
; !insertmacro LOAD_LANGUAGE "French"
|
||||
|
||||
Reference in New Issue
Block a user