mapi32: add portuguese portugal translation

Ricardo Filipe ricardojdfilipe at gmail.com
Fri Jun 11 12:56:58 CDT 2010


-------------- next part --------------
From d6169183b4589244252c532873c34e4803c1171d Mon Sep 17 00:00:00 2001
From: Ricardo Filipe <ricardojdfilipe at gmail.com>
Date: Fri, 11 Jun 2010 10:52:14 -0700
Subject: mapi32: add portuguese portugal translation

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

diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 9b3a07b..e8d0a71 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -23,6 +23,7 @@ RC_SRCS = \
 	Lt.rc \
 	Nl.rc \
 	Pl.rc \
+	Pt.rc \
 	Ro.rc \
 	Ru.rc \
 	Si.rc \
diff --git a/dlls/mapi32/Pt.rc b/dlls/mapi32/Pt.rc
new file mode 100644
index 0000000..4772bcf
--- /dev/null
+++ b/dlls/mapi32/Pt.rc
@@ -0,0 +1,30 @@
+/*
+* MAPI32 Portuguese resources
+*
+* Copyright 2010 Ricardo Filipe
+*
+* 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_PORTUGUESE, SUBLANG_PORTUGUESE
+
+STRINGTABLE
+{
+   IDS_NO_MAPI_CLIENT, "O envio de correio falhou porque não existe um cliente de correio MAPI instalado."
+   IDS_SEND_MAIL, "Enviar Correio"
+}
-- 
1.7.0.4


More information about the wine-patches mailing list