Ricardo Filipe : write: Added Portuguese translation.

Alexandre Julliard julliard at winehq.org
Wed Oct 22 08:00:37 CDT 2008


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

Author: Ricardo Filipe <ricardo_barbano at hotmail.com>
Date:   Mon Oct 20 20:22:46 2008 -0700

write: Added Portuguese translation.

---

 programs/write/Pt.rc   |   26 ++++++++++++++++++++++++++
 programs/write/rsrc.rc |    1 +
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/programs/write/Pt.rc b/programs/write/Pt.rc
new file mode 100644
index 0000000..e2ba2eb
--- /dev/null
+++ b/programs/write/Pt.rc
@@ -0,0 +1,26 @@
+/*
+ * Portuguese language support
+ *
+ * Copyright (C) 2008 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
+ */
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+    IDS_FAILED, "Falhou ao iniciar o Wordpad"
+}
diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc
index fa82584..7ec9e31 100644
--- a/programs/write/rsrc.rc
+++ b/programs/write/rsrc.rc
@@ -30,6 +30,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "Nl.rc"
 #include "No.rc"
 #include "Pl.rc"
+#include "Pt.rc"
 #include "Ro.rc"
 #include "Ru.rc"
 #include "Si.rc"




More information about the wine-cvs mailing list