From 59450c91ffc037e215909ad2c2f63b429306dd30 Mon Sep 17 00:00:00 2001 From: Daniel Nylander Date: Mon, 15 Oct 2007 22:20:52 +0200 Subject: [PATCH] msi: Add Swedish translation. --- dlls/msi/msi.rc | 1 + dlls/msi/msi_Sv.rc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dlls/msi/msi_Sv.rc diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index cd523e862f7..d9ac96db8e6 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -42,6 +42,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_Pl.rc" #include "msi_Pt.rc" #include "msi_Ru.rc" +#include "msi_Sv.rc" #include "msi_Tr.rc" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL diff --git a/dlls/msi/msi_Sv.rc b/dlls/msi/msi_Sv.rc new file mode 100644 index 00000000000..31571a54dc1 --- /dev/null +++ b/dlls/msi/msi_Sv.rc @@ -0,0 +1,34 @@ +/* + * Swedish resources for MSI + * + * Copyright 2007 Daniel Nylander + * + * 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_SWEDISH, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + 4 "Det angivna installationspaketet kunde inte öppnas. Kontrollera filsökvägen och försök igen." + 5 "sökvägen %s hittades inte" + 9 "mata in %s" + 10 "felaktiga parametrar" + 11 "ange vilken mapp som innehåller %s" + 12 "installationskälla för funktion saknar" + 13 "nätverksenhet för funktion saknar" + 14 "funktion från:" + 15 "välj den mapp som innehåller %s" +}