ChangeSet ID: 21510 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/28 14:11:31
Modified files: dlls/iccvid : rsrc.rc dlls/msvidc32 : rsrc.rc Added files: dlls/iccvid : iccvid_De.rc dlls/msvidc32 : msvidc32_De.rc
Log message: Henning Gerhardt henning.gerhardt@web.de Add German resources.
Patch: http://cvs.winehq.org/patch.py?id=21510
Old revision New revision Changes Path 1.1 1.2 +1 -0 wine/dlls/iccvid/rsrc.rc Added 1.1 +0 -0 wine/dlls/iccvid/iccvid_De.rc 1.1 1.2 +1 -0 wine/dlls/msvidc32/rsrc.rc Added 1.1 +0 -0 wine/dlls/msvidc32/msvidc32_De.rc
Index: wine/dlls/iccvid/rsrc.rc diff -u -p wine/dlls/iccvid/rsrc.rc:1.1 wine/dlls/iccvid/rsrc.rc:1.2 --- wine/dlls/iccvid/rsrc.rc:1.1 28 Nov 2005 20:11:31 -0000 +++ wine/dlls/iccvid/rsrc.rc 28 Nov 2005 20:11:31 -0000 @@ -19,4 +19,5 @@ #include "windef.h" #include "iccvid_private.h"
+#include "iccvid_De.rc" #include "iccvid_En.rc" Index: wine/dlls/iccvid/iccvid_De.rc diff -u -p /dev/null wine/dlls/iccvid/iccvid_De.rc:1.1 --- /dev/null 28 Nov 2005 20:11:31 -0000 +++ wine/dlls/iccvid/iccvid_De.rc 28 Nov 2005 20:11:31 -0000 @@ -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" +} Index: wine/dlls/msvidc32/rsrc.rc diff -u -p wine/dlls/msvidc32/rsrc.rc:1.1 wine/dlls/msvidc32/rsrc.rc:1.2 --- wine/dlls/msvidc32/rsrc.rc:1.1 28 Nov 2005 20:11:31 -0000 +++ wine/dlls/msvidc32/rsrc.rc 28 Nov 2005 20:11:31 -0000 @@ -19,4 +19,5 @@ #include "windef.h" #include "msvidc32_private.h"
+#include "msvidc32_De.rc" #include "msvidc32_En.rc" Index: wine/dlls/msvidc32/msvidc32_De.rc diff -u -p /dev/null wine/dlls/msvidc32/msvidc32_De.rc:1.1 --- /dev/null 28 Nov 2005 20:11:31 -0000 +++ wine/dlls/msvidc32/msvidc32_De.rc 28 Nov 2005 20:11:31 -0000 @@ -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" +}