video codecs: add Polish translation

Mikołaj Zalewski mikolaj at zalewski.pl
Tue Sep 26 13:46:28 CDT 2006


-------------- next part --------------
diff --git a/dlls/iccvid/iccvid_Pl.rc b/dlls/iccvid/iccvid_Pl.rc
new file mode 100644
index 0000000..e276e87
--- /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 dbfd9b5..06ccbf8 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -25,4 +25,5 @@ #include "iccvid_Fr.rc"
 #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 0000000..3772254
--- /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 84f5485..6b826b2 100644
--- a/dlls/msrle32/rsrc.rc
+++ b/dlls/msrle32/rsrc.rc
@@ -43,6 +43,7 @@ #include "msrle_Ja.rc"
 #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 0000000..af39271
--- /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 046881f..e7d9384 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -25,4 +25,5 @@ #include "msvidc32_En.rc"
 #include "msvidc32_Hu.rc"
 #include "msvidc32_Ko.rc"
 #include "msvidc32_No.rc"
+#include "msvidc32_Pl.rc"
 #include "msvidc32_Tr.rc"
-- 
1.4.1


More information about the wine-patches mailing list