From 154e95a6983a301cacfd7e4f4ddf83cde4bd0d4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Sat, 5 Jun 2010 12:12:48 +0200 Subject: [PATCH] mapi32: Add the Polish translation. --- dlls/mapi32/Makefile.in | 1 + dlls/mapi32/Pl.rc | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dlls/mapi32/Pl.rc diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in index 5c3a2a07532..9b3a07b8d0a 100644 --- a/dlls/mapi32/Makefile.in +++ b/dlls/mapi32/Makefile.in @@ -22,6 +22,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 00000000000..1c9f2e69f1e --- /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" +} -- 2.11.4.GIT