video codecs: add Polish translation.
This commit is contained in:
parent
5cc08af858
commit
077a38128c
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_NAME "Kodek Cinepak Video"
|
||||
IDS_DESCRIPTION "Kodek Cinepak Video"
|
||||
}
|
|
@ -25,4 +25,5 @@
|
|||
#include "iccvid_Hu.rc"
|
||||
#include "iccvid_Ko.rc"
|
||||
#include "iccvid_No.rc"
|
||||
#include "iccvid_Pl.rc"
|
||||
#include "iccvid_Tr.rc"
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* English resource file for MS-RLE
|
||||
*
|
||||
* Copyright 2002 Michael Gnnewig
|
||||
* 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
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_NAME "WINE-MS-RLE"
|
||||
IDS_DESCRIPTION "Kodek Wine MS-RLE"
|
||||
IDS_ABOUT L"Koder-dekoder Wine MS-RLE\nCopyright 2002 - Michael G\x00fcnnewig"
|
||||
}
|
|
@ -43,6 +43,7 @@
|
|||
#include "msrle_Ko.rc"
|
||||
#include "msrle_Nl.rc"
|
||||
#include "msrle_No.rc"
|
||||
#include "msrle_Pl.rc"
|
||||
#include "msrle_Pt.rc"
|
||||
#include "msrle_Ru.rc"
|
||||
#include "msrle_Si.rc"
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_NAME "MS-CRAM"
|
||||
IDS_DESCRIPTION "Kodek Wine Video 1"
|
||||
}
|
|
@ -25,4 +25,5 @@
|
|||
#include "msvidc32_Hu.rc"
|
||||
#include "msvidc32_Ko.rc"
|
||||
#include "msvidc32_No.rc"
|
||||
#include "msvidc32_Pl.rc"
|
||||
#include "msvidc32_Tr.rc"
|
||||
|
|
Loading…
Reference in New Issue