From 077a38128c5e2c96b4e17ff3d34c37328c7ac21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Zalewski?= Date: Tue, 26 Sep 2006 20:46:28 +0200 Subject: [PATCH] video codecs: add Polish translation. --- dlls/iccvid/iccvid_Pl.rc | 26 ++++++++++++++++++++++++++ dlls/iccvid/rsrc.rc | 1 + dlls/msrle32/msrle_Pl.rc | 29 +++++++++++++++++++++++++++++ dlls/msrle32/rsrc.rc | 1 + dlls/msvidc32/msvidc32_Pl.rc | 25 +++++++++++++++++++++++++ dlls/msvidc32/rsrc.rc | 1 + 6 files changed, 83 insertions(+) create mode 100644 dlls/iccvid/iccvid_Pl.rc create mode 100644 dlls/msrle32/msrle_Pl.rc create mode 100644 dlls/msvidc32/msvidc32_Pl.rc diff --git a/dlls/iccvid/iccvid_Pl.rc b/dlls/iccvid/iccvid_Pl.rc new file mode 100644 index 00000000000..e276e8703a1 --- /dev/null +++ b/dlls/iccvid/iccvid_Pl.rc @@ -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" +} diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc index dbfd9b5aaed..06ccbf8f429 100644 --- a/dlls/iccvid/rsrc.rc +++ b/dlls/iccvid/rsrc.rc @@ -25,4 +25,5 @@ #include "iccvid_Hu.rc" #include "iccvid_Ko.rc" #include "iccvid_No.rc" +#include "iccvid_Pl.rc" #include "iccvid_Tr.rc" diff --git a/dlls/msrle32/msrle_Pl.rc b/dlls/msrle32/msrle_Pl.rc new file mode 100644 index 00000000000..013fea5a0ed --- /dev/null +++ b/dlls/msrle32/msrle_Pl.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" +} diff --git a/dlls/msrle32/rsrc.rc b/dlls/msrle32/rsrc.rc index 84f54851329..6b826b206dd 100644 --- a/dlls/msrle32/rsrc.rc +++ b/dlls/msrle32/rsrc.rc @@ -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" diff --git a/dlls/msvidc32/msvidc32_Pl.rc b/dlls/msvidc32/msvidc32_Pl.rc new file mode 100644 index 00000000000..af39271d3b1 --- /dev/null +++ b/dlls/msvidc32/msvidc32_Pl.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" +} diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc index 046881f734c..e7d93846d62 100644 --- a/dlls/msvidc32/rsrc.rc +++ b/dlls/msvidc32/rsrc.rc @@ -25,4 +25,5 @@ #include "msvidc32_Hu.rc" #include "msvidc32_Ko.rc" #include "msvidc32_No.rc" +#include "msvidc32_Pl.rc" #include "msvidc32_Tr.rc"