diff --git a/configure b/configure
index 6a95925bdaf7f66db6b4fb652cbb36eb917372cc..632ac5f435bc9c2888f28f39d99824149366e27b 100755
--- a/configure
+++ b/configure
@@ -14972,7 +14972,7 @@ wine_fn_config_dll hlink enable_hlink implib
 wine_fn_config_test dlls/hlink/tests hlink_test
 wine_fn_config_dll hnetcfg enable_hnetcfg
 wine_fn_config_dll httpapi enable_httpapi
-wine_fn_config_dll iccvid enable_iccvid
+wine_fn_config_dll iccvid enable_iccvid po
 wine_fn_config_dll icmp enable_icmp
 wine_fn_config_dll ifsmgr.vxd enable_win16
 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
diff --git a/configure.ac b/configure.ac
index 8bab8828fb74ba6330982098df256809a2993822..30a4e53d6c43e4353173bace7f2b09adf81f653d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2501,7 +2501,7 @@ WINE_CONFIG_DLL(hlink,,[implib])
 WINE_CONFIG_TEST(dlls/hlink/tests)
 WINE_CONFIG_DLL(hnetcfg)
 WINE_CONFIG_DLL(httpapi)
-WINE_CONFIG_DLL(iccvid)
+WINE_CONFIG_DLL(iccvid,,[po])
 WINE_CONFIG_DLL(icmp)
 WINE_CONFIG_DLL(ifsmgr.vxd,enable_win16)
 WINE_CONFIG_DLL(imaadp32.acm)
diff --git a/dlls/iccvid/Makefile.in b/dlls/iccvid/Makefile.in
index 403f5a352237b5b0fc33b63c1374b24d75c3cb88..40766a526f1713449b684a577798d701134fa541 100644
--- a/dlls/iccvid/Makefile.in
+++ b/dlls/iccvid/Makefile.in
@@ -4,29 +4,7 @@ IMPORTS   = user32
 C_SRCS = \
 	iccvid.c
 
-RC_SRCS = \
-	iccvid_Cy.rc \
-	iccvid_Da.rc \
-	iccvid_De.rc \
-	iccvid_En.rc \
-	iccvid_Es.rc \
-	iccvid_Fr.rc \
-	iccvid_He.rc \
-	iccvid_Hu.rc \
-	iccvid_It.rc \
-	iccvid_Ja.rc \
-	iccvid_Ko.rc \
-	iccvid_Lt.rc \
-	iccvid_Nl.rc \
-	iccvid_No.rc \
-	iccvid_Pl.rc \
-	iccvid_Pt.rc \
-	iccvid_Ro.rc \
-	iccvid_Ru.rc \
-	iccvid_Si.rc \
-	iccvid_Sr.rc \
-	iccvid_Sv.rc \
-	iccvid_Tr.rc \
-	iccvid_Uk.rc
+RC_SRCS = iccvid.rc
+PO_SRCS = iccvid.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/iccvid/iccvid_En.rc b/dlls/iccvid/iccvid.rc
similarity index 100%
rename from dlls/iccvid/iccvid_En.rc
rename to dlls/iccvid/iccvid.rc
diff --git a/dlls/iccvid/iccvid_Cy.rc b/dlls/iccvid/iccvid_Cy.rc
deleted file mode 100644
index bf262595f23fed3b44e0648468963502f1ff52c0..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "'N Fideo Cinepak codec"
-    IDS_DESCRIPTION "'N Fideo Cinepak codec"
-}
diff --git a/dlls/iccvid/iccvid_Da.rc b/dlls/iccvid/iccvid_Da.rc
deleted file mode 100644
index 6933ba5a49a49fef3e2e6d0cfaa6f5b36617db07..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Da.rc
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Danish resources for iccvid
- *
- * Copyright 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 "iccvid_private.h"
-
-LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak videokodeks"
-    IDS_DESCRIPTION "Cinepak videokodeks"
-}
diff --git a/dlls/iccvid/iccvid_De.rc b/dlls/iccvid/iccvid_De.rc
deleted file mode 100644
index 075d5618961377de2a5bc827de39903e0a8d2611..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak Video Codec"
-    IDS_DESCRIPTION "Cinepak Video Codec"
-}
diff --git a/dlls/iccvid/iccvid_Es.rc b/dlls/iccvid/iccvid_Es.rc
deleted file mode 100644
index c87378e23e458ac162ed5aaa3a4d841fd2d4585f..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Es.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2010 José Manuel Ferrer Ortiz
- *
- * 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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Códec de vídeo Cinepak"
-    IDS_DESCRIPTION "Códec de vídeo Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_Fr.rc b/dlls/iccvid/iccvid_Fr.rc
deleted file mode 100644
index 6c8136399424996b39855f033dc765b29741dd91..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Codec vidéo Cinepak"
-    IDS_DESCRIPTION "Codec vidéo Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_He.rc b/dlls/iccvid/iccvid_He.rc
deleted file mode 100644
index 7188b0cdc078771e941a899b9b117f26a9126145..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_He.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2010 Yaron Shahrabani <sh.yaron@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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "מקודד הווידאו Cinepak"
-    IDS_DESCRIPTION "מקודד הווידאו Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_Hu.rc b/dlls/iccvid/iccvid_Hu.rc
deleted file mode 100644
index 69f335929af0dac76f34f38e4d2d6bd486fa4426..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak Video kodek"
-    IDS_DESCRIPTION "Cinepak Video kodek"
-}
diff --git a/dlls/iccvid/iccvid_It.rc b/dlls/iccvid/iccvid_It.rc
deleted file mode 100644
index 2e6af3245e99be5b572a45ad6e22b2e549206f9b..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Codec video Cinepak"
-    IDS_DESCRIPTION "Codec video Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_Ja.rc b/dlls/iccvid/iccvid_Ja.rc
deleted file mode 100644
index 8330a35dab41f2bb4ba9a10ca40a6c07f9bcf5ff..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak ビデオコーデック"
-    IDS_DESCRIPTION "Cinepak ビデオコーデック"
-}
diff --git a/dlls/iccvid/iccvid_Ko.rc b/dlls/iccvid/iccvid_Ko.rc
deleted file mode 100644
index e4f6069321492460d526ee493c11c431a066d705..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Ko.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2005,2010 YunSomg 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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "시네팩 비디오 코덱"
-    IDS_DESCRIPTION "시네팩 비디오 코덱"
-}
diff --git a/dlls/iccvid/iccvid_Lt.rc b/dlls/iccvid/iccvid_Lt.rc
deleted file mode 100644
index 02b5991ac8506d8dc80389d3ee1ec954a21e1ecd..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak vaizdo kodekas"
-    IDS_DESCRIPTION "Cinepak vaizdo kodekas"
-}
diff --git a/dlls/iccvid/iccvid_Nl.rc b/dlls/iccvid/iccvid_Nl.rc
deleted file mode 100644
index 399b0b8a638df04cd30e05233150912cafb5387f..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak Video codec"
-    IDS_DESCRIPTION "Cinepak Video codec"
-}
diff --git a/dlls/iccvid/iccvid_No.rc b/dlls/iccvid/iccvid_No.rc
deleted file mode 100644
index fcdad02a76c94132a79c4e2b08e56407912da8b1..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak-videokodek"
-    IDS_DESCRIPTION "Cinepak-videokodek"
-}
diff --git a/dlls/iccvid/iccvid_Pl.rc b/dlls/iccvid/iccvid_Pl.rc
deleted file mode 100644
index 81258e275711a9bd00587f05217ebb8599866a33..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Pl.rc
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright 2005 Dmitry Timoshkov
- * Copyright 2006 Mikolaj Zalewski
- *
- * 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 "iccvid_private.h"
-
-LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Kodek Cinepak Video"
-    IDS_DESCRIPTION "Kodek Cinepak Video"
-}
diff --git a/dlls/iccvid/iccvid_Pt.rc b/dlls/iccvid/iccvid_Pt.rc
deleted file mode 100644
index 5c59cd5bac3eb26001c181f9e5ec516798531786..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Codec Video Cinepak"
-    IDS_DESCRIPTION "Codec Video Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_Ro.rc b/dlls/iccvid/iccvid_Ro.rc
deleted file mode 100644
index 3f20704a515a500ccc20099bca1e1adbf13c1ff1..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Codecul Cinepak Video"
-    IDS_DESCRIPTION "Codecul Cinepak Video"
-}
diff --git a/dlls/iccvid/iccvid_Ru.rc b/dlls/iccvid/iccvid_Ru.rc
deleted file mode 100644
index 47094041ddc4571ff230e1b833408c831ea228f0..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Видео кодер-декодер Cinepak"
-    IDS_DESCRIPTION "Видео кодер-декодер Cinepak"
-}
diff --git a/dlls/iccvid/iccvid_Si.rc b/dlls/iccvid/iccvid_Si.rc
deleted file mode 100644
index 9e53c0a72f5740acb4ae1924257fb6b02cedbb9e..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak Video kodek"
-    IDS_DESCRIPTION "Cinepak Video kodek"
-}
diff --git a/dlls/iccvid/iccvid_Sr.rc b/dlls/iccvid/iccvid_Sr.rc
deleted file mode 100644
index 577af598c7daaa968d0c12271463418810083008..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-#pragma code_page(65001)
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak видео кодек"
-    IDS_DESCRIPTION "Cinepak видео кодек"
-}
-
-LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak video kodek"
-    IDS_DESCRIPTION "Cinepak video kodek"
-}
diff --git a/dlls/iccvid/iccvid_Sv.rc b/dlls/iccvid/iccvid_Sv.rc
deleted file mode 100644
index 2c68b7174547cc3f21a8f120bd3b9256158d92fe..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_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 "iccvid_private.h"
-
-LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak videokodek"
-    IDS_DESCRIPTION "Cinepak videokodek"
-}
diff --git a/dlls/iccvid/iccvid_Tr.rc b/dlls/iccvid/iccvid_Tr.rc
deleted file mode 100644
index eec2b7ec5fdeb4de239d77fbd5b8beec82194402..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Tr.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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 "iccvid_private.h"
-
-LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Cinepak Vidyo çözücü"
-    IDS_DESCRIPTION "Cinepak Vidyo çözücü"
-}
diff --git a/dlls/iccvid/iccvid_Uk.rc b/dlls/iccvid/iccvid_Uk.rc
deleted file mode 100644
index c9c43b849d164e060d1f93340919eaa58ba7a405..0000000000000000000000000000000000000000
--- a/dlls/iccvid/iccvid_Uk.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * 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 "iccvid_private.h"
-
-/* UTF-8 */
-#pragma code_page(65001)
-
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-
-STRINGTABLE
-{
-    IDS_NAME "Відео кодек Cinepak"
-    IDS_DESCRIPTION "Відео кодек Cinepak"
-}
diff --git a/po/bg.po b/po/bg.po
index afc3339df53efef739ad0b61f2da01f5f71e309a..b2d934b5850cf1021935e605b363cdbe48158f78 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -999,6 +999,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/cs.po b/po/cs.po
index dfe04c031a9f45ae333a9961d5ca8eb486959983..7073661ea7ffc1ae93bb401fa4df096c60e4df70 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1013,6 +1013,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/da.po b/po/da.po
index 4113bbab7cd1d6f6c99512dcfbc767d4a07fabfa..2ff2c617964453d28d0f078fdb9504bdddfe8dbb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1013,6 +1013,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Instillinger"
diff --git a/po/de.po b/po/de.po
index b7fe202ffae7189c9a5ef22483a9a6f5bf07f6c4..4a55b91d03af45f2d182d941478dcf16fca74456 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Einstellungen"
diff --git a/po/el.po b/po/el.po
index 4aa84f658bb24d71bf7c2b3d685237a21a9d108e..ee2fb65c3dcf14eb7f4cf2f528e7bea4c6c06f24 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1001,6 +1001,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/en.po b/po/en.po
index 49e37948dbaea5bf9a119909a6b73f45f3d50bec..2879a2a24e857d8107f23fa7e6ca2e27a6907020 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1001,6 +1001,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Properties"
diff --git a/po/en_US.po b/po/en_US.po
index b4b529382e2571d262a00b0aaa8f8c894bfc2836..1e454351fe24c13a61df3899786aedfc7d101a92 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1001,6 +1001,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Properties"
diff --git a/po/eo.po b/po/eo.po
index f40a95f5099c33ebc6a243c0fbc020fdf3ecb13d..959d4dabc5122f9aa3d49283df3f2809201d9699 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ecoj"
diff --git a/po/es.po b/po/es.po
index ab9764dee2adb83d98cf11a68b8abf7c04e848b2..ed969f01033ed8a48e0f5217174f9245ffab5847 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1013,6 +1013,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propiedades"
diff --git a/po/fi.po b/po/fi.po
index 3374813a6337cf640329372549f26e83793f0e66..78a241ff04f3880a3a8e4477cdad4de721581f6b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1002,6 +1002,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ominaisuudet"
diff --git a/po/fr.po b/po/fr.po
index 9d2501cf5b2f4e57b0a503766423bc5274e13cd2..ba1a30213f99902ca4499e03c8f1f65507bc1fb0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriétés"
diff --git a/po/he.po b/po/he.po
index 3f076fa2ecf919e6891267664ae925eea2491c49..a84807c470cb7e622e624edaf53f7dfe8f5cc373 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1002,6 +1002,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&מאפיינים"
diff --git a/po/hi.po b/po/hi.po
index 6b6892515e2852b2c18bffeb96fa3dcbf099d274..499e31cf2432ab4e6fc0081c6f70a63105683360 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "सूचना (&o)"
diff --git a/po/hu.po b/po/hu.po
index 27d5c7c9379cbb0d78b333770fca27d1939aa0aa..c97ab46c87d40ae5188eb093db2bcb7fa5a42316 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Beállítások"
diff --git a/po/it.po b/po/it.po
index 0d6adc19c807a302e7907d5d59d37a2438c98a64..fddff66d4e9fe62bae4842da5b0f7a802d4a94da 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietà"
diff --git a/po/ja.po b/po/ja.po
index 8dd45991fc9cb436414d9f40e8793e2d8530450d..9a16f0b7b891258aa9ee4cb1b6b52084b929da4b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "プロパティ(&P)"
diff --git a/po/ko.po b/po/ko.po
index 24e63ecb5858e722ecd551dbb2dbb95a695a8ddf..b01b94a3905bcc78b0a4ab9144f3c061e87292db 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "등록 정보(&P)"
diff --git a/po/lt.po b/po/lt.po
index fc34eb47db52c69e016477cc30438529df9533f8..1f10f47448063a7a8a135260307c0565103be825 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&SavybÄ—s"
diff --git a/po/ml.po b/po/ml.po
index cce92fb7cfa4475b228352413ecff25de88a5143..ec6a207afe4176735eefeb78a49be836a121fd5d 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "വി_വരം"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 5c6ddfeb188ff3c3c83b5b5519c8456ce45df21c..f9fd72cf191408a5b7b8cd9588dcda0e27978e2d 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/nl.po b/po/nl.po
index d6a2035118f5c223f22583278db2c0c350b0a75d..1c09815effc62fe4e5065cb6ed679d67fd222f64 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Eigenschappen"
diff --git a/po/or.po b/po/or.po
index 84974988e97b2e349e18ef36bec46ce11ae336ac..80433292821d4ab42bc2702c6baa215a4263431b 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ସୂଚନା (&o)"
diff --git a/po/pa.po b/po/pa.po
index b1ae1f23bc54c2b56ea27bbdd82c9ed758fa7c8c..61c434073162fbb5e45e902afc58e0571c292adf 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ਜਾਣਕਾਰੀ(&o)"
diff --git a/po/pl.po b/po/pl.po
index aa9f9e7d8be157a3d81c6bfabb7efe8baf747d57..6e8bb234401aceb709bd3c5cef0dca24e52a30b1 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Ustawienia"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 09a34d04e65ae32eb1d068745d92729806b2a638..896467c7174d2ae64564f7bb1c3d6035654ba1bc 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 074bf6412c04afcac2f28825d02f76603b08d303..b3f9c266170c618ba8dbab4d8c0b298eddb77757 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propriedades"
diff --git a/po/ro.po b/po/ro.po
index cfd05b729ebb168294cc148c9a0ae7502092edf5..16a1ccf12ea1e27894ab12b73905873b3b568e45 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Proprietăți"
diff --git a/po/ru.po b/po/ru.po
index 4d3d0b7164c258685c16836e753a2f0000a72782..7ea57db5fd03df868e4c2ee5ce6765d722e973ca 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1013,6 +1013,10 @@ msgstr "Следующая глава"
 msgid "IDTB_TOC_PREV"
 msgstr "Предыдущая глава"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Свойства"
diff --git a/po/sk.po b/po/sk.po
index f1fb125bab6bc9ae2c4eab121b1bdbe91cec62ea..a7cbddcd6974e3beab8b85c5b0b9fa05a73336a5 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Vlastnosti"
diff --git a/po/sl.po b/po/sl.po
index 888611d08c3b1cdba36c942d10e3e5415ab80346..91d6941031e72dc7d55dea1fb926587e3722ef12 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1016,6 +1016,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Lastnosti"
diff --git a/po/sr_Latn_SP.po b/po/sr_Latn_SP.po
index 6a460a3e724c120003578e0eb298399c4a573a2d..a6fd0a37f87acb850bb8d6d44ea1b58dbfc56932 100644
--- a/po/sr_Latn_SP.po
+++ b/po/sr_Latn_SP.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Svojstva"
diff --git a/po/sr_SP.po b/po/sr_SP.po
index 636049e01eefc9c2845455994eeef3fb904ad407..580016707ab0c63d197a675e21ed1966590ad1da 100644
--- a/po/sr_SP.po
+++ b/po/sr_SP.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Својства"
diff --git a/po/sv.po b/po/sv.po
index 83bb8ab5ae614560410d56ce1faab89d5797877b..2385a88673019c3e14c2e7f4784c8d02443fb5c8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Egenskaper"
diff --git a/po/te.po b/po/te.po
index 3e8362a34effaaef04a4f63f34cb557abb35efa4..bc924613600c2c968d6e9a3d8e813de097a71e91 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "సమాచారము (&o)"
diff --git a/po/th.po b/po/th.po
index 356fdb197f07fb154d5cce70d274fac06324e5fe..a3e4fbc5d07fc65dc37b873e47c3385c7fca8ba5 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "ปรับแต่งนาฬิกา"
diff --git a/po/tr.po b/po/tr.po
index 05080e7de6101022d51441baff97b40d91f4b1ac..3f3f09b0ba7888a3fc8bc33423c3b23fa82c512f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1013,6 +1013,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Özellikler"
diff --git a/po/uk.po b/po/uk.po
index 51f26d88465f63cbcff52a5667bda027e2243707..3116897654b242d983a4eaaea14e45e78a7e8dbb 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1005,6 +1005,10 @@ msgstr "IDTB_TOC_NEXT"
 msgid "IDTB_TOC_PREV"
 msgstr "IDTB_TOC_PREV"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Властивості"
diff --git a/po/wa.po b/po/wa.po
index bf76770c4fe724e84acb25efa54a2b3d99d2b89a..88272049ded31a741146b79b7ed69f5ec807efae 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1002,6 +1002,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "&Propietés"
diff --git a/po/wine.pot b/po/wine.pot
index 7e696c6dd04568c2c3d8a10b95a339e974feb304..2e36c49558b7689712553ab35dfcdeb9b738d9a5 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -998,6 +998,10 @@ msgstr ""
 msgid "IDTB_TOC_PREV"
 msgstr ""
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f11f8d0b7b2498ff375d31e54edb94c425d039de..873b4ad0e10f8a83636f28cd00666484b8388f5d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1002,6 +1002,10 @@ msgstr "后一项"
 msgid "IDTB_TOC_PREV"
 msgstr "前一项"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "属性(&P)"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 189e1864ae767ab2b78e72997cdda2cf697bb601..c74d3c289036e19816324668464450f2d3ef2fe3 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1002,6 +1002,10 @@ msgstr "後一項"
 msgid "IDTB_TOC_PREV"
 msgstr "前一項"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "屬性(&P)"