msvidc32: Convert translations to po files.
This commit is contained in:
parent
ad5605b553
commit
958ecd63f1
|
@ -15081,7 +15081,7 @@ wine_fn_config_dll msvcrtd enable_msvcrtd implib
|
|||
wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
|
||||
wine_fn_config_dll msvfw32 enable_msvfw32 implib
|
||||
wine_fn_config_test dlls/msvfw32/tests msvfw32_test
|
||||
wine_fn_config_dll msvidc32 enable_msvidc32
|
||||
wine_fn_config_dll msvidc32 enable_msvidc32 po
|
||||
wine_fn_config_dll msvideo.dll16 enable_win16
|
||||
wine_fn_config_dll mswsock enable_mswsock implib
|
||||
wine_fn_config_dll msxml enable_msxml
|
||||
|
|
|
@ -2610,7 +2610,7 @@ WINE_CONFIG_DLL(msvcrtd,,[implib])
|
|||
WINE_CONFIG_TEST(dlls/msvcrtd/tests)
|
||||
WINE_CONFIG_DLL(msvfw32,,[implib])
|
||||
WINE_CONFIG_TEST(dlls/msvfw32/tests)
|
||||
WINE_CONFIG_DLL(msvidc32)
|
||||
WINE_CONFIG_DLL(msvidc32,,[po])
|
||||
WINE_CONFIG_DLL(msvideo.dll16,enable_win16)
|
||||
WINE_CONFIG_DLL(mswsock,,[implib])
|
||||
WINE_CONFIG_DLL(msxml)
|
||||
|
|
|
@ -4,28 +4,7 @@ IMPORTS = user32
|
|||
C_SRCS = \
|
||||
msvideo1.c
|
||||
|
||||
RC_SRCS = \
|
||||
msvidc32_Cy.rc \
|
||||
msvidc32_Da.rc \
|
||||
msvidc32_De.rc \
|
||||
msvidc32_En.rc \
|
||||
msvidc32_Es.rc \
|
||||
msvidc32_Fr.rc \
|
||||
msvidc32_Hu.rc \
|
||||
msvidc32_It.rc \
|
||||
msvidc32_Ja.rc \
|
||||
msvidc32_Ko.rc \
|
||||
msvidc32_Lt.rc \
|
||||
msvidc32_Nl.rc \
|
||||
msvidc32_No.rc \
|
||||
msvidc32_Pl.rc \
|
||||
msvidc32_Pt.rc \
|
||||
msvidc32_Ro.rc \
|
||||
msvidc32_Ru.rc \
|
||||
msvidc32_Si.rc \
|
||||
msvidc32_Sr.rc \
|
||||
msvidc32_Sv.rc \
|
||||
msvidc32_Tr.rc \
|
||||
msvidc32_Uk.rc
|
||||
RC_SRCS = msvidc32.rc
|
||||
PO_SRCS = msvidc32.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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_WELSH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 'n fideo codec"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Danish language support
|
||||
*
|
||||
* Copyright (C) 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 Video Codec"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2010 José Rostagno
|
||||
*
|
||||
* 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
||||
|
||||
/*UTF-8*/
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "códec de video Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Codec vidéo Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 video codec"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine ビデオ 1 ビデオコーデック"
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Dmitry Timoshkov
|
||||
* Copyright 2010 YunSong 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 "msvidc32_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine 비디오 1 비디오 코덱"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1-videokodek"
|
||||
}
|
|
@ -1,27 +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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Kodek Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "codec video Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Codecul video Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Видео кодер Wine Video 1"
|
||||
}
|
|
@ -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 "msvidc32_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 видео кодек"
|
||||
}
|
||||
|
||||
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Video 1 videokodek"
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
/*
|
||||
* Turkish Resources
|
||||
*
|
||||
* 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 "msvidc32_private.h"
|
||||
|
||||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Wine Vidyo 1 vidyo çözücü"
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
/*
|
||||
* Copyright 2005 Dmitry Timoshkov
|
||||
* 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 "msvidc32_private.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Відео кодек Wine Video 1"
|
||||
}
|
9
po/bg.po
9
po/bg.po
|
@ -1237,6 +1237,15 @@ msgstr ""
|
|||
"Wine MS-RLE видео кодек\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
#, fuzzy
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine MS-RLE видео кодек"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
9
po/cs.po
9
po/cs.po
|
@ -1222,6 +1222,15 @@ msgstr ""
|
|||
"Wine MS-RLE video kodek\n"
|
||||
"Copyright 2002 Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
#, fuzzy
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine MS-RLE video kodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
8
po/da.po
8
po/da.po
|
@ -1254,6 +1254,14 @@ msgstr ""
|
|||
"Wine MS-RLE videokodeks\n"
|
||||
"Ophavsret 2002 tilhører Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 videokodeks"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Instillinger"
|
||||
|
|
8
po/de.po
8
po/de.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE Videodekoder\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 Video Codec"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Einstellungen"
|
||||
|
|
8
po/el.po
8
po/el.po
|
@ -1206,6 +1206,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
8
po/en.po
8
po/en.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
|
|
@ -1239,6 +1239,14 @@ msgstr ""
|
|||
"Wine MS-RLE video codec\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video codec"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Properties"
|
||||
|
|
8
po/eo.po
8
po/eo.po
|
@ -1238,6 +1238,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ecoj"
|
||||
|
|
8
po/es.po
8
po/es.po
|
@ -1255,6 +1255,14 @@ msgstr ""
|
|||
"Codec de vídeo MS-RLE de Wine\n"
|
||||
"Copyright 2002 por Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "códec de video Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propiedades"
|
||||
|
|
8
po/fi.po
8
po/fi.po
|
@ -1238,6 +1238,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ominaisuudet"
|
||||
|
|
8
po/fr.po
8
po/fr.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine : codec vidéo MS-RLE\n"
|
||||
"Copyright 2002 par Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Codec vidéo Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriétés"
|
||||
|
|
9
po/he.po
9
po/he.po
|
@ -1209,6 +1209,15 @@ msgstr ""
|
|||
"מקודד הווידאו Wine MS-RLE\n"
|
||||
"הזכויות שמורות 2002 ל־Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
#, fuzzy
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "מקודד הווידאו Wine MS-RLE"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&מאפיינים"
|
||||
|
|
8
po/hi.po
8
po/hi.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "सूचना (&o)"
|
||||
|
|
8
po/hu.po
8
po/hu.po
|
@ -1247,6 +1247,14 @@ msgstr ""
|
|||
"Wine MS-RLE video kodek\n"
|
||||
"Copyright 2002, Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video kodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Beállítások"
|
||||
|
|
8
po/it.po
8
po/it.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Codec video MS-RLE di Wine\n"
|
||||
"Copyright 2002 Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video codec"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietà"
|
||||
|
|
8
po/ja.po
8
po/ja.po
|
@ -1215,6 +1215,14 @@ msgstr ""
|
|||
"Wine MS-RLE ビデオコーデック\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine ビデオ 1 ビデオコーデック"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "プロパティ(&P)"
|
||||
|
|
8
po/ko.po
8
po/ko.po
|
@ -1242,6 +1242,14 @@ msgstr ""
|
|||
"Wine MS-RLE 비디오 코덱\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine 비디오 1 비디오 코덱"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "등록 정보(&P)"
|
||||
|
|
8
po/lt.po
8
po/lt.po
|
@ -1243,6 +1243,14 @@ msgstr ""
|
|||
"Wine MS-RLE vaizdo kodekas\n"
|
||||
"Autoriaus teisės Michael Günnewig, 2002"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 vaizdo kodekas"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Savybės"
|
||||
|
|
8
po/ml.po
8
po/ml.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "വി_വരം"
|
||||
|
|
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE-videokodek\n"
|
||||
"Kopirett 2002 tilhører Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1-videokodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
8
po/nl.po
8
po/nl.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE videodecoder\n"
|
||||
"Copyright 2002 Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video codec"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Eigenschappen"
|
||||
|
|
8
po/or.po
8
po/or.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ସୂଚନା (&o)"
|
||||
|
|
8
po/pa.po
8
po/pa.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ਜਾਣਕਾਰੀ(&o)"
|
||||
|
|
8
po/pl.po
8
po/pl.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Koder-dekoder Wine MS-RLE\n"
|
||||
"Copyright 2002 - Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Kodek Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Ustawienia"
|
||||
|
|
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE codificador/decodificador de vídeo\n"
|
||||
"Copyright 2002 por Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "codec video Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE codificador/decodificador de vídeo\n"
|
||||
"Direitos de autor 2002 por Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "codec video Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propriedades"
|
||||
|
|
8
po/ro.po
8
po/ro.po
|
@ -1246,6 +1246,14 @@ msgstr ""
|
|||
"Codecul video Wine MS-RLE\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Codecul video Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Proprietăți"
|
||||
|
|
8
po/ru.po
8
po/ru.po
|
@ -1250,6 +1250,14 @@ msgstr ""
|
|||
"Видео кодек Wine MS-RLE\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Видео кодер Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Свойства"
|
||||
|
|
8
po/sk.po
8
po/sk.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Vlastnosti"
|
||||
|
|
8
po/sl.po
8
po/sl.po
|
@ -1255,6 +1255,14 @@ msgstr ""
|
|||
"Wine MS-RLE video kodek\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video kodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Lastnosti"
|
||||
|
|
|
@ -1243,6 +1243,14 @@ msgstr ""
|
|||
"Wine MS-RLE video kodek\n"
|
||||
"Copyright ©2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 video kodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Svojstva"
|
||||
|
|
|
@ -1243,6 +1243,14 @@ msgstr ""
|
|||
"Wine MS-RLE видео кодек\n"
|
||||
"Copyright ©2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 видео кодек"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Својства"
|
||||
|
|
8
po/sv.po
8
po/sv.po
|
@ -1245,6 +1245,14 @@ msgstr ""
|
|||
"Wine MS-RLE videokodek\n"
|
||||
"Copyright 2002 Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Video 1 videokodek"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Egenskaper"
|
||||
|
|
8
po/te.po
8
po/te.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "సమాచారము (&o)"
|
||||
|
|
8
po/th.po
8
po/th.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "ปรับแต่งนาฬิกา"
|
||||
|
|
8
po/tr.po
8
po/tr.po
|
@ -1252,6 +1252,14 @@ msgstr ""
|
|||
"Wine MS-RLE vidyo çözücü\n"
|
||||
"Telif Hakkı 2002 Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Wine Vidyo 1 vidyo çözücü"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Özellikler"
|
||||
|
|
8
po/uk.po
8
po/uk.po
|
@ -1243,6 +1243,14 @@ msgstr ""
|
|||
"Відео кодек Wine MS-RLE\n"
|
||||
"Copyright 2002 by Michael Günnewig"
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr "MS-CRAM"
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr "Відео кодек Wine Video 1"
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Властивості"
|
||||
|
|
8
po/wa.po
8
po/wa.po
|
@ -1207,6 +1207,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "&Propietés"
|
||||
|
|
|
@ -1203,6 +1203,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr ""
|
||||
|
|
|
@ -1236,6 +1236,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "属性(&P)"
|
||||
|
|
|
@ -1236,6 +1236,14 @@ msgid ""
|
|||
"Copyright 2002 by Michael Guennewig"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:25
|
||||
msgid "MS-CRAM"
|
||||
msgstr ""
|
||||
|
||||
#: msvidc32.rc:26
|
||||
msgid "Wine Video 1 video codec"
|
||||
msgstr ""
|
||||
|
||||
#: clock.rc:28
|
||||
msgid "&Properties"
|
||||
msgstr "屬性(&P)"
|
||||
|
|
Loading…
Reference in New Issue