From 97ca1df4b170cc9351cd0aa5ab7606fd5a896799 Mon Sep 17 00:00:00 2001 From: Ricardo Filipe Date: Mon, 20 Oct 2008 20:22:46 -0700 Subject: [PATCH] write: Added Portuguese translation. --- programs/write/Pt.rc | 26 ++++++++++++++++++++++++++ programs/write/rsrc.rc | 1 + 2 files changed, 27 insertions(+) create mode 100644 programs/write/Pt.rc diff --git a/programs/write/Pt.rc b/programs/write/Pt.rc new file mode 100644 index 00000000000..e2ba2eb978d --- /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 fa825840fdd..7ec9e31af00 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"