msvidc32: Convert translations to po files.
diff --git a/configure b/configure
index 89d96e6..3b5dc77 100755
--- a/configure
+++ b/configure
@@ -15081,7 +15081,7 @@
 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
 wine_fn_config_dll msvfw32 enable_msvfw32 implib
 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
-wine_fn_config_dll msvidc32 enable_msvidc32
+wine_fn_config_dll msvidc32 enable_msvidc32 po
 wine_fn_config_dll msvideo.dll16 enable_win16
 wine_fn_config_dll mswsock enable_mswsock implib
 wine_fn_config_dll msxml enable_msxml
diff --git a/configure.ac b/configure.ac
index 30b5e93..bb37216 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2610,7 +2610,7 @@
 WINE_CONFIG_TEST(dlls/msvcrtd/tests)
 WINE_CONFIG_DLL(msvfw32,,[implib])
 WINE_CONFIG_TEST(dlls/msvfw32/tests)
-WINE_CONFIG_DLL(msvidc32)
+WINE_CONFIG_DLL(msvidc32,,[po])
 WINE_CONFIG_DLL(msvideo.dll16,enable_win16)
 WINE_CONFIG_DLL(mswsock,,[implib])
 WINE_CONFIG_DLL(msxml)
diff --git a/dlls/msvidc32/Makefile.in b/dlls/msvidc32/Makefile.in
index 2046289..b5053c7 100644
--- a/dlls/msvidc32/Makefile.in
+++ b/dlls/msvidc32/Makefile.in
@@ -4,28 +4,7 @@
 C_SRCS = \
 	msvideo1.c
 
-RC_SRCS = \
-	msvidc32_Cy.rc \
-	msvidc32_Da.rc \
-	msvidc32_De.rc \
-	msvidc32_En.rc \
-	msvidc32_Es.rc \
-	msvidc32_Fr.rc \
-	msvidc32_Hu.rc \
-	msvidc32_It.rc \
-	msvidc32_Ja.rc \
-	msvidc32_Ko.rc \
-	msvidc32_Lt.rc \
-	msvidc32_Nl.rc \
-	msvidc32_No.rc \
-	msvidc32_Pl.rc \
-	msvidc32_Pt.rc \
-	msvidc32_Ro.rc \
-	msvidc32_Ru.rc \
-	msvidc32_Si.rc \
-	msvidc32_Sr.rc \
-	msvidc32_Sv.rc \
-	msvidc32_Tr.rc \
-	msvidc32_Uk.rc
+RC_SRCS = msvidc32.rc
+PO_SRCS = msvidc32.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/msvidc32/msvidc32_En.rc b/dlls/msvidc32/msvidc32.rc
similarity index 100%
rename from dlls/msvidc32/msvidc32_En.rc
rename to dlls/msvidc32/msvidc32.rc
diff --git a/dlls/msvidc32/msvidc32_Cy.rc b/dlls/msvidc32/msvidc32_Cy.rc
deleted file mode 100644
index 28bb589..0000000
--- a/dlls/msvidc32/msvidc32_Cy.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Cefnogaeth iaith Cymraeg
- * Welsh language support
- *
- * Copyright 2010 Ken Sharp
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 'n fideo codec"
-}
diff --git a/dlls/msvidc32/msvidc32_Da.rc b/dlls/msvidc32/msvidc32_Da.rc
deleted file mode 100644
index 7344cbe..0000000
--- a/dlls/msvidc32/msvidc32_Da.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Danish language support
- *
- * Copyright (C) 2008 Jens Albretsen <jens@albretsen.dk>
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 videokodeks"
-}
diff --git a/dlls/msvidc32/msvidc32_De.rc b/dlls/msvidc32/msvidc32_De.rc
deleted file mode 100644
index f90eb7c..0000000
--- a/dlls/msvidc32/msvidc32_De.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 Video Codec"
-}
diff --git a/dlls/msvidc32/msvidc32_Es.rc b/dlls/msvidc32/msvidc32_Es.rc
deleted file mode 100644
index 6896dff..0000000
--- a/dlls/msvidc32/msvidc32_Es.rc
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- *
- * Copyright 2010 José Rostagno
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-/*UTF-8*/
-#pragma code_page(65001)
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "códec de video Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Fr.rc b/dlls/msvidc32/msvidc32_Fr.rc
deleted file mode 100644
index 12864a1..0000000
--- a/dlls/msvidc32/msvidc32_Fr.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2006 Jonathan Ernst
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Codec vidéo Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Hu.rc b/dlls/msvidc32/msvidc32_Hu.rc
deleted file mode 100644
index ddef88c..0000000
--- a/dlls/msvidc32/msvidc32_Hu.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2006 Andras Kovacs
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 video kodek"
-}
diff --git a/dlls/msvidc32/msvidc32_It.rc b/dlls/msvidc32/msvidc32_It.rc
deleted file mode 100644
index bb98208..0000000
--- a/dlls/msvidc32/msvidc32_It.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 video codec"
-}
diff --git a/dlls/msvidc32/msvidc32_Ja.rc b/dlls/msvidc32/msvidc32_Ja.rc
deleted file mode 100644
index 76ed315..0000000
--- a/dlls/msvidc32/msvidc32_Ja.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2009 Aric Stewart, CodeWeavers
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine ビデオ 1 ビデオコーデック"
-}
diff --git a/dlls/msvidc32/msvidc32_Ko.rc b/dlls/msvidc32/msvidc32_Ko.rc
deleted file mode 100644
index 8f4b399..0000000
--- a/dlls/msvidc32/msvidc32_Ko.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- *	Copyright 2010 YunSong Hwang
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine 비디오 1 비디오 코덱"
-}
diff --git a/dlls/msvidc32/msvidc32_Lt.rc b/dlls/msvidc32/msvidc32_Lt.rc
deleted file mode 100644
index b97fc82..0000000
--- a/dlls/msvidc32/msvidc32_Lt.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 vaizdo kodekas"
-}
diff --git a/dlls/msvidc32/msvidc32_Nl.rc b/dlls/msvidc32/msvidc32_Nl.rc
deleted file mode 100644
index adb15a6..0000000
--- a/dlls/msvidc32/msvidc32_Nl.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 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
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 video codec"
-}
diff --git a/dlls/msvidc32/msvidc32_No.rc b/dlls/msvidc32/msvidc32_No.rc
deleted file mode 100644
index 361704f..0000000
--- a/dlls/msvidc32/msvidc32_No.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2005 Alexander N. Sørnes <alex@thehandofagony.com>
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1-videokodek"
-}
diff --git a/dlls/msvidc32/msvidc32_Pl.rc b/dlls/msvidc32/msvidc32_Pl.rc
deleted file mode 100644
index 97f25cc..0000000
--- a/dlls/msvidc32/msvidc32_Pl.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Kodek Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Pt.rc b/dlls/msvidc32/msvidc32_Pt.rc
deleted file mode 100644
index acea8f4..0000000
--- a/dlls/msvidc32/msvidc32_Pt.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2008 Ricardo Filipe
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "codec video Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Ro.rc b/dlls/msvidc32/msvidc32_Ro.rc
deleted file mode 100644
index 4ae7201..0000000
--- a/dlls/msvidc32/msvidc32_Ro.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2008 Michael Stefaniuc
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Codecul video Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Ru.rc b/dlls/msvidc32/msvidc32_Ru.rc
deleted file mode 100644
index 4b5ba37..0000000
--- a/dlls/msvidc32/msvidc32_Ru.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2008 Vitaliy Margolen
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Видео кодер Wine Video 1"
-}
diff --git a/dlls/msvidc32/msvidc32_Si.rc b/dlls/msvidc32/msvidc32_Si.rc
deleted file mode 100644
index b891f9b..0000000
--- a/dlls/msvidc32/msvidc32_Si.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright 2008 Rok Mandeljc
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 video kodek"
-}
diff --git a/dlls/msvidc32/msvidc32_Sr.rc b/dlls/msvidc32/msvidc32_Sr.rc
deleted file mode 100644
index 453a73b..0000000
--- a/dlls/msvidc32/msvidc32_Sr.rc
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2010 Đorđe Vasiljević
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 видео кодек"
-}
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 video kodek"
-}
diff --git a/dlls/msvidc32/msvidc32_Sv.rc b/dlls/msvidc32/msvidc32_Sv.rc
deleted file mode 100644
index a4ebcd1..0000000
--- a/dlls/msvidc32/msvidc32_Sv.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright 2007 Daniel Nylander
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Video 1 videokodek"
-}
diff --git a/dlls/msvidc32/msvidc32_Tr.rc b/dlls/msvidc32/msvidc32_Tr.rc
deleted file mode 100644
index a84c929..0000000
--- a/dlls/msvidc32/msvidc32_Tr.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Turkish Resources
- *
- * Copyright 2006 Fatih Aþýcý
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Wine Vidyo 1 vidyo çözücü"
-}
diff --git a/dlls/msvidc32/msvidc32_Uk.rc b/dlls/msvidc32/msvidc32_Uk.rc
deleted file mode 100644
index ac99337..0000000
--- a/dlls/msvidc32/msvidc32_Uk.rc
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2010 Igor Paliychuk
- *
- * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-#include "msvidc32_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "MS-CRAM"
-    IDS_DESCRIPTION "Відео кодек Wine Video 1"
-}
diff --git a/po/bg.po b/po/bg.po
index d23616f..3277e66 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1237,6 +1237,15 @@
 "Wine MS-RLE видео кодек\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+#, fuzzy
+msgid "Wine Video 1 video codec"
+msgstr "Wine MS-RLE видео кодек"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 29e83a9..aee7baa 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1222,6 +1222,15 @@
 "Wine MS-RLE video kodek\n"
 "Copyright 2002 Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+#, fuzzy
+msgid "Wine Video 1 video codec"
+msgstr "Wine MS-RLE video kodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/da.po b/po/da.po
index 4e522ae..ddb0a2a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1254,6 +1254,14 @@
 "Wine MS-RLE videokodeks\n"
 "Ophavsret 2002 tilhører Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 videokodeks"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Instillinger"
diff --git a/po/de.po b/po/de.po
index f23c385..7c96f77 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE Videodekoder\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 Video Codec"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Einstellungen"
diff --git a/po/el.po b/po/el.po
index 0417df5..632b66e 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1206,6 +1206,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/en.po b/po/en.po
index 0594cee..e097b1f 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Properties"
diff --git a/po/en_US.po b/po/en_US.po
index 6cb1635..0225b2a 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1239,6 +1239,14 @@
 "Wine MS-RLE video codec\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video codec"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Properties"
diff --git a/po/eo.po b/po/eo.po
index 9f9d01e..c5b25c8 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1238,6 +1238,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ecoj"
diff --git a/po/es.po b/po/es.po
index 540358e..8f67913 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1255,6 +1255,14 @@
 "Codec de vídeo MS-RLE de Wine\n"
 "Copyright 2002 por Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "códec de video Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propiedades"
diff --git a/po/fi.po b/po/fi.po
index 8667b58..38bdccd 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1238,6 +1238,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ominaisuudet"
diff --git a/po/fr.po b/po/fr.po
index de03e2d..2d84977 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1245,6 +1245,14 @@
 "Wine : codec vidéo MS-RLE\n"
 "Copyright 2002 par Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Codec vidéo Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriétés"
diff --git a/po/he.po b/po/he.po
index d72c39a..9b38a5f 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1209,6 +1209,15 @@
 "מקודד הווידאו Wine MS-RLE\n"
 "הזכויות שמורות 2002 ל־Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+#, fuzzy
+msgid "Wine Video 1 video codec"
+msgstr "מקודד הווידאו Wine MS-RLE"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&מאפיינים"
diff --git a/po/hi.po b/po/hi.po
index 4af4a9f..8bb4a5d 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "सूचना (&o)"
diff --git a/po/hu.po b/po/hu.po
index 6d57726..f49b8fe 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1247,6 +1247,14 @@
 "Wine MS-RLE video kodek\n"
 "Copyright 2002, Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video kodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Beállítások"
diff --git a/po/it.po b/po/it.po
index d837ce7..11b26d1 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1245,6 +1245,14 @@
 "Codec video MS-RLE di Wine\n"
 "Copyright 2002 Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video codec"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietà"
diff --git a/po/ja.po b/po/ja.po
index cb808c6..da5f3bb 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1215,6 +1215,14 @@
 "Wine MS-RLE ビデオコーデック\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine ビデオ 1 ビデオコーデック"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "プロパティ(&P)"
diff --git a/po/ko.po b/po/ko.po
index 2692d59..ff324eb 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1242,6 +1242,14 @@
 "Wine MS-RLE 비디오 코덱\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine 비디오 1 비디오 코덱"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "등록 정보(&P)"
diff --git a/po/lt.po b/po/lt.po
index 13cb05e..024778e 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1243,6 +1243,14 @@
 "Wine MS-RLE vaizdo kodekas\n"
 "Autoriaus teisės Michael Günnewig, 2002"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 vaizdo kodekas"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Savybės"
diff --git a/po/ml.po b/po/ml.po
index af83ffb..b92a4ea 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "വി_വരം"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 3600734..5dc148f 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE-videokodek\n"
 "Kopirett 2002 tilhører Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1-videokodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/nl.po b/po/nl.po
index fc629b1..5e4a18e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE videodecoder\n"
 "Copyright 2002 Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video codec"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Eigenschappen"
diff --git a/po/or.po b/po/or.po
index efb453e..320dd15 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ସୂଚନା (&o)"
diff --git a/po/pa.po b/po/pa.po
index 949fa16..45fbdeb 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ਜਾਣਕਾਰੀ(&o)"
diff --git a/po/pl.po b/po/pl.po
index 7868e72..a9a226a6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1245,6 +1245,14 @@
 "Koder-dekoder Wine MS-RLE\n"
 "Copyright 2002 - Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Kodek Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ustawienia"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index f2394ae..a2ae6a4 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE codificador/decodificador de vídeo\n"
 "Copyright 2002 por Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "codec video Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index fb0949a..a1dcc56 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE codificador/decodificador de vídeo\n"
 "Direitos de autor 2002 por Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "codec video Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/ro.po b/po/ro.po
index 46c6b67..fe64885 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1246,6 +1246,14 @@
 "Codecul video Wine MS-RLE\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Codecul video Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietăți"
diff --git a/po/ru.po b/po/ru.po
index f9bc2c5..333bdaf 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1250,6 +1250,14 @@
 "Видео кодек Wine MS-RLE\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Видео кодер Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Свойства"
diff --git a/po/sk.po b/po/sk.po
index 1e0b7b4..b66ce27 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/sl.po b/po/sl.po
index 874f6d5..5c016d2 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1255,6 +1255,14 @@
 "Wine MS-RLE video kodek\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video kodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Lastnosti"
diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po
index e774416..7dadc30 100644
--- a/po/sr_Latn_SP.po
+++ b/po/sr_Latn_SP.po
@@ -1243,6 +1243,14 @@
 "Wine MS-RLE video kodek\n"
 "Copyright ©2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 video kodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Svojstva"
diff --git a/po/sr_SP.po b/po/sr_SP.po
index b42425d..9188d77 100644
--- a/po/sr_SP.po
+++ b/po/sr_SP.po
@@ -1243,6 +1243,14 @@
 "Wine MS-RLE видео кодек\n"
 "Copyright ©2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 видео кодек"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Својства"
diff --git a/po/sv.po b/po/sv.po
index e80a92b..6e28a02 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1245,6 +1245,14 @@
 "Wine MS-RLE videokodek\n"
 "Copyright 2002 Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Video 1 videokodek"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/te.po b/po/te.po
index a7aa98f..19f32ca 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "సమాచారము (&o)"
diff --git a/po/th.po b/po/th.po
index fabc591..c5cb955 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ปรับแต่งนาฬิกา"
diff --git a/po/tr.po b/po/tr.po
index 377c9b9..86fbdfc 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1252,6 +1252,14 @@
 "Wine MS-RLE vidyo çözücü\n"
 "Telif Hakkı 2002 Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Wine Vidyo 1 vidyo çözücü"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Özellikler"
diff --git a/po/uk.po b/po/uk.po
index d850733..a8d530a 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1243,6 +1243,14 @@
 "Відео кодек Wine MS-RLE\n"
 "Copyright 2002 by Michael Günnewig"
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr "MS-CRAM"
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr "Відео кодек Wine Video 1"
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Властивості"
diff --git a/po/wa.po b/po/wa.po
index 6b78c0d..337862f 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1207,6 +1207,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propietés"
diff --git a/po/wine.pot b/po/wine.pot
index 68bafdb..71b3042 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -1203,6 +1203,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8d29721..df0752c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1236,6 +1236,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "属性(&P)"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1a1df8d..1d3f39d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1236,6 +1236,14 @@
 "Copyright 2002 by Michael Guennewig"
 msgstr ""
 
+#: msvidc32.rc:25
+msgid "MS-CRAM"
+msgstr ""
+
+#: msvidc32.rc:26
+msgid "Wine Video 1 video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "屬性(&P)"