Module: wine
Branch: master
Commit: 7f0273a98f1aeb29d621d99df073c242213aff2f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f0273a98f1aeb29d621d99df…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Wed Jun 30 16:11:21 2010 +0200
mapi32: Add Norwegian Bokmål translation.
---
dlls/mapi32/Makefile.in | 1 +
dlls/mapi32/No.rc | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in
index 41140e5..6197cd5 100644
--- a/dlls/mapi32/Makefile.in
+++ b/dlls/mapi32/Makefile.in
@@ -25,6 +25,7 @@ RC_SRCS = \
Ko.rc \
Lt.rc \
Nl.rc \
+ No.rc \
Pl.rc \
Pt.rc \
Ro.rc \
diff --git a/dlls/mapi32/No.rc b/dlls/mapi32/No.rc
new file mode 100644
index 0000000..5e4d8c5
--- /dev/null
+++ b/dlls/mapi32/No.rc
@@ -0,0 +1,32 @@
+/*
+* MAPI32 Norwegian Bokmål resources
+*
+* Copyright 2010 Alexander N. Sørnes <alex(a)thehandofagony.com>
+*
+* 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"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
+
+STRINGTABLE
+{
+ IDS_NO_MAPI_CLIENT, "Klarte ikke sende e-post fordi en MAPI-klient ikke er installert."
+ IDS_SEND_MAIL, "Send e-post"
+}