iccvid: Convert translations to po files.
This commit is contained in:
parent
c9b52d2095
commit
9c6444c6be
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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 ビデオコーデック"
|
||||
}
|
|
@ -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 "시네팩 비디오 코덱"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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ü"
|
||||
}
|
|
@ -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"
|
||||
}
|
4
po/bg.po
4
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 ""
|
||||
|
|
4
po/cs.po
4
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"
|
||||
|
|
4
po/da.po
4
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"
|
||||
|
|
4
po/de.po
4
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"
|
||||
|
|
4
po/el.po
4
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 ""
|
||||
|
|
4
po/en.po
4
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/eo.po
4
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"
|
||||
|
|
4
po/es.po
4
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"
|
||||
|
|
4
po/fi.po
4
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"
|
||||
|
|
4
po/fr.po
4
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"
|
||||
|
|
4
po/he.po
4
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 "&מאפיינים"
|
||||
|
|
4
po/hi.po
4
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)"
|
||||
|
|
4
po/hu.po
4
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"
|
||||
|
|
4
po/it.po
4
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à"
|
||||
|
|
4
po/ja.po
4
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)"
|
||||
|
|
4
po/ko.po
4
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)"
|
||||
|
|
4
po/lt.po
4
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"
|
||||
|
|
4
po/ml.po
4
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 "വി_വരം"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/nl.po
4
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"
|
||||
|
|
4
po/or.po
4
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)"
|
||||
|
|
4
po/pa.po
4
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)"
|
||||
|
|
4
po/pl.po
4
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
po/ro.po
4
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"
|
||||
|
|
4
po/ru.po
4
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 "&Свойства"
|
||||
|
|
4
po/sk.po
4
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"
|
||||
|
|
4
po/sl.po
4
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 "&Својства"
|
||||
|
|
4
po/sv.po
4
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"
|
||||
|
|
4
po/te.po
4
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)"
|
||||
|
|
4
po/th.po
4
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 "ปรับแต่งนาฬิกา"
|
||||
|
|
4
po/tr.po
4
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"
|
||||
|
|
4
po/uk.po
4
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 "&Властивості"
|
||||
|
|
4
po/wa.po
4
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"
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue