iccvid: Convert translations to po files.

This commit is contained in:
Alexandre Julliard 2011-01-06 13:31:16 +01:00
parent c9b52d2095
commit 9c6444c6be
67 changed files with 168 additions and 672 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -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@

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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 ビデオコーデック"
}

View File

@ -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 "시네팩 비디오 코덱"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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ü"
}

View File

@ -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"
}

View File

@ -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 ""

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 ""

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&מאפיינים"

View File

@ -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)"

View File

@ -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"

View File

@ -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à"

View File

@ -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)"

View File

@ -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)"

View File

@ -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"

View File

@ -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 "വി_വര"

View File

@ -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"

View File

@ -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"

View File

@ -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)"

View File

@ -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)"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&Свойства"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "&Својства"

View File

@ -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"

View File

@ -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)"

View File

@ -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 "ปรับแต่งนาฬิกา"

View File

@ -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"

View File

@ -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 "&Властивості"

View File

@ -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"

View File

@ -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 ""

View File

@ -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)"

View File

@ -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)"