diff --git a/configure b/configure index 6a95925bdaf..632ac5f435b 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 8bab8828fb7..30a4e53d6c4 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 403f5a35223..40766a526f1 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 bf262595f23..00000000000 --- 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 6933ba5a49a..00000000000 --- a/dlls/iccvid/iccvid_Da.rc +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Danish resources for iccvid - * - * Copyright 2008 Jens Albretsen - * - * 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 075d5618961..00000000000 --- 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 c87378e23e4..00000000000 --- 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 6c813639942..00000000000 --- 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 7188b0cdc07..00000000000 --- a/dlls/iccvid/iccvid_He.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2005 Dmitry Timoshkov - * Copyright 2010 Yaron Shahrabani - * - * 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 69f335929af..00000000000 --- 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 2e6af3245e9..00000000000 --- 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 8330a35dab4..00000000000 --- 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 e4f60693214..00000000000 --- 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 02b5991ac85..00000000000 --- a/dlls/iccvid/iccvid_Lt.rc +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2009 Aurimas Fišeras - * - * 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 399b0b8a638..00000000000 --- 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 fcdad02a76c..00000000000 --- a/dlls/iccvid/iccvid_No.rc +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright 2005 Alexander N. Srnes - * - * 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 81258e27571..00000000000 --- 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 5c59cd5bac3..00000000000 --- 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 3f20704a515..00000000000 --- 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 47094041ddc..00000000000 --- 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 9e53c0a72f5..00000000000 --- 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 577af598c7d..00000000000 --- 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 2c68b717454..00000000000 --- 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 eec2b7ec5fd..00000000000 --- a/dlls/iccvid/iccvid_Tr.rc +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright 2006 Fatih Ac - * - * 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 zc" - IDS_DESCRIPTION "Cinepak Vidyo zc" -} diff --git a/dlls/iccvid/iccvid_Uk.rc b/dlls/iccvid/iccvid_Uk.rc deleted file mode 100644 index c9c43b849d1..00000000000 --- 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 afc3339df53..b2d934b5850 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 dfe04c031a9..7073661ea7f 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 4113bbab7cd..2ff2c617964 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 b7fe202ffae..4a55b91d03a 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 4aa84f658bb..ee2fb65c3dc 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 49e37948dba..2879a2a24e8 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 b4b529382e2..1e454351fe2 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 f40a95f5099..959d4dabc51 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 ab9764dee2a..ed969f01033 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 3374813a633..78a241ff04f 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 9d2501cf5b2..ba1a30213f9 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 3f076fa2ecf..a84807c470c 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 6b6892515e2..499e31cf243 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 27d5c7c9379..c97ab46c87d 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 0d6adc19c80..fddff66d4e9 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 8dd45991fc9..9a16f0b7b89 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 24e63ecb585..b01b94a3905 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 fc34eb47db5..1f10f474480 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 cce92fb7cfa..ec6a207afe4 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 5c6ddfeb188..f9fd72cf191 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 d6a2035118f..1c09815effc 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 84974988e97..80433292821 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 b1ae1f23bc5..61c43407316 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 aa9f9e7d8be..6e8bb234401 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 09a34d04e65..896467c7174 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 074bf6412c0..b3f9c266170 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 cfd05b729eb..16a1ccf12ea 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 4d3d0b7164c..7ea57db5fd0 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 f1fb125bab6..a7cbddcd697 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 888611d08c3..91d6941031e 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 6a460a3e724..a6fd0a37f87 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 636049e01ee..580016707ab 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 83bb8ab5ae6..2385a886730 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 3e8362a34ef..bc924613600 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 356fdb197f0..a3e4fbc5d07 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 05080e7de61..3f3f09b0ba7 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 51f26d88465..3116897654b 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 bf76770c4fe..88272049ded 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 7e696c6dd04..2e36c49558b 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 f11f8d0b7b2..873b4ad0e10 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 189e1864ae7..c74d3c28903 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)"