From eaae447177f5b523864107fd442d39b8f9f9d6b8 Mon Sep 17 00:00:00 2001 From: Henning Gerhardt Date: Mon, 28 Nov 2005 20:51:54 +0100 Subject: [PATCH] Add German resources. --- dlls/iccvid/iccvid_De.rc | 26 ++++++++++++++++++++++++++ dlls/iccvid/rsrc.rc | 1 + dlls/msvidc32/msvidc32_De.rc | 26 ++++++++++++++++++++++++++ dlls/msvidc32/rsrc.rc | 1 + 4 files changed, 54 insertions(+) create mode 100644 dlls/iccvid/iccvid_De.rc create mode 100644 dlls/msvidc32/msvidc32_De.rc diff --git a/dlls/iccvid/iccvid_De.rc b/dlls/iccvid/iccvid_De.rc new file mode 100644 index 00000000000..c8331c6dc11 --- /dev/null +++ b/dlls/iccvid/iccvid_De.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2005 Dmitry Timoshkov + * Copyright 2005 Henning Gerhardt + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "Cinepak Video Codec" + IDS_DESCRIPTION "Cinepak Video Codec" +} diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc index d592ff3530e..39b38ffaf28 100644 --- a/dlls/iccvid/rsrc.rc +++ b/dlls/iccvid/rsrc.rc @@ -19,4 +19,5 @@ #include "windef.h" #include "iccvid_private.h" +#include "iccvid_De.rc" #include "iccvid_En.rc" diff --git a/dlls/msvidc32/msvidc32_De.rc b/dlls/msvidc32/msvidc32_De.rc new file mode 100644 index 00000000000..bcac57e01c8 --- /dev/null +++ b/dlls/msvidc32/msvidc32_De.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2005 Dmitry Timoshkov + * Copyright 2005 Henning Gerhardt + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "WINE-MS-CRAM" + IDS_DESCRIPTION "Wine Video 1 Video Codec" +} diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc index a9a84ef4086..91c17074b6d 100644 --- a/dlls/msvidc32/rsrc.rc +++ b/dlls/msvidc32/rsrc.rc @@ -19,4 +19,5 @@ #include "windef.h" #include "msvidc32_private.h" +#include "msvidc32_De.rc" #include "msvidc32_En.rc"