Ricardo Filipe : mapi32: Add Portuguese Portugal translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 13:01:15 CDT 2010


Module: wine
Branch: master
Commit: 579ebdb4cbeefec30d629f8cc0b4c2e112bac693
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=579ebdb4cbeefec30d629f8cc0b4c2e112bac693

Author: Ricardo Filipe <ricardojdfilipe at gmail.com>
Date:   Fri Jun 11 10:52:14 2010 -0700

mapi32: Add Portuguese Portugal translation.

---

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

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"
+}




More information about the wine-cvs mailing list