From 275ba2547a4702d0924801f0545fdcf229c7e068 Mon Sep 17 00:00:00 2001 From: Frans Kool Date: Sat, 16 Feb 2008 23:23:48 +0100 Subject: [PATCH] write: Created Dutch translations. --- programs/write/{rsrc.rc => Nl.rc} | 20 ++++++++------------ programs/write/rsrc.rc | 1 + 2 files changed, 9 insertions(+), 12 deletions(-) copy programs/write/{rsrc.rc => Nl.rc} (77%) diff --git a/programs/write/rsrc.rc b/programs/write/Nl.rc similarity index 77% copy from programs/write/rsrc.rc copy to programs/write/Nl.rc index 1c2f1336daf..5f1611ed851 100644 --- a/programs/write/rsrc.rc +++ b/programs/write/Nl.rc @@ -1,5 +1,7 @@ /* - * Copyright 2007 Mikolaj Zalewski + * Dutch language support + * + * Copyright (C) 2008 Frans Kool * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -16,15 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include - -#include "resources.h" - -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL -#include "En.rc" -#include "Fr.rc" -#include "Ko.rc" -#include "No.rc" -#include "Pl.rc" -#include "Ru.rc" +STRINGTABLE +{ + IDS_FAILED, "Starten van Wordpad mislukt" +} diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc index 1c2f1336daf..45067ebcefe 100644 --- a/programs/write/rsrc.rc +++ b/programs/write/rsrc.rc @@ -25,6 +25,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "En.rc" #include "Fr.rc" #include "Ko.rc" +#include "Nl.rc" #include "No.rc" #include "Pl.rc" #include "Ru.rc" -- 2.11.4.GIT