iccvid: Convert translations to po files.
diff --git a/configure b/configure
index 6a95925..632ac5f 100755
--- a/configure
+++ b/configure
@@ -14972,7 +14972,7 @@
 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 8bab882..30a4e53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2501,7 +2501,7 @@
 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 403f5a3..40766a5 100644
--- a/dlls/iccvid/Makefile.in
+++ b/dlls/iccvid/Makefile.in
@@ -4,29 +4,7 @@
 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 bf26259..0000000
--- 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 6933ba5..0000000
--- 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 075d561..0000000
--- 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 c87378e..0000000
--- 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 6c81363..0000000
--- 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 7188b0c..0000000
--- 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 69f3359..0000000
--- 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 2e6af32..0000000
--- 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 8330a35..0000000
--- 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 e4f6069..0000000
--- 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 02b5991..0000000
--- 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 399b0b8..0000000
--- 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 fcdad02..0000000
--- 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 81258e2..0000000
--- 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 5c59cd5..0000000
--- 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 3f20704..0000000
--- 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 4709404..0000000
--- 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 9e53c0a..0000000
--- 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 577af59..0000000
--- 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 2c68b71..0000000
--- 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 eec2b7e..0000000
--- 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 c9c43b8..0000000
--- 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 afc3339..b2d934b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -999,6 +999,10 @@
 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 dfe04c0..7073661 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1013,6 +1013,10 @@
 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 4113bba..2ff2c61 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1013,6 +1013,10 @@
 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 b7fe202..4a55b91 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1005,6 +1005,10 @@
 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 4aa84f6..ee2fb65 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1001,6 +1001,10 @@
 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 49e3794..2879a2a 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1001,6 +1001,10 @@
 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 b4b5293..1e45435 100644
--- a/po/en_US.po
+++ b/po/en_US.po
@@ -1001,6 +1001,10 @@
 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 f40a95f..959d4da 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -1002,6 +1002,10 @@
 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 ab9764d..ed969f0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1013,6 +1013,10 @@
 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 3374813..78a241f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1002,6 +1002,10 @@
 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 9d2501c..ba1a302 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1005,6 +1005,10 @@
 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 3f076fa..a84807c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1002,6 +1002,10 @@
 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 6b68925..499e31c 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1002,6 +1002,10 @@
 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 27d5c7c..c97ab46 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1005,6 +1005,10 @@
 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 0d6adc1..fddff66 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1005,6 +1005,10 @@
 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 8dd4599..9a16f0b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1005,6 +1005,10 @@
 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 24e63ec..b01b94a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1005,6 +1005,10 @@
 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 fc34eb4..1f10f47 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1005,6 +1005,10 @@
 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 cce92fb..ec6a207 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -1002,6 +1002,10 @@
 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 5c6ddfe..f9fd72c 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1005,6 +1005,10 @@
 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 d6a2035..1c09815 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1005,6 +1005,10 @@
 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 8497498..8043329 100644
--- a/po/or.po
+++ b/po/or.po
@@ -1002,6 +1002,10 @@
 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 b1ae1f2..61c4340 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1002,6 +1002,10 @@
 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 aa9f9e7..6e8bb23 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1005,6 +1005,10 @@
 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 09a34d0..896467c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1005,6 +1005,10 @@
 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 074bf64..b3f9c26 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -1005,6 +1005,10 @@
 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 cfd05b7..16a1ccf 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1005,6 +1005,10 @@
 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 4d3d0b7..7ea57db 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1013,6 +1013,10 @@
 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 f1fb125..a7cbddc 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1002,6 +1002,10 @@
 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 888611d..91d6941 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1016,6 +1016,10 @@
 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 6a460a3..a6fd0a3 100644
--- a/po/sr_Latn_SP.po
+++ b/po/sr_Latn_SP.po
@@ -1005,6 +1005,10 @@
 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 636049e..5800167 100644
--- a/po/sr_SP.po
+++ b/po/sr_SP.po
@@ -1005,6 +1005,10 @@
 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 83bb8ab..2385a88 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1005,6 +1005,10 @@
 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 3e8362a..bc92461 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1002,6 +1002,10 @@
 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 356fdb1..a3e4fbc 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1002,6 +1002,10 @@
 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 05080e7..3f3f09b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1013,6 +1013,10 @@
 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 51f26d8..3116897 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1005,6 +1005,10 @@
 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 bf76770..8827204 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -1002,6 +1002,10 @@
 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 7e696c6..2e36c49 100644
--- a/po/wine.pot
+++ b/po/wine.pot
@@ -998,6 +998,10 @@
 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 f11f8d0..873b4ad 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1002,6 +1002,10 @@
 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 189e186..c74d3c2 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1002,6 +1002,10 @@
 msgid "IDTB_TOC_PREV"
 msgstr "前一項"
 
+#: iccvid.rc:25 iccvid.rc:26
+msgid "Cinepak Video codec"
+msgstr ""
+
 #: clock.rc:28
 msgid "&Properties"
 msgstr "屬性(&P)"