mapi32: Add the Polish translation

Łukasz Wojniłowicz lukasz.wojnilowicz at gmail.com
Sat Jun 5 05:12:48 CDT 2010


---
 dlls/mapi32/Makefile.in |    1 +
 dlls/mapi32/Pl.rc       |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 dlls/mapi32/Pl.rc

diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 9c0fb71..74908d4 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -21,6 +21,7 @@ RC_SRCS = \
 	It.rc \
 	Lt.rc \
 	Nl.rc \
+	Pl.rc \
 	Ro.rc \
 	Ru.rc \
 	Si.rc \
diff --git a/dlls/mapi32/Pl.rc b/dlls/mapi32/Pl.rc
new file mode 100644
index 0000000..1c9f2e6
--- /dev/null
+++ b/dlls/mapi32/Pl.rc
@@ -0,0 +1,30 @@
+/*
+* MAPI32 Polish resources
+*
+* Copyright 2010 £ukasz Wojni³owicz
+*
+* 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 "res.h"
+
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+   IDS_NO_MAPI_CLIENT, "Wysy³anie maila zakoñczy³o siê niepowodzeniem, poniewa¿ nie masz zainstalowanego klienta mailowego MAPI."
+   IDS_SEND_MAIL, "Wysy³anie maila"
+}
-- 
1.7.0.1




More information about the wine-patches mailing list